f02ccc78ab54d1f2c1c602488277b18c301dad3a
[jlayton/glibc.git] / ChangeLog
1 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
2
3         * manual/string.texi (wcstok): Fix prototype.
4         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
5
6 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
7
8         * manual/time.texi: Document MTASC-safety properties.
9
10 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11
12         * manual/string.texi: Document MTASC-safety properties.
13
14 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15
16         * manual/threads.texi: Document MTASC-safety properties.
17
18 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19
20         * manual/stdio.texi: Document MTASC-safety properties.
21
22 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
23
24         * manual/syslog.texi: Document MTASC-safety properties.
25
26 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
27
28         * manual/sysinfo.texi: Document MTASC-safety properties.
29
30 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
31
32         * manual/startup.texi: Document MTASC-safety properties.
33
34 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
35
36         * manual/socket.texi: Document MTASC-safety properties.
37
38 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
39
40         * manual/signal.texi: Document MTASC-safety properties.
41
42 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
43
44         * manual/setjmp.texi: Document MTASC-safety properties.
45
46 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
47
48         * manual/search.texi: Document MTASC-safety properties.
49
50 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
51
52         * manual/resource.texi: Document MTASC-safety properties.
53
54 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
55
56         * manual/process.texi: Document MTASC-safety properties.
57
58 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
59
60         * manual/platform.texi: Document MTASC-safety properties.
61
62 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
63
64         * manual/pipe.texi: Document MTASC-safety properties.
65
66 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
67
68         * manual/pattern.texi: Document MTASC-safety properties.
69
70 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
71
72         * manual/message.texi: Document MTASC-safety properties.
73
74 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
75
76         [BZ #12751]
77         * manual/memory.texi: Document MTASC-safety properties.
78
79 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
80
81         * manual/math.texi: Document MTASC-safety properties.
82
83 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
84
85         * manual/locale.texi: Document MTASC-safety properties.
86
87 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
88
89         * manual/llio.texi: Document MTASC-safety properties.
90
91 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
92
93         * manual/libdl.texi: New.
94
95 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
96
97         * manual/lang.texi: Document MTASC-safety properties.
98
99 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
100
101         * manual/job.texi: Document MTASC-safety properties.
102
103 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
104
105         * manual/getopt.texi: Document MTASC-safety properties.
106
107 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
108
109         * manual/ctype.texi: Document MTASC-safety properties.
110
111 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
112
113         [BZ #16046]
114         * csu/libc-tls.c (static_map): Remove variable.
115         (__libc_setup_tls): Use main executable's link map for TLS data.
116         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
117         casing for LM_ID_BASE and GL(dl_nns).
118         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
119         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
120         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
121         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
122         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
123         member.
124         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
125         l_phnum members.
126
127 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
128
129         * manual/debug.texi: Document MTASC-safety properties.
130
131 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
132
133         [BZ #16510]
134         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
135         of __x86_64__ when disabling x87 inline functions.
136
137 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
138
139         * manual/charset.texi: Document MTASC-safety properties.
140
141 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
142
143         * manual/crypt.texi: Document MTASC-safety properties.
144
145 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
146
147         * manual/conf.texi: Document MTASC-safety properties.
148
149 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
150
151         * manual/arith.texi: Document MTASC-safety properties.
152
153 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
154
155         * manual/argp.texi: Document MTASC-safety properties.
156
157 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
158
159         * manual/macros.texi: Introduce macros to document multi
160         thread, asynchronous signal and asynchronous cancellation
161         safety properties.
162         * manual/intro.texi: Introduce the properties themselves.
163
164 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
165
166         * sysdeps/sh/sh4/Makefile: New file.
167
168 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
169
170         * math/gen-libm-test.pl ($srcdir): New variable.
171         ($auto_input): Use it.
172
173 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
174
175         [BZ #16506]
176         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
177         access beyond array bounds when parsing netgroups file.
178
179         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
180         the old buffer before realloc.
181
182 2014-01-27  Allan McRae  <allan@archlinux.org>
183
184         * po/fr.po: Update French translation from translation project.
185
186 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
187
188         * sysdeps/sh/libm-test-ulps: Regenerate.
189
190 2014-01-24  David S. Miller  <davem@davemloft.net>
191
192         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
193
194 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
195
196         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
197         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
198
199 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
200
201         [BZ #16474]
202         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
203         string pointers after reallocation.
204
205 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
206
207         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
208         __SH4A__ instead of __SH_FPU_ANY__.
209
210 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
211
212         * sysdeps/sh/fpu_control.h: New file.
213         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
214         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
215         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
216         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
217         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
218         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
219         * sysdeps/sh/sys/ucontext.h: Remove.
220         * sysdeps/sh/sys: Remove directory.
221
222 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
223
224         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
225         s390/sys/ucontext.h.
226         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
227         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
228
229 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
230
231         [BZ #15605]
232         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
233
234 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
235
236         [BZ#16431]
237         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
238         Adjust the vDSO correctly for internal calls.
239         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
240
241 2014-01-20  Allan McRae  <allan@archlinux.org>
242
243         * po/ca.po: Update Catalan translation from translation project.
244
245 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
246
247         * sysdeps/s390/sotruss-lib.c: New file.
248
249 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
250
251         [BZ#16430]
252         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
253         (__GI___gettimeofday): Alias for a different internal symbol to avoid
254         local calls issues by not having a PLT stub required for IFUNC calls.
255         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
256
257 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
258
259         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
260         * math/test-fpucw-static.c: Likewise.
261
262 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
263
264         [BZ #16453]
265         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
266
267 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
268
269         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
270         implementation for powerpc.
271
272 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
273
274         [BZ #14782]
275         * sysdeps/posix/system.c (__libc_system): Do not enable
276         asynchronous cancellation.
277
278 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
279
280         [BZ #16427]
281         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
282         handling only for numbers special also in the IEEE case.
283
284 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
285
286         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
287
288 2014-01-11  Allan McRae  <allan@archlinux.org>
289
290         * po/bg.po: Update Bulgarian translation from translation project.
291
292         * po/de.po: Update German translation from translation project.
293
294 2014-01-10  Roland McGrath  <roland@hack.frob.com>
295
296         * sysdeps/generic/gcc-compat.h: New file.
297
298 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
299
300         * benchtests/asin-inputs: Correct slow inputs.
301         * benchtests/acos-inputs: Likewise.
302
303 2014-01-10  Allan McRae  <allan@archlinux.org>
304
305         * po:sv.po: Update Swedish translation from translation project.
306
307         * po/vi.po: Update Vietnamese translation from translation project.
308
309         * po/eo.po: Update Esperanto translation from translation project.
310
311         * po/cs.po: Update Czech translation from translation project.
312
313         * po/nl.po: Update Dutch translation from translation project.
314
315         * po/pl.po: Update Polish translation from translation project.
316
317         * po/ru.po: Update Russian translation from translation project.
318
319         * po/uk.po: Update Ukrainian translation from translation project.
320
321 2014-01-08  Brooks Moses  <bmoses@google.com>
322
323         * elf/dl-load.c: Fix comment typo.
324
325 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
326
327         * po/header.pot: Rename to...
328         * po/pot.header: ... this.
329         * po/Makefile: Use pot.header.
330
331 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
332             Maxim Kuvyrkov  <maxim@kugelworks.com>
333
334         [BZ #16394]
335         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
336         SRC and DEST against LEN.
337
338 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
339
340         [BZ #16414]
341         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
342         implementation.
343         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
344
345 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
346
347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
348
349 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
350
351         [BZ #16408]
352         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
353         for large positive arguments.
354
355 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
356
357         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
358
359         * math/auto-libm-test-in: Mark various tests with
360         xfail-rounding:ldbl-128ibm.
361         * math/auto-libm-test-out: Regenerated.
362
363         [BZ #16407]
364         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
365         Increase overflow threshold.
366
367 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
368
369         [BZ #14286]
370         * stdio-common/vfprintf.c: Check for integer overflow.
371
372 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
373
374         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
375         the first argument and return value of __tls_get_addr_internal.
376
377 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
378
379         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
380         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
381
382 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
383
384         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
385         * sysdeps/s390/rtld-global-offsets.sym: New file.
386         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
387         GLIBC_2.19 symbol.
388         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
389         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
390         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
391         ... this.
392         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
393         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
394         ... this.
395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
396         Regenerate.
397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
398         Regenerate.
399         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
400         halfs of GPRs for high_gprs contexts.
401         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
402         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
403         field.
404         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
405         uc_flags field.
406         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
407         64 bit versions:
408         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
409         for high GPRs (uc_high_gprs) and for future extensions
410         (__reserved).
411         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
412         for future extensions (__reserved).
413         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
414         64 bit versions:
415         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
416         SC_HIGHGPRS offset definition.
417         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
418         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
419
420 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
421
422         * Versions.def: Add GLIBC_2.19 for libpthread.
423         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
424         siglongjmp for libpthread with GLIBC_2.19 symver.
425         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
426         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
427         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
428         * sysdeps/s390/__longjmp.c: New file.
429         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
430         * sysdeps/s390/longjmp.c: New file.
431         * sysdeps/s390/setjmp.S: New file.
432         * sysdeps/s390/sigjmp.S: New file.
433         * sysdeps/s390/v1-longjmp.c: New file.
434         * sysdeps/s390/v1-setjmp.h: New file.
435         * sysdeps/s390/v1-sigjmp.c: New file.
436         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
437         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
438         GLIBC_2.19 version.
439         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
440         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
441         versioned symbols for ____longjmp_chk.
442         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
443         Likewise.
444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
445         Regenerate.
446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
447         Regenerate.
448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
449         Regenerate.
450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
451         Regenerate.
452         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
453         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
454         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
455         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
456         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
457         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
458         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
459         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
460         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
461         * sysdeps/s390/rtld-__longjmp.c: New file.
462         * sysdeps/s390/rtld-setjmp.S: New file.
463
464 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
465
466         [BZ #16400]
467         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
468         Return -__logl (x) for small positive arguments without evaluating
469         a polynomial.
470
471 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
472
473         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
474         Rename to ...
475         (__ptrace_peeksiginfo_args): ... this.
476         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
477         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
478         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
479
480 2014-01-06  Allan McRae  <allan@archlinux.org>
481
482         * inet/netinet/in.h: Fix typo in comment.
483
484 2014-01-05  Andreas Jaeger  <aj@suse.de>
485
486         * sysdeps/i386/fpu/libm-test-ulps: Update.
487
488 2014-01-05  Allan McRae  <allan@archlinux.org>
489
490         * po/libc.pot: Regenerated.
491
492         * malloc/memusagestat.c: Fix gettext call formatting.
493
494 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
495
496         * nscd/nscd.c: Improve usage() output.
497
498 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
499
500         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
501         * sysdeps/unix/sysv/linux/configure: Regenerated.
502         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
503         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
504
505 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
506
507         [BZ #16390]
508         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
509         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
510
511 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
512
513         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
514         extra tokens at end of #undef directive.
515         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
516         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
517         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
518
519 2014-01-03  Andrew Hunter  <ahh@google.com>
520
521         * elf/dl-open.c (dl_open_worker): New comment.
522         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Use
523         atomic_compare_and_exchange_bool_acq
524         (_dl_allocate_static_tls): Block signals.
525         * elf/dl-tls.c (allocate_and_init): Return void.
526         (_dl_update_slotinfo): Block signals, use atomic update.
527
528 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
529
530         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
531
532         * math/auto-libm-test-in: Mark various tests with
533         xfail-rounding:ldbl-128ibm.
534         * math/auto-libm-test-out: Regenerated.
535
536 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
537
538         [BZ #16386]
539         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
540         numbers with subnormal high part when calculating exponent.
541
542         [BZ #16385]
543         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
544         fabs.
545
546         [BZ #16384]
547         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
548         M_LN2l.
549         (__ieee754_acoshl): Use __log1pl not __log1p.
550
551 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
552
553         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all,
554         ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry,
555         __failing_morecore, ptmalloc_init, dump_heap, new_heap, grow_heap,
556         heap_trim, _int_new_arena, get_free_list, reused_arena, arena_get2):
557         Convert to GNU style.
558         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init,
559         mem2mem_check, mem2chunk_check, top_check, realloc_check,
560         memalign_check, __malloc_set_state): Likewise.
561         * malloc/mallocbug.c (main): Likewise.
562         * malloc/malloc.c (__malloc_assert, malloc_init_state, free_perturb,
563         do_check_malloced_chunk, do_check_malloc_state, sysmalloc, systrim,
564         mremap_chunk, __libc_malloc, __libc_free, __libc_realloc, _mid_memalign,
565         _int_malloc, malloc_consolidate, _int_realloc, _int_memalign, mtrim,
566         musable, __libc_mallopt, __posix_memalign, malloc_info): Likewise.
567         * malloc/malloc.h: Likewise.
568         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook, mallochook,
569         memalignhook, reallochook, mabort): Likewise.
570         * malloc/mcheck.h: Likewise.
571         * malloc/memusage.c (update_data, me, malloc, realloc, calloc, free, mmap,
572         mmap64, mremap, munmap, dest): Likewise.
573         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
574         * malloc/morecore.c (__default_morecore): Likewise.
575         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
576         * malloc/obstack.c (_obstack_begin, _obstack_newchunk,
577         _obstack_allocated_p, obstack_free, _obstack_memory_used,
578         print_and_abort): Likewise.
579         * malloc/obstack.h: Likewise.
580         * malloc/set-freeres.c (__libc_freeres): Likewise.
581         * malloc/tst-mallocstate.c (main): Likewise.
582         * malloc/tst-mtrace.c (main): Likewise.
583         * malloc/tst-realloc.c (do_test): Likewise.
584
585 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
586
587         [BZ #16366]
588         * nscd/netgroupcache.c (do_notfound): New function.
589         (addgetnetgrentX): Use it.
590
591         [BZ # 16365]
592         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
593         NSS_STATUS_NOTFOUND.
594
595 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
596
597         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
599
600 2014-01-01  Allan McRae  <allan@archlinux.org>
601
602         * scripts/update-copyrights: Update configure input file suffix.
603
604         * NEWS: Update copyright year.
605         * catgets/gencat.c: Likewise.
606         * csu/version.c: Likewise.
607         * debug/catchsegv.sh: Likewise.
608         * debug/pcprofiledump.c: Likewise.
609         * debug/xtrace.sh: Likewise.
610         * elf/ldconfig.c: Likewise.
611         * elf/ldd.bash.in: Likewise.
612         * elf/pldd.c: Likewise.
613         * elf/sotruss.ksh: Likewise.
614         * elf/sprof.c: Likewise.
615         * iconv/iconv_prog.c: Likewise.
616         * iconv/iconvconfig.c: Likewise.
617         * locale/programs/locale.c: Likewise.
618         * locale/programs/localedef.c: Likewise.
619         * login/programs/pt_chown.c: Likewise.
620         * malloc/memusage.sh: Likewise.
621         * malloc/memusagestat.c: Likewise.
622         * malloc/mtrace.pl: Likewise.
623         * manual/libc.texinfo: Likewise.
624         * nscd/nscd.c: Likewise.
625         * nss/getent.c: Likewise.
626         * nss/makedb.c: Likewise.
627         * posix/getconf.c: Likewise.
628         * scripts/test-installation.pl: Likewise.
629
630         * All files with FSF copyright notices: Update copyright dates
631         using scripts/update-copyrights.
632         * intl/plural.c: Regenerated.
633         * locale/programs/charmap-kw.h: Likewise.
634         * locale/programs/locfile-kw.h: Likewise.
635
636 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
637
638         * sysdeps/unix/sysv/linux/configure: Regenerated.
639         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
640         the linux/fanotify.h header.
641         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
642         HAVE_LINUX_FANOTIFY_H is defined.
643
644 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
645
646         * benchtests/cos-inputs: New inputs.
647         * benchtests/sin-inputs: Likewise.
648
649         * benchtests/atan-inputs: New inputs. Fix name of multiple
650         precision fallback inputs.
651
652         * benchtests/atanh-inputs: New inputs.
653         * benchtests/tanh-inputs: Likewise.
654
655         * benchtests/acosh-inputs: New inputs.
656         * benchtests/asinh-inputs: Likewise.
657
658         * benchtests/cosh-inputs: New inputs.
659         * benchtests/sinh-inputs: Likewise.
660
661         * benchtests/acos-inputs: Add more inputs.
662         * benchtests/asin-inputs: Likewise.
663
664 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
665
666         [BZ #16375]
667         * manual/arith.texi: Fix spelling.
668         * manual/charset.texi: Likewise.
669         * manual/errno.texi: Likewise.
670         * manual/filesys.texi: Likewise.
671         * manual/lang.texi: Likewise.
672         * manual/llio.texi: Likewise.
673         * manual/locale.texi: Likewise.
674         * manual/message.texi: Likewise.
675         * manual/resource.texi: Likewise.
676         * manual/search.texi: Likewise.
677         * manual/setjmp.texi: Likewise.
678         * manual/stdio.texi: Likewise.
679         * manual/string.texi: Likewise.
680         * manual/sysinfo.texi: Likewise.
681         * manual/time.texi: Likewise.
682
683 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
684
685         * po/sl.po: New file.
686
687 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
688
689         * .gitignore: Add core/.gdbinit/.gdb_history.
690
691 2013-12-27  Allan McRae  <allan@archlinux.org>
692
693         [BZ #16369]
694         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
695         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
696
697 2013-12-24  Brooks Moses  <bmoses@google.com>
698
699         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
700         all compilers that claim C++98 compliance, not just GCC.
701         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
702         Likewise.
703
704 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
705
706         * NEWS: Restore accidentally deleted bug-fix entries.
707
708 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
709             Ondřej Bílka  <neleai@seznam.cz>
710
711         [BZ #15073]
712         * malloc/malloc.c (_int_free): Perform sanity check only if we
713         have_lock.
714
715 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
716
717         [BZ #12986]
718         * manual/stdio.texi (String Input Conversions): Clarify that character
719         classes are not supported.
720
721 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
722
723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
724
725 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
726
727         [BZ #16337]
728         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
729         Calculate results for small negative arguments directly rather
730         than using reflection formula with special underflow handling.
731
732         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
733         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
734         sysdeps/unix/bsd/bsd4.4/syscalls.list.
735         (fchflags): Likewise.
736         (revoke): Likewise.
737         (setlogin): Likewise.
738         (sigaltstack): Likewise.
739         (wait4): Likewise.
740         (sigblock): Remove.
741         (sigsetmask): Likewise.
742         (wait3): Likewise.
743         (waitpid): Likewise.
744         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
745         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
746         file.
747         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
748         * sysdeps/unix/bsd/Makefile: ... here.
749         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
750         * sysdeps/unix/bsd/Versions: ... here.
751         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
752         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
753         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
754         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
755         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
756         * sysdeps/unix/bsd/sigblock.c: ... here.
757         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
758         * sysdeps/unix/bsd/sigsetmask.c: ... here.
759         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
760         * sysdeps/unix/bsd/sigvec.c: ... here.
761         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
762         * sysdeps/unix/bsd/tcdrain.c: ... here.
763         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
764         * sysdeps/unix/bsd/tcgetattr.c: ... here.
765         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
766         * sysdeps/unix/bsd/tcsetattr.c: ... here.
767         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
768         * sysdeps/unix/bsd/wait.c: ... here.
769         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
770         * sysdeps/unix/bsd/wait3.c: ... here.
771         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
772         * sysdeps/unix/bsd/waitpid.c: ... here.
773
774 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
775
776         [BZ #16356]
777         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
778         round-to-nearest for [!USE_AS_EXPM1L].
779         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
780         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
781         more tests of exp and exp10.  Expect some exp10 tests to miss
782         exceptions or fail in directed rounding modes.
783         * math/auto-libm-test-out: Regenerated.
784         * math/libm-test.inc (exp10_tonearest_test_data): New array.
785         (exp10_test_tonearest): New function.
786         (exp10_towardzero_test_data): New array.
787         (exp10_test_towardzero): New function.
788         (exp10_downward_test_data): New array.
789         (exp10_test_downward): New function.
790         (exp10_upward_test_data): New array.
791         (exp10_test_upward): New function.
792         (main): Call the new functions.
793         * sysdeps/i386/fpu/libm-test-ulps: Update.
794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
795
796 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
797
798         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
799         asinh, atan, atan2, atanh, cbrt, cos and cosh.
800         * math/auto-libm-test-out: Regenerated.
801         * math/libm-test.inc (acosh_test_data): Add more tests.
802         (atanh_test_data): Likewise.
803         (ceil_test_data): Likewise.
804         (copysign_test_data): Likewise.
805         * sysdeps/i386/fpu/libm-test-ulps: Update.
806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
807
808         * timezone/checktab.awk: Update from tzcode 2013i.
809         * timezone/private.h: Likewise.
810         * timezone/scheck.c: Likewise.
811         * timezone/tzfile.h: Likewise.
812         * timezone/tzselect.ksh: Likewise.
813         * timezone/zdump.c: Likewise.
814         * timezone/zic.c: Likewise.
815
816         * math/auto-libm-test-in: Add tests of cpow.
817         * math/auto-libm-test-out: Regenerated.
818         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
819         * * math/gen-auto-libm-tests.c (func_calc_method): Add value
820         mpc_cc_c.
821         (func_calc_desc): Add mpc_cc_c union field.
822         (test_functions): Add cpow.
823         (special_fill_2pi): New function.
824         (special_real_inputs): Add 2pi.
825         (calc_generic_results): Handle mpc_cc_c.
826         * sysdeps/i386/fpu/libm-test-ulps: Update.
827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
828
829         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
830         csqrt, ctan and ctanh.
831         * math/auto-libm-test-out: Regenerated.
832         * math/libm-test.inc (TEST_COND_x86_64): New macro.
833         (TEST_COND_x86): Likewise.
834         (ccos_test_data): Use AUTO_TESTS_c_c.
835         (ccosh_test_data): Likewise.
836         (cexp_test_data): Likewise.
837         (clog_test_data): Likewise.
838         (csqrt_test_data): Likewise.
839         (ctan_test_data): Likewise.
840         (ctan_tonearest_test_data): Likewise.
841         (ctan_towardzero_test_data): Likewise.
842         (ctan_downward_test_data): Likewise.
843         (ctan_upward_test_data): Likewise.
844         (ctanh_test_data): Likewise.
845         (ctanh_tonearest_test_data): Likewise.
846         (ctanh_towardzero_test_data): Likewise.
847         (ctanh_downward_test_data): Likewise.
848         (ctanh_upward_test_data): Likewise.
849         * math/gen-auto-libm-tests.c (func_calc_method): Add value
850         mpc_c_c.
851         (func_calc_desc): Add mpc_c_c union field.
852         (FUNC_mpc_c_c): New macro.
853         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
854         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
855         ctanh.
856         (special_fill_min_subnorm_p120): New function.
857         (special_real_inputs): Add min_subnorm_p120.
858         (calc_generic_results): Handle mpc_c_c.
859         * sysdeps/i386/fpu/libm-test-ulps: Update.
860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
861
862 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
863
864         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin,
865         do_sin_slow): New functions.
866         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2,
867         cslow2, csloww1, csloww2): Use the new functions.
868
869         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
870         Use M to change sign of result instead of X.  Assume X is
871         positive.
872         (csloww1): Likewise.
873         (__sin): Adjust.
874         (__cos): Adjust.
875
876         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
877         arguments A and DA.
878         (__sin): Adjust.
879         (__cos): Likewise.
880
881         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
882         (__cos): Likewise.
883         (sloww1): Don't adjust sign of DX.
884         (csloww1): Likewise.
885         (sloww2): Use X directly and don't adjust sign of DX.
886         (csloww2): Likewise.
887
888 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
889
890         * math/auto-libm-test-in: Add tests of cabs and carg.
891         * math/auto-libm-test-out: Regenerated.
892         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
893         (carg_test_data): Likewise.
894         * math/gen-auto-libm-tests.c (func_calc_method): Add value
895         mpc_c_f.
896         (func_calc_desc): Add mpc_c_f union field.
897         (test_functions): Add cabs and carg.
898         (calc_generic_results): Handle mpc_c_f.
899
900         * sysdeps/powerpc/powerpc32/libgcc-compat.S
901         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
902         as a macro and a compat symbol.
903         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
904         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
905         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
906         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
907         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
908         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
909         not use .hidden.
910         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
911         Likewise.
912         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
913         Likewise.
914         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
915         Likewise.
916         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
917         Likewise.
918         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
919         Likewise.
920         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
921         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
922         from GLIBC_2.3.2.
923
924 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
925
926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
927
928 2013-12-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
929
930         * elf/dl-misc.c (ptr_to_signal_safe_allocator_header): New function.
931         (__signal_safe_memalign, __signal_safe_free): Use it.
932         (__signal_safe_realloc): Likewise.
933
934 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
935
936         * manual/texinfo.tex: Update to version 2013-11-26.10 with
937         trailing whitespace removed.
938         * scripts/config.guess: Update to version 2013-11-29.
939         * scripts/config.sub: Update to version 2013-10-01.
940
941         * math/auto-libm-test-in: Add tests of sincos.
942         * math/auto-libm-test-out: Regenerated.
943         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
944         * math/gen-auto-libm-tests.c (func_calc_method): Add value
945         mpfr_f_11.
946         (func_calc_desc): Add mpfr_f_11 union field.
947         (test_functions): Add sincos.
948         (calc_generic_results): Handle mpfr_f_11.
949         * sysdeps/i386/fpu/libm-test-ulps: Update.
950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
951
952 2013-12-19  Andreas Schwab  <schwab@suse.de>
953
954         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
955         CALL_MCOUNT.
956         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
957         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
958         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
959
960 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
961
962         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
963         * sysdeps/i386/fpu/libm-test-ulps: Update.
964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
965
966         [BZ #16293]
967         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
968         round-to-nearest mode when using frndint.
969         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
970         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
971         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
972         Likewise.
973         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
974         sinh test to fail.
975         * math/auto-libm-test-out: Regenerated.
976         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
977         (TEST_COND_x86): Likewise.
978         (expm1_tonearest_test_data): New array.
979         (expm1_test_tonearest): New function.
980         (expm1_towardzero_test_data): New array.
981         (expm1_test_towardzero): New function.
982         (expm1_downward_test_data): New array.
983         (expm1_test_downward): New function.
984         (expm1_upward_test_data): New array.
985         (expm1_test_upward): New function.
986         (main): Run the new test functions.
987         * sysdeps/i386/fpu/libm-test-ulps: Update.
988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
989
990         * include/features.h: Update comment documenting feature test
991         macros.  Mention _DEFAULT_SOURCE in comment.
992         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
993         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
994         _BSD_SOURCE and _SVID_SOURCE.
995         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
996         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
997         !_SVID_SOURCE]: Likewise.
998         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
999         (__USE_POSIX_IMPLICITLY): Define.
1000         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
1001         (_POSIX_SOURCE): Undefine and redefine.
1002         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
1003         (_POSIX_C_SOURCE): Likewise.
1004         * manual/creature.texi (_DEFAULT_SOURCE): Document.
1005         (Feature Test Macros): Update documentation of default features.
1006
1007 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1008
1009         * benchtests/Makefile: Add bench-strtok.
1010         * benchtests/bench-strtok.c: New file: strtok benchtest.
1011
1012 2013-12-19  Allan McRae  <allan@archlinux.org>
1013
1014         * manual/install.texi: Suppress menu for plain text output.
1015         * INSTALL: Regenerated.
1016
1017 2013-12-18  Andrew Hunter  <ahh@google.com>
1018
1019         * sysdeps/generic/ldsodefs.h (__signal_safe_memalign): New prototype.
1020         (__signal_safe_malloc, __signal_safe_free): Likewise.
1021         (__signal_safe_realloc, __signal_safe_calloc): Likewise.
1022         * elf/dl-misc.c (__signal_safe_allocator_header): New struct.
1023         (__signal_safe_memalign, __signal_safe_malloc): New function.
1024         (__signal_safe_free, __signal_safe_realloc): Likewise.
1025         (__signal_safe_calloc): Likewise.
1026         * elf/dl-tls.c (allocate_dtv, _dl_clear_dtv): Call signal-safe
1027         functions.
1028         (_dl_deallocate_tls, _dl_update_slotinfo): Likewise.
1029
1030 2013-12-18  Andrew Hunter  <ahh@google.com>
1031
1032         * elf/Versions (ld): Add _dl_clear_dtv.
1033         * sysdeps/generic/ldsodefs.h (_dl_clear_dtv): New prototype.
1034         * elf/dl-tls.c (_dl_clear_dtv): New function.
1035         * nptl/allocatestack.c (get_cached_stack): Call _dl_clear_dtv.
1036
1037 2013-12-18  Andrew Hunter  <ahh@google.com>
1038
1039         * sysdeps/generic/ldsodefs.h (_dl_mask_all_signals): New prototype.
1040         (_dl_unmask_signals): Likewise.
1041         * sysdeps/mach/hurd/dl-sysdep.h (_dl_mask_all_signals): New stub.
1042         (_dl_unmask_all_signals): Likewise.
1043         * sysdeps/unix/sysv/linux/dl-sysdep.h (_dl_mask_all_signals): New prototype.
1044         (_dl_unmask_all_signals): Likewise.
1045         * sysdeps/unix/sysv/linux/dl-sysdep.c (_dl_mask_all_signals): New function.
1046         (_dl_unmask_signals): Likewise.
1047
1048 2013-12-18  Brooks Moses  <bmoses@google.com>
1049
1050         [BZ #15846]
1051         * misc/getauxval.c: Include errno.h.
1052         (__getauxval): Set errno to ENOENT if the requested type is not
1053         found.
1054         * misc/sys/auxv.h (getauxval): Document that it may set errno;
1055         don't declare with __attribute_const__.
1056         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
1057         * manual/startup.texi: Document that getauxval sets errno.
1058
1059 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
1060
1061         * math/auto-libm-test-in: Add tests of jn and yn.
1062         * math/auto-libm-test-out: Regenerated.
1063         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
1064         (yn_test_data): Likewise.
1065         * math/gen-auto-libm-tests.c (func_calc_method): Add value
1066         mpfr_if_f.
1067         (func_calc_desc): Add mpfr_if_f union field.
1068         (FUNC_mpfr_if_f): New macro.
1069         (test_functions): Add jn and yn.
1070         (calc_generic_results): Assert type of second input for
1071         mpfr_ff_f.  Handle mpfr_if_f.
1072         (output_for_one_input_case): Disable all checking for arguments
1073         fitting floating-point types in case of an integer argument.
1074         * sysdeps/i386/fpu/libm-test-ulps: Update.
1075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1076
1077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1078         Don't expect fegetround reference in libm.so.
1079
1080 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
1081
1082         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
1083         $(config-cflags-nofma).
1084
1085 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
1086
1087         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
1088         * math/auto-libm-test-out: Regenerated.
1089
1090         [BZ #16338]
1091         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
1092         to determine exponent and adjust argument to have exponent of -1.
1093         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
1094         log2.
1095         * math/auto-libm-test-out: Regenerated.
1096         * sysdeps/i386/fpu/libm-test-ulps: Update.
1097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1098
1099 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
1100
1101         * manual/probes.texi: Remove cases when per-thread arenas are
1102         disabled.
1103
1104 2013-12-18  Andreas Schwab  <schwab@suse.de>
1105
1106         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
1107         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
1108         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
1109         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
1110         * sysdeps/i386/i686/multiarch/Makefile: Update.
1111         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
1112
1113 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
1114
1115         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
1116         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
1117
1118 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
1119
1120         Support TZ transition times < 00:00:00.
1121         This is needed for version-3 tz-format files; it supports time
1122         stamps past 2037 for America/Godthab (the only entry in the tz
1123         database for which this change is relevant).
1124         * manual/time.texi (TZ Variable): Document transition times
1125         from -167:59:59 through -00:00:01.
1126         * time/tzset.c (tz_rule): Time of day is now signed.
1127         (__tzset_parse_tz): Parse negative time of day.
1128
1129         Document TZ transition times >= 25:00:00.
1130         * manual/time.texi (TZ Variable): Document transition times from
1131         25:00:00 through 167:59:59.  These are already supported, and this
1132         support will help with version-3 tz-format files.
1133
1134         * manual/time.texi (TZ Variable): Modernize North America example
1135         to reflect current (i.e., 2007-and-later) daylight saving rules.
1136
1137         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
1138
1139 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
1140
1141         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
1142         * sysdeps/unix/bsd/bits/stat.h: Likewise.
1143         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
1144         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
1145         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
1146         * sysdeps/unix/bsd/bsdstat.h: Likewise.
1147         * sysdeps/unix/bsd/clock.c: Likewise.
1148         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
1149         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
1150         * sysdeps/unix/bsd/init-posix.c: Likewise.
1151         * sysdeps/unix/bsd/poll.c: Likewise.
1152         * sysdeps/unix/bsd/ptsname.c: Likewise.
1153         * sysdeps/unix/bsd/seekdir.c: Likewise.
1154         * sysdeps/unix/bsd/setegid.c: Likewise.
1155         * sysdeps/unix/bsd/seteuid.c: Likewise.
1156         * sysdeps/unix/bsd/setgid.c: Likewise.
1157         * sysdeps/unix/bsd/setrgid.c: Likewise.
1158         * sysdeps/unix/bsd/setruid.c: Likewise.
1159         * sysdeps/unix/bsd/setsid.c: Likewise.
1160         * sysdeps/unix/bsd/setuid.c: Likewise.
1161         * sysdeps/unix/bsd/sigaction.c: Likewise.
1162         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
1163         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
1164         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
1165         * sysdeps/unix/bsd/telldir.c: Likewise.
1166         * sysdeps/unix/bsd/times.c: Likewise.
1167         * sysdeps/unix/bsd/usleep.c: Likewise.
1168
1169         * misc/Makefile (install-lib): Remove libbsd-compat.a.
1170         ($(objpfx)libbsd-compat.a): Remove rule.
1171
1172         * include/features.h (__FAVOR_BSD): Do not define.
1173         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
1174         features conflicting with POSIX.
1175         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
1176         (_BSD_SOURCE): Remove description of not being a subset of other
1177         feature test macros.
1178         * manual/job.texi (getpgrp): Do not document BSD version.
1179         (getpgid): Do not document by reference to BSD getpgrp.
1180         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
1181         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
1182         * signal/signal.h [__FAVOR_BSD]: Likewise.
1183         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
1184         instead of making contents conditional on [__FAVOR_BSD].
1185         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
1186
1187 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1188
1189         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1190
1191 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
1192
1193         [BZ #16314]
1194         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
1195         values below 2**-450, not 2**-500.
1196         * math/auto-libm-test-in: Don't allow spurious underflow from
1197         hypot.
1198         * math/auto-libm-test-out: Regenerated.
1199
1200         [BZ #16316]
1201         [BZ #16330]
1202         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
1203         values of ha and hb and sort them after adjusting subnormal
1204         arguments.
1205         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
1206         Likewise.
1207         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
1208         values of ea and eb and sort them after adjusting subnormal
1209         arguments.
1210         * math/auto-libm-test-in: Do not expect some hypot tests of
1211         subnormals to fail.  Add more hypot tests.
1212         * math/auto-libm-test-out: Regenerated.
1213
1214 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1215
1216         [BZ #13304]
1217         * sysdeps/sh/s_fma.c: New file.
1218         * sysdeps/sh/s_fmaf.c: New file.
1219         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
1220         version.
1221         * sysdeps/sh/Implies: Add sh/soft-fp.
1222
1223 2013-12-16  Roland McGrath  <roland@hack.frob.com>
1224
1225         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
1226         level of indirection to members `objname', `errstring', `malloced'.
1227         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
1228         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
1229         it as the __longjmp argument (just pass 1 instead).
1230         (_dl_catch_error): Initialize C with argument pointers and address of
1231         volatile local ERRCODE rather than copying values out of C at return.
1232
1233 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
1234
1235         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
1236         * math/auto-libm-test-out: Regenerated.
1237         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
1238         (hypot_test_data): Likewise.
1239         (pow_test_data): Likewise.
1240         (pow_tonearest_test_data): Likewise.
1241         * math/gen-auto-libm-tests.c (func_calc_method): Add value
1242         mpfr_ff_f.
1243         (func_calc_desc): Add mpfr_ff_f union field.
1244         (FUNC_mpfr_ff_f): New macro.
1245         (test_functions): Add atan2, hypot and pow.
1246         (special_fill_min): New function.
1247         (special_fill_minus_min): Likewise.
1248         (special_fill_min_subnorm): Likewise.
1249         (special_fill_minus_min_subnorm): Likewise.
1250         (special_real_inputs): Add min, -min, min_subnorm and
1251         -min_subnorm.
1252         (calc_generic_results): Handle mpfr_ff_f.
1253         * sysdeps/i386/fpu/libm-test-ulps: Update.
1254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1255
1256 2013-12-16  Will Newton  <will.newton@linaro.org>
1257
1258         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
1259         (Aligned Memory Blocks): Add documentation for aligned_alloc
1260         and suggest it as an alternative to posix_memalign.
1261         (Hooks for Malloc): Document __memalign_hook is also called
1262         for aligned_alloc.  (Summary of Malloc): Add summary for
1263         aligned alloc.  Document __memalign_hook is also called
1264         for aligned_alloc.
1265
1266 2013-12-16  Will Newton  <will.newton@linaro.org>
1267
1268         * manual/memory.texi (Malloc Examples): Clarify default
1269         alignment documentation.  Suggest posix_memalign rather
1270         than memalign or valloc.
1271         (Aligned Memory Blocks): Remove suggestion to use memalign
1272         or valloc.  Remove obsolete comment about BSD.
1273         Document memalign errno values and mark the function obsolete.
1274         Document posix_memalign returned error codes.  Mark valloc
1275         as obsolete.  (Hooks for Malloc): __memalign_hook is also
1276         called for posix_memalign and valloc.
1277         (Summary of Malloc): Add posix_memalign to function summary.
1278         __memalign_hook is also called for posix_memalign and valloc.
1279
1280 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1281
1282         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
1283         TAYLOR_SIN.
1284         (__sin): Adjust.
1285         (__cos): Likewise.
1286         (sloww): Use mynumber union.  Expand ternary operator into
1287         if-else statements.
1288         (cslow): use mynumber union.
1289
1290 2013-12-16  Allan McRae  <allan@archlinux.org>
1291
1292         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
1293         * configure: Regenerated.
1294
1295         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
1296
1297         [BZ #14120]
1298         * configure.ac: Added --enable-maintainer-mode. Check for
1299         autoconf when enabled.
1300         * configure: Regenerated.
1301
1302         * nscd/nscd.service: New file.
1303         * nscd/nscd.tmpfiles: New file.
1304
1305 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
1306
1307         [BZ #12100]
1308         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
1309         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
1310         * sysdeps/x86_64/multiarch/strstr.c: ... here.
1311         (strstr): Add __strstr_sse2_unaligned ifunc.
1312         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
1313         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
1314         (strcasestr): Remove __strcasestr_sse42 ifunc.
1315         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
1316         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
1317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
1318
1319 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1320
1321         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
1322         * sysdeps/sh/bits/fenv.h: ... here.
1323         * sysdeps/sh/sh4/fpu/bits: Remove directory.
1324
1325 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1326
1327         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
1328
1329 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1330
1331         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
1332         hypotf multiarch implementations.
1333         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
1334         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
1335         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
1336         multiarch hypot for PPC64.
1337         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
1338         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
1339         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
1340         multiarch hypotf for PPC64.
1341
1342 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1343
1344         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
1345         modff multiarch implementations.
1346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
1347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
1348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
1349         multiarch modf for PPC64.
1350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
1351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
1352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
1353         multiarch modff for PPC64.
1354
1355 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1356
1357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
1358         and logl multiarch implementations.
1359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
1360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
1361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
1362         multiarch logb for PPC64.
1363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
1364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
1365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
1366         multiarch logb for PPC64.
1367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
1368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
1369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
1370         multiarch logb for PPC64.
1371
1372 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1373
1374         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
1375         isinff multiarch implementation.
1376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
1377         file.
1378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
1379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
1380         multiarch isinf for PPC64.
1381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
1382         file.
1383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
1384         multiarch isinff for PPC64.
1385
1386 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1387
1388         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
1389         finitef multiarch implementation.
1390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
1391         file.
1392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
1393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
1394         multiarch finite for PPC64.
1395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
1396         file.
1397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
1398         multiarch finitef for PPC64.
1399
1400 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1401
1402         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
1403         lrint multiarch implementation.
1404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
1405         file.
1406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
1407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
1408         multiarch llrint for PPC64.
1409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
1410         multiarch lrint for PPC64.
1411
1412 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1413
1414         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
1415         copysignf multiarch implementation.
1416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
1417         file.
1418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
1419         file.
1420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
1421         multiarch copysign for PPC64.
1422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
1423         multiarch copysignf for PPC64.
1424
1425 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1426
1427         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
1428         multiarch implementation.
1429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
1430         file.
1431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
1432         file.
1433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
1434         file.
1435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
1436         file.
1437         multiarch llround for PPC64.
1438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
1439         multiarch trunc for PPC64.
1440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
1441         multiarch truncf for PPC64.
1442
1443 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1444
1445         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
1446         multiarch implementation.
1447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
1448         file.
1449         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
1450         file.
1451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
1452         file.
1453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
1454         file.
1455         multiarch llround for PPC64.
1456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
1457         multiarch round for PPC64.
1458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
1459         multiarch roundf for PPC64.
1460
1461 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1462
1463         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
1464         multiarch implementation.
1465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
1466         file.
1467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
1468         file.
1469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
1470         file.
1471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
1472         file.
1473         multiarch llround for PPC64.
1474         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
1475         multiarch floor for PPC64.
1476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
1477         multiarch floorf for PPC64.
1478
1479 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1480
1481         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
1482         multiarch implementation.
1483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
1484         file.
1485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
1486         file.
1487         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
1488         file.
1489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
1490         file.
1491         multiarch llround for PPC64.
1492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
1493         multiarch ceil for PPC64.
1494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
1495         multiarch ceilf for PPC64.
1496
1497 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1498
1499         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
1500         multiarch implementation.
1501         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
1502         file.
1503         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
1504         file.
1505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
1506         file.
1507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
1508         multiarch llround for PPC64.
1509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
1510         multiarch lround for PPC64.
1511
1512 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1513
1514         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
1515         multiarch implementation.
1516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
1517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
1518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
1519         file.
1520         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
1521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
1522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
1523         multiarch isnan for PPC64.
1524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
1525         multiarch isnanf for PPC64.
1526
1527 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1528
1529         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
1530         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
1531         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
1532         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
1533         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
1534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
1535
1536 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1537
1538         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
1539         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
1540         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
1541         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1542
1543 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1544
1545         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
1546         multiarch implementations.
1547         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1548         (__libc_ifunc_impl_list): Likewise.
1549         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
1550         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
1551         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
1552         multiarch stpcpy for PPC64.
1553
1554 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1555
1556         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
1557         multiarch implementations.
1558         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1559         (__libc_ifunc_impl_list): Likewise.
1560         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
1561         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
1562         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
1563         multiarch strcpy for PPC64.
1564
1565 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1566
1567         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
1568         redefine function name.
1569         (_wordcopy_fwd_dest_aligned): Likewise.
1570         (_wordcopy_bwd_aligned): Likewise.
1571         (_wordcopy_bwd_dest_aligned): Likewise.
1572         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
1573         multiarch implementations.
1574         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1575         (__libc_ifunc_impl_list): Likewise.
1576         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
1577         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
1578         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
1579         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
1580         multiarch wcscpy for PPC64.
1581
1582 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1583
1584         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
1585         multiarch implementations.
1586         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1587         (__libc_ifunc_impl_list): Likewise.
1588         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
1589         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
1590         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
1591         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
1592         multiarch wcscpy for PPC64.
1593
1594 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1595
1596         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
1597         multiarch implementations.
1598         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1599         (__libc_ifunc_impl_list): Likewise.
1600         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
1601         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
1602         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
1603         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
1604         multiarch wcsrchr for PPC64.
1605
1606 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1607
1608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
1609         multiarch implementations.
1610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1611         (__libc_ifunc_impl_list): Likewise.
1612         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
1613         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
1614         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
1615         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
1616         multiarch wcschr for PPC64.
1617
1618 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1619
1620         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
1621         multiarch implementations.
1622         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1623         (__libc_ifunc_impl_list): Likewise.
1624         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
1625         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
1626         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
1627         multiarch strchrnul for PPC64.
1628
1629 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1630
1631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
1632         implementations.
1633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1634         (__libc_ifunc_impl_list): Likewise.
1635         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
1636         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
1637         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
1638         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
1639         strchr for PPC64.
1640
1641 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1642
1643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
1644         implementations.
1645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1646         (__libc_ifunc_impl_list): Likewise.
1647         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
1648         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
1649         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
1650         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
1651         strncmp for PPC64.
1652
1653 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1654
1655         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
1656         multiarch implementations.
1657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1658         (__libc_ifunc_impl_list): Likewise.
1659         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
1660         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
1661         strncasecmp for PPC64.
1662         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
1663         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
1664         multiarch strncasecmp_l for PPC64.
1665
1666 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1667
1668         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
1669         multiarch implementations.
1670         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1671         (__libc_ifunc_impl_list): Likewise.
1672         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
1673         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
1674         multiarch strcasecmp for PPC64.
1675         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
1676         file.
1677         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
1678         multiarch strcasecmp_l for PPC64.
1679
1680 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1681
1682         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
1683         implementations.
1684         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1685         (__libc_ifunc_impl_list): Likewise.
1686         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
1687         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
1688         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
1689         strnlen for PPC64.
1690
1691 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1692
1693         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
1694         implementations.
1695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1696         (__libc_ifunc_impl_list): Likewise.
1697         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
1698         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
1699         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
1700         strlen for PPC64.
1701
1702 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1703
1704         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
1705         implementations.
1706         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1707         (__libc_ifunc_impl_list): Likewise.
1708         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
1709         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
1710         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
1711         rawmemrchr for PPC64.
1712
1713 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1714
1715         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
1716         implementation.
1717         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1718         (__libc_ifunc_impl_list): Likewise.
1719         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
1720         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
1721         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
1722         memrchr for PPC64.
1723
1724 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1725
1726         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
1727         implementation.
1728         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1729         (__libc_ifunc_impl_list): Likewise.
1730         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
1731         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
1732         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
1733         memchr for PPC64.
1734
1735 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1736
1737         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
1738         implementation.
1739         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1740         (__libc_ifunc_impl_list): Likewise.
1741         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
1742         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
1743         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
1744         mempcpy for PPC64.
1745
1746 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1747
1748         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
1749         avoid cretion of __bzero symbol.
1750         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
1751         Likewise.
1752         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
1753         Likewise.
1754         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
1755         Likewise.
1756         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
1757         multiarch implementations.
1758         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1759         (__libc_ifunc_impl_list): Likewise.
1760         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
1761         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
1762         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
1763         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
1764         bzero for PPC32.
1765         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
1766         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
1767         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
1768         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
1769         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
1770         memset for PPC64.
1771         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
1772
1773 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1774
1775         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
1776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
1777         implementations.
1778         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1779         (__libc_ifunc_impl_list): Likewise.
1780         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
1781         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
1782         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
1783         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
1784         memcmp for PPC64.
1785
1786 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1787
1788         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
1789         multiarch for POWER/PPC64.
1790         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
1791         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
1792         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
1793         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
1794         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
1795         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
1796         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
1797         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
1798         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
1799         memcpy for PPC64.
1800
1801 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1802
1803         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
1804         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
1805         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
1806         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
1807         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
1808         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
1809         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
1810         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
1811         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
1812         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
1813         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
1814         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
1815         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
1816         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
1817         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
1818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
1819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
1820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
1821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
1822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
1823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
1824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
1825
1826 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1827
1828         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
1829
1830 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1831
1832         * benchtests/Makefile (bench): Add exp2 and log2.
1833         (LDLIBS-bench-exp2): Add -lm.
1834         (LDLIBS-bench-log2): Likewise.
1835         * benchtests/exp2-inputs: New inputs file.
1836         * benchtests/log2-inputs: New inputs file.
1837         * benchtests/log-inputs: Add new inputs.
1838         * benchtests/tan-inputs: Likewise.
1839
1840 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
1841
1842         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
1843         definition...
1844         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2,
1845         csloww1, csloww2): ... from here.
1846
1847         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
1848         instead of structures.
1849         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
1850         (POLYNOMIAL): Likewise.
1851         (TAYLOR_SLOW): Likewise.
1852         (__sin): Likewise.
1853         (__cos): Likewise.
1854         (slow1): Likewise.
1855         (slow2): Likewise.
1856         (sloww): Likewise.
1857         (sloww1); Likewise.
1858         (sloww2): Likewise.
1859         (bsloww1): Likewise.
1860         (bsloww2): Likewise.
1861         (cslow2): Likewise.
1862         (csloww): Likewise.
1863         (csloww1): Likewise.
1864         (csloww2): Likewise.
1865
1866 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
1867
1868         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
1869         (__malloc_assert, __libc_realloc, __libc_calloc,
1870         _int_realloc): Expand MALLOC_COPY and MALLOC_ZERO to
1871         memcpy and memset.
1872         * malloc/hooks.c (realloc_check): Likewise.
1873
1874 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
1875
1876         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
1877         * malloc/arena.c: Remove PER_THREAD conditional.
1878         [!PER_THREAD]: Remove code.
1879         (ptmalloc_unlock_all2): Likewise.
1880         (ptmalloc_init): Likewise.
1881         (_int_new_arena): Likewise.
1882         (arena_get2): Likewise.
1883         * malloc/hooks.c (__malloc_get_state): Likewise.
1884         (__malloc_set_state): Likewise.
1885         * malloc/malloc.c: Likewise.
1886         (struct malloc_state): Likewise.
1887         (struct malloc_par): Likewise.
1888         (__libc_realloc): Likewise.
1889         (__libc_mallopt): Likewise.
1890
1891 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1892
1893         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
1894
1895 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
1896
1897         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
1898         macro to a function.  Check for zero perturb_byte.
1899         (_int_malloc, _int_free): Remove zero perturb_byte checks.
1900
1901 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
1902
1903         * malloc/malloc.c: (force_reg): Remove.
1904         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc,
1905         _mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
1906         force_reg by atomic_forced_read.
1907         * malloc/arena.c (ptmalloc_init): Likewise.
1908         * malloc/hooks.c (top_check): Likewise.
1909
1910 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1911
1912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1913
1914 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
1915
1916         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1917
1918 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
1919
1920         * math/auto-libm-test-in: Add tests of lgamma.
1921         * math/auto-libm-test-out: Regenerated.
1922         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
1923         (M_LOG_2_SQRT_PIl): Likewise.
1924         (lgamma_test_data): Use AUTO_TESTS_f_f1.
1925         * math/gen-auto-libm-tests.c (func_calc_method): Add value
1926         mpfr_f_f1.
1927         (func_calc_desc): Add mpfr_f_f1 union field.
1928         (ARGS1): New macro.
1929         (ARGS2): Likewise.
1930         (ARGS3): Likewise.
1931         (ARGS4): Likewise.
1932         (RET1): Likewise.
1933         (RET2): Likewise.
1934         (CALC): Likewise.
1935         (FUNC): Likewise.
1936         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
1937         (test_functions): Add lgamma.
1938         (calc_generic_results): Handle mpfr_f_f1.
1939         * sysdeps/i386/fpu/libm-test-ulps: Update.
1940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1941
1942 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1943
1944         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
1945         __mpn_add_n for PowerPC64/POWER7.
1946         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
1947         __mpn_sub_n for PowerPC64/POWER7.
1948
1949 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1950
1951         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
1952         __mpn_addmul_1 for PowerPC64.
1953         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
1954         __mpn_submul_1 for PowerPC64.
1955         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
1956         for PowerPC64.
1957         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
1958         for PowerPC64.
1959
1960 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
1961
1962         [BZ #15089]
1963         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
1964
1965 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1966
1967         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
1968
1969 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1970
1971         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
1972         add multiarch folders.
1973         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
1974         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
1975         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
1976         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
1977         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
1978         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
1979         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
1980         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
1981         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
1982         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
1983         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
1984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
1985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
1986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
1987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
1989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
1990
1991 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1992
1993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
1994         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
1995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
1996         New file.
1997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
1998         New file.
1999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
2000         multiarch __ieee754_hypot for PowerPC32.
2001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
2002         New file.
2003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
2004         New file.
2005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
2006         multiarch __ieee754_hypotf for PowerPC32.
2007
2008 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2009
2010         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
2011         long_double_symbol only if __logbl is defined.
2012         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
2013         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
2014         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
2015         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
2016         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
2017         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
2018         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
2019         path for implementation.
2020         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
2021         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
2022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
2023         logb, and logbl multiarch implementations for PowerPC32.
2024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
2025         file.
2026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
2027         file.
2028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
2029         multiarch logb for PowerPC32.
2030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
2031         file.
2032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
2033         file.
2034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
2035         multiarch logbf for PowerPC32.
2036         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
2037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
2038         file.
2039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
2040         multiarch logbl implementation for PowerPC32.
2041
2042 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2043
2044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
2045         and modff multiarch implementations.
2046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
2047         New file.
2048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
2049         New file.
2050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
2051         multiarch modf for PowerPC32.
2052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
2053         New file.
2054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
2055         New file.
2056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
2057         multiarch modff for PowerPC32.
2058
2059 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2060
2061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
2062         and lrintf multiarch implementations.
2063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
2064         New file.
2065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
2066         New file.
2067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
2068         multiarch lrint for PowerPC32.
2069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
2070         file: multiarch lrintf for PowerPC32.
2071
2072 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2073
2074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
2075         and lroundf multiarch implementations.
2076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
2077         New file.
2078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
2079         New file.
2080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
2081         New file.
2082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
2083         multiarch lround for PowerPC32.
2084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
2085         file: multiarch lroundf for PowerPC32.
2086
2087 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2088
2089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
2090         copysign and copysignf multiarch implementations.
2091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
2092         New file.
2093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
2094         New file.
2095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
2096         file: multiarch copysign for PowerPC32.
2097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
2098         file: multiarch copysignf for PowerPC32.
2099
2100 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2101
2102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
2103         and truncf multiarch implementations.
2104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
2105         New file.
2106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
2107         file.
2108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
2109         multiarch trunc for PowerPC32.
2110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
2111         New file.
2112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
2113         New file.
2114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
2115         multiarch truncf for PowerPC32.
2116
2117 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2118
2119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
2120         and roundf multiarch implementations.
2121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
2122         New file.
2123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
2124         file.
2125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
2126         multiarch round for PowerPC32.
2127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
2128         New file.
2129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
2130         New file.
2131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
2132         multiarch roundf for PowerPC32.
2133
2134 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2135
2136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
2137         and floorf multiarch implementations.
2138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
2139         New file.
2140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
2141         file.
2142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
2143         multiarch floor for PowerPC32.
2144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
2145         New file.
2146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
2147         New file.
2148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
2149         multiarch floorf for PowerPC32.
2150
2151 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2152
2153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
2154         and ceilf multiarch implementations.
2155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
2156         New file.
2157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
2158         file.
2159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
2160         multiarch ceil for PowerPC32.
2161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
2162         New file.
2163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
2164         file.
2165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
2166         multiarch ceilf for PowerPC32.
2167
2168 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2169
2170         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
2171         is defined.
2172         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
2173         FINITEF is defined.
2174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
2175         and finitef multiarch implementations.
2176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
2177         New file.
2178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
2179         file.
2180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
2181         multiarch finite for PowerPC32.
2182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
2183         New file.
2184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
2185         file: multiarch finitef for PowerPC32.
2186
2187 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2188
2189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
2190         and isinff multiarch implementations.
2191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
2192         file.
2193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
2194         file.
2195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
2196         multiarch isinf for PowerPC32.
2197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
2198         New file.
2199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
2200         multiarch isinff for PowerPC32.
2201
2202 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2203
2204         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
2205         alias when __isnan is defined.
2206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
2207         and isnanf multiarch implementations.
2208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
2209         file.
2210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
2211         file.
2212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
2213         file.
2214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
2215         file.
2216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
2217         multiarch isnan for PowerPC32.
2218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
2219         New file.
2220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
2221         New file.
2222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
2223         multiarch isnanf for PowerPC32.
2224
2225 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2226
2227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
2228         and sqrtf multiarch implementations.
2229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
2230         file.
2231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
2232         file.
2233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
2234         multiarch sqrt for PowerPC32.
2235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
2236         file.
2237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
2238         file.
2239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
2240         multiarch sqrtf for PowerPC32.
2241
2242 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2243
2244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
2245         and llroundf multiarch implementations.
2246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
2247         New file.
2248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
2249         New file.
2250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
2251         New file.
2252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
2253         file: multiarch llround for PowerPC32.
2254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
2255         file: multiarch llroundf for PowerPC32.
2256
2257 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2258
2259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
2260         multiarch PowerPC32 fpu implementations.
2261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
2262         New file.
2263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
2264         New file.
2265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
2266         multiarch llrint for PowerPC32.
2267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
2268         New file.
2269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
2270         New file.
2271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
2272         file.
2273
2274 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2275
2276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
2277
2278 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2279
2280         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
2281         file.
2282         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
2283         file.
2284         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
2285         file.
2286         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
2287         multiarch wordcopy for PPC32.
2288         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
2289         wordcopy objects.
2290         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2291         (__libc_ifunc_impl_list): Likewise.
2292         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
2293         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
2294         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
2295         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
2296         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
2297         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
2298
2299 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2300
2301         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
2302         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
2303         file.
2304         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
2305         file.
2306         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
2307         file.
2308         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
2309         multiarch wcscpy for PPC32.
2310         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
2311         multiarch objects.
2312         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2313         (__libc_ifunc_impl_list): Likewise.
2314         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
2315         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
2316         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
2317         sysdeps/powerpc/power6/wcscpy.c.
2318
2319 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2320
2321         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
2322         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
2323         file.
2324         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
2325         file.
2326         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
2327         file.
2328         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
2329         multiarch wcsrchr for PPC32.
2330         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
2331         multiarch objects.
2332         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2333         (__libc_ifunc_impl_list): Likewise.
2334         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
2335         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
2336         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
2337         sysdeps/powerpc/power6/wcsrchr.c.
2338
2339 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2340
2341         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
2342         file.
2343         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
2344         file.
2345         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
2346         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
2347         multiarch wcschr for PPc32.
2348         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
2349         multiarch objects.
2350         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2351         (__libc_ifunc_impl_list): Likewise.
2352         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
2353         * sysdeps/powerpc/power6/wcschr.c: ... to here.
2354         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
2355         sysdeps/powerpc/power6/wcschr.c.
2356
2357 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2358
2359         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
2360         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
2361         file.
2362         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
2363         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
2364         file: multiarch strchr for PPC32.
2365         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
2366         multiarch objects.
2367         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2368         (__libc_ifunc_impl_list): Likewise.
2369
2370 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2371
2372         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
2373         name.
2374         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
2375         file.
2376         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
2377         file.
2378         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
2379         multiarch strchrnul for PPC32.
2380         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
2381         multiarch objects.
2382         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2383         (__libc_ifunc_impl_list): Likewise.
2384
2385 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2386
2387         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
2388         file.
2389         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
2390         multiarch strncasecmp for PPC32.
2391         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
2392         file.
2393         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
2394         multiarch strncasecmp_l for PPC32.
2395         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
2396         strncasecmp multiarch objects.
2397         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2398         (__libc_ifunc_impl_list): Likewise.
2399
2400 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2401
2402         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
2403         file.
2404         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
2405         multiarch strncasecmp for PPC32.
2406         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2407         New file.
2408         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
2409         multiarch strcasecmp_l for PPC32.
2410         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
2411         multiarch objects.
2412         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2413         (__libc_ifunc_impl_list): Likewise.
2414
2415 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2416
2417         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
2418         file.
2419         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
2420         file.
2421         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
2422         multiarch strncmp for PPC32.
2423         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
2424         multiarch objects.
2425         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2426         (__libc_ifunc_impl_list): Likewise.
2427
2428 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2429
2430         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
2431         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
2432         file.
2433         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
2434         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
2435         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
2436         multiarch objects.
2437         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2438         (__libc_ifunc_impl_list): Likewise.
2439
2440 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2441
2442         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
2443         file.
2444         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
2445         file.
2446         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
2447         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
2448         multiarch objects.
2449         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2450         (__libc_ifunc_impl_list): Likewise.
2451
2452 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2453
2454         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
2455         file.
2456         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
2457         file.
2458         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
2459         multiarch rawmemchr for PPC32.
2460         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
2461         multiarch objects.
2462         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2463         (__libc_ifunc_impl_list): Likewise.
2464
2465 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2466
2467         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
2468         file.
2469         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
2470         file.
2471         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
2472         file: memrchr multiarch for PPC32.
2473         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
2474         multiarch objects.
2475         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2476         (__libc_ifunc_impl_list): Likewise.
2477
2478 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2479
2480         * string/memchr.c (__memchr): Using macro to redefine symbol name.
2481         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
2482         file.
2483         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
2484         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
2485         multiarch memchr for PPC32.
2486         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
2487         multiarch objects.
2488         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2489         (__libc_ifunc_impl_list): Likewise.
2490
2491 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2492
2493         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
2494         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
2495         file.
2496         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
2497         file.
2498         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
2499         file: multiarch mempcpy for PPC32.
2500         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
2501         multiarch objects.
2502         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2503         (__libc_ifunc_impl_list): Likewise.
2504
2505 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2506
2507         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
2508         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
2509         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
2510         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
2511         multiarch bzero for PPC32.
2512         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
2513         file.
2514         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
2515         file.
2516         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
2517         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
2518         file: multiarch memset for PPC32.
2519         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
2520         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
2521         memset multiarch objects.
2522         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2523         (__libc_ifunc_impl_list): Likewise.
2524
2525 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2526
2527         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
2528         file.
2529         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
2530         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
2531         memcmp for PPC32.
2532         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
2533         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
2534         multiarch objects.
2535         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2536         (__libc_ifunc_impl_list): Likewise.
2537
2538 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2539
2540         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
2541         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
2542         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
2543         file.
2544         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
2545         file.
2546         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
2547         file.
2548         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
2549         multiarch memcpy for PPC32.
2550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
2551         multiarch objects.
2552         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2553         (__libc_ifunc_impl_list): Likewise.
2554
2555 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2556
2557         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
2558         support multiarch for POWER/PPC32.
2559         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
2560         Likewise.
2561         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
2562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
2563         Implies file to make multiarch folder appers before the fpu and
2564         default folder for power4 configuration.
2565
2566 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2567
2568         * scripts/bench.pl: Append volatile keyword to type.
2569
2570 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2571
2572         * sysdeps/sh/sotruss-lib.c: New file.
2573         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
2574
2575 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2576
2577         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2578
2579 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
2580
2581         [BZ #6810]
2582         * math/w_tgamma.c: Include <errno.h>.
2583         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
2584         * math/w_tgammaf.c: Include <errno.h>.
2585         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
2586         * math/w_tgammal.c: Include <errno.h>.
2587         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
2588         * math/auto-libm-test-in: Do not allow missing errno on tgamma
2589         underflow.  Add more tgamma tests.
2590         * math/auto-libm-test-out: Regenerated.
2591         * sysdeps/i386/fpu/libm-test-ulps: Update.
2592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2593
2594         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
2595         sin, sinh, tan, tanh, tgamma, y0 and y1.
2596         * math/auto-libm-test-out: Regenerated.
2597         * math/libm-test.inc (TEST_COND_x86_64): New macro.
2598         (TEST_COND_x86): Likewise.
2599         (M_E2l): Remove macro.
2600         (M_E3l): Likewise.
2601         (M_2_SQRT_PIl): Likewise.
2602         (M_SQRT_PIl): Likewise.
2603         (M_1_DIV_El): Likewise.
2604         (log_test_data): Use AUTO_TESTS_f_f.
2605         (log10_test_data): Likewise.
2606         (log1p_test_data): Likewise.
2607         (log2_test_data): Likewise.
2608         (sin_test_data): Likewise.
2609         (sin_tonearest_test_data): Likewise.
2610         (sin_towardzero_test_data): Likewise.
2611         (sin_downward_test_data): Likewise.
2612         (sin_upward_test_data): Likewise.
2613         (sinh_test_data): Likewise.
2614         (sinh_tonearest_test_data): Likewise.
2615         (sinh_towardzero_test_data): Likewise.
2616         (sinh_downward_test_data): Likewise.
2617         (sinh_upward_test_data): Likewise.
2618         (tan_test_data): Likewise.
2619         (tan_tonearest_test_data): Likewise.
2620         (tan_towardzero_test_data): Likewise.
2621         (tan_downward_test_data): Likewise.
2622         (tan_upward_test_data): Likewise.
2623         (tanh_test_data): Likewise.
2624         (tgamma_test_data): Likewise.
2625         (y0_test_data): Likewise.
2626         (y1_test_data): Likewise.
2627         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
2628         (special_real_inputs): Add pi/4.
2629         * sysdeps/i386/fpu/libm-test-ulps: Update.
2630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2631
2632 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2633
2634         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
2635         "longjmp_target" static probes.
2636         (__longjmp): Rename to __longjmp_symbol.
2637         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2638         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
2639         on which longjmp to generate.
2640         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2641         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
2642         probe.
2643         (__sigsetjmp): Rename to __sigsetjmp_symbol.
2644         (__sigjmp_save): Rename to __sigjmp_save_symbol.
2645         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2646         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
2647         and __sigjmp_save_symbol based on which sigsetjmp to generated.
2648         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
2649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
2650         __longjmp_symbol based on which __longjmp to generate.
2651         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
2652         probe.
2653         (setjmp): Rename to setjmp_symbol.
2654         (__sigsetjmp): Rename to __sigsetjmp_symbol.
2655         (_setjmp): Rename to _setjmp_symbol.
2656         (__sigsetjmp): Rename to __sigsetjmp_symbol.
2657         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
2658         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
2659         which setjmp to generate.
2660         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
2661         "longjmp_target" static probes.
2662
2663 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
2664
2665         * benchtests/README: Add note about output arguments.
2666         * benchtests/bench-sincos.c: Remove file.
2667         * benchtests/sincos-inputs: New file.
2668         * scripts/bench.pl: Identify output arguments and define
2669         static variables for them.
2670
2671         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
2672
2673         [BZ #15941]
2674         * Makefile (INSTALL): Add install-plain.texi as the primary
2675         dependency.
2676         * manual/install-plain.texi: New file.
2677         * manual/install.texi: Include node directive only for
2678         non-plaintext output.
2679
2680 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
2681
2682         * stdlib/longlong.h: Update from GCC.
2683
2684         [BZ #6807]
2685         [BZ #15901]
2686         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
2687         * math/w_j0f.c (y0f): Likewise.
2688         * math/w_j0l.c (__y0l): Likewise.
2689         * math/w_j1.c (y1): Likewise.
2690         * math/w_j1f.c (y1f): Likewise.
2691         * math/w_j1l.c (__y1l): Likewise
2692         * math/w_jn.c (yn): Likewise.
2693         * math/w_jnf.c (ynf): Likewise.
2694         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
2695         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
2696         value for Bessel function domain errors outside _SVID_ mode.
2697         Adjust sign of return value for yn (negative integer, 0).
2698         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
2699         by zero in return for negative x and set sign appropriately for
2700         negative n.
2701         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
2702         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
2703         * math/libm-test.inc (y0_test_data): Add more tests and adjust
2704         expectations in error cases.
2705         (y1_test_data): Likewise.
2706         (yn_test_data): Likewise.
2707         * sysdeps/i386/fpu/libm-test-ulps: Update.
2708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2709
2710 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2711
2712         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
2713         "64" to "64-v1".  Add "64-v2".
2714         (abi-64-options): Rename to ...
2715         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
2716         (abi-64-condition): Rename to ...
2717         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
2718         (abi-64-ld-soname): Rename to ...
2719         (abi-64-v1-ld-soname): ... this.
2720         (abi-64-v2-options): Define.
2721         (abi-64-v2-condition): Likewise.
2722         (abi-64-v2-ld-soname): Likewise.
2723         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
2724         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
2725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
2726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
2727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
2728
2729 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2730             Alan Modra  <amodra@gmail.com>
2731
2732         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
2733         New versions for use with the ELFv2 ABI.
2734         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
2735         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
2736         declaration.
2737         (struct La_ppc64v2_retval): Likewise.
2738         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
2739         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
2740         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
2741         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
2742         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
2743         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
2744         Do not save or restore CR.
2745         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
2746         (_dl_profile_resolve): Do no save or restore CR.  Support extended
2747         return values for ELFv2 ABI.  Fix location of FPR return registers.
2748         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
2749         updated values for _CALL_ELF == 2.
2750         (La_regs, La_retval, int_retval): Likewise.
2751
2752 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2753
2754         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
2755         (FRAME_MIN_SIZE_PARM): Likewise.
2756         (FRAME_BACKCHAIN): Likewise.
2757         (FRAME_CR_SAVE): Likewise.
2758         (FRAME_LR_SAVE): Likewise.
2759         (FRAME_TOC_SAVE): Likewise.
2760         (FRAME_PARM_SAVE): Likewise.
2761         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
2762         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
2763         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
2764         (call_mcount_parm_offset): New macro.
2765         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
2766         (PROF): Use symbolic stack frame offsets.
2767         (TAIL_CALL_SYSCALL_ERROR): Likewise.
2768         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
2769         Redefine in terms of FRAME_MIN_SIZE.
2770         (_dl_runtime_resolve): Use symbolic stack frame offsets.
2771         (_dl_profile_resolve): Likewise.  Update comment.
2772         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
2773         symbols stack frame offsets.
2774         (__sigsetjmp): Likewise.
2775         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
2776         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
2777         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
2778         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
2779
2780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
2781         (FRAME_BACKCHAIN): Remove.
2782         (FRAME_CR_SAVE): Likewise.
2783         (FRAME_LR_SAVE): Likewise.
2784         (FRAME_COMPILER_DW): Likewise.
2785         (FRAME_LINKER_DW): Likewise.
2786         (FRAME_TOC_SAVE): Likewise.
2787         (FRAME_PARM_SAVE): Likewise.
2788         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
2789         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
2790         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
2791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
2792         (CHECK_SP): Use symbolic stack frame offsets.
2793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
2794         zone" instead of caller's parameter save area for temp storage.
2795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
2796         Likewise.  Also, use symbolic stack frame offsets.
2797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
2798         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
2799         our own stack frame instead of the caller's.
2800         (__socket): Use symbolic stack frame offsets.
2801
2802 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2803             Alan Modra  <amodra@gmail.com>
2804
2805         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
2806         Define.
2807         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK,
2808         PPC64_LOCAL_ENTRY_OFFSET): Define.
2809         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
2810         New function.
2811         (elf_machine_fixup_plt): Call it.
2812         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
2813         reloc arguments.
2814         (elf_machine_rela): Update call to elf_machine_plt_conflict.
2815         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
2816         _dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
2817         r2 before calling target.
2818
2819 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2820             Alan Modra  <amodra@gmail.com>
2821
2822         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
2823         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
2824         versions of macros to support ELFv2 ABI.
2825         (LOCALENTRY): New macro.
2826         (ENTRY, EALIGN): Use it.
2827         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
2828         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
2829         fall through into ENTRY entry point.
2830         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
2831         Only define if _CALL_ELF != 2.
2832
2833         (elf_machine_matches_host): Verify ABI version matches.
2834         (RTLD_START): Use LOCALENTRY.
2835         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
2836         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
2837         (PLT_ENTRY_WORDS): New macro.
2838         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
2839         (elf_machine_runtime_setup): Support ELFv2 ABI.
2840         (elf_machine_fixup_plt): Likewise.
2841         (elf_machine_plt_conflict): Likewise.
2842         (resolve_ifunc): Likewise.
2843         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
2844         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
2845         Likewise.
2846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
2847         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
2848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2849         (makecontext): Support ELFv2 ABI.
2850         * elf/elf.h (EF_PPC64_ABI): Define.
2851
2852 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2853
2854         * sysdeps/powerpc/powerpc64/sysdep.h [ASSEMBLER] (PPC64_LOAD_FUNCPTR):
2855         New assembler macro.
2856         [ASSEMBLER] (ENTRY_1): Do not switch to .text section here ...
2857         [ASSEMBLER] (ENTRY): ... but instead here ...
2858         [ASSEMBLER] (EALIGN): ... and here.
2859         [!ASSEMBLER] (PPC64_LOAD_FUNCPTR): New macro.
2860         [!ASSEMBLER] (ENTRY_1): New macro; set up .opd entry.
2861         [!ASSEMBLER] (ENTRY_2): Use it.
2862         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
2863         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
2864         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
2865         _dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
2866         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
2867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
2868         Use PPC64_LOAD_FUNCPTR.
2869
2870 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2871
2872         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
2873
2874 2013-12-04  Alan Modra  <amodra@gmail.com>
2875
2876         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
2877         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
2878         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
2879         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
2880
2881         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
2882         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
2883         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
2884         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
2885         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
2886         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
2887
2888 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2889
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2891         (__makecontext): Fix incorrect CFI when backtracing out of
2892         context created via makecontext.
2893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
2894         (__setcontext): Fix incorrect CFI during switch to new context.
2895         (__novec_setcontext): Likewise.
2896
2897 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
2898
2899         [BZ #4772]
2900         * time/strptime_l.c (__strptime_internal): Allow modifiers
2901         in strptime.
2902         * time/tst-strptime.c (day_tests): Add testcase.
2903
2904
2905 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2906
2907         * scripts/bench.pl: Skip over blank lines.
2908
2909 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2910
2911         [BZ #926]
2912         * manual/time.texi (Calendar Time): Clarify what timezone functions
2913         use.
2914
2915 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2916
2917         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2918
2919 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
2920
2921         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
2922         implementation.
2923         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
2924         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
2925         * debug/memset_chk.c (__memset_chk): Likewise.
2926         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
2927         * debug/strncpy_chk.c: Likewise.
2928
2929 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
2930
2931         [BZ #15268]
2932         [BZ #15425]
2933         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
2934         (__ieee754_exp): For possibly underflowing results, check size of
2935         result and force underflow exception if required.
2936         * math/auto-libm-test-in: Add more tests of exp.
2937         * math/auto-libm-test-out: Regenerated.
2938         * sysdeps/i386/fpu/libm-test-ulps: Update.
2939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2940
2941         [BZ #16283]
2942         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
2943         * math/w_exp2f.c (__exp2f): Likewise.
2944         * math/w_exp2l.c (__exp2l): Likewise.
2945         * math/auto-libm-test-in: Do not allow missing errno on exp2
2946         underflow.
2947         * math/auto-libm-test-out: Regenerated.
2948
2949 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
2950
2951         [BZ #16274]
2952         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
2953         handle filename validation.
2954         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
2955         (do_open): Delete.
2956
2957 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
2958
2959         [BZ #6786]
2960         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
2961         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
2962         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
2963         <float.h>.
2964         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
2965         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
2966         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
2967         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
2968         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
2969         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
2970         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
2971         * math/auto-libm-test-in: Don't allow missing errno from erfc.
2972         Add more erfc tests.
2973         * math/auto-libm-test-out: Regenerated.
2974         * sysdeps/i386/fpu/libm-test-ulps: Update.
2975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2976
2977         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
2978         exp2, expm1, j0 and j1.
2979         * math/auto-libm-test-out: Regenerated.
2980         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
2981         (erfc_test_data): Likewise.
2982         (exp_test_data): Likewise.
2983         (exp_tonearest_test_data): Likewise.
2984         (exp_towardzero_test_data): Likewise.
2985         (exp_downward_test_data): Likewise.
2986         (exp_upward_test_data): Likewise.
2987         (exp10_test_data): Likewise.
2988         (exp2_test_data): Likewise.
2989         (expm1_test_data): Likewise.
2990         (j0_test_data): Likewise.
2991         (j1_test_data): Likewise.
2992         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
2993         (input_flag_type): Add flag_xfail_rounding.
2994         (input_flags): Add xfail-rounding.
2995         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
2996         (output_for_one_input_case): Handle flag_xfail_rounding.
2997         * sysdeps/i386/fpu/libm-test-ulps: Update.
2998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2999
3000 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
3001
3002         [BZ #16289]
3003         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
3004         division by 0.
3005
3006 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
3007
3008         [BZ #16195]
3009         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
3010         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
3011         (STAP_PROBE0): New macro.
3012         (STAP_PROBE1): Likewise.
3013         (STAP_PROBE2): Likewise.
3014         (STAP_PROBE3): Likewise.
3015         (STAP_PROBE4): Likewise.
3016
3017 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
3018
3019         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
3020
3021 2013-12-02  Steve Ellcey  <sellcey@mips.com>
3022
3023         * benchtests/Makefile (bench): Add sqrt.
3024         (LDLIBS-bench-sqrt): New.
3025         * benchtests/sqrt-input: New.
3026
3027 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
3028
3029         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
3030         (GAIH_EAI): Likewise.
3031         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
3032         (gaih_inet): Likewise.
3033         (getaddrinfo): Don't use GAIH_EAI.
3034
3035         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
3036         (struct gaih): Remove definition.
3037
3038 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3039
3040         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
3041         Use HERRNOP directly.
3042
3043 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3044
3045         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3046
3047 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
3048
3049         * math/gen-auto-libm-tests.c (test_functions): Add more
3050         single-argument functions.
3051         (special_fill_pi_2): New function.
3052         (special_fill_minus_pi_2): Likewise.
3053         (special_fill_pi_6): Likewise.
3054         (special_fill_minus_pi_6): Likewise.
3055         (special_fill_pi_3): Likewise.
3056         (special_fill_2pi_3): Likewise.
3057         (special_fill_e): Likewise.
3058         (special_fill_1_e): Likewise.
3059         (special_fill_e_minus_1): Likewise.
3060         (special_real_inputs): Add more special inputs.
3061         (output_for_one_input_case): Do not require ERANGE on underflow to
3062         zero if round-to-nearest result does not underflow to zero, unless
3063         exact results required.
3064         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
3065         atan, atanh, cbrt, cos and cosh.
3066         * math/auto-libm-test-out: Regenerated.
3067         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
3068         (acos_tonearest_test_data): Likewise.
3069         (acos_towardzero_test_data): Likewise.
3070         (acos_downward_test_data): Likewise.
3071         (acos_upward_test_data): Likewise.
3072         (acosh_test_data): Likewise.
3073         (asin_test_data): Likewise.
3074         (asin_tonearest_test_data): Likewise.
3075         (asin_towardzero_test_data): Likewise.
3076         (asin_upward_test_data): Likewise.
3077         (asinh_test_data): Likewise.
3078         (atan_test_data): Likewise.
3079         (atanh_test_data): Likewise.
3080         (cbrt_test_data): Likewise.
3081         (cos_test_data): Likewise.
3082         (cos_tonearest_test_data): Likewise.
3083         (cos_towardzero_test_data): Likewise.
3084         (cos_downward_test_data): Likewise.
3085         (cos_upward_test_data): Likewise.
3086         (cosh_test_data): Likewise.
3087         (cosh_tonearest_test_data): Likewise.
3088         (cosh_towardzero_test_data): Likewise.
3089         (cosh_downward_test_data): Likewise.
3090         (cosh_upward_test_data): Likewise.
3091         * sysdeps/i386/fpu/libm-test-ulps: Update.
3092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3093
3094 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
3095
3096         [BZ #6787]
3097         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
3098         * math/w_exp10f.c (__exp10f): Likewise.
3099         * math/w_exp10l.c (__exp10l): Likewise.
3100         * math/libm-test.inc (exp10_test_data): Add more tests and expect
3101         errno settings in existing tests.
3102
3103         [BZ #14032]
3104         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
3105         precision control set to double precision.
3106         * sysdeps/i386/fpu/w_sqrt.c: New file.
3107         * math/auto-libm-test-in: Add more tests.
3108         * math/auto-libm-test-out: Update.
3109
3110         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
3111         (sqrt_test_tonearest): New function.
3112         (sqrt_towardzero_test_data): New variable.
3113         (sqrt_test_towardzero): New function.
3114         (sqrt_downward_test_data): New variable.
3115         (sqrt_test_downward): New function.
3116         (sqrt_upward_test_data): New variable.
3117         (sqrt_test_upward): New function.
3118         (main): Call the new functions.
3119
3120         * math/gen-auto-libm-tests.c: New file.
3121         * math/auto-libm-test-in: Likewise.
3122         * math/auto-libm-test-out: New generated file.
3123         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
3124         variables.
3125         (%beautify): Add generated representations of zero.
3126         (top level): Set $auto_input and call parse_auto_input.
3127         (beautify): Remove trailing "f" from hex float constants.
3128         (parse_args): Handle XFAIL_TEST.
3129         (convert_condition): New function.
3130         (or_value): Likewise.
3131         (or_cond_value): Likewise.
3132         (generate_testfile): Handle AUTO_TESTS_* lines.
3133         (parse_auto_input): New function.
3134         * math/libm-test.inc (XFAIL_TEST): New macro.
3135         (ERRNO_UNCHANGED): Update value.
3136         (ERRNO_EDOM): Likewise.
3137         (ERRNO_ERANGE): Likewise.
3138         (IGNORE_RESULT): Likewise.
3139         (TEST_COND_flt_32): New macro.
3140         (TEST_COND_dbl_64): Likewise.
3141         (TEST_COND_ldbl_96_intel): Likewise.
3142         (TEST_COND_ldbl_96_m68k): Likewise.
3143         (TEST_COND_ldbl_128): Likewise.
3144         (TEST_COND_ldbl_128ibm): Likewise.
3145         (TEST_COND_long32): Likewise.
3146         (TEST_COND_long64): Likewise.
3147         (TEST_COND_before_rounding): Likewise.
3148         (TEST_COND_after_rounding): Likewise.
3149         (enable_test): Handle XFAIL_TEST flag.
3150         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
3151         with finite results.
3152         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
3153         auto-libm-test-out.
3154
3155 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3156             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3157
3158         [BZ #16214]
3159         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
3160         __tls_get_addr_internal instead of __tls_get_offset in order to
3161         avoid GOT pointer dependency.  Make rtld export
3162         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
3163         __tls_get_addr since we are a __tls_get_offset platform.
3164         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
3165         GOT pointer being set up before.
3166         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
3167
3168 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
3169
3170         * manual/math.texi (Errors in Math Functions): Document accuracy
3171         goals.
3172
3173         [BZ #15004]
3174         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
3175         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
3176         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
3177         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
3178         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
3179         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
3180         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
3181         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
3182         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
3183         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
3184         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
3185         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
3186         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
3187         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
3188         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
3189         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
3190
3191         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
3192         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
3193         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
3194         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
3195         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
3196         Likewise.
3197         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
3198         Likewise.
3199         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
3200         Likewise.
3201         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
3202         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
3203         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
3204         atomic-feupdateenv and flt-rounds.
3205         * sysdeps/powerpc/nofpu/Versions (libc): Add
3206         __atomic_feholdexcept, __atomic_feclearexcept,
3207         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
3208         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
3209         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
3210         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
3211         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
3212         here.
3213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3214         Update.
3215
3216         * manual/arith.texi (FP Exceptions): Document that exceptions may
3217         not be raised when matherr is used.
3218         (Math Error Reporting): Document overflow in directed rounding
3219         modes.  Document that errno may not be set when finite values are
3220         returned on overflow.  Document intent to set errno on underflow
3221         only for underflow to zero.
3222
3223         [BZ #16271]
3224         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
3225         round-to-nearest then adjust result for other rounding modes.
3226         * include/fenv.h (fegetround): Use libm_hidden_proto.
3227         * math/fegetround.c (fegetround): Use libm_hidden_def.
3228         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3229         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3230         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
3231         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3232         Likewise.
3233         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
3234         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3235         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3236         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
3237
3238 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3239
3240         [BZ #16077]
3241         * nss/Versions (libnss_files): Add
3242         _nss_files_gethostbyname3_r.
3243         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
3244         New function.
3245         (HOST_DB_LOOKUP): Remove macro.
3246         (_nss_files_gethostbyname_r): Implement function without the
3247         HOST_DB_LOOKUP macro.
3248         (_nss_files_gethostbyname2_r): Likewise.
3249
3250 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
3251
3252         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
3253
3254 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
3255
3256         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
3257         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
3258         warning.
3259
3260 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3261
3262         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
3263         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
3264         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
3265         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3266         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
3267         __fe_nomask_env_priv and attribute_hidden.
3268         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
3269         (libc_feupdateenv_test_ppc): Likewise.
3270         (libc_feresetround_ppc): Likewise.
3271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3272         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
3273         compat_symbol macro.
3274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3275         (__fe_nomask_env): Likewise.
3276         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
3277
3278 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3279
3280         * string/Makefile: Remove ifunc tests.
3281         * string/test-string.h: Define TEST_IFUNC.
3282         * string/test-bcopy-ifunc.c: Remove.
3283         * string/test-bzero-ifunc.c: Likewise.
3284         * string/test-memccpy-ifunc.c: Likewise.
3285         * string/test-memchr-ifunc.c: Likewise.
3286         * string/test-memcmp-ifunc.c: Likewise.
3287         * string/test-memcpy-ifunc.c: Likewise.
3288         * string/test-memmem-ifunc.c: Likewise.
3289         * string/test-memmove-ifunc.c: Likewise.
3290         * string/test-mempcpy-ifunc.c: Likewise.
3291         * string/test-memrchr-ifunc.c: Likewise.
3292         * string/test-memset-ifunc.c: Likewise.
3293         * string/test-rawmemchr-ifunc.c: Likewise.
3294         * string/test-stpcpy-ifunc.c: Likewise.
3295         * string/test-stpncpy-ifunc.c: Likewise.
3296         * string/test-strcasecmp-ifunc.c: Likewise.
3297         * string/test-strcasestr-ifunc.c: Likewise.
3298         * string/test-strcat-ifunc.c: Likewise.
3299         * string/test-strchr-ifunc.c: Likewise.
3300         * string/test-strchrnul-ifunc.c: Likewise.
3301         * string/test-strcmp-ifunc.c: Likewise.
3302         * string/test-strcpy-ifunc.c: Likewise.
3303         * string/test-strcspn-ifunc.c: Likewise.
3304         * string/test-strlen-ifunc.c: Likewise.
3305         * string/test-strncasecmp-ifunc.c: Likewise.
3306         * string/test-strncat-ifunc.c: Likewise.
3307         * string/test-strncmp-ifunc.c: Likewise.
3308         * string/test-strncpy-ifunc.c: Likewise.
3309         * string/test-strnlen-ifunc.c: Likewise.
3310         * string/test-strpbrk-ifunc.c: Likewise.
3311         * string/test-strrchr-ifunc.c: Likewise.
3312         * string/test-strspn-ifunc.c: Likewise.
3313         * string/test-strstr-ifunc.c: Likewise.
3314
3315 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3316
3317         * benchtests/Makefile: Remove ifunc tests.
3318         * benchtests/bench-string.h: Define TEST_IFUNC.
3319         * benchtests/bench-bcopy-ifunc.c: Remove.
3320         * benchtests/bench-bzero-ifunc.c: Likewise.
3321         * benchtests/bench-memccpy-ifunc.c: Likewise.
3322         * benchtests/bench-memchr-ifunc.c: Likewise.
3323         * benchtests/bench-memcmp-ifunc.c: Likewise.
3324         * benchtests/bench-memcpy-ifunc.c: Likewise.
3325         * benchtests/bench-memmem-ifunc.c: Likewise.
3326         * benchtests/bench-memmove-ifunc.c: Likewise.
3327         * benchtests/bench-mempcpy-ifunc.c: Likewise.
3328         * benchtests/bench-memrchr-ifunc.c: Likewise.
3329         * benchtests/bench-memset-ifunc.c: Likewise.
3330         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
3331         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
3332         * benchtests/bench-stpcpy-ifunc.c: Likewise.
3333         * benchtests/bench-stpncpy-ifunc.c: Likewise.
3334         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
3335         * benchtests/bench-strcasestr-ifunc.c: Likewise.
3336         * benchtests/bench-strcat-ifunc.c: Likewise.
3337         * benchtests/bench-strchr-ifunc.c: Likewise.
3338         * benchtests/bench-strchrnul-ifunc.c: Likewise.
3339         * benchtests/bench-strcmp-ifunc.c: Likewise.
3340         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
3341         * benchtests/bench-strcpy-ifunc.c: Likewise.
3342         * benchtests/bench-strcspn-ifunc.c: Likewise.
3343         * benchtests/bench-strlen-ifunc.c: Likewise.
3344         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
3345         * benchtests/bench-strncat-ifunc.c: Likewise.
3346         * benchtests/bench-strncmp-ifunc.c: Likewise.
3347         * benchtests/bench-strncpy-ifunc.c: Likewise.
3348         * benchtests/bench-strnlen-ifunc.c: Likewise.
3349         * benchtests/bench-strpbrk-ifunc.c: Likewise.
3350         * benchtests/bench-strrchr-ifunc.c: Likewise.
3351         * benchtests/bench-strsep-ifunc.c: Likewise.
3352         * benchtests/bench-strspn-ifunc.c: Likewise.
3353         * benchtests/bench-strstr-ifunc.c: Likewise.
3354
3355 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3356
3357         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
3358
3359 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3360
3361         * resolv/netdb.h: Use __glibc_reserved instead __unused.
3362         * rt/aio.h: Likewise.
3363         * sysdeps/gnu/bits/utmp.h: Likewise.
3364         * sysdeps/gnu/bits/utmpx.h: Likewise.
3365         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
3366         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
3367         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
3368         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
3369         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3370         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
3371         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
3372         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
3373         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
3374         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
3375         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
3376         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3377         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
3379         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
3380         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
3381         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
3382         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
3383         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3384         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3385         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
3386         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
3387         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
3388         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
3389         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3390         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3391         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
3392         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
3393         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
3394         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3395         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3396         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
3397         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
3398         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3399         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
3400         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
3401         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
3402         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
3403         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
3404         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
3405         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
3406         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
3407
3408 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
3409
3410         [BZ #16245]
3411         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
3412         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
3413
3414 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
3415
3416         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
3417         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3418         Likewise.
3419
3420 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3421
3422         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
3423         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
3424         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
3425         (__fesetround): Remove define.
3426         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
3427         rounding and exceptions handling.
3428         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
3429         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
3430         (__fe_nomask_env): Likewise.
3431         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
3432         __fegetround instead of fegetround.
3433         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
3434         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
3435
3436 2013-11-21  Roland McGrath  <roland@hack.frob.com>
3437
3438         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
3439         it's there.
3440
3441         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
3442
3443 2013-11-21  Meador Inge  <meadori@codesourcery.com>
3444
3445         [BZ #11157]
3446         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
3447         (encrypt_r): Likewise.
3448         * malloc/obstack.h (obstack_free): Likewise.
3449         * posix/unistd.h (encrypt): Likewise.
3450
3451 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
3452
3453         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
3454         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
3455         DL_CALL_DT_FINI() that call the functions directly.
3456         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
3457         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
3458         * elf/dl-fini.c: Likewise.
3459
3460 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
3461
3462         * malloc/hooks.c (memalign_check): Add alignment rounding.
3463         * malloc/malloc.c (_mid_memalign): New function.
3464         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
3465         Implement by calling _mid_memalign.
3466         * manual/probes.texi (Memory Allocation Probes): Remove
3467         memory_valloc_retry and memory_pvalloc_retry.
3468
3469 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
3470
3471         * locale/programs/locarchive.c (open_archive): Add const
3472         qualifier to ARCHIVEFNAME and copy default fname to
3473         DEFAULT_FNAME.
3474
3475         [BZ #15601]
3476         * libio/tst-widetext.input: Rename Oriya to Odia.
3477         * locale/iso-639.def: Likewise.
3478
3479         * manual/probes.texi (Mathematical Function Probes): Add
3480         documentation for sin, cos, asin and acos probes.
3481         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
3482         (__sin32): Add slowasin probe.
3483         (__cos32): Add slowacos probe.
3484         (__mpsin): Add slowsin probe.
3485         (__mpcos): Add slowcos probe.
3486
3487 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
3488
3489         [BZ #15483]
3490         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
3491         thread-local __sim_exceptions_thread and global
3492         __sim_exceptions_global.
3493         (__sim_disabled_exceptions): Change to thread-local
3494         __sim_disabled_exceptions_thread and global
3495         __sim_disabled_exceptions_global.
3496         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
3497         and global __sim_round_mode_global.
3498         (__simulate_exceptions): Use thread-local floating-point state and
3499         set global state from it as needed.
3500         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
3501         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
3502         __sim_round_mode_thread.
3503         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
3504         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
3505         and global __sim_exceptions_global.
3506         (__sim_disabled_exceptions): Change to thread-local
3507         __sim_disabled_exceptions_thread and global
3508         __sim_disabled_exceptions_global.
3509         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
3510         and global __sim_round_mode_global.
3511         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
3512         (SIM_SET_GLOBAL): Likewise.
3513         * sysdeps/powerpc/soft-fp/sfp-machine.h
3514         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
3515         __sim_round_mode_thread.
3516         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
3517         __sim_disabled_exceptions_thread.
3518         (__sim_exceptions): Change to __sim_exceptions_thread.
3519         (__sim_disabled_exceptions): Change to
3520         __sim_disabled_exceptions_thread.
3521         (__sim_round_mode): Change to __sim_round_mode_thread.
3522         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
3523         thread-local floating-point state and set global state from it as
3524         needed.
3525         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
3526         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
3527         (__sim_disabled_exceptions): Remove extern declaration.
3528         (feenableexcept): Use thread-local floating-point state and set
3529         global state from it as needed.
3530         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
3531         extern declaration.
3532         (__sim_disabled_exceptions): Likewise.
3533         (__sim_round_mode): Likewise.
3534         (__fegetenv): Use thread-local floating-point state.
3535         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
3536         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
3537         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
3538         floating-point state and set global state from it as needed.
3539         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
3540         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3541         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
3542         Likewise.
3543         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3544         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
3545         Likewise.
3546         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
3547         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
3548         Use __sim_round_mode_thread.
3549         * math/test-fenv-tls.c: New file.
3550         * math/Makefile (tests): Add test-fenv-tls.
3551         ($(objpfx)test-fenv-tls): Depend on
3552         $(common-objpfx)nptl/libpthread.so.
3553
3554 2013-11-19  Andreas Schwab  <schwab@suse.de>
3555
3556         * locale/programs/locale.c (show_info): Decode wordarray elements.
3557         * locale/categories.def (LC_MONETARY): Add element for
3558         _NL_MONETARY_CRNCYSTR.
3559         * locale/C-monetary.c (conversion_rate): New variable.
3560         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
3561         element.
3562
3563 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
3564
3565         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
3566         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
3567
3568 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
3569
3570         * elf/Makefile (tst-auxv): New test.
3571         * elf/tst-auxv.c: New
3572         * elf/rtld.c (dl_main): Adjust AT_EXECFN
3573
3574 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
3575
3576         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
3577         (hidden_proto): Caller changed.
3578         (hidden_tls_proto): New macro.
3579         (libc_hidden_tls_proto): Likewise.
3580         (rtld_hidden_tls_proto): Likewise.
3581         (libm_hidden_tls_proto): Likewise.
3582         (libresolv_hidden_tls_proto): Likewise.
3583         (librt_hidden_tls_proto): Likewise.
3584         (libdl_hidden_tls_proto): Likewise.
3585         (libnss_files_hidden_tls_proto): Likewise.
3586         (libnsl_hidden_tls_proto): Likewise.
3587         (libnss_nisplus_hidden_tls_proto): Likewise.
3588         (libutil_hidden_tls_proto): Likewise.
3589
3590 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
3591
3592         [BZ #10253]
3593         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
3594         (decompose_rpath): Defer expansion to fillin_rpath.
3595         (_dl_init_paths): Pass linkmap to fillin_rpath.
3596
3597 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3598
3599         * benchtests/Makefile: Add strsep.
3600         * benchtests/bench-strsep.c: New file: strsep benchtest.
3601         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
3602
3603 2013-11-18  Andreas Schwab  <schwab@suse.de>
3604
3605         * locale/programs/locale.c (show_info) [case byte]: Check for
3606         '\377' instead of '\177'.
3607         * locale/C-monetary.c (not_available): Always use "\377".
3608         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
3609         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
3610         detect unavailable sign_posn locale elements.
3611         * locale/localeconv.c (__localeconv): For grouping and
3612         mon_grouping handle "\177" and "\377" like no grouping.
3613         (INT_ELEM): New macro.  Use it to set all numeric members.
3614         * locale/programs/ld-monetary.c (monetary_read)
3615         <tok_mon_grouping>: Normalize single -1 to the empty string.
3616         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
3617         Likewise.
3618
3619 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
3620
3621         [BZ #16055]
3622         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
3623         when we match (nil).
3624         * stdio-common/tst-sscanf.c (struct test): Add testcase.
3625
3626 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
3627
3628         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
3629         (NO_TEST_INLINE): Update value.
3630         (ERRNO_UNCHANGED): Likewise.
3631         (ERRNO_EDOM): Likewise.
3632         (ERRNO_ERANGE): Likewise.
3633         (IGNORE_RESULT): Likewise.
3634         (check_float_internal): Check signs of NaN results if
3635         TEST_NAN_SIGN used.
3636         (check_complex): Pass TEST_NAN_SIGN flag through to second
3637         check_float_internal call.
3638         (copysign_test_data): Add tests with quiet NaNs as second
3639         argument.  Use TEST_NAN_SIGN.
3640         (fabs_test_data): Add test of negative quiet NaN argument.  Use
3641         TEST_NAN_SIGN.
3642         (signbit_test_data): Add tests of quiet NaN argument.
3643         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
3644
3645         * math/gen-libm-test.pl (show_exceptions): Take extra argument
3646         $ignore_result.
3647         (parse_args): Handle function results specified as IGNORE.
3648         * math/libm-test.inc (IGNORE_RESULT): New macro.
3649         (check_float_internal): Do not check numerical result if flag
3650         IGNORE_RESULT set.
3651         (check_complex): Pass through IGNORE_RESULT to second
3652         check_float_internal call.
3653         (check_int): Do not check numerical result if flag IGNORE_RESULT
3654         set.
3655         (check_long): Likewise.
3656         (check_bool): Likewise.
3657         (check_longlong): Likewise.
3658         (lrint_test_data): Add tests of infinite and NaN arguments.
3659         (lrint_tonearest_test_data): Likewise.
3660         (lrint_towardzero_test_data): Likewise.
3661         (lrint_downward_test_data): Likewise.
3662         (lrint_upward_test_data): Likewise.
3663         (llrint_test_data): Likewise.
3664         (llrint_tonearest_test_data): Likewise.
3665         (llrint_towardzero_test_data): Likewise.
3666         (llrint_downward_test_data): Likewise.
3667         (llrint_upward_test_data): Likewise.
3668         (lround_test_data): Likewise.
3669         (llround_test_data): Likewise.
3670
3671         * math/libm-test.inc (NO_TEST_INLINE): New macro.
3672         (ERRNO_UNCHANGED): Update value.
3673         (ERRNO_EDOM): Likewise.
3674         (ERRNO_ERANGE): Likewise.
3675         (NO_TEST_INLINE_FLOAT): New macro.
3676         (NO_TEST_INLINE_DOUBLE): Likewise.
3677         (enable_test): New function.
3678         (RUN_TEST_f_f): Check enable_test before running test.
3679         (RUN_TEST_2_f): Likewise.
3680         (RUN_TEST_fff_f): Likewise.
3681         (RUN_TEST_c_f): Likewise.
3682         (RUN_TEST_f_f1): Likewise.
3683         (RUN_TEST_fF_f1): Likewise.
3684         (RUN_TEST_fI_f1): Likewise.
3685         (RUN_TEST_ffI_f1): Likewise.
3686         (RUN_TEST_c_c): Likewise.
3687         (RUN_TEST_cc_c): Likewise.
3688         (RUN_TEST_f_i): Likewise.
3689         (RUN_TEST_f_i_tg): Likewise.
3690         (RUN_TEST_ff_i_tg): Likewise.
3691         (RUN_TEST_f_b): Likewise.
3692         (RUN_TEST_f_b_tg): Likewise.
3693         (RUN_TEST_f_l): Likewise.
3694         (RUN_TEST_f_L): Likewise.
3695         (RUN_TEST_fFF_11): Likewise.
3696         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
3697         conditionals.
3698         (cosh_test_data): Likewise.
3699         (exp_test_data): Likewise.
3700         (expm1_test_data): Likewise.
3701         (hypot_test_data): Likewise.
3702         (pow_test_data): Likewise.
3703         (sinh_test_data): Likewise.
3704         (tanh_test_data): Likewise.
3705         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
3706         flags argument.
3707
3708         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
3709         tests with quiet NaN input and output.
3710         (acosh_test_data): Likewise.
3711         (asin_test_data): Likewise.
3712         (asinh_test_data): Likewise.
3713         (atan_test_data): Likewise.
3714         (atanh_test_data): Likewise.
3715         (atan2_test_data): Likewise.
3716         (cbrt_test_data): Likewise.
3717         (cos_test_data): Likewise.
3718         (cosh_test_data): Likewise.
3719         (erf_test_data): Likewise.
3720         (erfc_test_data): Likewise.
3721         (exp_test_data): Likewise.
3722         (exp10_test_data): Likewise.
3723         (exp2_test_data): Likewise.
3724         (expm1_test_data): Likewise.
3725         (hypot_test_data): Likewise.
3726         (j0_test_data): Likewise.
3727         (j1_test_data): Likewise.
3728         (jn_test_data): Likewise.
3729         (lgamma_test_data): Likewise.
3730         (log_test_data): Likewise.
3731         (log10_test_data): Likewise.
3732         (log1p_test_data): Likewise.
3733         (log2_test_data): Likewise.
3734         (pow_test_data): Likewise.
3735         (scalb_test_data): Likewise.
3736         (sin_test_data): Likewise.
3737         (sincos_test_data): Likewise.
3738         (sinh_test_data): Likewise.
3739         (tan_test_data): Likewise.
3740         (tanh_test_data): Likewise.
3741         (tgamma_test_data): Likewise.
3742         (y0_test_data): Likewise.
3743         (y1_test_data): Likewise.
3744         (yn_test_data): Likewise.
3745
3746         [BZ #16167]
3747         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
3748         argument being NaN and avoid computations with second argument in
3749         that case.
3750         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3751         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3752         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
3753
3754 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
3755
3756         * locale/iso-639.def: Add Chitwani Tharu (the).
3757
3758 2013-11-14  Andreas Schwab  <schwab@suse.de>
3759
3760         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
3761         word instead of empty string.
3762
3763 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3764
3765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3766         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
3767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3768         (__fe_nomask_env): Likewise.
3769
3770 2013-11-13  Steve Ellcey  <sellcey@mips.com>
3771
3772         * benchtests/bench-timing.h: Include time.h.
3773
3774 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
3775
3776         [BZ #15997]
3777         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
3778         to 3.4.0 for x32.
3779         * sysdeps/unix/sysv/linux/configure: Regenerated.
3780
3781 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
3782
3783         [BZ #16151]
3784         * stdlib/strtod_l.c (round_and_return): Do not consider
3785         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
3786         exponent one less than half the least subnormal exponent.
3787         * stdlib/test-strtod-round-data: Add more tests.
3788         * stdlib/tst-strtod-round.c (tests): Regenerated.
3789
3790 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3791
3792         [BZ #14143]
3793         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
3794         (__fe_mask_env): Likewise.
3795         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
3796         libm_hidden_proto and add function prototype.
3797         (__fe_mask_env): Add function prototype.
3798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3799         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
3800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
3801         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
3802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3803         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
3804
3805 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3806
3807         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
3808         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
3809
3810 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3811
3812         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
3813         of htab_find_slot().
3814
3815 2013-11-11  David S. Miller  <davem@davemloft.net>
3816
3817         [BZ #16150]
3818         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
3819         symbol in the non-vis3 case in static builds.
3820         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
3821         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
3822         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
3823         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
3824
3825 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3826
3827         [BZ #387]
3828         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
3829         it is empty.
3830
3831 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3832
3833         * benchtests/Makefile: Add bench-strtod.
3834         * benchtests/bench-strtod.c: New file: strtod benchtest
3835
3836 2013-11-11  Andreas Schwab  <schwab@suse.de>
3837
3838         [BZ #16153]
3839         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
3840         terminating NUL in key length.
3841
3842 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3843
3844         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
3845         Add artificial ODP entry for vDSO symbol for PPC64.
3846         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
3847         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
3848
3849 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
3850
3851         [BZ #15374]
3852         * nss/getent.c (services_keys): Recognize services starting with digit.
3853
3854 2013-11-06  David S. Miller  <davem@davemloft.net>
3855
3856         [BZ #15985]
3857         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
3858         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
3859
3860 2013-11-06  Will Newton  <will.newton@linaro.org>
3861
3862         * manual/memory.texi (Malloc Examples): Remove register
3863         keyword from examples.
3864
3865 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
3866
3867         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
3868
3869 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
3870
3871         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
3872         depending on [__GCC_IEC_559 > 0].
3873         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
3874         depending on [__GCC_IEC_559_COMPLEX > 0].
3875
3876 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
3877
3878         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
3879         to iso-639.def.
3880
3881 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
3882
3883         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
3884
3885 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
3886
3887         [BZ #16112]
3888         * malloc/malloc (malloc_info): Do not handle first bin as
3889         special case.
3890
3891 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
3892
3893         * locale/iso-639.def: Add Central Nahuatl (nhn).
3894
3895 2013-11-01  Bruno Haible  <bruno@clisp.org>
3896
3897         [BZ #7003]
3898         * manual/math.texi (BSD Random): Specify range upper bound as
3899         in POSIX.
3900
3901 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
3902
3903         * locale/iso-639.def: Add Meadow Mari (mhr).
3904
3905 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
3906
3907         [BZ #14752], [BZ #15763]
3908         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
3909         Validate name.
3910         * rt/tst_shm.c: Add test for escaping directory.
3911
3912 2013-10-31  Andreas Schwab  <schwab@suse.de>
3913
3914         [BZ #15917]
3915         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
3916         followed by 'x' as part of digit sequence.
3917         * stdio-common/tst-sscanf.c (double_tests2): New tests.
3918
3919 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
3920
3921         [BZ #16037]
3922         * configure.ac: allow GNU Make 4.0 and greater.
3923         * configure: Regenerated.
3924
3925 2013-10-30  Will Newton  <will.newton@linaro.org>
3926
3927         [BZ #16038]
3928         * malloc/hooks.c (memalign_check): Limit alignment to the
3929         maximum representable power of two.
3930         * malloc/malloc.c (__libc_memalign): Likewise.
3931         * malloc/tst-memalign.c (do_test): Add test for very
3932         large alignment values.
3933         * malloc/tst-posix_memalign.c (do_test): Likewise.
3934
3935 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
3936
3937         [BZ #11087]
3938         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
3939         (munmap_chunk): Likewise.
3940         (mremap_chunk): Likewise.
3941
3942 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
3943
3944         [BZ #15799]
3945         * stdlib/div.c (div): Remove obsolete code.
3946         * stdlib/ldiv.c (ldiv): Likewise.
3947         * stdlib/lldiv.c (lldiv): Likewise.
3948
3949 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3950
3951         [BZ #16071]
3952         * nss/nss_files/files-XXX.c (get_contents_ret): New
3953         enumerator.
3954         (get_contents): New function.
3955         (internal_getent): Use it.  Expand size of LINEBUFLEN.
3956
3957 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
3958
3959         * configure.in: Moved to ...
3960         * configure.ac: ... here. Change reference to configure.in
3961         to configure.ac.
3962         * sysdeps/arm/preconfigure.ac: ... here.
3963         configure.in to configure.ac.
3964         * sysdeps/gnu/configure.in: Moved to ...
3965         * sysdeps/gnu/configure.ac: ... here.
3966         * sysdeps/i386/configure.in: Moved to ...
3967         * sysdeps/i386/configure.ac: ... here.
3968         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
3969         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
3970         * sysdeps/mach/configure.in: Moved to ...
3971         * sysdeps/mach/configure.ac: ... here.
3972         * sysdeps/mach/hurd/configure.in: Moved to ...
3973         * sysdeps/mach/hurd/configure.ac: ... here.
3974         * sysdeps/powerpc/configure.in: Moved to ...
3975         * sysdeps/powerpc/configure.ac: ... here.
3976         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
3977         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
3978         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
3979         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
3980         * sysdeps/s390/s390-32/configure.in: Moved to ...
3981         * sysdeps/s390/s390-32/configure.ac: ... here.
3982         * sysdeps/s390/s390-64/configure.in: Moved to ...
3983         * sysdeps/s390/s390-64/configure.ac: ... here.
3984         * sysdeps/sh/configure.in: Moved to ...
3985         * sysdeps/sh/configure.ac: ... here.
3986         * sysdeps/sparc/configure.in: Moved to ...
3987         * sysdeps/sparc/configure.ac: ... here.
3988         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
3989         * sysdeps/unix/sysv/linux/configure.ac: ... here.
3990         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
3991         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
3992         * sysdeps/x86_64/configure.in: Moved to ...
3993         * sysdeps/x86_64/configure.ac: ... here.
3994         * sysdeps/x86_64/preconfigure.in: Moved to ...
3995         * sysdeps/x86_64/preconfigure.ac: ... here.
3996         * aclocal.m4: Change reference to configure.in to configure.ac.
3997         * config.h.in: Likewise.
3998         * manual/install.texi: Likewise.
3999         * manual/maint.texi: Likewise.
4000         * Makefile: Likewise.
4001         * malloc/Makefile: Likewise.
4002         * nscd/Makefile: Likewise.
4003         * Makeconfig: Change reference to configure.in and
4004         preconfigure.in to configure.ac and preconfigure.ac
4005         respectively.
4006         * INSTALL: Regenerated.
4007         * configure: Likewise.
4008         * sysdeps/gnu/configure: Likewise.
4009         * sysdeps/i386/configure: Likewise.
4010         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
4011         * sysdeps/mach/configure: Likewise.
4012         * sysdeps/mach/hurd/configure: Likewise.
4013         * sysdeps/powerpc/configure: Likewise.
4014         * sysdeps/powerpc/powerpc32/configure: Likewise.
4015         * sysdeps/powerpc/powerpc64/configure: Likewise.
4016         * sysdeps/s390/s390-32/configure: Likewise.
4017         * sysdeps/s390/s390-64/configure: Likewise.
4018         * sysdeps/sh/configure: Likewise.
4019         * sysdeps/sparc/configure: Likewise.
4020         * sysdeps/unix/sysv/linux/configure: Likewise.
4021         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
4022         * sysdeps/x86_64/configure: Likewise.
4023         * sysdeps/x86_64/preconfigure: Likewise.
4024
4025 2013-10-29  Andreas Schwab  <schwab@suse.de>
4026
4027         * stdio-common/Makefile (tst-swscanf-ENV): Define.
4028
4029 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
4030
4031         * benchtests/pow-inputs: Add new inputs.
4032
4033         * benchtests/exp-inputs: Add new inputs.
4034
4035         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
4036         conditional check for return value.
4037         (__cos32): Likewise.
4038
4039 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4040
4041         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
4042         to provide a boost for large inputs with word alignment.
4043         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
4044         implementation based on optimized PPC64 strcpy.
4045         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
4046         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
4047         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
4048         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
4049
4050 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
4051
4052         [BZ #2801]
4053         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
4054
4055 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
4056
4057         [BZ #14876]
4058         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
4059         * time/tst-strptime.c (day_tests): Add testcase.
4060
4061 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
4062
4063         [BZ #14029]
4064         * manual/pattern.texi: Acknowledge that fnmatch can fail.
4065
4066 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
4067
4068         [BZ #16074]
4069         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
4070         MAP_FAILED on error.
4071
4072 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4073
4074         [BZ #16072]
4075         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
4076         heap for large requests.
4077
4078 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
4079
4080         [BZ #9954]
4081         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
4082         result if the result has no associated interface.
4083         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
4084         interface for all 127.X.Y.Z addresses.
4085
4086 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
4087
4088         * locale/iso-639.def: Add Ligurian (lij)
4089
4090 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
4091
4092         [BZ #15825]
4093         * sunrpc/rpc_main.c: Document rpcgen -5.
4094
4095 2013-10-19  Michael Stahl  <mstahl@redhat.com>
4096
4097         * elf/rtld.c (do_preload): Print the reason why preloading failed.
4098
4099 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
4100
4101         [BZ #10278]
4102         * posix/glob.c: Match only directories when trailing slash is present.
4103         * posix/tst-gnuglob.c (my_opendir): Do not open files.
4104         (main): Add testcase.
4105
4106 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
4107
4108         [BZ #15670]
4109         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
4110
4111 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
4112
4113         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
4114         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
4115         AUTH_DES and cindex for FIPS 140-2.
4116         (DES Encryption): Add cindex FIPS 46-3.
4117
4118         * locale/locarchive.h (struct locarhandle): Add fname.
4119         * locale/programs/localedef.c (main): Pass ARGV[remaining]
4120         if an optional argument was specified to --list-archive,
4121         otherwise NULL.
4122         * locale/programs/locarchive.c (show_archive_content): Take new
4123         argument fname and pass it via ah.fname to open_archive.
4124         * locale/programs/localedef.h: Update decl.
4125         (open_archive): If AH->fname is non-null, open that file
4126         rather than the default file name, and don't ignore ENOENT.
4127         (create_archive): Set AH.fname to NULL.
4128         (delete_locales_from_archive): Likewise.
4129         (add_locales_to_archive): Likewise.
4130         * locale/programs/locfile.c (write_all_categories): Likewise.
4131
4132 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
4133             Aldy Hernandez  <aldyh@redhat.com>
4134
4135         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
4136         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
4137         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
4138         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
4139         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
4140         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
4141         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
4142         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
4143         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
4144         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
4145         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
4146         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
4147         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
4148         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
4149         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
4150         Likewise.
4151         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
4152         Likewise.
4153         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
4154         Likewise.
4155         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
4156         Likewise.
4157         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
4158         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
4159         Likewise.
4160         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
4161         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
4162         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
4163         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
4164         Likewise.
4165         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
4166         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
4167         * sysdeps/powerpc/preconfigure: Likewise.
4168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
4169         Likewise.
4170         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
4171         Replace contents of file by #include of <fenv_libc.h>.
4172         * sysdeps/powerpc/soft-fp/sfp-machine.h
4173         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
4174         and <sys/prctl.h>.
4175         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
4176         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
4177         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
4178         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
4179         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
4180         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
4181         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
4182         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
4183         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
4184         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
4185         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
4186         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
4187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4188         Allow copysignl PLT reference to be missing.
4189
4190 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
4191             Joseph Myers  <joseph@codesourcery.com
4192
4193         [BZ #15948]
4194         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
4195         single character.
4196         (add_to_tablewc): Assert sequence of wide characters is nonempty.
4197
4198 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4199
4200         * elf/tst-tls-dlinfo.c: Don't include tls.h.
4201         * elf/tst-tls1.c: Likewise.
4202         * elf/tst-tls10.h: Likewise.
4203         * elf/tst-tls14.c: Likewise.
4204         * elf/tst-tls2.c: Likewise.
4205         * elf/tst-tls3.c: Likewise.
4206         * elf/tst-tls4.c: Likewise.
4207         * elf/tst-tls5.c: Likewise.
4208         * elf/tst-tls6.c: Likewise.
4209         * elf/tst-tls7.c: Likewise.
4210         * elf/tst-tls8.c: Likewise.
4211         * elf/tst-tls9.c: Likewise.
4212         * elf/tst-tlsmod1.c: Likewise.
4213         * elf/tst-tlsmod13.c: Likewise.
4214         * elf/tst-tlsmod13a.c: Likewise.
4215         * elf/tst-tlsmod14a.c: Likewise.
4216         * elf/tst-tlsmod16a.c: Likewise.
4217         * elf/tst-tlsmod16b.c: Likewise.
4218         * elf/tst-tlsmod2.c: Likewise.
4219         * elf/tst-tlsmod3.c: Likewise.
4220         * elf/tst-tlsmod4.c: Likewise.
4221         * elf/tst-tlsmod5.c: Likewise.
4222         * elf/tst-tlsmod6.c: Likewise.
4223
4224 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
4225
4226         [BZ #12486]
4227         * malloc/malloc.c: remove checks for statistics.
4228
4229 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
4230
4231         [BZ #15277]
4232         * inet/inet_net.c (inet_network): Detect additional invalid strings.
4233         * inet/tst-network.c: Add testcase.
4234
4235 2013-10-17  Andreas Schwab  <schwab@suse.de>
4236
4237         [BZ #15218]
4238         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
4239         to determine canonical name.
4240
4241 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
4242
4243         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
4244         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
4245         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4246         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
4247         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4248         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
4249         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
4250         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
4251         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
4252         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
4253         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
4254         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
4255         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
4256         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
4257         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
4258         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
4259         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4260         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4261         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
4262         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
4263         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4264         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4265         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
4266         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
4267         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
4268         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4269         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4270         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
4271         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4272         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
4273         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
4274         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4275         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
4276         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
4277         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
4278         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
4279         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
4280         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
4281         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
4282         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
4283         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
4284         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
4285         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
4286         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
4287         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
4288         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
4289         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
4290         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
4291         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
4292         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
4293         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
4294         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
4295         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4296         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
4297         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4298         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
4299         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4300         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
4301
4302 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
4303
4304         [BZ #16041]
4305         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
4306         make result into a quiet NaN.
4307
4308 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
4309
4310         * soft-fp/adddf3.c: Fix horizontal whitespace.
4311         * soft-fp/addsf3.c: Likewise.
4312         * soft-fp/addtf3.c: Likewise.
4313         * soft-fp/divdf3.c: Likewise.
4314         * soft-fp/divsf3.c: Likewise.
4315         * soft-fp/divtf3.c: Likewise.
4316         * soft-fp/double.h: Likewise.
4317         * soft-fp/eqdf2.c: Likewise.
4318         * soft-fp/eqsf2.c: Likewise.
4319         * soft-fp/eqtf2.c: Likewise.
4320         * soft-fp/extenddftf2.c: Likewise.
4321         * soft-fp/extended.h: Likewise.
4322         * soft-fp/extendsfdf2.c: Likewise.
4323         * soft-fp/extendsftf2.c: Likewise.
4324         * soft-fp/extendxftf2.c: Likewise.
4325         * soft-fp/fixdfdi.c: Likewise.
4326         * soft-fp/fixdfsi.c: Likewise.
4327         * soft-fp/fixdfti.c: Likewise.
4328         * soft-fp/fixsfdi.c: Likewise.
4329         * soft-fp/fixsfsi.c: Likewise.
4330         * soft-fp/fixsfti.c: Likewise.
4331         * soft-fp/fixtfdi.c: Likewise.
4332         * soft-fp/fixtfsi.c: Likewise.
4333         * soft-fp/fixtfti.c: Likewise.
4334         * soft-fp/fixunsdfdi.c: Likewise.
4335         * soft-fp/fixunsdfsi.c: Likewise.
4336         * soft-fp/fixunsdfti.c: Likewise.
4337         * soft-fp/fixunssfdi.c: Likewise.
4338         * soft-fp/fixunssfsi.c: Likewise.
4339         * soft-fp/fixunssfti.c: Likewise.
4340         * soft-fp/fixunstfdi.c: Likewise.
4341         * soft-fp/fixunstfsi.c: Likewise.
4342         * soft-fp/fixunstfti.c: Likewise.
4343         * soft-fp/floatdidf.c: Likewise.
4344         * soft-fp/floatdisf.c: Likewise.
4345         * soft-fp/floatditf.c: Likewise.
4346         * soft-fp/floatsidf.c: Likewise.
4347         * soft-fp/floatsisf.c: Likewise.
4348         * soft-fp/floatsitf.c: Likewise.
4349         * soft-fp/floattidf.c: Likewise.
4350         * soft-fp/floattisf.c: Likewise.
4351         * soft-fp/floattitf.c: Likewise.
4352         * soft-fp/floatundidf.c: Likewise.
4353         * soft-fp/floatundisf.c: Likewise.
4354         * soft-fp/floatunditf.c: Likewise.
4355         * soft-fp/floatunsidf.c: Likewise.
4356         * soft-fp/floatunsisf.c: Likewise.
4357         * soft-fp/floatunsitf.c: Likewise.
4358         * soft-fp/floatuntidf.c: Likewise.
4359         * soft-fp/floatuntisf.c: Likewise.
4360         * soft-fp/floatuntitf.c: Likewise.
4361         * soft-fp/fmadf4.c: Likewise.
4362         * soft-fp/fmasf4.c: Likewise.
4363         * soft-fp/fmatf4.c: Likewise.
4364         * soft-fp/gedf2.c: Likewise.
4365         * soft-fp/gesf2.c: Likewise.
4366         * soft-fp/getf2.c: Likewise.
4367         * soft-fp/ledf2.c: Likewise.
4368         * soft-fp/lesf2.c: Likewise.
4369         * soft-fp/letf2.c: Likewise.
4370         * soft-fp/muldf3.c: Likewise.
4371         * soft-fp/mulsf3.c: Likewise.
4372         * soft-fp/multf3.c: Likewise.
4373         * soft-fp/negdf2.c: Likewise.
4374         * soft-fp/negsf2.c: Likewise.
4375         * soft-fp/negtf2.c: Likewise.
4376         * soft-fp/op-1.h: Likewise.
4377         * soft-fp/op-2.h: Likewise.
4378         * soft-fp/op-4.h: Likewise.
4379         * soft-fp/op-8.h: Likewise.
4380         * soft-fp/op-common.h: Likewise.
4381         * soft-fp/quad.h: Likewise.
4382         * soft-fp/single.h: Likewise.
4383         * soft-fp/soft-fp.h: Likewise.
4384         * soft-fp/sqrtdf2.c: Likewise.
4385         * soft-fp/sqrtsf2.c: Likewise.
4386         * soft-fp/sqrttf2.c: Likewise.
4387         * soft-fp/subdf3.c: Likewise.
4388         * soft-fp/subsf3.c: Likewise.
4389         * soft-fp/subtf3.c: Likewise.
4390         * soft-fp/truncdfsf2.c: Likewise.
4391         * soft-fp/trunctfdf2.c: Likewise.
4392         * soft-fp/trunctfsf2.c: Likewise.
4393         * soft-fp/trunctfxf2.c: Likewise.
4394         * soft-fp/unorddf2.c: Likewise.
4395         * soft-fp/unordsf2.c: Likewise.
4396         * soft-fp/unordtf2.c: Likewise.
4397
4398 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
4399
4400         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
4401         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
4402
4403 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
4404
4405         * elf/dl-libc.c: Clear initfini list after freeing.
4406
4407 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
4408
4409         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
4410         * soft-fp/addsf3.c: Likewise.
4411         * soft-fp/addtf3.c: Likewise.
4412         * soft-fp/divdf3.c: Likewise.
4413         * soft-fp/divsf3.c: Likewise.
4414         * soft-fp/divtf3.c: Likewise.
4415         * soft-fp/double.h: Likewise.
4416         * soft-fp/eqdf2.c: Likewise.
4417         * soft-fp/eqsf2.c: Likewise.
4418         * soft-fp/eqtf2.c: Likewise.
4419         * soft-fp/extenddftf2.c: Likewise.
4420         * soft-fp/extended.h: Likewise.
4421         * soft-fp/extendsfdf2.c: Likewise.
4422         * soft-fp/extendsftf2.c: Likewise.
4423         * soft-fp/extendxftf2.c: Likewise.
4424         * soft-fp/fixdfdi.c: Likewise.
4425         * soft-fp/fixdfsi.c: Likewise.
4426         * soft-fp/fixdfti.c: Likewise.
4427         * soft-fp/fixsfdi.c: Likewise.
4428         * soft-fp/fixsfsi.c: Likewise.
4429         * soft-fp/fixsfti.c: Likewise.
4430         * soft-fp/fixtfdi.c: Likewise.
4431         * soft-fp/fixtfsi.c: Likewise.
4432         * soft-fp/fixtfti.c: Likewise.
4433         * soft-fp/fixunsdfdi.c: Likewise.
4434         * soft-fp/fixunsdfsi.c: Likewise.
4435         * soft-fp/fixunsdfti.c: Likewise.
4436         * soft-fp/fixunssfdi.c: Likewise.
4437         * soft-fp/fixunssfsi.c: Likewise.
4438         * soft-fp/fixunssfti.c: Likewise.
4439         * soft-fp/fixunstfdi.c: Likewise.
4440         * soft-fp/fixunstfsi.c: Likewise.
4441         * soft-fp/fixunstfti.c: Likewise.
4442         * soft-fp/floatdidf.c: Likewise.
4443         * soft-fp/floatdisf.c: Likewise.
4444         * soft-fp/floatditf.c: Likewise.
4445         * soft-fp/floatsidf.c: Likewise.
4446         * soft-fp/floatsisf.c: Likewise.
4447         * soft-fp/floatsitf.c: Likewise.
4448         * soft-fp/floattidf.c: Likewise.
4449         * soft-fp/floattisf.c: Likewise.
4450         * soft-fp/floattitf.c: Likewise.
4451         * soft-fp/floatundidf.c: Likewise.
4452         * soft-fp/floatundisf.c: Likewise.
4453         * soft-fp/floatunsidf.c: Likewise.
4454         * soft-fp/floatunsisf.c: Likewise.
4455         * soft-fp/floatuntidf.c: Likewise.
4456         * soft-fp/floatuntisf.c: Likewise.
4457         * soft-fp/floatuntitf.c: Likewise.
4458         * soft-fp/fmadf4.c: Likewise.
4459         * soft-fp/fmasf4.c: Likewise.
4460         * soft-fp/fmatf4.c: Likewise.
4461         * soft-fp/gedf2.c: Likewise.
4462         * soft-fp/gesf2.c: Likewise.
4463         * soft-fp/getf2.c: Likewise.
4464         * soft-fp/ledf2.c: Likewise.
4465         * soft-fp/lesf2.c: Likewise.
4466         * soft-fp/letf2.c: Likewise.
4467         * soft-fp/muldf3.c: Likewise.
4468         * soft-fp/mulsf3.c: Likewise.
4469         * soft-fp/multf3.c: Likewise.
4470         * soft-fp/negdf2.c: Likewise.
4471         * soft-fp/negsf2.c: Likewise.
4472         * soft-fp/negtf2.c: Likewise.
4473         * soft-fp/op-1.h: Likewise.
4474         * soft-fp/op-2.h: Likewise.
4475         * soft-fp/op-4.h: Likewise.
4476         * soft-fp/op-8.h: Likewise.
4477         * soft-fp/op-common.h: Likewise.
4478         * soft-fp/quad.h: Likewise.
4479         * soft-fp/single.h: Likewise.
4480         * soft-fp/soft-fp.h: Likewise.
4481         * soft-fp/sqrtdf2.c: Likewise.
4482         * soft-fp/sqrtsf2.c: Likewise.
4483         * soft-fp/sqrttf2.c: Likewise.
4484         * soft-fp/subdf3.c: Likewise.
4485         * soft-fp/subsf3.c: Likewise.
4486         * soft-fp/subtf3.c: Likewise.
4487         * soft-fp/truncdfsf2.c: Likewise.
4488         * soft-fp/trunctfdf2.c: Likewise.
4489         * soft-fp/trunctfsf2.c: Likewise.
4490         * soft-fp/trunctfxf2.c: Likewise.
4491         * soft-fp/unorddf2.c: Likewise.
4492         * soft-fp/unordsf2.c: Likewise.
4493         * soft-fp/unordtf2.c: Likewise.
4494
4495 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
4496
4497         [BZ #15672]
4498         * misc/error.c (error_tail): Fix possible buffer overflow.
4499
4500 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
4501
4502         [BZ #13028]
4503         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
4504         address.
4505
4506 2013-10-14  P. J. McDermott  <pj@pehjota.net>
4507
4508         [BZ #832]
4509         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
4510         testing pipefail option.
4511
4512 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
4513
4514         * soft-fp/double.h: Indent preprocessor directives inside #if.
4515         * soft-fp/extended.h: Likewise.
4516         * soft-fp/op-2.h: Likewise.
4517         * soft-fp/op-4.h: Likewise.
4518         * soft-fp/op-common.h: Likewise.
4519         * soft-fp/quad.h: Likewise.
4520         * soft-fp/single.h: Likewise.
4521         * soft-fp/soft-fp.h: Likewise.
4522
4523 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
4524
4525         * iconv/iconv_prog.c: Fix typos.
4526         * stdio-common/psiginfo-data.h: Likewise.
4527
4528 2013-10-12   Reuben Thomas <rrt@sc3d.org>
4529
4530         [BZ #15764]
4531         * locale/setlocale.c: Fix typo.
4532
4533 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
4534
4535         [BZ #16036]
4536         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
4537         signaling NaN arguments.
4538         * soft-fp/unordsf2.c (__unordsf2): Likewise.
4539         * soft-fp/unordtf2.c (__unordtf2): Likewise.
4540
4541         [BZ #14910]
4542         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
4543         unordered operands.
4544         * soft-fp/gesf2.c (__gesf2): Likewise.
4545         * soft-fp/getf2.c (__getf2): Likewise.
4546         * soft-fp/ledf2.c (__ledf2): Likewise.
4547         * soft-fp/lesf2.c (__lesf2): Likewise.
4548         * soft-fp/letf2.c (__letf2): Likewise.
4549
4550         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
4551         * soft-fp/eqsf2.c (__eqsf2): Likewise.
4552         * soft-fp/eqtf2.c (__eqtf2): Likewise.
4553         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
4554         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
4555         * soft-fp/fixdfti.c (__fixdfti): Likewise.
4556         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
4557         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
4558         * soft-fp/fixsfti.c (__fixsfti): Likewise.
4559         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
4560         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
4561         * soft-fp/fixtfti.c (__fixtfti): Likewise.
4562         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
4563         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
4564         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
4565         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
4566         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
4567         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
4568         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
4569         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
4570         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
4571         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
4572         * soft-fp/floatdisf.c (__floatdisf): Likewise.
4573         * soft-fp/floatsisf.c (__floatsisf): Likewise.
4574         * soft-fp/floattidf.c (__floattidf): Likewise.
4575         * soft-fp/floattisf.c (__floattisf): Likewise.
4576         * soft-fp/floattitf.c (__floattitf): Likewise.
4577         * soft-fp/floatundidf.c (__floatundidf): Likewise.
4578         * soft-fp/floatundisf.c (__floatundisf): Likewise.
4579         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
4580         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
4581         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
4582         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
4583         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
4584         * soft-fp/gesf2.c (__gesf2): Likewise.
4585         * soft-fp/getf2.c (__getf2): Likewise.
4586         * soft-fp/ledf2.c (__ledf2): Likewise.
4587         * soft-fp/lesf2.c (__lesf2): Likewise.
4588         * soft-fp/letf2.c (__letf2): Likewise.
4589
4590         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
4591         Undefine and redefine.
4592         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
4593         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
4594         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
4595         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
4596         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4597         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
4598         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4599         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
4600         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4601         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
4602         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4603         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
4604         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4605         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
4606         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4607
4608         [BZ #16032]
4609         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
4610         without decrementing exponent if mantissa >= that for the
4611         denominator, not >.
4612         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
4613         denominator, not >.  Decrement exponent in < case instead of
4614         incrementing in >= case.
4615         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
4616         without decrementing exponent if mantissa >= that for the
4617         denominator, not >.
4618
4619         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
4620         computing saturated result for unsigned overflow.
4621
4622 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4623             Jeff Law  <law@redhat.com>
4624
4625         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
4626         (atan2Mp): Add systemtap probe marker.
4627         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
4628         (__ieee754_log): Add systemtap probe marker.
4629         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
4630         (atanMp): Add systemtap probe marker.
4631         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
4632         (tanMp): Add systemtap probe marker.
4633         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
4634         (__slowexp): Add systemtap probe marker.
4635         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
4636         (__slowpow): Add systemtap probe marker.
4637         * manual/probes.texi: Document probes.
4638
4639 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
4640
4641         [BZ #15362]
4642         * libio/fileops.c (_IO_new_file_write): Return count of bytes
4643         written.
4644         (_IO_new_file_xsputn): Don't return EOF if nothing has been
4645         written.
4646         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
4647         written to buffer but not flushed.
4648         * libio/iofwrite_u.c:  Likewise.
4649         * libio/iopadn.c:  Return bytes returned even if EOF was
4650         encountered.
4651         * libio/iowpadn.c:  Likewise.
4652         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
4653         if _IO_padn does not write the whole buffer.
4654         [!COMPILE_WPRINTF] (PAD): Likewise.
4655
4656 2013-10-10  David S. Miller  <davem@davemloft.net>
4657
4658         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
4659         directory block.
4660
4661 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
4662
4663         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
4664         instead of FSF address.
4665         * soft-fp/fixdfti.c: Likewise.
4666         * soft-fp/fixsfti.c: Likewise.
4667         * soft-fp/fixtfti.c: Likewise.
4668         * soft-fp/fixunsdfti.c: Likewise.
4669         * soft-fp/fixunssfti.c: Likewise.
4670         * soft-fp/fixunstfti.c: Likewise.
4671         * soft-fp/floattidf.c: Likewise.
4672         * soft-fp/floattisf.c: Likewise.
4673         * soft-fp/floattitf.c: Likewise.
4674         * soft-fp/floatuntidf.c: Likewise.
4675         * soft-fp/floatuntisf.c: Likewise.
4676         * soft-fp/floatuntitf.c: Likewise.
4677         * soft-fp/trunctfxf2.c: Likewise.
4678
4679         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
4680         * soft-fp/fixdfti.c: Likewise.
4681         * soft-fp/fixsfti.c: Likewise.
4682         * soft-fp/fixtfti.c: Likewise.
4683         * soft-fp/fixunsdfti.c: Likewise.
4684         * soft-fp/fixunssfti.c: Likewise.
4685         * soft-fp/fixunstfti.c: Likewise.
4686         * soft-fp/floattidf.c: Likewise.
4687         * soft-fp/floattisf.c: Likewise.
4688         * soft-fp/floattitf.c: Likewise.
4689         * soft-fp/floatuntidf.c: Likewise.
4690         * soft-fp/floatuntisf.c: Likewise.
4691         * soft-fp/floatuntitf.c: Likewise.
4692         * soft-fp/trunctfxf2.c: Likewise.
4693
4694 2013-10-10  David S. Miller  <davem@davemloft.net>
4695
4696         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4697
4698 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
4699
4700         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
4701         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
4702         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
4703         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
4704         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
4705         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
4706         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
4707
4708         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
4709         for NaNs before doing comparisons on argument.
4710         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
4711         Likewise.
4712
4713 2013-10-10  Will Newton  <will.newton@linaro.org>
4714
4715         * malloc/hooks.c (memalign_check): Ensure the value of bytes
4716         passed to _int_memalign does not overflow.
4717
4718 2013-10-10  Torvald Riegel  <triegel@redhat.com>
4719
4720         * scripts/bench.pl: Add include-sources directive.
4721         * benchtests/README: Update documentation.
4722
4723 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
4724
4725         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
4726         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
4727         instead of FP_INIT_ROUNDMODE.
4728         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
4729         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
4730
4731         [BZ #16034]
4732         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
4733         copy class of input value.
4734         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
4735         not handle exceptions.
4736         * soft-fp/negsf2.c (__negsf2): Likewise.
4737         * soft-fp/negtf2.c (__negtf2): Likewise.
4738         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
4739
4740 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
4741
4742         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
4743         semicolon.  From Linux kernel.
4744
4745 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
4746
4747         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
4748
4749 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
4750
4751         [BZ #156]
4752         * manual/socket.texi: Added statement about buffer
4753         for gethostbyname2_r.
4754
4755 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
4756
4757         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
4758         Use .p2align directive instead, throughout.
4759         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4760         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4761         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
4762         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4763         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4764         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
4765         * sysdeps/x86_64/strchr.S: Likewise.
4766         * sysdeps/x86_64/strrchr.S: Likewise.
4767
4768 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4769
4770         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
4771
4772         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
4773
4774         * sysdeps/generic/math_private.h (__mpsin1): Remove
4775         declaration.
4776         (__mpcos1): Likewise.
4777         (__mpsin): New argument __range_reduce.
4778         (__mpcos): Likewise.
4779         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4780         (slow): Use __mpsin and __mpcos.
4781         (slow1): Likewise.
4782         (slow2): Likewise.
4783         (sloww): Likewise.
4784         (sloww1): Likewise.
4785         (sloww2): Likewise.
4786         (bsloww): Likewise.
4787         (bsloww1): Likewise.
4788         (bsloww2): Likewise.
4789         (cslow2): Likewise.
4790         (csloww): Likewise.
4791         (csloww1): Likewise.
4792         (csloww2): Likewise.
4793         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
4794         range_reduce.  Merge in __mpsin1.
4795         (__mpcos): Likewise.
4796         (__mpsin1): Remove.
4797         (__mpcos1): Likewise.
4798
4799 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
4800
4801         * locale/loadlocale.c (_nl_intern_locale_data): Use
4802         LOCFILE_ALIGNED_P.
4803         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
4804         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
4805         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
4806         obstack data is appropriately aligned.
4807         (obstack_int32_grow_fast): Likewise.
4808         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
4809         * locale/programs/locfile.c (add_locale_uint32): Likewise.
4810         (add_locale_uint32_array): Likewise.
4811
4812 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
4813
4814         * benchtests/Makefile: Remove ARGLIST and RET variables.
4815         ($(objpfx)bench-%.c): Pass only function name to the script.
4816         * benchtests/README: Update documentation.
4817         * benchtests/acos-inputs: Add new directives.
4818         * benchtests/acosh-inputs: Likewise.
4819         * benchtests/asin-inputs: Likewise.
4820         * benchtests/asinh-inputs: Likewise.
4821         * benchtests/atan-inputs: Likewise.
4822         * benchtests/atanh-inputs: Likewise.
4823         * benchtests/cos-inputs: Likewise.
4824         * benchtests/cosh-inputs: Likewise.
4825         * benchtests/exp-inputs: Likewise.
4826         * benchtests/log-inputs: Likewise.
4827         * benchtests/pow-inputs: Likewise.
4828         * benchtests/rint-inputs: Likewise.
4829         * benchtests/sin-inputs: Likewise.
4830         * benchtests/sinh-inputs: Likewise.
4831         * benchtests/tan-inputs: Likewise.
4832         * benchtests/tanh-inputs: Likewise.
4833         * scripts/bench.pl: Add support for new directives.
4834
4835 2013-10-07  Alan Modra  <amodra@gmail.com>
4836
4837         * README: Fix careless merge.
4838
4839 2013-10-05  Alan Modra  <amodra@gmail.com>
4840
4841         * NEWS: Mention powerpc64le support and bugs fixed.
4842         * README: Both big-endian and little-endian powerpc64 supported.
4843
4844 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4845
4846         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
4847         _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
4848         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
4849         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
4850
4851 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
4852
4853         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
4854         match prototype.
4855
4856 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
4857
4858         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
4859         Move -mhard-float appending from
4860         ports/sysdeps/powerpc/powerpc32/Makefile.
4861         [$(with-fp) = yes] (ASFLAGS): Likewise.
4862         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
4863         * sysdeps/powerpc/nofpu: Move directory from
4864         ports/sysdeps/powerpc/nofpu.
4865         * sysdeps/powerpc/soft-fp: Move directory from
4866         ports/sysdeps/powerpc/soft-fp.
4867         * sysdeps/powerpc/powerpc32/405: Move directory from
4868         ports/sysdeps/powerpc/powerpc32/405.
4869         * sysdeps/powerpc/powerpc32/440: Move directory from
4870         ports/sysdeps/powerpc/powerpc32/440.
4871         * sysdeps/powerpc/powerpc32/464: Move directory from
4872         ports/sysdeps/powerpc/powerpc32/464.
4873         * sysdeps/powerpc/powerpc32/476: Move directory from
4874         ports/sysdeps/powerpc/powerpc32/476.
4875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
4876         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
4877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
4878         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
4879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
4880         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
4881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
4882         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
4883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
4884         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
4885         * README: Update for powerpc-*-linux-gnu software floating point
4886         support in libc.
4887
4888         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
4889         case to powerpc/powerpc32*.
4890         * sysdeps/unix/sysv/linux/configure: Regenerated.
4891
4892         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
4893         (_FPU_MASK_OM): Define as 0x04.
4894         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
4895         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
4896         0x00c10080.
4897         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
4898         0x0000003c.
4899         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
4900
4901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4902         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
4903         getcontext_e500.
4904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4905         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
4906         setcontext_e500.
4907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4908         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
4909         and setcontext_e500.
4910
4911 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
4912
4913         * locale/iso-3166.def: Update iso-1366.def and related occurrences
4914
4915 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4916
4917         * manual/threads.texi (Default Thread Attributes): Fix typo.
4918
4919 2013-10-04  Will Newton  <will.newton@linaro.org>
4920
4921         * malloc/Makefile: Add tst-memalign.
4922         * malloc/tst-memalign.c: New file.
4923
4924         * malloc/tst-posix_memalign.c: Add comments.
4925         (do_test): Add comments and call free on all potentially
4926         allocated pointers. Add space after cast.
4927
4928         * malloc/tst-pvalloc.c: Add comments.
4929         (do_test): Add comments and call free on all potentially
4930         allocated pointers. Remove duplicate check for NULL pointer.
4931         Add space after cast.
4932
4933         * malloc/tst-valloc.c: Add comments.
4934         (do_test): Add comments and call free on all potentially
4935         allocated pointers. Remove duplicate check for NULL pointer.
4936         Add space after cast.
4937
4938 2013-10-04  Alan Modra  <amodra@gmail.com>
4939
4940         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
4941         Use stdint types in rather than __attribute__((mode())).
4942         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
4943
4944 2013-10-04  Alan Modra  <amodra@gmail.com>
4945
4946         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
4947         Correct handling of unaligned relocs for little-endian.
4948         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
4949
4950 2013-10-04  Alan Modra  <amodra@gmail.com>
4951
4952         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
4953         * configure: Regenerate.
4954         * nptl/shlib-versions: Powerpc*le starts at 2.18.
4955         * shlib-versions: Likewise.
4956
4957 2013-10-04  Alan Modra  <amodra@gmail.com>
4958
4959         * string/tester.c (test_memrchr): Increment reported test cycle.
4960
4961 2013-10-04  Alan Modra  <amodra@gmail.com>
4962
4963         * string/test-memcpy.c (do_one_test): When reporting errors, print
4964         string address and don't overrun end of string.
4965
4966 2013-10-04  Alan Modra  <amodra@gmail.com>
4967
4968         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
4969         insrdi.  Make better use of reg selection to speed exit slightly.
4970         Schedule entry path a little better.  Remove useless "are we done"
4971         checks on entry to main loop.  Handle wrapping around zero address.
4972         Correct main loop count.  Handle single left-over word from main
4973         loop inline rather than by using loop_small.  Remove extra word
4974         case in loop_small caused by wrong loop count.  Add little-endian
4975         support.
4976         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
4977         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
4978         cache hint.
4979         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
4980         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
4981         support.  Avoid rlwimi.
4982         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
4983
4984 2013-10-04  Alan Modra  <amodra@gmail.com>
4985
4986         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
4987         insrdi.  Formatting.
4988         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
4989         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4990         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4991         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
4992         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4993         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
4994
4995 2013-10-04  Alan Modra  <amodra@gmail.com>
4996
4997         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
4998         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4999         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5000         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
5001         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
5002         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5003         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
5004         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
5005         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
5006         use of regs.  Use power7 mtocrf.  Tidy function tails.
5007
5008 2013-10-04  Alan Modra  <amodra@gmail.com>
5009
5010         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
5011         Formatting.  Consistently use rXXX register defines or rN defines.
5012         Use early exit labels that avoid restoring unused non-volatile regs.
5013         Make cr field use more consistent with rWORDn compares.  Rename
5014         regs used as shift registers for unaligned loop, using rN defines
5015         for short lifetime/multiple use regs.
5016         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5017         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
5018         addi 1,1,64 to pop stack frame.  Simplify return value code.
5019         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
5020
5021 2013-10-04  Alan Modra  <amodra@gmail.com>
5022
5023         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
5024         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
5025         rather than rlwimi.
5026         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
5027         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
5028         little-endian support.  Correct typos.
5029         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
5030         rather than rlwimi.
5031         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
5032         in loop and entry code to keep "and." results.
5033         (strchr): Add little-endian support.  Comment.  Move cntlzd
5034         earlier in tail.
5035         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
5036
5037 2013-10-04  Alan Modra  <amodra@gmail.com>
5038
5039         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
5040         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
5041         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
5042         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
5043
5044 2013-10-04  Alan Modra  <amodra@gmail.com>
5045
5046         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
5047         (rTMP): Define as r11.
5048         (strcmp): Add little-endian support.  Optimise tail.
5049         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
5050         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
5051         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
5052         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
5053         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
5054         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
5055         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
5056
5057 2013-10-04  Alan Modra  <amodra@gmail.com>
5058
5059         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
5060         little-endian support.  Remove unnecessary "are we done" tests.
5061         Handle "s" wrapping around zero and extremely large "size".
5062         Correct main loop count.  Handle single left-over word from main
5063         loop inline rather than by using small_loop.  Correct comments.
5064         Delete "zero" tail, use "end_max" instead.
5065         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
5066
5067 2013-10-04  Alan Modra  <amodra@gmail.com>
5068
5069         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
5070         support.  Don't branch over align.
5071         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
5072         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
5073         support.  Rearrange tmp reg use to suit.  Comment.
5074         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
5075
5076 2013-10-04  Alan Modra  <amodra@gmail.com>
5077
5078         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
5079
5080 2013-10-04  Alan Modra  <amodra@gmail.com>
5081
5082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
5083         conditional form of branch and link when obtaining pc.
5084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5085
5086 2013-10-04  Alan Modra  <amodra@gmail.com>
5087
5088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
5089         HIWORD/LOWORD.
5090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
5091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
5092
5093 2013-10-04  Alan Modra  <amodra@gmail.com>
5094
5095         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
5096         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
5097         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5098         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
5099         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5100         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5101         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
5102         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5103         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5104         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
5105
5106 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5107             Alistair Popple <alistair@ozlabs.au.ibm.com>
5108             Alan Modra <amodra@gmail.com>
5109
5110         [BZ #15723]
5111         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
5112         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
5113         _dl_hwcap access for little-endian.
5114         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
5115         destroy vmx regs when saving unaligned.
5116         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
5117         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
5118         destroy vmx regs when saving unaligned.
5119
5120 2013-10-04  Alan Modra  <amodra@gmail.com>
5121
5122         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
5123         Don't use a union to pack hi/low value.
5124
5125 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5126
5127         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
5128         for little-endian.
5129         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
5130         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
5131         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
5132         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
5133         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
5134
5135 2013-10-04  Alan Modra  <amodra@gmail.com>
5136
5137         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
5138         constants to usual value for .cst8 section, and remove redundant
5139         high address load.
5140         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
5141         constant for 0x1p52.  Load little-endian words of double from
5142         correct stack offsets.
5143
5144 2013-10-04  Alan Modra  <amodra@gmail.com>
5145
5146         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
5147         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
5148         words of double from correct stack offsets.
5149         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5150         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
5151         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
5152         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
5153         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
5154         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
5155         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
5156         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5157         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5158         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
5159         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
5160         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
5161         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5162         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5163         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5164         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
5165         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5166
5167 2013-10-04  Alan Modra  <amodra@gmail.com>
5168
5169         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
5170         64-bit int/double union.
5171         (_FPU_SETCW): Likewise.
5172         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
5173         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
5174
5175 2013-10-04  Alan Modra  <amodra@gmail.com>
5176
5177         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
5178         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
5179
5180 2013-10-04  Alan Modra  <amodra@gmail.com>
5181
5182         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
5183         use vector int constants.
5184         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
5185
5186 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5187
5188         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
5189         array with long long.
5190         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
5191         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
5192         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
5193         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
5194         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
5195         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
5196         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
5197         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
5198         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
5199         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
5200         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
5201         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
5202         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
5203
5204 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5205
5206         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
5207         (__signbit): Likewise.  Correct for little-endian.
5208         (__signbitl): Call __signbit.
5209         (lrint): Correct for little-endian.
5210         (lrintf): Call lrint.
5211
5212 2013-10-04  Alan Modra  <amodra@gmail.com>
5213
5214         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
5215         union 32-bit int array member with 64-bit int array.
5216         (t515, tm256): Double rather than long double.
5217         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
5218
5219 2013-10-04  Alan Modra  <amodra@gmail.com>
5220
5221         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
5222         Delete.
5223         (IEEE854_LONG_DOUBLE_BIAS): Delete.
5224         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
5225         version of math_ldbl.h.
5226
5227 2013-10-04  Alan Modra  <amodra@gmail.com>
5228
5229         [BZ #15734], [BZ #15735]
5230         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
5231         all uses of ieee875 long double macros and unions.  Simplify test
5232         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
5233         ldbl_extract_mantissa value for ix,iy exponents.  Properly
5234         normalize after ldbl_extract_mantissa, and don't add hidden bit
5235         already handled.  Don't treat low word of ieee854 mantissa like
5236         low word of IBM long double and mask off bit when testing for
5237         zero.
5238         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
5239         all uses of ieee875 long double macros and unions.  Simplify tests
5240         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
5241         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
5242         two1022, instead use their values.  Recognise that tests for large
5243         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
5244         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
5245         Rewrite all uses of ieee875 long double macros and unions.  Simplify
5246         test for 0.0L and nan.  Correct negation.
5247         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
5248         ieee875 long double macros and unions.  Correct output for large
5249         magnitude x.  Correct absolute value calculation.
5250         (__erfcl): Likewise.
5251         * math/libm-test.inc: Add tests for errors discovered in IBM long
5252         double versions of fmodl, remainderl, erfl and erfcl.
5253
5254 2013-10-04  Alan Modra  <amodra@gmail.com>
5255
5256         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
5257         all uses of ieee854 long double macros and unions.  Simplify tests
5258         for long doubles that are fully specified by the high double.
5259         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
5260         Likewise.
5261         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
5262         Remove dead code too.
5263         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
5264         (__ieee754_ynl): Likewise.
5265         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
5266         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
5267         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
5268         Remove dead code too.
5269         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
5270         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
5271         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
5272         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
5273         Simplify.
5274         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
5275         Simplify.
5276         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
5277         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
5278         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
5279         Comment on variable precision.
5280         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
5281         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
5282         Likewise.
5283         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
5284         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
5285         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
5286         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
5287         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
5288
5289 2013-10-04  Alan Modra  <amodra@gmail.com>
5290
5291         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
5292         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
5293         all uses of ieee854 long double macros and unions.
5294         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
5295         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
5296         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
5297         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
5298         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
5299         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
5300         Likewise.
5301         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
5302         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
5303         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
5304         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
5305         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
5306         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
5307         Simplify sign and nan test too.
5308         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
5309         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
5310         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
5311         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
5312         Likewise.
5313         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
5314         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
5315         Likewise.
5316         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
5317         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
5318         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
5319         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
5320         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
5321         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
5322
5323 2013-10-04  Alan Modra  <amodra@gmail.com>
5324
5325         * stdio-common/printf_size.c (__printf_size): Don't use
5326         union ieee854_long_double in fpnum union.
5327         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
5328         signbit macro to retrieve sign from long double.
5329         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
5330         retrieve sign from long double.
5331         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
5332         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
5333         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
5334         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
5335         * math/test-misc.c (main): Don't use union ieee854_long_double.
5336
5337 2013-10-04  Alan Modra  <amodra@gmail.com>
5338
5339         [BZ #15680]
5340         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
5341         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5342         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
5343         calculation.  Remove unnecessary test for denormal exponent.
5344         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
5345         Correct handling of denormals.  Avoid undefined shift behaviour.
5346         Correct normalisation of low mantissa when low double is denormal.
5347         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
5348         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
5349         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
5350         Correct normalisation of low mantissa.  Test for overflow of high
5351         mantissa and normalise.
5352         (ldbl_nearbyint): Use more readable constant for two52.
5353         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5354         (__mpn_construct_long_double): Fix test for overflow of high
5355         mantissa and correct normalisation.  Avoid undefined shift.
5356
5357 2013-10-04  Alan Modra  <amodra@gmail.com>
5358
5359         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
5360         (union ibm_extended_long_double): Define as an array of ieee754_double.
5361         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
5362         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
5363         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
5364         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
5365         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
5366         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
5367         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
5368         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
5369         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
5370         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
5371         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
5372
5373 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
5374
5375         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
5376         page size instead of calling getpagesize.
5377
5378         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
5379         (LOCFILE_ALIGN_MASK): Likewise.
5380         (LOCFILE_ALIGN_UP): Likewise.
5381         (LOCFILE_ALIGNED_P): Likewise.
5382         * locale/programs/ld-collate.c (collate_output): Use the new
5383         macros instead of __alignof__ (int32_t).
5384         * locale/weight.h (findidx): Likewise.
5385
5386 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
5387
5388         [BZ #431]
5389         * manual/string.texi: Fix strncat and wcsncat.
5390
5391 2013-10-03  Brooks Moses  <bmoses@google.com>
5392
5393         [BZ #15915]
5394         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
5395         * Makerules: ...here, and adjust associated comments.
5396
5397 2013-10-02  Will Newton  <will.newton@linaro.org>
5398
5399         * malloc/Makefile: Add tst-pvalloc.
5400         * malloc/tst-pvalloc.c: New file.
5401
5402 2013-10-02  Will Newton  <will.newton@linaro.org>
5403
5404         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
5405         improve test coverage.
5406
5407 2013-10-02  Will Newton  <will.newton@linaro.org>
5408
5409         * malloc/Makefile: Add tst-posix_memalign.
5410         * malloc/tst-posix_memalign.c: New file.
5411
5412 2013-10-01  Eric Blake  <eblake@redhat.com>
5413
5414         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
5415         Use __THROWNL rather than __THROW on static functions.
5416
5417 2013-09-30  Petr Machata  <pmachata@redhat.com>
5418
5419         * elf/elf.h (R_AARCH64_ABS16): New macro.
5420         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
5421         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
5422         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
5423         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
5424         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
5425         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
5426         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
5427         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
5428         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
5429         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
5430         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
5431         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
5432         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
5433         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
5434         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
5435         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
5436         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
5437         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
5438         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
5439         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
5440         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
5441         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
5442         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
5443         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
5444         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
5445         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
5446         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
5447         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
5448         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
5449         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
5450         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
5451         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
5452         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
5453         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
5454         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
5455         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
5456         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
5457         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
5458         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
5459         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
5460         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
5461         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
5462         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
5463         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
5464         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
5465         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
5466         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
5467         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
5468         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
5469         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
5470         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
5471         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
5472         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
5473         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
5474         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
5475         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
5476         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
5477         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
5478         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
5479         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
5480         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
5481         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
5482         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
5483         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
5484         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
5485         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
5486         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
5487         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
5488         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
5489         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
5490         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
5491         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
5492         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
5493         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
5494         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
5495         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
5496         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
5497         (R_AARCH64_TLSDESC_LDR): Likewise.
5498         (R_AARCH64_TLSDESC_ADD): Likewise.
5499         (R_AARCH64_TLSDESC_CALL): Likewise.
5500
5501 2013-09-30  Andreas Schwab  <schwab@suse.de>
5502
5503         [BZ #15048]
5504         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
5505         the nss database lookup.
5506         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5507         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
5508
5509 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
5510
5511         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
5512
5513 2013-09-28  P. J. McDermott  <pj@pehjota.net>
5514
5515         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
5516         ${Bash-specific parameter/pattern/string} parameter expansion.
5517         * sysdeps/unix/make-syscalls.sh: Likewise.
5518
5519 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5520
5521         * sysdeps/sh/stackguard-macros.h: New file.
5522
5523 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
5524
5525         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
5526         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
5527         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
5528         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
5529         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
5530         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
5531
5532 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5533
5534         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
5535         Fix thread ID register.
5536
5537 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
5538
5539         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
5540         [POSIX || UNIX98]: Require rather than permitting all symbols from
5541         <time.h>.
5542         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
5543         element of struct sched_param.
5544         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
5545         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
5546         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
5547         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
5548         constant.
5549
5550 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
5551
5552         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
5553         argument calculation.
5554
5555 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
5556
5557         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
5558         Expect macro.
5559         [POSIX] (pthread_attr_t): Do not require type.
5560         [POSIX] (pthread_cond_t): Likewise.
5561         [POSIX] (pthread_condattr_t): Likewise.
5562         [POSIX] (pthread_key_t): Likewise.
5563         [POSIX] (pthread_mutex_t): Likewise.
5564         [POSIX] (pthread_mutexattr_t): Likewise.
5565         [POSIX] (pthread_once_t): Likewise.
5566         [POSIX] (pthread_t): Likewise.
5567         [POSIX-based standards] (pthread_atfork): Expect function.
5568
5569 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
5570             Richard Sandiford  <richard@codesourcery.com>
5571
5572         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
5573         (swap_endianness_p): New extern variable.
5574         (set_big_endian): New inline function.
5575         (maybe_swap_uint32): Likewise.
5576         (maybe_swap_uint32_array): Likewise.
5577         (maybe_swap_uint32_obstack): Likewise.
5578         * locale/programs/locfile.c: Include <stdbool.h>.
5579         (swap_endianness_p): New variable.
5580         (add_locale_uint32): Call maybe_swap_uint32.
5581         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
5582         (write_locale_data): Call maybe_swap_uint32_array.
5583         * locale/programs/ld-collate.c (obstack_int32_grow): Call
5584         maybe_swap_uint32.
5585         (obstack_int32_grow_fast): Likewise.
5586         (output_weightwc): Call maybe_swap_uint32_obstack.
5587         (collate_output): Likewise.
5588         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
5589         (OPT_LITTLE_ENDIAN): Likewise.
5590         (options): Add --little-endian and --big-endian options.
5591         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
5592         * locale/programs/locarchive.c: Include "locfile.h".
5593         (GET): New macro.
5594         (SET): Likewise.
5595         (INC): Likewise.
5596         (create_archive): Use the new macros to access fields of
5597         structures directly mapped from or written to locale archives.
5598         (oldlocrecentcmp): Likewise.
5599         (enlarge_archive): Likewise.
5600         (insert_name): Likewise.
5601         (add_alias): Likewise.
5602         (add_locale): Likewise.
5603         (delete_locales_from_archive): Likewise.
5604         (show_archive_content): Likewise.
5605         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
5606         locale data.
5607
5608 2013-09-24  Roland McGrath  <roland@hack.frob.com>
5609
5610         * manual/freemanuals.texi: Updated from (newly) canonical copy at
5611         http://www.gnu.org/doc/freemanuals.texi.
5612         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
5613
5614 2013-09-24  Will Newton  <will.newton@linaro.org>
5615
5616         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
5617         macro.
5618
5619 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
5620
5621         * locale/hashval.h (compute_hashval): Interpret bytes of key as
5622         unsigned char.
5623
5624 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
5625
5626         * manual/threads.texi (POSIX Threads): Fix a typo.
5627
5628 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5629
5630         [BZ #14547]
5631         * string/tst-strcoll-overflow.c: New test case.
5632         * string/Makefile (xtests): Add tst-strcoll-overflow.
5633         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
5634         cache if string sizes may cause integer overflow.
5635
5636         [BZ #14547]
5637         * string/strcoll_l.c (coll_seq): New members rule, idx,
5638         save_idx and back_us.
5639         (get_next_seq_nocache): New function.
5640         (do_compare_nocache): New function.
5641         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
5642         when malloc fails.
5643
5644 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
5645
5646         [BZ #15754]
5647         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
5648         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
5649         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
5650
5651         [BZ #15754]
5652         * elf/Makefile (tests): Add tst-ptrguard1.
5653         (tests-static): Add tst-ptrguard1-static.
5654         (tst-ptrguard1-ARGS): Define.
5655         (tst-ptrguard1-static-ARGS): Define.
5656         * elf/tst-ptrguard1.c: New file.
5657         * elf/tst-ptrguard1-static.c: New file.
5658         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
5659         * sysdeps/i386/stackguard-macros.h: Likewise.
5660         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
5661         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
5662         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
5663         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
5664         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
5665         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
5666
5667 2013-09-23  Hector Marco  <hecmargi@upv.es>
5668             Ismael Ripoll  <iripoll@disca.upv.es>
5669             Carlos O'Donell  <carlos@redhat.com>
5670
5671         [BZ #15754]
5672         * sysdeps/generic/stackguard-macros.h: Define
5673         __pointer_chk_guard_local and POINTER_CHK_GUARD.
5674         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
5675         Define __pointer_chk_guard_local.
5676         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
5677         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
5678
5679 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
5680
5681         [BZ #15859]
5682         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
5683
5684 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
5685
5686         * include/string.h (__ffs): Declare as hidden.
5687         * string/ffs.c (__ffs): Define as hidden.
5688         * sysdeps/i386/ffs.c (__ffs): Likewise.
5689         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
5690         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
5691         * sysdeps/s390/ffs.c (__ffs): Likewise.
5692         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
5693
5694 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
5695
5696         * NEWS: Mention malloc probes.
5697
5698         * malloc/arena.c (new_heap): New memory_heap_new probe.
5699         (grow_heap): New memory_heap_more probe.
5700         (shrink_heap): New memory_heap_less probe.
5701         (heap_trim): New memory_heap_free probe.
5702         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
5703         (systrim): New memory_sbrk_less probe.
5704         * manual/probes.texi: Document them.
5705
5706         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
5707         * manual/probes.texi: Document it.
5708
5709         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
5710         (__libc_realloc): Add memory_realloc_retry probe.
5711         (__libc_memalign): Add memory_memalign_retry probe.
5712         (__libc_valloc): Add memory_valloc_retry probe.
5713         (__libc_pvalloc): Add memory_pvalloc_retry probe.
5714         (__libc_calloc): Add memory_calloc_retry probe.
5715         * manual/probes.texi: Document them.
5716
5717         * malloc/arena.c (get_free_list): Add probe
5718         memory_arena_reuse_free_list.
5719         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
5720         and memory_arena_reuse.
5721         (arena_get2) [!PER_THREAD]: Likewise.
5722         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
5723         memory_arena_reuse_realloc.
5724         * manual/probes.texi: Document them.
5725
5726         * malloc/malloc.c (__libc_free): Add
5727         memory_mallopt_free_dyn_thresholds probe.
5728         (__libc_mallopt): Add multiple memory_mallopt probes.
5729         * manual/probes.texi: Document them.
5730
5731         * malloc/malloc.c: Include stap-probe.h.
5732         (__libc_mallopt): Add memory_mallopt probe.
5733         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
5734         * manual/probes.texi: New.
5735         * manual/Makefile (chapters): Add probes.
5736         * manual/threads.texi: Set next node.
5737
5738 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
5739
5740         [BZ #15963, #13985]
5741         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
5742         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
5743         Add `Chinese' to `nan' entry name.
5744
5745 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5746
5747         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
5748         (POLYNOMIAL): Likewise.
5749         (TAYLOR_SINCOS): Likewise.
5750         (TAYLOR_SLOW): Likewise.
5751         (__sin): Use TAYLOR_SINCOS.
5752         (__cos): Likewise.
5753         (slow): Use TAYLOR_SLOW.
5754         (sloww): Likewise.
5755         (bsloww): Likewise.
5756         (csloww): Likewise.
5757
5758 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
5759
5760         * stdlib/strtod_l.c: Fix buffer overrun.
5761
5762 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5763
5764         * benchtests/Makefile (bench): Add sincos.
5765         * benchtests/bench-sincos.c: New file.
5766
5767         * math/libm-test.inc (cos_test_data): New test inputs.
5768         (sin_test_data): Likewise.
5769
5770         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
5771         macro.
5772         (__sin): Use it.
5773         (__cos): Likewise.
5774         (slow1): Likewise.
5775         (slow2): Likewise.
5776         (sloww1): Likewise.
5777         (sloww2): Likewise.
5778         (bsloww1): Likewise.
5779         (bsloww2): Likewise.
5780         (cslow2): Likewise.
5781         (csloww1): Likewise.
5782         (csloww2): Likewise.
5783
5784         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
5785         function.
5786         (__sin): Use it.
5787         (__cos): Likewise.
5788
5789         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
5790         gotos.
5791         (__cos): Likewise.
5792
5793 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
5794
5795         * config.h.in (HAVE_MIPS_NAN2008): New macro.
5796         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
5797         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
5798         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
5799         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
5800         * elf/cache.c (print_entry): Handle the new cache flags.
5801
5802 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
5803             Aldy Hernandez  <aldyh@redhat.com>
5804
5805         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
5806         Change condition to [_SOFT_FLOAT].
5807         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
5808         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
5809         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
5810         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
5811         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
5812         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
5813         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
5814         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
5815         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
5816         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
5817         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
5818         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
5819         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
5820         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
5821         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
5822         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
5823         declaration.
5824
5825 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
5826
5827         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
5828         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
5829         (__longjmp): Use LOAD_GP to load saved GPRs.
5830         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
5831         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
5832         (__sigsetjmp): Use SAVE_GP to save GPRs.
5833
5834         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
5835         Do not append -msoft-float.
5836         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
5837
5838 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
5839
5840         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
5841
5842 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
5843
5844         [BZ #15966]
5845         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
5846         (_FPU_GETCW): Use initial "__" on variable and field names but not
5847         on macro parameter name.
5848         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
5849         parentheses around reference to macro parameter.
5850
5851 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
5852
5853         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
5854         prototype.
5855         (ctype_startup): Use uint32_t in cast and sizeof for
5856         ctype->charnames.
5857
5858 2013-09-11  Jia Liu  <proljc@gmail.com>
5859
5860         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
5861         __daddr_t_defined.
5862         [__FreeBSD__]: Likewise.
5863
5864 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
5865
5866         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
5867         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
5868         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
5869         (strchr): Remove __strchr_sse42 ifunc selection.
5870         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
5871         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
5872
5873 2013-09-11  Will Newton  <will.newton@linaro.org>
5874
5875         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
5876         parameter to RES. Remove hardcoded 1000 value.
5877         * benchtests/bench-skeleton.c (main): Pass RES parameter
5878         to TIMING_INIT and multiply result by 1000.
5879
5880 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5881
5882         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5883
5884 2013-09-11  Andreas Schwab  <schwab@suse.de>
5885
5886         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
5887         if not defined.
5888         (O_TMPFILE) [__USE_GNU]: Define.
5889         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
5890         Define.
5891
5892 2013-09-11  Will Newton  <will.newton@linaro.org>
5893
5894         [BZ #15857]
5895         * malloc/malloc.c (__libc_memalign): Check the value of bytes
5896         does not overflow.
5897
5898 2013-09-11  Will Newton  <will.newton@linaro.org>
5899
5900         [BZ #15856]
5901         * malloc/malloc.c (__libc_valloc): Check the value of bytes
5902         does not overflow.
5903
5904 2013-09-11  Will Newton  <will.newton@linaro.org>
5905
5906         [BZ #15855]
5907         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
5908         does not overflow.
5909
5910 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
5911
5912         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
5913         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
5914         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
5915         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
5916         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
5917
5918 2013-09-10  Allan McRae  <allan@archlinux.org>
5919
5920         [BZ #15748]
5921         * manual/arith.texi (Parsing of Floats): Clarify
5922         cross-reference.
5923
5924         [BZ #15849]
5925         * manual/install.texi (Running make install): Mention
5926         --enable-pt-chown.
5927         * INSTALL: Regenerated.
5928
5929 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
5930
5931         * csu/init-first.c (_init): Remove the !SHARED condition around
5932         FPU control word initialization.
5933         * elf/dl-support.c (_dl_fpu_control): New variable.
5934         (_dl_aux_init) <AT_FPUCW>: Initialize it.
5935         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
5936         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
5937         * math/test-fpucw-static.c: New file.
5938         * math/test-fpucw-ieee.c: New file.
5939         * math/test-fpucw-ieee-static.c: New file.
5940         * math/Makefile (tests): Add `test-fpucw-ieee' and
5941         `$(tests-static)'.
5942         (tests-static): New variable.
5943         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
5944         dependency to...
5945         [($(build-shared),yes)]
5946         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5947         ... this.
5948         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
5949         New dependency.
5950
5951 2013-09-09  Allan McRae  <allan@archlinux.org>
5952
5953         [BZ #15939]
5954         * manual/string.texi (Collation Functions): Fix typo in
5955         strcoll example.
5956         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
5957
5958         [BZ #15893]
5959         * stdlib/isomac.c (get_null_defines): Fix memory leak.
5960
5961         [BZ #15892]
5962         * libio/memstream.c (open_memstream): Fix memory leak.
5963         * libio/wmemstream.c (open_wmemstream): Likewise.
5964
5965         [BZ #15895]
5966         * nscd/netgroupcache.c: Fix nesting of ifdefs.
5967
5968 2013-09-09  Will Newton  <will.newton@linaro.org>
5969
5970         * malloc/Makefile: Add tst-realloc to tests.
5971         * malloc/tst-realloc.c: New file.
5972
5973 2013-09-09  Allan McRae  <allan@archlinux.org>
5974
5975         [BZ #15844]
5976         * COPYING: Update from GNU website to fix FSF address.
5977         * COPYING.LIB: Likewise.
5978
5979 2013-09-06  David S. Miller  <davem@davemloft.net>
5980
5981         * po/zh_TW.po: Update Chinese (traditional) translation from
5982         translation project.
5983
5984 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
5985             Joseph Myers  <joseph@codesourcery.com>
5986
5987         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
5988         "localeinfo.h".
5989         (obstack_chunk_alloc): New macro.
5990         (obstack_chunk_free): Likewise.
5991         (record_offset): New function.
5992         (init_locale_data): Likewise.
5993         (align_locale_data): Likewise.
5994         (add_locale_empty): Likewise.
5995         (add_locale_raw_data): Likewise.
5996         (add_locale_raw_obstack): Likewise.
5997         (add_locale_string): Likewise.
5998         (add_locale_wstring): Likewise.
5999         (add_locale_uint32): Likewise.
6000         (add_locale_uint32_array): Likewise.
6001         (add_locale_char): Likewise.
6002         (start_locale_structure): Likewise.
6003         (end_locale_structure): Likewise.
6004         (start_locale_prelude): Likewise.
6005         (end_locale_prelude): Likewise.
6006         (write_locale_data): Take locale_file structure rather than an
6007         iovec.
6008         * locale/programs/locfile.h: Include "obstack.h".
6009         (struct locale_file): Change to store locale file contents instead
6010         of header.
6011         (init_locale_data): New prototype.
6012         (align_locale_data): Likewise.
6013         (add_locale_empty): Likewise.
6014         (add_locale_raw_data): Likewise.
6015         (add_locale_raw_obstack): Likewise.
6016         (add_locale_string): Likewise.
6017         (add_locale_wstring): Likewise.
6018         (add_locale_uint32): Likewise.
6019         (add_locale_uint32_array): Likewise.
6020         (add_locale_char): Likewise.
6021         (start_locale_structure): Likewise.
6022         (end_locale_structure): Likewise.
6023         (start_locale_prelude): Likewise.
6024         (end_locale_prelude): Likewise.
6025         (write_locale_data): Update prototype.
6026         * locale/programs/3level.h (struct TABLE): Remove result field.
6027         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
6028         Use new locale_file interface.
6029         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
6030         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
6031         * locale/programs/ld-address.c (address_output): Use new
6032         locale_file interface.
6033         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
6034         NO_ADD_LOCALE.
6035         (collate_finish): Don't call collseq_table_finalize.
6036         (collate_output): Use new locale_file interface.
6037         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
6038         in file.
6039         (NO_FINALIZE): Change to NO_ADD_LOCALE.
6040         (TABLE): Move defines earlier in file.
6041         (ELEMENT): Likewise.
6042         (DEFAULT): Likewise.
6043         (wctrans_table_add): Move macro and inline function earlier in
6044         file.
6045         (struct wctype_table): Move type earlier in file.
6046         (add_locale_wctype_table): New static prototype.
6047         (struct locale_ctype_t): Use logical types instead of struct iovec
6048         pointers for members.
6049         (ctype_output): Use new locale_file interface.
6050         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
6051         new locale_file interface.
6052         (allocate_arrays): Update for use of new locale_file interface.
6053         * locale/programs/ld-identification.c (identification_output): Use
6054         new locale_file interface.
6055         * locale/programs/ld-measurement.c (measurement_output): Likewise.
6056         * locale/programs/ld-messages.c (messages_output): Likewise.
6057         * locale/programs/ld-monetary.c (monetary_output): Likewise.
6058         * locale/programs/ld-name.c (name_output): Likewise.
6059         * locale/programs/ld-numeric.c (numeric_output): Likewise.
6060         * locale/programs/ld-paper.c (paper_output): Likewise.
6061         * locale/programs/ld-telephone.c (telephone_output): Likewise.
6062         * locale/programs/ld-time.c (time_output): Likewise.
6063
6064 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6065
6066         * benchtests/Makefile: Add memrchr benchmark.
6067         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
6068         benchmark as memrchr.
6069         * benchtests/bench-memrchr-ifunc.c: New file.
6070         * benchtests/bench-memrchr.c: New file.
6071
6072 2013-09-06   Will Newton  <will.newton@linaro.org>
6073
6074         * benchtests/Makefile (string-bench): Add memcpy.
6075
6076 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
6077             Cong Wang  <amwang@redhat.com>
6078
6079         [BZ #15850]
6080         * sysdeps/unix/sysv/linux/bits/in.h
6081         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
6082         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
6083         before __USE_KERNEL_IPV6_DEFS uses.
6084         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
6085         IPPROTO_BEETPH.
6086         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
6087         sockaddr_in6, or ipv6_mreq.
6088
6089 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6090
6091         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
6092         memory access for final bytes in some large inputs.
6093         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
6094
6095 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6096
6097         * string/test-memrchr.c: New file.
6098         * string/test-memrchr-ifunc.c: New file.
6099         * string/Makefile: Add new memrchr testcase.
6100
6101 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
6102
6103         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
6104         fanotify_init returns EPERM.
6105
6106 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
6107
6108         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
6109         errors.
6110         (top level): Treat second token from macro or constant entries for
6111         allowed headers as allowed.
6112         * include/complex.h: Condition internal declarations on
6113         [!_ISOMAC].
6114         * include/fenv.h: Condition include of <stdbool.h> and internal
6115         declarations on [!_ISOMAC].
6116
6117 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
6118
6119         [BZ #15923]
6120         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
6121
6122 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
6123
6124         * configure.in (--enable-versioning): Remove configure option.
6125         (libc_cv_asm_symver_directive): Remove configure test.
6126         (libc_cv_ld_version_script_option): Likewise.
6127         (VERSIONING): Remove variable and AC_SUBST.
6128         (DO_VERSIONING): Remove AC_DEFINE.
6129         * configure: Regenerated.
6130         * config.h.in (DO_VERSIONING): Remove macro.
6131         * Makerules [$(versioning) = yes]: Change conditionals to
6132         [$(build-shared) = yes].
6133         * config.make.in (versioning): Remove variable.
6134         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
6135         [$(build-shared) = yes].
6136         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
6137         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
6138         * elf/Makefile [$(versioning) = yes]: Change conditionals to
6139         [$(build-shared) = yes].
6140         * extra-lib.mk [$(versioning) = yes]: Likewise.
6141         * hurd/Makefile [$(versioning) = yes]: Likewise.
6142         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
6143         [SHARED].
6144         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
6145         [SHARED].
6146         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
6147         [SHARED && !NO_HIDDEN].
6148         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
6149         [SHARED].
6150         [SHARED && DO_VERSIONING]: Likewise..
6151         * libio/Makefile [$(versioning) = yes]: Change conditionals to
6152         [$(build-shared) = yes].
6153         * manual/install.texi (--disable-versioning): Remove
6154         documentation.
6155         * INSTALL: Regenerated.
6156         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
6157         to [SHARED].
6158         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
6159         [$(build-shared) = yes].
6160         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
6161         * sysdeps/i386/i686/multiarch/strstr-c.c
6162         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
6163         [SHARED && !NO_HIDDEN].
6164         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
6165         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
6166         * sysdeps/powerpc/powerpc32/dl-machine.c
6167         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
6168         * sysdeps/powerpc/powerpc32/sysdep.h
6169         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
6170         to [SHARED && PIC && !NO_HIDDEN].
6171         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
6172         conditional to [SHARED].
6173
6174 2013-09-04   Will Newton  <will.newton@linaro.org>
6175
6176         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
6177         * benchtests/bench-string.h: Include bench-timing.h instead
6178         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
6179         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
6180         call to HP_TIMING_DIFF_INIT.
6181         * benchtests/bench-memccpy.c: Use bench-timing.h macros
6182         instead of hp-timing.h macros.
6183         * benchtests/bench-memchr.c: Likewise.
6184         * benchtests/bench-memcmp.c: Likewise.
6185         * benchtests/bench-memcpy.c: Likewise.
6186         * benchtests/bench-memmem.c: Likewise.
6187         * benchtests/bench-memmove.c: Likewise.
6188         * benchtests/bench-memset.c: Likewise.
6189         * benchtests/bench-rawmemchr.c: Likewise.
6190         * benchtests/bench-strcasecmp.c: Likewise.
6191         * benchtests/bench-strcasestr.c: Likewise.
6192         * benchtests/bench-strcat.c: Likewise.
6193         * benchtests/bench-strchr.c: Likewise.
6194         * benchtests/bench-strcmp.c: Likewise.
6195         * benchtests/bench-strcpy.c: Likewise.
6196         * benchtests/bench-strcpy_chk.c: Likewise.
6197         * benchtests/bench-strlen.c: Likewise.
6198         * benchtests/bench-strncasecmp.c: Likewise.
6199         * benchtests/bench-strncat.c: Likewise.
6200         * benchtests/bench-strncmp.c: Likewise.
6201         * benchtests/bench-strncpy.c: Likewise.
6202         * benchtests/bench-strnlen.c: Likewise.
6203         * benchtests/bench-strpbrk.c: Likewise.
6204         * benchtests/bench-strrchr.c: Likewise.
6205         * benchtests/bench-strspn.c: Likewise.
6206         * benchtests/bench-strstr.c: Likewise.
6207
6208 2013-09-04  Will Newton  <will.newton@linaro.org>
6209
6210         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
6211
6212 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
6213
6214         [BZ #15427]
6215         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
6216         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
6217         * math/libm-test.inc (lgamma_test_data): Add more tests.
6218         * sysdeps/i386/fpu/libm-test-ulps: Update.
6219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6220
6221 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
6222
6223         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
6224         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6225         Add ifunc.
6226         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
6227         Add strcmp-sse2-unaligned
6228         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
6229
6230 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
6231
6232         * Versions.def (libc): Add GLIBC_2.19.
6233
6234 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
6235
6236         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
6237         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
6238
6239 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
6240
6241         [BZ #14155]
6242         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
6243         intermediate calculations in recurrence.
6244         (__ieee754_ynf): Likewise.
6245         * math/libm-test.inc (jn_test_data): Do not allow spurious
6246         underflow exception.  Add more tests.
6247         (yn_test_data): Add more tests.
6248         * sysdeps/i386/fpu/libm-test-ulps: Update.
6249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6250
6251 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
6252
6253         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
6254
6255 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
6256
6257         * csu/init-first.c: Fix then/than typos.
6258         * locale/programs/ld-collate.c: Likewise.
6259         * locale/programs/linereader.h: Likewise.
6260         * manual/charset.texi: Likewise.
6261         * manual/filesys.texi: Likewise.
6262         * manual/stdio.texi: Likewise.
6263         * manual/string.texi: Likewise.
6264         * stdlib/fmtmsg.c: Likewise.
6265         * sysdeps/i386/stpncpy.S: Likewise.
6266         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6267         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
6268         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
6269         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6270
6271 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
6272
6273         * elf/dl-open.c: Fix typos.
6274         * iconvdata/gbbig5.c: Likewise.
6275         * iconvdata/iso-2022-jp.c: Likewise.
6276         * iconv/gconv_int.h: Likewise.
6277         * iconv/loop.c: Likewise.
6278         * nis/rpcsvc/nis.h: Likewise.
6279         * resolv/ns_name.c: Likewise.
6280         * stdio-common/vfscanf.c: Likewise.
6281         * streams/stropts.h: Likewise.
6282         * sunrpc/rpc_thread.c: Likewise.
6283         * sysdeps/i386/strpbrk.S: Likewise.
6284         * sysdeps/ieee754/k_standard.c: Likewise.
6285         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
6286         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
6287         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6288         * sysdeps/mach/hurd/profil.c: Likewise.
6289         * sysdeps/s390/dl-procinfo.h: Likewise.
6290         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
6291         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6292         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6293         * sysdeps/x86_64/dl-trampoline.S: Likewise.
6294         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
6295
6296 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
6297
6298         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
6299         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
6300
6301 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
6302
6303         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
6304         aix specific files.
6305         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
6306         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
6307         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
6308         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
6309         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
6310         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
6311         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
6312         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
6313
6314 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
6315             Roland McGrath  <roland@hack.frob.com>
6316
6317         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
6318         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
6319
6320 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6321
6322         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
6323         __executable_start symbol instead of _start.
6324
6325 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
6326
6327         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
6328         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
6329         Move macros to...
6330         * sysdeps/gnu/ldsodefs.h: ... this new file.
6331
6332         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
6333         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
6334         instead of ELFOSABI_LINUX.
6335
6336         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
6337         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
6338         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
6339         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
6340         Likewise.
6341         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
6342         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
6343         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
6344         Likewise.
6345         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
6346         (ibm_extended_long_double): Add ieee_nan member.
6347         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
6348         (do_test): New function.
6349
6350         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
6351         TEST_TRUNC.
6352         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
6353         functions, renamed from truncdfsf_test, trunctfsf_test,
6354         trunctfdf_test.
6355         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
6356         functions.
6357         (do_test): Run all these.
6358
6359 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
6360
6361         * argp/argp-help.c: Fix typos.
6362         * argp/argp-parse.c: Likewise.
6363         * debug/backtracesyms.c: Likewise.
6364         * elf/elf.h: Likewise.
6365         * malloc/malloc.c: Likewise.
6366         * nis/nis_print.c: Likewise.
6367         * resolv/res_comp.c: Likewise.
6368         * stdlib/stdlib.h: Likewise.
6369         * sunrpc/clnt_tcp.c: Likewise.
6370         * sunrpc/clnt_udp.c: Likewise.
6371         * sunrpc/clnt_unix.c: Likewise.
6372         * sysdeps/unix/bsd/ptsname.c: Likewise.
6373         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6374         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
6375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
6376         Likewise.
6377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
6378         Likewise.
6379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
6380         Likewise.
6381         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
6382
6383 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6384
6385         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
6386         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
6387
6388 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
6389
6390         [BZ #15897]
6391         * dlfcn/Makefile (tests): Add bug-dl-leaf.
6392         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
6393         ($(objpfx)bug-dl-leaf): New rule.
6394         ($(objpfx)bug-dl-leaf.so): Likewise.
6395         ($(objpfx)bug-dl-leaf.out): Likewise.
6396         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
6397         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
6398         * dlfcn/bug-dl-leaf.c: New test.
6399         * dlfcn/bug-dl-leaf-lib.c: Likewise.
6400         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
6401         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
6402         (dlclose): Likewise.
6403         (dlmopen): Likewise.
6404
6405 2013-08-27  Roland McGrath  <roland@hack.frob.com>
6406
6407         * include/netdb.h [!_ISOMAC]:
6408         Don't include <tls.h>.
6409         (h_errno, __libc_h_errno): Move declaration and macros out of
6410         [_LIBC_REENTRANT].
6411
6412         * include/resolv.h [_RESOLV_H_]:
6413         Don't include <tls.h>.
6414         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
6415         * resolv/res_libc.c: Don't include <tls.h>.
6416         (_res): Use __attribute__ ((nocommon)) in place of
6417         __attribute__ ((section (".bss"))).
6418
6419         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
6420         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
6421
6422         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
6423
6424         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
6425         only under [SIOCGIFCONF && SIOCGIFNETMASK].
6426
6427         * resolv/res_mkquery.c: Include <sys/time.h>.
6428
6429         * inet/ifreq.c: Moved to ...
6430         * sysdeps/unix/ifreq.c: ... here.
6431         * inet/ifreq.c: New file, true stub version.
6432
6433         * socket/sa_len.c: New file.
6434         * socket/Makefile (aux): Add it.
6435         * sysdeps/unix/sysv/linux/Makefile
6436         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
6437         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
6438         and #include <socket/sa_len.c>.
6439         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
6440         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
6441
6442         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
6443         * bits/socket.h: ... here.
6444
6445         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
6446         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
6447         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
6448
6449 2013-08-27  Andreas Schwab  <schwab@suse.de>
6450
6451         [BZ #15736]
6452         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
6453         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
6454         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
6455         * string/test-strcasecmp.c (test_main): Run tests in several
6456         locales.
6457         * string/test-strncasecmp.c (test_main): Likewise.
6458
6459         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
6460         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
6461         to __strcasecmp_nonascii and __strncasecmp_nonascii.
6462         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
6463         (__strncasecmp_ssse3) [PIC]: Likewise.
6464
6465 2013-08-26  Roland McGrath  <roland@hack.frob.com>
6466
6467         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
6468
6469         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
6470         instead of explicitly declaring xdecrypt.
6471         * nis/nss_nis/nis-publickey.c: Likewise.
6472
6473 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6474
6475         [BZ #15890]
6476         * nscd/aicache.c: Include res_hconf.h.
6477         (addhstaiX): Initialize res_hconf.
6478
6479 2013-08-26  Andreas Schwab  <schwab@suse.de>
6480
6481         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
6482         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
6483
6484 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6485
6486         * nscd/aicache.c (addhstaiX): Fix indentation.
6487
6488 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
6489
6490         * configure.ac: Quote $build_pt_chown test.
6491         * configure: Regenerated.
6492
6493 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
6494
6495         [BZ #15532]
6496         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
6497         * math/s_cexpf.c (__cexpf): Likewise.
6498         * math/s_cexpl.c (__cexpl): Likewise.
6499         * math/libm-test.inc (cexp_test_data): Correct expected return
6500         value for NaN + i0.  Add another test.
6501
6502 2013-08-22  David S. Miller  <davem@davemloft.net>
6503
6504         * po/ca.po: Update Catalan translation from translation project.
6505         * po/uk.po: Add Ukrainian translations from translation project.
6506
6507 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
6508
6509         [BZ #15797]
6510         * math/s_fdim.c (__fdim): Check for infinite arguments if result
6511         is infinite, not alongside NaN test.
6512         * math/s_fdimf.c (__fdimf): Likewise.
6513         * math/s_fdiml.c (__fdiml): Likewise.
6514         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
6515         errno is unchanged.
6516
6517 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
6518
6519         * argp/argp-help.c: Fix typos.
6520         * crypt/speeds.c: Likewise.
6521         * csu/check_fds.c: Likewise.
6522         * elf/dl-load.c: Likewise.
6523         * elf/dl-open.c: Likewise.
6524         * elf/reldep3.c: Likewise.
6525         * elf/reldep.c: Likewise.
6526         * elf/sprof.c: Likewise.
6527         * iconv/iconv_charmap.c: Likewise.
6528         * iconv/skeleton.c: Likewise.
6529         * iconv/strtab.c: Likewise.
6530         * io/lockf64.c: Likewise.
6531         * libio/libioP.h: Likewise.
6532         * resolv/gai_notify.c: Likewise.
6533         * resolv/ns_name.c: Likewise.
6534         * resolv/ns_samedomain.c: Likewise.
6535         * resolv/res_send.c: Likewise.
6536         * stdlib/random.c: Likewise.
6537         * sunrpc/rpc/xdr.h: Likewise.
6538         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
6539         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
6540         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
6541         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
6542         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
6543         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
6544         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
6545         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
6546         * sysdeps/mach/hurd/check_fds.c: Likewise.
6547         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
6548         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
6549         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
6550         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
6551         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
6552         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
6553         * sysdeps/pthread/aio_notify.c: Likewise.
6554         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
6555         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
6556         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
6557         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6558         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
6559
6560 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6561
6562         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
6563         version if bit_Slow_SSE4_2 is set.
6564         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
6565         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
6566
6567 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6568
6569         [BZ #15867]
6570         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
6571         trampoline stack frame information.
6572         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
6573         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
6574         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
6575         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
6576         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
6577         * sysdeps/unix/sysv/linux/powerpc/init-first.c
6578         (_libc_vdso_platform_setup): Initialize the signal trampolines.
6579         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
6580         sa_flags value.
6581         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
6582         interrupting a syscall and set with option SA_SIGINFO.
6583
6584 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
6585
6586         [BZ #15531]
6587         * math/s_cproj.c (__cproj): Only return an infinity if one part of
6588         argument is infinite.
6589         * math/s_cprojf.c (__cprojf): Likewise.
6590         * math/s_cprojl.c (__cprojl): Likewise.
6591         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
6592         * math/libm-test.inc (cproj_test_data): Add more tests.
6593
6594         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
6595
6596         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
6597         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
6598         size.  Use __ffs to determine corresponding shift.
6599
6600 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
6601             Roland McGrath  <roland@hack.frob.com>
6602
6603         * Makefile (INSTALL): Remove trailing blank lines from output of
6604         makeinfo.
6605
6606 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6607
6608         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
6609         Align 32 bit compat elf_greg to 8 bytes.
6610
6611 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6612
6613         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
6614
6615 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
6616
6617         * string/strcoll_l.c (coll_seq): New structure.
6618         (get_next_seq_cached): New function.
6619         (get_next_seq): New function.
6620         (do_compare): New function.
6621         (STRCOLL): Use GNU style definition.  Simplify implementation
6622         by using get_next_seq, get_next_seq_cached and do_compare.
6623
6624 2013-08-16  Florian Weimer  <fweimer@redhat.com>
6625
6626         [BZ #14699]
6627         CVE-2013-4237
6628         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
6629         member.
6630         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
6631         member.
6632         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
6633         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
6634         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
6635         conditional.
6636         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
6637         GETDENTS_64BIT_ALIGNED.
6638         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
6639         * manual/filesys.texi (Reading/Closing Directory): Document
6640         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
6641         strongly.
6642         * manual/conf.texi (Limits for Files): Add portability note to
6643         NAME_MAX, PATH_MAX.
6644         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
6645
6646 2013-08-13  Andreas Schwab  <schwab@suse.de>
6647
6648         [BZ #15749]
6649         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
6650         of fabs.
6651         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
6652         LDBL_MAX_EXP >= 16384]: Add tests for it.
6653
6654 2013-08-12  David S. Miller  <davem@davemloft.net>
6655
6656         * version.h (RELEASE): Set to "development".
6657         (VERSION): Set to "2.18.90".
6658         * NEWS: Add 2.19 section.
6659
6660 2013-08-03  David S. Miller  <davem@davemloft.net>
6661
6662         * po/ko.po: Update Korean translation from translation project.
6663
6664 2013-08-01  David S. Miller  <davem@davemloft.net>
6665
6666         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
6667         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
6668         Bilka.
6669
6670 2013-07-30  David S. Miller  <davem@davemloft.net>
6671
6672         * po/fr.po: Update French translation from translation project.
6673
6674 2013-07-28  David S. Miller  <davem@davemloft.net>
6675
6676         * po/cs.po: Update Czech translation from translation project.
6677
6678         * po/sv.po: Update Swedish translation from translation project.
6679
6680 2013-07-27  David S. Miller  <davem@davemloft.net>
6681
6682         * po/eo.po: Update Esperanto translation from translation project.
6683
6684         * po/vi.po: Update Vietnamese translation from translation project.
6685
6686         * po/de.po: Update German translation from translation project.
6687
6688 2013-07-26  David S. Miller  <davem@davemloft.net>
6689
6690         * po/bg.po: Update Bulgarian translation from translation project.
6691
6692         * po/nl.po: Update Dutch translation from translation project.
6693         * po/pl.po: Update Polish translation from translation project.
6694         * po/ru.po: Update Russian translation from translation project.
6695
6696 2013-07-24  David S. Miller  <davem@davemloft.net>
6697
6698         * po/libc.pot: Update.
6699
6700 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6701
6702         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
6703         variable page size.
6704         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
6705         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
6706         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
6707
6708 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6709
6710         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
6711
6712 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6713             Andreas Schwab  <schwab@suse.de>
6714             Roland McGrath  <roland@hack.frob.com>
6715             Joseph Myers  <joseph@codesourcery.com>
6716             Carlos O'Donell  <carlos@redhat.com>
6717
6718         [BZ #15755]
6719         * config.h.in: Define HAVE_PT_CHOWN.
6720         * config.make.in (build-pt-chown): New variable.
6721         * configure.in (--enable-pt_chown): New configure option.
6722         * configure: Regenerate.
6723         * login/Makefile: Include Makeconfig.  Build pt_chown only if
6724         build-pt-chown is enabled.
6725         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
6726         pt_chown to fix pty ownership.
6727         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
6728         CLOSE_ALL_FDS.
6729         * manual/install.texi (Configuring and compiling): Mention
6730         --enable-pt_chown. Add @findex for grantpt.
6731         * INSTALL: Regenerate.
6732
6733 2013-07-20  David S. Miller  <davem@davemloft.net>
6734
6735         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
6736         difference between 32-bit and 64-bit.
6737
6738 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
6739
6740         [BZ #15711]
6741         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
6742         Avoid system header dependency with -ffreestanding.
6743         ($(objpfx)bits/syscall%d): Likewise.
6744
6745 2013-07-13  David S. Miller  <davem@davemloft.net>
6746
6747         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
6748         underflows from atanl/atan2l due to bug 15319.
6749         (casinh_test_data): Likewise.
6750
6751 2013-07-07  David S. Miller  <davem@davemloft.net>
6752
6753         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
6754
6755 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
6756
6757         * sysdeps/i386/fpu/libm-test-ulps: Update.
6758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6759
6760 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6761
6762         * configure.in (--enable-lock-elision): Fix message text.
6763         * INSTALL: Regenerate.
6764         * configure: Regenerate.
6765
6766 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6767
6768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6769
6770 2013-07-03  Andreas Jaeger  <aj@suse.de>
6771
6772         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
6773         define.
6774         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
6775         (ptrace_peeksiginfo_args): Add.
6776         (__ptrace_peeksiginfo_flags): Add.
6777         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6778         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6779         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6780
6781 2013-07-03  Allan McRae  <allan@archlinux.org>
6782
6783         * sysdeps/i386/fpu/libm-test-ulps: Update.
6784
6785 2013-07-02  David S. Miller  <davem@davemloft.net>
6786
6787         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6788
6789 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
6790
6791         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6792
6793 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
6794
6795         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
6796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6797
6798 2013-07-02  Andi Kleen <ak@linux.intel.com>
6799
6800         * config.h.in (ENABLE_LOCK_ELISION): Add.
6801         * configure.in (--enable-lock-elision): Add option.
6802         * manual/install.texi: Document --enable lock elision.
6803         * configure: Regenerate
6804         * INSTALL: Regenerate.
6805
6806 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
6807
6808         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
6809         SSE4.2 strcasecmp for libc.a.
6810         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6811
6812 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
6813
6814         [BZ #13304]
6815         * soft-fp/op-common.h (_FP_FMA): New macro.
6816         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
6817         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
6818         (_FP_MUL_MEAT_1_imm): ... here.
6819         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
6820         (_FP_MUL_MEAT_1_wide): ... here.
6821         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
6822         (_FP_MUL_MEAT_1_hard): ... here.
6823         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
6824         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
6825         (_FP_MUL_MEAT_2_wide): ... here.
6826         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
6827         (_FP_MUL_MEAT_2_wide_3mul): ... here.
6828         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
6829         (_FP_MUL_MEAT_2_gmp): ... here.
6830         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
6831         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
6832         (_FP_MUL_MEAT_4_wide): ... here.
6833         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
6834         (_FP_MUL_MEAT_4_gmp): ... here.
6835         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
6836         (_FP_WFRACBITS_DW_S): Likewise.
6837         (_FP_WFRACXBITS_DW_S): Likewise.
6838         (_FP_HIGHBIT_DW_S): Likewise.
6839         (FP_FMA_S): Likewise.
6840         (_FP_FRAC_HIGH_DW_S): Likewise.
6841         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
6842         (_FP_WFRACBITS_DW_D): Likewise.
6843         (_FP_WFRACXBITS_DW_D): Likewise.
6844         (_FP_HIGHBIT_DW_D): Likewise.
6845         (FP_FMA_D): Likewise.
6846         (_FP_FRAC_HIGH_DW_D): Likewise.
6847         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
6848         (_FP_WFRACBITS_DW_E): Likewise.
6849         (_FP_WFRACXBITS_DW_E): Likewise.
6850         (_FP_HIGHBIT_DW_E): Likewise.
6851         (FP_FMA_E): Likewise.
6852         (_FP_FRAC_HIGH_DW_E): Likewise.
6853         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
6854         (_FP_WFRACBITS_DW_Q): Likewise.
6855         (_FP_WFRACXBITS_DW_Q): Likewise.
6856         (_FP_HIGHBIT_DW_Q): Likewise.
6857         (FP_FMA_Q): Likewise.
6858         (_FP_FRAC_HIGH_DW_Q): Likewise.
6859         * soft-fp/fmasf4.c: New file.
6860         * soft-fp/fmadf4.c: Likewise.
6861         * soft-fp/fmatf4.c: Likewise.
6862
6863 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6864
6865         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
6866         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
6867         Silvermont.
6868         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
6869         macro.
6870         (index_Slow_SSE4_2): Likewise.
6871         (index_Prefer_PMINUB_for_stringop): Likewise.
6872         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
6873         bit_Slow_SSE4_2 is set.
6874         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
6875         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
6876
6877 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6878
6879         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
6880         rtld_global._dl_hwcap2.
6881         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
6882         POWER8.
6883         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
6884         POWER8 feature descriptions defined in _dl_hwcap2.
6885         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
6886         string handling for POWER8 feature bits.
6887         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
6888         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
6889         _dl_powerpc_cap_flags.
6890         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
6891         * sysdeps/powerpc/rtld-global-offsets.sym
6892         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
6893         _dl_hwcap2 in the rtld_global_ro structure.
6894
6895 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6896
6897         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
6898         hardware capabilities in support of AT_HWCAP2.
6899         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
6900         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
6901         GLRO(dl_hwcap2).
6902         (_dl_show_auxv): Add support for calling _dl_procinfo to display
6903         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
6904         explicitly the unknown a_type display mechanism is used.
6905         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
6906         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
6907         struct member.
6908         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
6909         to macro prototype for AT_HWCAP2 support.
6910         * sysdeps/i386/dl-procinfo.h: Likewise.
6911         * sysdeps/s390/dl-procinfo.h: Likewise.
6912         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
6913         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
6914         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
6915         return -1 for unknown a_type display fallback.
6916         * sysdeps/sparc/dl-procinfo.h: Likewise.
6917         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
6918         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
6919
6920 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
6921
6922         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
6923         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
6924
6925 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
6926
6927         [BZ #12492]
6928         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
6929         mprotect making __stack_prot writable.
6930
6931 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
6932             Joseph Myers  <joseph@codesourcery.com>
6933
6934         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
6935         as being properly aligned.
6936
6937 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
6938
6939         * dlfcn/modstatic5.c: New file.
6940         * dlfcn/tststatic5.c: New file.
6941         * dlfcn/Makefile (tests): Add tststatic5.
6942         (tests-static): Likewise.
6943         (modules-names): Add modstatic5.
6944         (tststatic5-ENV): New variable.
6945         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
6946
6947         [BZ #15022]
6948         * elf/dl-support.c (_dl_main_map): New variable.
6949         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
6950         (_dl_nns, _dl_load_adds): Set to 1.
6951         (_dl_initial_searchlist): Refer to _dl_main_map.
6952         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
6953         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
6954         call to _dl_get_origin.
6955         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
6956         around call_map.
6957         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
6958         * dlfcn/modstatic3.c: New file.
6959         * dlfcn/tststatic3.c: New file.
6960         * dlfcn/tststatic4.c: New file.
6961         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
6962         (tests-static): Likewise.
6963         (modules-names): Add modstatic3.
6964         (tststatic3-ENV, tststatic4-ENV): New variables.
6965         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
6966         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
6967
6968 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
6969
6970         * configure.in (CC): Require GCC version 4.4 or later.
6971         * configure: Regenerated.
6972         * manual/install.texi (Tools for Compilation): Update GCC version
6973         requirement.
6974         * INSTALL: Regenerated.
6975
6976 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6977
6978         [BZ #15674]
6979         * string/test-memcmp.c (check2): New.
6980         (main): Call check2.
6981
6982         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
6983
6984 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
6985
6986         [BZ #15022]
6987         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
6988         over to...
6989         (dl_open_worker) [!SHARED]: ... here.
6990
6991 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6992
6993         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
6994
6995 2013-06-25  Richard Henderson  <rth@redhat.com>
6996
6997         * locale/programs/locarchive.c: Include <libc-internal.h>
6998
6999 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
7000
7001         * manual/texinfo.tex: Update to version 2013-06-21.17, with
7002         trailing whitespace removed.
7003
7004 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
7005
7006         [BZ #10283]
7007         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
7008         * locale/programs/locarchive.c: Include libc-mmap.h.
7009         (prepare_address_space): Take two new outputs (the mmap base and len).
7010         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
7011         values.
7012         (create_archive): Declare new mmap base and len values for
7013         prepare_address_space, and store the result in ah.
7014         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
7015         (enlarge_archive): If ah->mmap_base is not NULL, use that and
7016         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
7017         Declare new mmap base and len values for
7018         prepare_address_space, and store the result in new_ah.
7019         (open_archive): Declare new mmap base and len values for
7020         prepare_address_space, and store the result in ah.
7021         (close_archive): If ah->mmap_base is not NULL, use that and
7022         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
7023         * sysdeps/generic/libc-mmap.h: New file.
7024
7025 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
7026
7027         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
7028         (ALIGN_UP): Likewise.
7029         (PTR_ALIGN_DOWN): Likewise.
7030         (PTR_ALIGN_UP): Likewise.
7031
7032 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7033
7034         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
7035         entry mapped to PPC_PLATFORM_POWER8.
7036         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
7037         POWER8.
7038         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
7039         (_dl_string_platform): Add case for exporting platform position for
7040         POWER8.
7041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
7042         search path to sysdeps/powerpc/powerpc32/power8 directory.
7043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
7044         search path to sysdeps/powerpc/powerpc64/power8 directory.
7045         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
7046         power7 directories.
7047         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
7048         power7 directories.
7049
7050 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7051
7052         * INSTALL: Regenerate.
7053
7054         * nscd/connections.c (nscd_init): Fix comment.
7055
7056 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
7057
7058         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
7059
7060         [BZ #15667]
7061         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
7062         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
7063
7064 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
7065
7066         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
7067         DL_DST_REQ_STATIC.
7068         (DL_DST_REQ_STATIC): Remove macro.
7069
7070 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
7071
7072         [BZ #7006]
7073         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
7074         with a shift of 0 bits.
7075
7076 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
7077
7078         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
7079         $(tststatic-ENV).
7080
7081 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7082
7083         [BZ #15655]
7084         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
7085
7086 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7087
7088         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
7089         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
7090         accepts -fno-tree-loop-distribute-patterns.
7091         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
7092         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
7093         recursive call.
7094         * string/memset.c (memset): Likewise.
7095         * string/test-memmove.c (simple_memmove): Disable loop transformation
7096         to library calls.
7097         * string/test-memset.c (simple_memset): Likewise.
7098         * benchtests/bench-memmove.c (simple_memmove): Likewise.
7099         * benchtests/bench-memset.c (simple_memset): Likewise.
7100         * configure: Regenerated.
7101
7102 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
7103
7104         * math/test-misc.c (main): Ignore fesetround failure when failures
7105         of subsequent rounding tests would be ignored.
7106
7107         [BZ #15654]
7108         * math/fedisblxcpt.c (fedisableexcept): Return 0.
7109         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
7110         * math/fegetenv.c (__fegetenv): Return 0.
7111         * math/fegetexcept.c (fegetexcept): Return 0.
7112         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
7113         FE_TONEAREST.
7114         * math/feholdexcpt.c (feholdexcept): Return 0.
7115         * math/fesetenv.c (__fesetenv): Return 0.
7116         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
7117         argument FE_TONEAREST.
7118         * math/feupdateenv.c (__feupdateenv): Return 0.
7119         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
7120
7121 2013-06-18  Roland McGrath  <roland@hack.frob.com>
7122
7123         * elf/rtld-Rules (rtld-compile-command.S): New variable.
7124         (rtld-compile-command.s, rtld-compile-command.c): New variables.
7125         ($(objpfx)rtld-%.os rules): Use them.
7126
7127 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7128
7129         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
7130         fields.
7131
7132 2013-06-17  Roland McGrath  <roland@hack.frob.com>
7133
7134         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
7135         length of target pattern, then descending length of dependency pattern.
7136         * configure.in (AWK): Require gawk 3.1.2 or newer.
7137         * manual/install.texi (Tools for Compilation): Say that we do.
7138         * configure: Regenerated.
7139
7140         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
7141         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
7142         * scripts/sysd-rules.awk: ... this new script.
7143         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
7144         than a glob-style pattern.
7145
7146 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
7147
7148         * math/test-misc.c (main): Do not treat incorrectly rounded
7149         conversions as failure unless ROUNDING_TESTS passes.
7150
7151 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
7152
7153         [BZ #15631]
7154         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
7155         restore exception state around main square root computation, then
7156         check for inexactness explicitly.
7157
7158         * math/libm-test.inc (fma_test_data): Add another test.
7159
7160 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7161
7162         * manual/threads.texi (Non-POSIX Extensions): New document
7163         node.  Document pthread_getattr_default_np and
7164         pthread_setattr_default_np.
7165
7166         * Versions.def (libpthread): Add GLIBC_2.18.
7167         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
7168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7169         Likewise.
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7171         Likewise.
7172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7173         Likewise.
7174         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7175         Likewise.
7176         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
7177         Likewise.
7178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7179         Likewise.
7180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7181         Likewise.
7182         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
7183         Likewise.
7184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
7185         Likewise.
7186
7187 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
7188
7189         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7190         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
7191
7192 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
7193             H.J. Lu  <hjl.tools@gmail.com>
7194
7195         [BZ #15627]
7196         * sysdeps/x86_64/rtld-memset.c: Remove file.
7197         * sysdeps/x86_64/rtld-memset.S: New file.
7198
7199 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
7200
7201         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
7202         (test_in_one_mode): Take arguments for whether the rounding mode
7203         is supported for each floating-point type.
7204         (do_test): Pass new arguments to test_in_one_mode using
7205         ROUNDING_TESTS.
7206
7207 2013-06-13  Roland McGrath  <roland@hack.frob.com>
7208
7209         * posix/tst-waitid.c (do_test): Distinguish different instances of
7210         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
7211         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
7212         before entering the kernel for waitpid.
7213
7214 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7215
7216         * NEWS: Fix note on clock function precision.  Text by Roland
7217         McGrath.
7218
7219 2013-06-13  Roland McGrath  <roland@hack.frob.com>
7220
7221         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
7222         it into place only when and if the sanity check passes.
7223
7224 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
7225
7226         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
7227         output for whether conversion result is exact.  Take argument
7228         indicating whether type is IBM long double.
7229         (round_for_all): Change need_exact field to ibm_ld.
7230         * stdlib/tst-strtod-round.c (struct exactness): New type.
7231         (struct test): Change bool ld_ok field to struct exactness exact.
7232         (TEST): Update all definitions for change to field.
7233         (tests): Regenerate array contents.
7234         (test_in_one_mode): Take pointer to new field instead of old ld_ok
7235         field value.  Check for IBM long double here.
7236         (do_test): Update calls to test_in_one_mode.
7237
7238 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7239
7240         [BZ #12515]
7241         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
7242         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
7243
7244 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7245
7246         [BZ #15605]
7247         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
7248         generated by the compiler on loop optimizations.
7249         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
7250         general definitions.
7251
7252 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
7253
7254         * math/bug-nextafter.c: Include <math-tests.h>.
7255         (main): Only test for exceptions if EXCEPTION_TESTS is true for
7256         the relevant type.
7257         * math/bug-nexttoward.c: Include <math-tests.h>.
7258         (main): Only test for exceptions if EXCEPTION_TESTS is true for
7259         the relevant type.
7260         * math/test-misc.c: Include <math-tests.h>.
7261         (main): Only test for exceptions if EXCEPTION_TESTS is true for
7262         the relevant type.
7263
7264 2013-06-12  Andreas Jaeger  <aj@suse.de>
7265
7266         * po/ia.po: Update Interlingua translation from translation
7267         project.
7268
7269 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7270
7271         * include/fenv.h: Include stdbool.h.
7272         (struct rm_ctx): New structure.
7273         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
7274         Define macro.
7275         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
7276         (SET_RESTORE_ROUNDF): Likewise.
7277         (SET_RESTORE_ROUNDL): Likewise.
7278         (SET_RESTORE_ROUND_NOEX): Likewise.
7279         (SET_RESTORE_ROUND_NOEXF): Likewise.
7280         (SET_RESTORE_ROUND_NOEXL): Likewise.
7281         (SET_RESTORE_ROUND_53BIT): Likewise.
7282         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
7283         (libc_feresetround_noexf_ctx): Likewise.
7284         (libc_feresetround_noexl_ctx): Likewise.
7285         (libc_feholdsetround_53bit_ctx): Likewise.
7286         (libc_feresetround_53bit_ctx): Likewise.
7287         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
7288         (libc_feholdexcept_setround_sse_ctx): New function.
7289         (libc_fesetenv_sse_ctx): Likewise.
7290         (libc_feupdateenv_sse_ctx): Likewise.
7291         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
7292         (libc_feholdexcept_setround_387_ctx): Likewise.
7293         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
7294         (libc_feholdsetround_387_prec_ctx): Likewise.
7295         (libc_feholdsetround_387_ctx): Likewise.
7296         (libc_feholdsetround_387_53bit_ctx): Likewise.
7297         (libc_feholdsetround_sse_ctx): Likewise.
7298         (libc_feresetround_sse_ctx): Likewise.
7299         (libc_feresetround_387_ctx): Likewise.
7300         (libc_feupdateenv_387_ctx): Likewise.
7301         (libc_feholdexcept_setroundf_ctx): Define macro.
7302         (libc_fesetenvf_ctx): Likewise.
7303         (libc_feupdateenvf_ctx): Likewise.
7304         (libc_feholdsetroundf_ctx): Likewise.
7305         (libc_feresetroundf_ctx): Likewise.
7306         (libc_feholdexcept_setround_ctx): Likewise.
7307         (libc_fesetenv_ctx): Likewise.
7308         (libc_feupdateenv_ctx): Likewise.
7309         (libc_feholdsetround_ctx): Likewise.
7310         (libc_feresetround_ctx): Likewise.
7311         (libc_feholdexcept_setroundl_ctx): Likewise.
7312         (libc_feupdateenvl_ctx): Likewise.
7313         (libc_feholdsetroundl_ctx): Likewise.
7314         (libc_feresetroundl_ctx): Likewise.
7315         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
7316         (libc_feresetround_53bit_ctx): Likewise.
7317
7318 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7319
7320         * locale/iso-639.def: Convert to UTF-8.
7321
7322 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
7323
7324         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
7325         (EXCEPTION_TESTS_double): Likewise.
7326         (EXCEPTION_TESTS_long_double): Likewise.
7327         (EXCEPTION_TESTS): Likewise.
7328         * math/libm-test.inc (test_exceptions): Only test exceptions if
7329         EXCEPTION_TESTS (FLOAT).
7330
7331 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7332
7333         * benchtests/Makefile (string-bench): Add strcpy_chk and
7334         stpcpy_chk.
7335         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
7336         * benchtests/bench-stpcpy_chk.c: New file.
7337         * benchtests/bench-strcpy_chk-ifunc.c: New file.
7338         * benchtests/bench-strcpy_chk.c: New file.
7339         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
7340         code.
7341         (do_test): Likewise.
7342
7343 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7344
7345         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
7346         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
7347         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
7348         with tabs where appropriate.
7349         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
7350         dl-procinfo.h.
7351         [PPC_PLATFORM_PPC440]: Likewise.
7352         [PPC_PLATFORM_PPC464]: Likewise.
7353         [PPC_PLATFORM_PPC476]: Likewise.
7354         (_dl_string_platform): Add support for detecting ppc405, ppc440,
7355         ppc464, and ppc476 platform strings merging from ports/
7356         dl-procinfo.h.
7357
7358 2013-06-11  Andreas Schwab  <schwab@suse.de>
7359
7360         [BZ #14991]
7361         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
7362         (from_ucs4_idx): Regenerate.
7363         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
7364         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
7365         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
7366         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
7367         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
7368         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
7369         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
7370         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
7371         from FROM_LOOP and TO_LOOP specific macros.
7372         (BODY): Handle combining characters.
7373         * iconvdata/BIG5HKSCS.irreversible: Update.
7374         * iconvdata/BIG5HKSCS.precomposed: New file.
7375         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
7376         characters.
7377         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
7378
7379 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7380
7381         * include/sys/time.h: Fix indentation and add copyright header.
7382
7383         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
7384         (do_test): Likewise.
7385         * string/test-memchr.c (do_one_test): Likewise.
7386         (do_test): Likewise.
7387         * string/test-memcmp.c (do_one_test): Likewise.
7388         (do_test): Likewise.
7389         * string/test-memcpy.c (do_one_test): Likewise.
7390         (do_test): Likewise.
7391         * string/test-memmem.c (do_one_test): Likewise.
7392         (do_test): Likewise.
7393         (do_random_tests): Likewise.
7394         * string/test-memmove.c (do_one_test): Likewise.
7395         (do_test): Likewise.
7396         * string/test-memset.c (do_one_test): Likewise.
7397         (do_test): Likewise.
7398         * string/test-rawmemchr.c (do_one_test): Likewise.
7399         (do_test): Likewise.
7400         * string/test-strcasecmp.c (do_one_test): Likewise.
7401         (do_test): Likewise.
7402         * string/test-strcasestr.c (do_one_test): Likewise.
7403         (do_test): Likewise.
7404         * string/test-strcat.c (do_one_test): Likewise.
7405         (do_test): Likewise.
7406         * string/test-strchr.c (do_one_test): Likewise.
7407         (do_test): Likewise.
7408         * string/test-strcmp.c (do_one_test): Likewise.
7409         (do_test): Likewise.
7410         * string/test-strcpy.c (do_one_test): Likewise.
7411         (do_test): Likewise.
7412         * string/test-string.h: Likewise.
7413         (test_init): Likewise.
7414         * string/test-strlen.c (do_one_test): Likewise.
7415         (do_test): Likewise.
7416         * string/test-strncasecmp.c (do_one_test): Likewise.
7417         (do_test): Likewise.
7418         * string/test-strncat.c (do_one_test): Likewise.
7419         (do_test): Likewise.
7420         * string/test-strncmp.c (do_one_test): Likewise.
7421         (do_test_limit): Likewise.
7422         (do_test): Likewise.
7423         * string/test-strncpy.c (do_one_test): Likewise.
7424         (do_test): Likewise.
7425         * string/test-strnlen.c (do_one_test): Likewise.
7426         (do_test): Likewise.
7427         * string/test-strpbrk.c (do_one_test): Likewise.
7428         (do_test): Likewise.
7429         * string/test-strrchr.c (do_one_test): Likewise.
7430         (do_test): Likewise.
7431         * string/test-strspn.c (do_one_test): Likewise.
7432         (do_test): Likewise.
7433         * string/test-strstr.c (do_one_test): Likewise.
7434         (do_test): Likewise.
7435
7436         * benchtests/Makefile (string-bench): Add string benchmarks.
7437         * benchtests/bench-bcopy-ifunc.c: New file.
7438         * benchtests/bench-bcopy.c: New file.
7439         * benchtests/bench-bzero-ifunc.c: New file.
7440         * benchtests/bench-bzero.c: New file.
7441         * benchtests/bench-memccpy-ifunc.c: New file.
7442         * benchtests/bench-memccpy.c: New file.
7443         * benchtests/bench-memchr-ifunc.c: New file.
7444         * benchtests/bench-memchr.c: New file.
7445         * benchtests/bench-memcmp-ifunc.c: New file.
7446         * benchtests/bench-memcmp.c: New file.
7447         * benchtests/bench-memmem-ifunc.c: New file.
7448         * benchtests/bench-memmem.c: New file.
7449         * benchtests/bench-memmove-ifunc.c: New file.
7450         * benchtests/bench-memmove.c: New file.
7451         * benchtests/bench-mempcpy-ifunc.c: New file.
7452         * benchtests/bench-mempcpy.c: New file.
7453         * benchtests/bench-memset-ifunc.c: New file.
7454         * benchtests/bench-memset.c: New file.
7455         * benchtests/bench-rawmemchr-ifunc.c: New file.
7456         * benchtests/bench-rawmemchr.c: New file.
7457         * benchtests/bench-stpcpy-ifunc.c: New file.
7458         * benchtests/bench-stpcpy.c: New file.
7459         * benchtests/bench-stpncpy-ifunc.c: New file.
7460         * benchtests/bench-stpncpy.c: New file.
7461         * benchtests/bench-strcasecmp-ifunc.c: New file.
7462         * benchtests/bench-strcasecmp.c: New file.
7463         * benchtests/bench-strcasestr-ifunc.c: New file.
7464         * benchtests/bench-strcasestr.c: New file.
7465         * benchtests/bench-strcat-ifunc.c: New file.
7466         * benchtests/bench-strcat.c: New file.
7467         * benchtests/bench-strchr-ifunc.c: New file.
7468         * benchtests/bench-strchr.c: New file.
7469         * benchtests/bench-strchrnul-ifunc.c: New file.
7470         * benchtests/bench-strchrnul.c: New file.
7471         * benchtests/bench-strcmp-ifunc.c: New file.
7472         * benchtests/bench-strcmp.c: New file.
7473         * benchtests/bench-strcpy-ifunc.c: New file.
7474         * benchtests/bench-strcpy.c: New file.
7475         * benchtests/bench-strcspn-ifunc.c: New file.
7476         * benchtests/bench-strcspn.c: New file.
7477         * benchtests/bench-strlen-ifunc.c: New file.
7478         * benchtests/bench-strlen.c: New file.
7479         * benchtests/bench-strncasecmp-ifunc.c: New file.
7480         * benchtests/bench-strncasecmp.c: New file.
7481         * benchtests/bench-strncat-ifunc.c: New file.
7482         * benchtests/bench-strncat.c: New file.
7483         * benchtests/bench-strncmp-ifunc.c: New file.
7484         * benchtests/bench-strncmp.c: New file.
7485         * benchtests/bench-strncpy-ifunc.c: New file.
7486         * benchtests/bench-strncpy.c: New file.
7487         * benchtests/bench-strnlen-ifunc.c: New file.
7488         * benchtests/bench-strnlen.c: New file.
7489         * benchtests/bench-strpbrk-ifunc.c: New file.
7490         * benchtests/bench-strpbrk.c: New file.
7491         * benchtests/bench-strrchr-ifunc.c: New file.
7492         * benchtests/bench-strrchr.c: New file.
7493         * benchtests/bench-strspn-ifunc.c: New file.
7494         * benchtests/bench-strspn.c: New file.
7495         * benchtests/bench-strstr-ifunc.c: New file.
7496         * benchtests/bench-strstr.c: New file.
7497
7498         * benchtests/Makefile: Disable parallel execution of targets.
7499         (string-bench): Add memcpy.
7500         (benchset): New variable to store a list of benchmark sets.
7501         (bench-func): Renamed from bench.
7502         (bench-set): New target.
7503         (bench): Depend on bench-func and bench-set.
7504         * benchtests/README: Add section on benchmark sets.
7505         * benchtests/bench-memcpy-ifunc.c: New file.
7506         * benchtests/bench-memcpy.c: New file.
7507         * benchtests/bench-string.h: New file.
7508
7509 2013-06-11  Andreas Schwab  <schwab@suse.de>
7510
7511         [BZ #15577]
7512         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
7513         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
7514         values in the triple.
7515         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
7516         terminator in the group key.
7517
7518 2013-06-11  Andreas Jaeger  <aj@suse.de>
7519
7520         * po/zh_TW.po: Update Chinese (traditional) translation from
7521         translation project.
7522
7523 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7524
7525         * include/time.h (__clock_gettime): Add libc_hidden_proto.
7526         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
7527         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
7528         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
7529         (clock_getcpuclockid): Likewise.
7530         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
7531         Add weak_alias and libc_hidden_def.
7532         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
7533         * rt/clock_gettime.c (clock_gettime): Rename to
7534         __clock_gettime.  Add weak_alias and libc_hidden_def.
7535         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
7536         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
7537         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
7538         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
7539         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
7540         Likewise.
7541         * rt/clock_settime.c (clock_settime): Rename to
7542         __clock_settime.  Add weak_alias and libc_hidden_def.
7543         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
7544
7545 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
7546
7547         * mach/err_boot.sub: Remove trailing whitespace.
7548         * mach/err_ipc.sub: Likewise.
7549         * mach/err_mach.sub: Likewise.
7550
7551         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
7552         (ROUNDING_TESTS_double): Likewise.
7553         (ROUNDING_TESTS_long_double): Likewise.
7554         (ROUNDING_TESTS): Likewise.
7555         * math/libm-test.inc: Include <math-tests.h>.
7556         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
7557         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
7558         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
7559         (IF_ROUND_INIT_FE_UPWARD): Likewise.
7560
7561 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7562
7563         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
7564         of assigning.
7565
7566 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
7567
7568         * sysdeps/gnu/errlist.awk: Do not generate space at end of
7569         otherwise empty TRANS lines.
7570         * sysdeps/gnu/errlist.c: Regenerated.
7571
7572         * catgets/gencat.c (error_print): Use (void) in function
7573         definition.
7574         * crypt/crypt_util.c (__init_des): Likewise.
7575         * crypt/speeds.c (Stop): Likewise.
7576         (main): Likewise.
7577         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
7578         * inet/ruserpass.c (token): Likewise.
7579         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
7580         * intl/localealias.c (extend_alias_table): Likewise.
7581         * intl/plural-exp.c (init_germanic_plural): Likewise.
7582         * libio/fcloseall.c (__fcloseall): Likewise.
7583         * libio/genops.c (_IO_flush_all): Likewise.
7584         (_IO_flush_all_linebuffered): Likewise.
7585         (_IO_cleanup): Likewise.
7586         (_IO_iter_begin): Likewise.
7587         (_IO_iter_end): Likewise.
7588         (_IO_list_lock): Likewise.
7589         (_IO_list_unlock): Likewise.
7590         (_IO_list_resetlock): Likewise.
7591         * libio/getchar.c (getchar): Likewise.
7592         * libio/getchar_u.c (getchar_unlocked): Likewise.
7593         * libio/getwchar.c (getwchar): Likewise.
7594         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
7595         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
7596         * login/getpt.c (__getpt): Likewise.
7597         * login/tst-utmp.c (main): Likewise.
7598         * malloc/hooks.c (__malloc_check_init): Likewise.
7599         * malloc/malloc.c (__malloc_stats): Likewise.
7600         * malloc/mtrace.c (tr_break): Likewise.
7601         (mtrace): Likewise.
7602         (muntrace): Likewise.
7603         * misc/fstab.c (endfsent): Likewise.
7604         * misc/getclktck.c (__getclktck): Likewise.
7605         * misc/getdtsz.c (__getdtablesize): Likewise.
7606         * misc/gethostid.c (gethostid): Likewise.
7607         * misc/getpagesize.c (__getpagesize): Likewise.
7608         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
7609         (__get_nprocs): Likewise.
7610         (__get_phys_pages): Likewise.
7611         (__get_avphys_pages): Likewise.
7612         * misc/getttyent.c (getttyent): Likewise.
7613         (setttyent): Likewise.
7614         (endttyent): Likewise.
7615         * misc/getusershell.c (getusershell): Likewise.
7616         (endusershell): Likewise.
7617         (setusershell): Likewise.
7618         (initshells): Likewise.
7619         * misc/hsearch.c (__hdestroy): Likewise.
7620         * misc/sync.c (sync): Likewise.
7621         * misc/syslog.c (closelog_internal): Likewise.
7622         (closelog): Likewise.
7623         * misc/ttyslot.c (ttyslot): Likewise.
7624         * misc/vhangup.c (vhangup): Likewise.
7625         * posix/fork.c (__fork): Likewise.
7626         * posix/getegid.c (__getegid): Likewise.
7627         * posix/geteuid.c (__geteuid): Likewise.
7628         * posix/getgid.c (__getgid): Likewise.
7629         * posix/getpid.c (__getpid): Likewise.
7630         * posix/getppid.c (__getppid): Likewise.
7631         * posix/getuid.c (__getuid): Likewise.
7632         * posix/pause.c (pause): Likewise.
7633         * posix/setpgrp.c (setpgrp): Likewise.
7634         * posix/setsid.c (__setsid): Likewise.
7635         * posix/test-vfork.c (noop): Likewise.
7636         * resolv/gethnamaddr.c (_endhtent): Likewise.
7637         (_gethtent): Likewise.
7638         (ht_endhostent): Likewise.
7639         (gethostent): Likewise.
7640         (dns_service): Likewise.
7641         * stdlib/drand48.c (drand48): Likewise.
7642         * stdlib/lrand48.c (lrand48): Likewise.
7643         * stdlib/mrand48.c (mrand48): Likewise.
7644         * stdlib/rand.c (rand): Likewise.
7645         * stdlib/random.c (__random): Likewise.
7646         * stdlib/setenv.c (clearenv): Likewise.
7647         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
7648         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
7649         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
7650         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
7651         (__get_nprocs): Likewise.
7652         (__get_phys_pages): Likewise.
7653         (__get_avphys_pages): Likewise.
7654         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
7655         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
7656         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
7657         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
7658         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
7659         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
7660         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
7661         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
7662         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
7663         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
7664         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
7665         * sysdeps/mach/hurd/sync.c (sync): Likewise.
7666         * sysdeps/posix/clock.c (clock): Likewise.
7667         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
7668         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
7669         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
7670         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
7671         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
7672         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
7673         (__get_nprocs_conf): Likewise.
7674         (__get_phys_pages): Likewise.
7675         (__get_avphys_pages): Likewise.
7676         * time/clock.c (clock): Likewise.
7677         * time/tzset.c (__tzname_max): Likewise.
7678
7679 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
7680
7681         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
7682         (__bswap_32): Do not use "register".
7683         * crypt/crypt.c (_ufc_doit_r): Likewise.
7684         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
7685         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
7686         * gmon/gmon.c (__monstartup): Likewise.
7687         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
7688         * hurd/hurdmalloc.c (more_memory): Likewise.
7689         (malloc): Likewise.
7690         (free): Likewise.
7691         (realloc): Likewise.
7692         (malloc_fork_prepare): Likewise.
7693         (malloc_fork_parent): Likewise.
7694         (malloc_fork_child): Likewise.
7695         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
7696         (_svcauth_des): Likewise.
7697         * inet/inet_lnaof.c (inet_lnaof): Likewise.
7698         * inet/inet_net.c (inet_network): Likewise.
7699         * inet/inet_netof.c (inet_netof): Likewise.
7700         * inet/rcmd.c (__validuser2_sa): Likewise.
7701         * io/fts.c (fts_open): Likewise.
7702         (fts_load): Likewise.
7703         (fts_close): Likewise.
7704         (fts_read): Likewise.
7705         (fts_children): Likewise.
7706         (fts_build): Likewise.
7707         (fts_stat): Likewise.
7708         (fts_sort): Likewise.
7709         (fts_alloc): Likewise.
7710         (fts_lfree): Likewise.
7711         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
7712         (_IO_file_xsgetn): Likewise.
7713         (_IO_file_xsgetn_mmap): Likewise.
7714         * libio/iofopncook.c (_IO_cookie_read): Likewise.
7715         (_IO_cookie_write): Likewise.
7716         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
7717         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
7718         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
7719         * malloc/obstack.c (_obstack_begin): Likewise.
7720         (_obstack_begin_1): Likewise.
7721         (_obstack_newchunk): Likewise.
7722         (_obstack_allocated_p): Likewise.
7723         (obstack_free): Likewise.
7724         (_obstack_memory_used): Likewise.
7725         * misc/getttyent.c (getttynam): Likewise.
7726         (getttyent): Likewise.
7727         (skip): Likewise.
7728         (value): Likewise.
7729         * misc/getusershell.c (initshells): Likewise.
7730         * misc/syslog.c (__vsyslog_chk): Likewise.
7731         * misc/ttyslot.c (ttyslot): Likewise.
7732         * nis/nis_hash.c (__nis_hash): Likewise.
7733         * posix/fnmatch_loop.c (FCT): Likewise.
7734         * posix/getconf.c (print_all): Likewise.
7735         (main): Likewise.
7736         * posix/getopt.c (exchange): Likewise.
7737         * posix/glob.c (globfree): Likewise.
7738         (prefix_array): Likewise.
7739         (__glob_pattern_type): Likewise.
7740         * resolv/arpa/nameser.h (NS_GET16): Likewise.
7741         (NS_GET32): Likewise.
7742         (NS_PUT16): Likewise.
7743         (NS_PUT32): Likewise.
7744         * resolv/gethnamaddr.c (getanswer): Likewise.
7745         (gethostbyname2): Likewise.
7746         (gethostbyaddr): Likewise.
7747         (_gethtent): Likewise.
7748         (_gethtbyname2): Likewise.
7749         (_gethtbyaddr): Likewise.
7750         * resolv/ns_print.c (dst_s_get_int16): Likewise.
7751         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
7752         * resolv/res_init.c (__res_vinit): Likewise.
7753         (net_mask): Likewise.
7754         * resolv/res_mkquery.c (outchar): Likewise.
7755         (PRINT): Likewise.
7756         * stdio-common/printf_fp.c (outchar): Likewise.
7757         (PRINT): Likewise.
7758         * stdio-common/printf_fphex.c (outchar): Likewise.
7759         (PRINT): Likewise.
7760         * stdio-common/printf_size.c (outchar): Likewise.
7761         (PRINT): Likewise.
7762         * stdio-common/test_rdwr.c (main): Likewise.
7763         * stdio-common/tfformat.c (matches): Likewise.
7764         * stdio-common/vfprintf.c (outchar): Likewise.
7765         (printf_unknown): Likewise.
7766         (buffered_vfprintf): Likewise.
7767         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
7768         * stdio-common/xbug.c (AppendToBuffer): Likewise.
7769         (ReadFile): Likewise.
7770         * stdlib/qsort.c (SWAP): Likewise.
7771         (_quicksort): Likewise.
7772         * stdlib/setenv.c (__add_to_environ): Likewise.
7773         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
7774         * stdlib/strtol_l.c (__strtol_l): Likewise.
7775         * stdlib/tst-strtod.c (main): Likewise.
7776         * stdlib/tst-strtol.c (main): Likewise.
7777         * stdlib/tst-strtoll.c (main): Likewise.
7778         * string/bits/string2.h (__strcmp_cc): Likewise.
7779         (__strcmp_cg): Likewise.
7780         (__strcspn_c1): Likewise.
7781         (__strcspn_c2): Likewise.
7782         (__strcspn_c3): Likewise.
7783         (__strspn_c1): Likewise.
7784         (__strspn_c2): Likewise.
7785         (__strspn_c3): Likewise.
7786         (__strsep_1c): Likewise.
7787         (__strsep_2c): Likewise.
7788         (__strsep_3c): Likewise.
7789         * string/memccpy.c (__memccpy): Likewise.
7790         * string/stpcpy.c (__stpcpy): Likewise.
7791         * string/strcmp.c (strcmp): Likewise.
7792         * string/strrchr.c (strrchr): Likewise.
7793         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
7794         Likewise.
7795         * sysdeps/mach/hurd/getcwd.c
7796         (_hurd_canonicalize_directory_name_internal): Likewise.
7797         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
7798         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
7799         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
7800         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
7801         Likewise, in both definitions.
7802         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
7803         definitions.
7804         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
7805         64] (__bswap_64): Likewise.
7806         * time/test_time.c (main): Likewise.
7807         * time/tzfile.c (__tzfile_read): Likewise.
7808         (__tzfile_compute): Likewise.
7809         * time/tzset.c (__tzset_parse_tz): Likewise.
7810         (tzset_internal): Likewise.
7811         (compute_change): Likewise.
7812         * wcsmbs/wcscat.c (__wcscat): Likewise.
7813         * wcsmbs/wcschr.c (wcschr): Likewise.
7814         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
7815         * wcsmbs/wcscspn.c (wcscspn): Likewise.
7816         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
7817         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
7818         * wcsmbs/wcsspn.c (wcsspn): Likewise.
7819         * wcsmbs/wcsstr.c (wcsstr): Likewise.
7820         * wcsmbs/wmemchr.c (wmemchr): Likewise.
7821         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
7822         * wcsmbs/wmemset.c (wmemset): Likewise.
7823
7824 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
7825
7826         * scripts/config.guess: Update to version 2013-05-16.
7827         * scripts/config.sub: Update to version 2013-04-24.
7828         * scripts/install-sh: Update to version 2011-11-20.07.
7829         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
7830         * scripts/move-if-change: Update to version 2012-01-06 07:23.
7831
7832 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
7833
7834         * debug/fgetws_u_chk.c: Fix leading whitespaces.
7835         * elf/sln.c: Likewise.
7836         * hurd/hurd/ioctl.h: Likewise.
7837         * hurd/hurdmalloc.c: Likewise.
7838         * hurd/xattr.c: Likewise.
7839         * include/shlib-compat.h: Likewise.
7840         * inet/ruserpass.c: Likewise.
7841         * libio/iofgets_u.c: Likewise.
7842         * libio/iofgetws_u.c: Likewise.
7843         * locale/programs/ld-identification.c: Likewise.
7844         * locale/programs/ld-time.c: Likewise.
7845         * mach/msg-destroy.c: Likewise.
7846         * nss/nss_files/files-netgrp.c: Likewise.
7847         * resolv/res_data.c: Likewise.
7848         * soft-fp/op-1.h: Likewise.
7849         * soft-fp/op-2.h: Likewise.
7850         * soft-fp/op-4.h: Likewise.
7851         * soft-fp/op-common.h: Likewise.
7852         * stdio-common/printf_fphex.c: Likewise.
7853         * stdlib/strtod_l.c: Likewise.
7854         * sunrpc/rpc/clnt.h: Likewise.
7855         * sysdeps/generic/framestate.c: Likewise.
7856         * sysdeps/i386/bsd-_setjmp.S: Likewise.
7857         * sysdeps/i386/bsd-setjmp.S: Likewise.
7858         * sysdeps/i386/__longjmp.S: Likewise.
7859         * sysdeps/i386/setjmp.S: Likewise.
7860         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
7861         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
7862         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7863         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7864         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
7865         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
7866         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
7867         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
7868         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
7869         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
7870         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
7871         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7872         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7873         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7874         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7875         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
7876         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
7877         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
7878         * sysdeps/ieee754/support.c: Likewise.
7879         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
7880         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
7881         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
7882         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
7883         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
7884         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
7885         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
7886         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
7887         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
7888         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
7889         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
7890         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
7891         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
7892         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
7893         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
7894         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
7895         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7897
7898 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
7899
7900         * posix/transbug.c: Remove executable mode.
7901
7902 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
7903
7904         * crypt/speeds.c: Remove trailing whitespace.
7905         * dlfcn/default.c: Likewise.
7906         * elf/ifuncdep2.c: Likewise.
7907         * elf/ifuncmain1.c: Likewise.
7908         * elf/ifuncmain1vis.c: Likewise.
7909         * elf/testobj.h: Likewise.
7910         * elf/tst-stackguard1.c: Likewise.
7911         * gmon/sys/gmon.h: Likewise.
7912         * hurd/hurdmsg.c: Likewise.
7913         * hurd/new-fd.c: Likewise.
7914         * hurd/ports-get.c: Likewise.
7915         * iconvdata/ibm1008_420.c: Likewise.
7916         * inet/tst-getni1.c: Likewise.
7917         * inet/tst-getni2.c: Likewise.
7918         * libio/ioungetc.c: Likewise.
7919         * libio/wfiledoalloc.c: Likewise.
7920         * manual/libm-err-tab.pl: Likewise.
7921         * math/w_dremf.c: Likewise.
7922         * misc/ftruncate.c: Likewise.
7923         * posix/bug-glob2.c: Likewise.
7924         * posix/tst-pcre.c: Likewise.
7925         * posix/wait4.c: Likewise.
7926         * resolv/README: Likewise.
7927         * resolv/res_debug.h: Likewise.
7928         * resolv/tst-inet_ntop.c: Likewise.
7929         * setjmp/bug269-setjmp.c: Likewise.
7930         * soft-fp/extended.h: Likewise.
7931         * soft-fp/op-1.h: Likewise.
7932         * soft-fp/op-2.h: Likewise.
7933         * soft-fp/op-4.h: Likewise.
7934         * soft-fp/op-8.h: Likewise.
7935         * soft-fp/testit.c: Likewise.
7936         * stdio-common/bug16.c: Likewise.
7937         * stdlib/random.c: Likewise.
7938         * sunrpc/rpcsvc/rquota.x: Likewise.
7939         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
7940         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
7941         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7942         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
7943         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
7944         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
7945         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
7946         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
7947         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
7948         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
7949         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
7950         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
7951         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
7952         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
7953         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
7954         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
7955         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
7956         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
7957         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
7958         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7959         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
7960         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
7961         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
7962         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
7963         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
7964         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
7965         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
7966         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
7967         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
7968         * sysdeps/ieee754/s_lib_version.c: Likewise.
7969         * sysdeps/mach/hurd/check_fds.c: Likewise.
7970         * sysdeps/mach/hurd/getsockname.c: Likewise.
7971         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
7972         * sysdeps/mach/hurd/recvfrom.c: Likewise.
7973         * sysdeps/powerpc/bits/link.h: Likewise.
7974         * sysdeps/powerpc/dl-procinfo.c: Likewise.
7975         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
7976         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
7977         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
7978         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
7979         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7980         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
7981         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
7982         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
7983         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
7984         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
7985         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
7986         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
7987         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
7988         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
7989         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
7990         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
7991         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
7992         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
7993         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
7994         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
7995         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
7996         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
7997         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
7998         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7999         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
8000         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
8001         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
8002         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
8003         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
8004         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
8005         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
8006         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8007         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8008         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
8009         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
8010         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
8011         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
8012         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
8013         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
8014         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
8015         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
8016         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
8017         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
8018         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
8019         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
8020         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
8021         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
8022         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
8023         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
8024         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
8025         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
8026         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8027         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8028         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
8029         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
8030         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
8031         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
8032         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
8033         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
8034         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
8035         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
8036         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
8037         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
8038         * sysdeps/powerpc/sysdep.h: Likewise.
8039         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
8040         * sysdeps/s390/s390-64/sub_n.S: Likewise.
8041         * sysdeps/sh/dl-trampoline.S: Likewise.
8042         * sysdeps/sh/memset.S: Likewise.
8043         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
8044         * sysdeps/sh/strlen.S: Likewise.
8045         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
8046         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
8047         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
8048         * sysdeps/sparc/sparc32/rem.S: Likewise.
8049         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
8050         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
8051         * sysdeps/sparc/sparc32/strchr.S: Likewise.
8052         * sysdeps/sparc/sparc32/udiv.S: Likewise.
8053         * sysdeps/sparc/sparc32/urem.S: Likewise.
8054         * sysdeps/sparc/sparc64/add_n.S: Likewise.
8055         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
8056         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
8057         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
8058         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
8059         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
8060         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
8061         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
8062         * sysdeps/unix/bsd/times.c: Likewise.
8063         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
8064         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
8065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8068         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
8069         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
8070         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
8071         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
8072         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
8073         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
8074         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
8075         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
8076         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
8077         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
8078         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
8079         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
8080         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
8081         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
8082         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
8083         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
8084         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
8085         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
8086         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
8087         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
8088         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
8089         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
8090         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8091         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
8092         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
8093         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
8094         * sysdeps/x86_64/strcspn.S: Likewise.
8095
8096 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
8097
8098         * locale/C-translit.h: Revert #include <stdint.h> because this is a
8099         generated file.  Regenerate properly from gen-translit.pl.
8100         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
8101         locale/C-translit.h.
8102
8103 2013-06-05  Andreas Schwab  <schwab@suse.de>
8104
8105         [BZ #15100]
8106         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
8107         week as 6 instead of -1.
8108         * time/tst-strptime.c (day_tests): Add test case.
8109
8110 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8111
8112         * sysdeps/generic/math_private.h
8113         (libc_feholdexcept_setround_53bit): Replace with
8114         libc_feholdsetround_53bit.
8115         (libc_feupdateenv_53bit): Replace with
8116         libc_feresetround_53bit.
8117         (SET_RESTORE_ROUND_53BIT): Adjust.
8118
8119 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8120
8121         * string/test-strchrnul.c: Add copyright header.
8122
8123         * posix/tst-getaddrinfo4.c: Increase test timeout.
8124
8125 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
8126
8127         [BZ #15536]
8128         * math/libm-test.inc (MAX_EXP): Remove
8129         (MIN_EXP): Define.
8130         (ulp): Use MIN_EXP - MANT_DIG.
8131         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
8132
8133 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
8134
8135         * po/be.po: Revert last change.
8136         * po/zh_CN.po: Likewise.
8137         * po/header.pot: Likewise.
8138
8139 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
8140
8141         * Makefile ($(common-objpfx)linkobj/libc.so): Define
8142         link-libc-deps to empty as target-specific variable.
8143         * Makerules (link-libc-args): New variable.
8144         (libc-for-link): Likewise.
8145         (link-libc-deps): Likewise.
8146         (lib%.so): Depend on $(link-libc-deps).  Link with
8147         $(link-libc-args).
8148         (build-module): Link with $(link-libc-args).
8149         (build-module-asneeded): Likewise.
8150         (build-module-helper-objlist): Filter out $(link-libc-deps) from
8151         list of objects.
8152         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
8153         target-specific variable.
8154         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
8155         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
8156         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
8157         libc.
8158         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
8159         libc and ld.so.
8160         ($(objpfx)libpcprofile.so): Likewise.
8161         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
8162         libc_nonshared.a.
8163         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
8164         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
8165         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
8166         $(link-libc-deps).
8167         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
8168         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
8169         * login/Makefile ($(objpfx)libutil.so): Likewise.
8170         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
8171         * math/Makefile ($(objpfx)libm.so): Likewise.
8172         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
8173         $(objpfx)libnsl.so): Define libc-for-link as target-specific
8174         variable instead of depending directly on libc.
8175         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
8176         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
8177         $(link-libc-deps).
8178         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
8179         libc.
8180         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
8181         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
8182         ($(objpfx)libanl.so): Likewise.
8183         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
8184         ld.so.
8185         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
8186         $(link-libc-deps).
8187         * sysdeps/i386/fpu/Makefile: Remove file.
8188         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
8189         ($(objpfx)libm.so): Remove dependency on ld.so.
8190
8191 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
8192
8193         [BZ # 15553]
8194         * nis/yp_xdr.c (XDRMAXNAME): Define.
8195         (XDRMAXRECORD): Define.
8196         (xdr_domainname): Use XDRMAXNAME.
8197         (xdr_mapname): Likewise.
8198         (xdr_peername): Likewise.
8199         (xdr_keydat): Use XDRMAXRECORD.
8200         (xdr_valdat): Likewise.
8201
8202 2013-05-30  Jeff Law  <law@redhat.com>
8203
8204         [BZ #14256]
8205         * manual/errno.texi (ESTALE): Update to account for more than
8206         just NFS file systems.
8207         * sysdeps/gnu/errlist.c: Regenerated.
8208
8209 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8210
8211         [BZ #15465]
8212         * elf/Makefile (tests): Add tst-null-argv.
8213         (modules-names):  Add tst-null-argv-lib.
8214         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
8215         (tst-null-argv-ENV): Set environment for tst-null-argv.
8216         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
8217         (RTLD_PROGNAME): New macro.
8218         * elf/tst-null-argv.c: New test case.
8219         * elf/tst-null-argv-lib.c: Library for test case.
8220         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
8221         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
8222         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
8223         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
8224         * elf/dl-init.c (call_init): Likewise.
8225         (_dl_init): Likewise.
8226         * elf/dl-load.c (print_search_path): Likewise.
8227         (_dl_map_object): Likewise.
8228         * elf/dl-lookup.c (do_lookup_x): Likewise.
8229         (add_dependency): Likewise.
8230         (_dl_lookup_symbol_x): Likewise.
8231         (_dl_debug_bindings): Likewise.
8232         * elf/dl-open.c (_dl_show_scope): Likewise.
8233         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
8234         * elf/dl-version.c (match_symbol): Likewise.
8235         (_dl_check_map_versions): Likewise.
8236         * elf/rtld.c (dl_main): Likewise.
8237         (print_unresolved): Use RTLD_PROGNAME.
8238         (print_missing_version): Likewise.
8239         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
8240         (elf_machine_rela): Likewise.
8241         * sysdeps/powerpc/powerpc32/dl-machine.c
8242         (__process_machine_rela): Likewise.
8243         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
8244         Likewise.
8245         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
8246         Likewise.
8247         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
8248         Likewise.
8249         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
8250         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
8251         Likewise.
8252         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8253         Likewise.
8254         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
8255
8256 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
8257
8258         * po/be.po: Add descriptive title.
8259         * po/zh_CN.po: Likewise.
8260         * po/header.pot: Likewise.
8261
8262 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
8263
8264         * locale/programs/locarchive.c (create_archive): Inlucde fname in
8265         error message.
8266         (enlarge_archive): Likewise.
8267
8268 2013-05-28  Ben North  <ben@redfrontdoor.org>
8269
8270         * manual/arith.texi (frexp): It is the magnitude of the return
8271         value which lies in [0.5, 1), not the return value itself.
8272
8273 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8274
8275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8276
8277 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
8278
8279         * stdio-common/bug26.c (main): Correct fscanf template.
8280
8281         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
8282         declare _dl_skip_args.
8283
8284         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
8285         Don't declare.
8286
8287         * manual/platform.texi: Add missing @end deftypefun.
8288
8289 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
8290
8291         [BZ #15529]
8292         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
8293         bit of mantissa of 2^16382.
8294         * math/libm-test.inc (hypot_test_data): Add more tests.
8295
8296         * math/libm-test.inc: Add drem and pow10 to list of tested
8297         functions.
8298         (pow10_test): New function.
8299         (drem_test): Likewise.
8300         (drem_test_tonearest): Likewise.
8301         (drem_test_towardzero): Likewise.
8302         (drem_test_downward): Likewise.
8303         (drem_test_upward): Likewise.
8304         (main): Call the new functions.
8305
8306         * math/libm-test.inc (finite_test_data): Remove.
8307         (finite_test): Run tests from isfinite_test_data.
8308         (gamma_test_data): Remove.
8309         (gamma_test): Run tests from lgamma_test_data.
8310         * sysdeps/i386/fpu/libm-test-ulps: Update.
8311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8312
8313 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8314
8315         * manual/platform.texi: Add PowerPC PPR function set documentation.
8316         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
8317         implementation.
8318
8319 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
8320
8321         * math/libm-test.inc (MAX_EXP): Define.
8322         (ULPDIFF): Define.
8323         (ulp): New function.
8324         (check_float_internal): Use ULPDIFF.
8325         (cpow_test): Disable failing test.
8326         (check_ulp): Test ulp() implemetnation.
8327         (main): Call check_ulp before starting tests.
8328
8329 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
8330
8331         * math/gen-libm-test.pl (generate_testfile): Do not handle
8332         START_DATA and END_DATA.
8333         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
8334         END_DATA.
8335         (acos_tonearest_test_data): Likewise.
8336         (acos_towardzero_test_data): Likewise.
8337         (acos_downward_test_data): Likewise.
8338         (acos_upward_test_data): Likewise.
8339         (acosh_test_data): Likewise.
8340         (asin_test_data): Likewise.
8341         (asin_tonearest_test_data): Likewise.
8342         (asin_towardzero_test_data): Likewise.
8343         (asin_downward_test_data): Likewise.
8344         (asin_upward_test_data): Likewise.
8345         (asinh_test_data): Likewise.
8346         (atan_test_data): Likewise.
8347         (atanh_test_data): Likewise.
8348         (atan2_test_data): Likewise.
8349         (cabs_test_data): Likewise.
8350         (cacos_test_data): Likewise.
8351         (cacosh_test_data): Likewise.
8352         (carg_test_data): Likewise.
8353         (casin_test_data): Likewise.
8354         (casinh_test_data): Likewise.
8355         (catan_test_data): Likewise.
8356         (catanh_test_data): Likewise.
8357         (cbrt_test_data): Likewise.
8358         (ccos_test_data): Likewise.
8359         (ccosh_test_data): Likewise.
8360         (ceil_test_data): Likewise.
8361         (cexp_test_data): Likewise.
8362         (cimag_test_data): Likewise.
8363         (clog_test_data): Likewise.
8364         (clog10_test_data): Likewise.
8365         (conj_test_data): Likewise.
8366         (copysign_test_data): Likewise.
8367         (cos_test_data): Likewise.
8368         (cos_tonearest_test_data): Likewise.
8369         (cos_towardzero_test_data): Likewise.
8370         (cos_downward_test_data): Likewise.
8371         (cos_upward_test_data): Likewise.
8372         (cosh_test_data): Likewise.
8373         (cosh_tonearest_test_data): Likewise.
8374         (cosh_towardzero_test_data): Likewise.
8375         (cosh_downward_test_data): Likewise.
8376         (cosh_upward_test_data): Likewise.
8377         (cpow_test_data): Likewise.
8378         (cproj_test_data): Likewise.
8379         (creal_test_data): Likewise.
8380         (csin_test_data): Likewise.
8381         (csinh_test_data): Likewise.
8382         (csqrt_test_data): Likewise.
8383         (ctan_test_data): Likewise.
8384         (ctan_tonearest_test_data): Likewise.
8385         (ctan_towardzero_test_data): Likewise.
8386         (ctan_downward_test_data): Likewise.
8387         (ctan_upward_test_data): Likewise.
8388         (ctanh_test_data): Likewise.
8389         (ctanh_tonearest_test_data): Likewise.
8390         (ctanh_towardzero_test_data): Likewise.
8391         (ctanh_downward_test_data): Likewise.
8392         (ctanh_upward_test_data): Likewise.
8393         (erf_test_data): Likewise.
8394         (erfc_test_data): Likewise.
8395         (exp_test_data): Likewise.
8396         (exp_tonearest_test_data): Likewise.
8397         (exp_towardzero_test_data): Likewise.
8398         (exp_downward_test_data): Likewise.
8399         (exp_upward_test_data): Likewise.
8400         (exp10_test_data): Likewise.
8401         (exp2_test_data): Likewise.
8402         (expm1_test_data): Likewise.
8403         (fabs_test_data): Likewise.
8404         (fdim_test_data): Likewise.
8405         (finite_test_data): Likewise.
8406         (floor_test_data): Likewise.
8407         (fma_test_data): Likewise.
8408         (fma_towardzero_test_data): Likewise.
8409         (fma_downward_test_data): Likewise.
8410         (fma_upward_test_data): Likewise.
8411         (fmax_test_data): Likewise.
8412         (fmin_test_data): Likewise.
8413         (fmod_test_data): Likewise.
8414         (fpclassify_test_data): Likewise.
8415         (frexp_test_data): Likewise.
8416         (gamma_test_data): Likewise.
8417         (hypot_test_data): Likewise.
8418         (ilogb_test_data): Likewise.
8419         (isfinite_test_data): Likewise.
8420         (isgreater_test_data): Likewise.
8421         (isgreaterequal_test_data): Likewise.
8422         (isinf_test_data): Likewise.
8423         (isless_test_data): Likewise.
8424         (islessequal_test_data): Likewise.
8425         (islessgreater_test_data): Likewise.
8426         (isnan_test_data): Likewise.
8427         (isnormal_test_data): Likewise.
8428         (issignaling_test_data): Likewise.
8429         (isunordered_test_data): Likewise.
8430         (j0_test_data): Likewise.
8431         (j1_test_data): Likewise.
8432         (jn_test_data): Likewise.
8433         (ldexp_test_data): Likewise.
8434         (lgamma_test_data): Likewise.
8435         (lrint_test_data): Likewise.
8436         (lrint_tonearest_test_data): Likewise.
8437         (lrint_towardzero_test_data): Likewise.
8438         (lrint_downward_test_data): Likewise.
8439         (lrint_upward_test_data): Likewise.
8440         (llrint_test_data): Likewise.
8441         (llrint_tonearest_test_data): Likewise.
8442         (llrint_towardzero_test_data): Likewise.
8443         (llrint_downward_test_data): Likewise.
8444         (llrint_upward_test_data): Likewise.
8445         (log_test_data): Likewise.
8446         (log10_test_data): Likewise.
8447         (log1p_test_data): Likewise.
8448         (log2_test_data): Likewise.
8449         (logb_test_data): Likewise.
8450         (logb_downward_test_data): Likewise.
8451         (lround_test_data): Likewise.
8452         (llround_test_data): Likewise.
8453         (modf_test_data): Likewise.
8454         (nearbyint_test_data): Likewise.
8455         (nextafter_test_data): Likewise.
8456         (nexttoward_test_data): Likewise.
8457         (pow_test_data): Likewise.
8458         (pow_tonearest_test_data): Likewise.
8459         (pow_towardzero_test_data): Likewise.
8460         (pow_downward_test_data): Likewise.
8461         (pow_upward_test_data): Likewise.
8462         (remainder_test_data): Likewise.
8463         (remainder_tonearest_test_data): Likewise.
8464         (remainder_towardzero_test_data): Likewise.
8465         (remainder_downward_test_data): Likewise.
8466         (remainder_upward_test_data): Likewise.
8467         (remquo_test_data): Likewise.
8468         (rint_test_data): Likewise.
8469         (rint_tonearest_test_data): Likewise.
8470         (rint_towardzero_test_data): Likewise.
8471         (rint_downward_test_data): Likewise.
8472         (rint_upward_test_data): Likewise.
8473         (round_test_data): Likewise.
8474         (scalb_test_data): Likewise.
8475         (scalbn_test_data): Likewise.
8476         (scalbln_test_data): Likewise.
8477         (signbit_test_data): Likewise.
8478         (sin_test_data): Likewise.
8479         (sin_tonearest_test_data): Likewise.
8480         (sin_towardzero_test_data): Likewise.
8481         (sin_downward_test_data): Likewise.
8482         (sin_upward_test_data): Likewise.
8483         (sincos_test_data): Likewise.
8484         (sinh_test_data): Likewise.
8485         (sinh_tonearest_test_data): Likewise.
8486         (sinh_towardzero_test_data): Likewise.
8487         (sinh_downward_test_data): Likewise.
8488         (sinh_upward_test_data): Likewise.
8489         (sqrt_test_data): Likewise.
8490         (tan_test_data): Likewise.
8491         (tan_tonearest_test_data): Likewise.
8492         (tan_towardzero_test_data): Likewise.
8493         (tan_downward_test_data): Likewise.
8494         (tan_upward_test_data): Likewise.
8495         (tanh_test_data): Likewise.
8496         (tgamma_test_data): Likewise.
8497         (trunc_test_data): Likewise.
8498         (y0_test_data): Likewise.
8499         (y1_test_data): Likewise.
8500         (yn_test_data): Likewise.
8501         (significand_test_data): Likewise.
8502
8503         * math/gen-libm-test.pl (@functions): Remove variable.
8504         (generate_testfile): Don't handle START and END lines.
8505         * math/libm-test.inc (START): New macro.
8506         (END): Likewise.
8507         (END_COMPLEX): Likewise.
8508         (acos_test): Use END macro without arguments.
8509         (acos_test_tonearest): Likewise.
8510         (acos_test_towardzero): Likewise.
8511         (acos_test_downward): Likewise.
8512         (acos_test_upward): Likewise.
8513         (acosh_test): Likewise.
8514         (asin_test): Likewise.
8515         (asin_test_tonearest): Likewise.
8516         (asin_test_towardzero): Likewise.
8517         (asin_test_downward): Likewise.
8518         (asin_test_upward): Likewise.
8519         (asinh_test): Likewise.
8520         (atan_test): Likewise.
8521         (atanh_test): Likewise.
8522         (atan2_test): Likewise.
8523         (cabs_test): Likewise.
8524         (cacos_test): Use END_COMPLEX macro without arguments.
8525         (cacosh_test): Likewise.
8526         (carg_test): Use END macro without arguments.
8527         (casin_test): Use END_COMPLEX macro without arguments.
8528         (casinh_test): Likewise.
8529         (catan_test): Likewise.
8530         (catanh_test): Likewise.
8531         (cbrt_test): Use END macro without arguments.
8532         (ccos_test): Use END_COMPLEX macro without arguments.
8533         (ccosh_test): Likewise.
8534         (ceil_test): Use END macro without arguments.
8535         (cexp_test): Use END_COMPLEX macro without arguments.
8536         (cimag_test): Use END macro without arguments.
8537         (clog_test): Use END_COMPLEX macro without arguments.
8538         (clog10_test): Likewise.
8539         (conj_test): Likewise.
8540         (copysign_test): Use END macro without arguments.
8541         (cos_test): Likewise.
8542         (cos_test_tonearest): Likewise.
8543         (cos_test_towardzero): Likewise.
8544         (cos_test_downward): Likewise.
8545         (cos_test_upward): Likewise.
8546         (cosh_test): Likewise.
8547         (cosh_test_tonearest): Likewise.
8548         (cosh_test_towardzero): Likewise.
8549         (cosh_test_downward): Likewise.
8550         (cosh_test_upward): Likewise.
8551         (cpow_test): Use END_COMPLEX macro without arguments.
8552         (cproj_test): Likewise.
8553         (creal_test): Use END macro without arguments.
8554         (csin_test): Use END_COMPLEX macro without arguments.
8555         (csinh_test): Likewise.
8556         (csqrt_test): Likewise.
8557         (ctan_test): Likewise.
8558         (ctan_test_tonearest): Likewise.
8559         (ctan_test_towardzero): Likewise.
8560         (ctan_test_downward): Likewise.
8561         (ctan_test_upward): Likewise.
8562         (ctanh_test): Likewise.
8563         (ctanh_test_tonearest): Likewise.
8564         (ctanh_test_towardzero): Likewise.
8565         (ctanh_test_downward): Likewise.
8566         (ctanh_test_upward): Likewise.
8567         (erf_test): Use END macro without arguments.
8568         (erfc_test): Likewise.
8569         (exp_test): Likewise.
8570         (exp_test_tonearest): Likewise.
8571         (exp_test_towardzero): Likewise.
8572         (exp_test_downward): Likewise.
8573         (exp_test_upward): Likewise.
8574         (exp10_test): Likewise.
8575         (exp2_test): Likewise.
8576         (expm1_test): Likewise.
8577         (fabs_test): Likewise.
8578         (fdim_test): Likewise.
8579         (finite_test): Likewise.
8580         (floor_test): Likewise.
8581         (fma_test): Likewise.
8582         (fma_test_towardzero): Likewise.
8583         (fma_test_downward): Likewise.
8584         (fma_test_upward): Likewise.
8585         (fmax_test): Likewise.
8586         (fmin_test): Likewise.
8587         (fmod_test): Likewise.
8588         (fpclassify_test): Likewise.
8589         (frexp_test): Likewise.
8590         (gamma_test): Likewise.
8591         (hypot_test): Likewise.
8592         (ilogb_test): Likewise.
8593         (isfinite_test): Likewise.
8594         (isgreater_test): Likewise.
8595         (isgreaterequal_test): Likewise.
8596         (isinf_test): Likewise.
8597         (isless_test): Likewise.
8598         (islessequal_test): Likewise.
8599         (islessgreater_test): Likewise.
8600         (isnan_test): Likewise.
8601         (isnormal_test): Likewise.
8602         (issignaling_test): Likewise.
8603         (isunordered_test): Likewise.
8604         (j0_test): Likewise.
8605         (j1_test): Likewise.
8606         (jn_test): Likewise.
8607         (ldexp_test): Likewise.
8608         (lgamma_test): Likewise.
8609         (lrint_test): Likewise.
8610         (lrint_test_tonearest): Likewise.
8611         (lrint_test_towardzero): Likewise.
8612         (lrint_test_downward): Likewise.
8613         (lrint_test_upward): Likewise.
8614         (llrint_test): Likewise.
8615         (llrint_test_tonearest): Likewise.
8616         (llrint_test_towardzero): Likewise.
8617         (llrint_test_downward): Likewise.
8618         (llrint_test_upward): Likewise.
8619         (log_test): Likewise.
8620         (log10_test): Likewise.
8621         (log1p_test): Likewise.
8622         (log2_test): Likewise.
8623         (logb_test): Likewise.
8624         (logb_test_downward): Likewise.
8625         (lround_test): Likewise.
8626         (llround_test): Likewise.
8627         (modf_test): Likewise.
8628         (nearbyint_test): Likewise.
8629         (nextafter_test): Likewise.
8630         (nexttoward_test): Likewise.
8631         (pow_test): Likewise.
8632         (pow_test_tonearest): Likewise.
8633         (pow_test_towardzero): Likewise.
8634         (pow_test_downward): Likewise.
8635         (pow_test_upward): Likewise.
8636         (remainder_test): Likewise.
8637         (remainder_test_tonearest): Likewise.
8638         (remainder_test_towardzero): Likewise.
8639         (remainder_test_downward): Likewise.
8640         (remainder_test_upward): Likewise.
8641         (remquo_test): Likewise.
8642         (rint_test): Likewise.
8643         (rint_test_tonearest): Likewise.
8644         (rint_test_towardzero): Likewise.
8645         (rint_test_downward): Likewise.
8646         (rint_test_upward): Likewise.
8647         (round_test): Likewise.
8648         (scalb_test): Likewise.
8649         (scalbn_test): Likewise.
8650         (scalbln_test): Likewise.
8651         (signbit_test): Likewise.
8652         (sin_test): Likewise.
8653         (sin_test_tonearest): Likewise.
8654         (sin_test_towardzero): Likewise.
8655         (sin_test_downward): Likewise.
8656         (sin_test_upward): Likewise.
8657         (sincos_test): Likewise.
8658         (sinh_test): Likewise.
8659         (sinh_test_tonearest): Likewise.
8660         (sinh_test_towardzero): Likewise.
8661         (sinh_test_downward): Likewise.
8662         (sinh_test_upward): Likewise.
8663         (sqrt_test): Likewise.
8664         (tan_test): Likewise.
8665         (tan_test_tonearest): Likewise.
8666         (tan_test_towardzero): Likewise.
8667         (tan_test_downward): Likewise.
8668         (tan_test_upward): Likewise.
8669         (tanh_test): Likewise.
8670         (tgamma_test): Likewise.
8671         (trunc_test): Likewise.
8672         (y0_test): Likewise.
8673         (y1_test): Likewise.
8674         (yn_test): Likewise.
8675         (significand_test): Likewise.
8676
8677 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
8678
8679         [BZ #15381]
8680         * libio/genops.c (_IO_no_init): Initialize wide struct info.
8681
8682 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
8683
8684         [BZ #14894]
8685         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
8686         __ppc_mdoio and __ppc_mdoom.
8687         * manual/platform.texi: Document new functions __ppc_yield,
8688         __ppc_mdoio and __ppc_mdoom.
8689
8690 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
8691
8692         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
8693         (main): Mention "tls" pseudo-hwcap is legacy.
8694         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
8695
8696 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
8697
8698         * math/gen-libm-test.pl (parse_args): Output only string of
8699         arguments as text for test name, not full call or descriptions of
8700         tests for extra outputs.
8701         (generate_testfile): Do not pass function name to parse_args.
8702         Generate this_func variable from START.
8703         * math/libm-test.inc (struct test_f_f_data): Rename test_name
8704         field to arg_str.
8705         (struct test_ff_f_data): Likewise.
8706         (test_ff_f_data_nexttoward): Likewise.
8707         (struct test_fi_f_data): Likewise.
8708         (struct test_fl_f_data): Likewise.
8709         (struct test_if_f_data): Likewise.
8710         (struct test_fff_f_data): Likewise.
8711         (struct test_c_f_data): Likewise.
8712         (struct test_f_f1_data): Likewise.  Remove field extra_name.
8713         (struct test_fF_f1_data): Likewise.
8714         (struct test_ffI_f1_data): Likewise.
8715         (struct test_c_c_data): Rename test_name field to arg_str.
8716         (struct test_cc_c_data): Likewise.
8717         (struct test_f_i_data): Likewise.
8718         (struct test_ff_i_data): Likewise.
8719         (struct test_f_l_data): Likewise.
8720         (struct test_f_L_data): Likewise.
8721         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
8722         and extra2_name.
8723         (COMMON_TEST_SETUP): New macro.
8724         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
8725         (COMMON_TEST_CLEANUP): Likewise.
8726         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
8727         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
8728         macros.
8729         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
8730         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
8731         macros.
8732         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
8733         (RUN_TEST_fff_f): Take argument string.  Call new setup and
8734         cleanup macros.
8735         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
8736         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
8737         macros.
8738         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
8739         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
8740         macros.
8741         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
8742         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
8743         cleanup macros.
8744         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
8745         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
8746         cleanup macros.
8747         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
8748         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
8749         cleanup macros.
8750         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
8751         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
8752         macros.
8753         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
8754         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
8755         macros.
8756         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
8757         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
8758         macros.
8759         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
8760         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
8761         cleanup macros.
8762         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
8763         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
8764         cleanup macros.
8765         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
8766         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
8767         macros.
8768         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
8769         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
8770         cleanup macros.
8771         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
8772         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
8773         macros.
8774         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
8775         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
8776         macros.
8777         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
8778         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
8779         cleanup macros.
8780         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
8781
8782 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
8783
8784         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
8785         to _sifields.sigfault.
8786         (si_addr_lsb): Define new macro.
8787         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
8788         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8789         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
8790
8791 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
8792
8793         [BZ #15441]
8794         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
8795         returns -1.
8796         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
8797         null return -1.
8798         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
8799         loading the domain.
8800
8801 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
8802
8803         * math/gen-libm-test.pl (parse_args): Do not include expected
8804         result in test name.
8805         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
8806         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8807         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8808         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8809         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8811
8812 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8813
8814         * benchtests/Makefile: Sort function entries.
8815
8816         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
8817         tanh, asinh, acosh, atanh.
8818         * benchtests/acos-inputs: New file.
8819         * benchtests/acosh-inputs: New file.
8820         * benchtests/asin-inputs: New file.
8821         * benchtests/asinh-inputs: New file.
8822         * benchtests/atanh-inputs: New file.
8823         * benchtests/cosh-inputs: New file.
8824         * benchtests/log-inputs: New file.
8825         * benchtests/sinh-inputs: New file.
8826         * benchtests/tanh-inputs: New file.
8827
8828 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
8829
8830         [BZ #15339]
8831         * posix/tst-getaddrinfo4.c: New test.
8832         * posix/Makefile (tests): Add it.
8833
8834 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8835
8836         [BZ #15339]
8837         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
8838         when no services were used.
8839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
8840         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
8841
8842 2013-05-21  Andreas Schwab  <schwab@suse.de>
8843
8844         [BZ #15014]
8845         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
8846         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
8847         successful.
8848         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
8849         redundant variable declarations and reallocation of buffer when
8850         parsing as IPv6 address.  Always set NSS status when called from
8851         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
8852         buffer too small.  Correct computation of needed size.
8853         * nss/Makefile (tests): Add test-digits-dots.
8854         * nss/test-digits-dots.c: New test.
8855
8856 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8857
8858         * benchtests/Makefile: Remove instructions for adding
8859         benchmark tests.
8860         * benchtests/README: New file to explain how to execute and
8861         enhance the benchmark tests.
8862
8863 2013-05-21  Andreas Schwab  <schwab@suse.de>
8864
8865         [BZ #15493]
8866         * setjmp/Makefile (tests): Add tst-sigsetjmp.
8867         * setjmp/tst-sigsetjmp.c: New test.
8868
8869 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
8870
8871         * sysdeps/x86_64/memset.S (memset): New implementation.
8872         (__bzero): Likewise.
8873         (__memset_tail): New function.
8874
8875 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
8876
8877         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
8878         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
8879         __memcpy_sse2_unaligned ifunc selection.
8880         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
8881         Add memcpy-sse2-unaligned.S.
8882         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8883         Add: __memcpy_sse2_unaligned.
8884
8885 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
8886
8887         [BZ #15490]
8888         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
8889         math_force_eval before restoring floating-point envrionment.
8890         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
8891         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
8892         Likewise.
8893         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
8894         <math_private.h>.
8895         (__nearbyintl): Use math_force_eval before restoring
8896         floating-point environment.
8897         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
8898
8899         * math/gen-libm-test.pl (special_functions): Remove.
8900         (parse_args): Don't handle TEST_extra.  Handle functions with no
8901         return value.
8902         * math/libm-test.inc (struct test_sincos_data): Replace with
8903         struct test_fFF_11_data.
8904         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
8905         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
8906         (sincos_test_data): Change element type to struct
8907         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
8908         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
8909         RUN_TEST_LOOP_sincos.
8910         * math/README.libm-test: Don't mention special handling of
8911         individual functions.
8912         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
8913         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8914         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8915         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8916         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8918
8919         * math/gen-libm-test.pl (get_variable): Remove function.
8920         (parse_args): Don't show pointer parameters to call in test
8921         names.  Use "extra output N" in test names for extra outputs
8922         rather than naming variables.
8923
8924 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
8925
8926         [BZ #15488]
8927         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
8928         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
8929         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
8930         double tests.
8931         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
8932         disable.
8933         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
8934         check_long_double.
8935
8936         * math/gen-libm-test.pl (@tests): Remove variable.
8937         ($count): Likewise.
8938         (new_test): Remove function.
8939         (show_exceptions): New function.
8940         (special_functions): Use show_exceptions instead of new_test.
8941         (parse_args): Likewise.
8942         (generate_testfile): Pass only function name in generated call to
8943         print_max_error or print_complex_max_error.
8944         (get_ulps): Do not handle complex tests specially.
8945         (output_test): Rename to ...
8946         (get_all_ulps_for_test): ... this.  Return a string rather than
8947         printing to a file.  Require ulps to be present.
8948         (output_ulps): Generate arrays rather than #defines.
8949         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
8950         (struct ulp_data): New type.
8951         (BUILD_COMPLEX_ULP): Remove macro.
8952         (compare_ulp_data): New function.
8953         (find_ulps): Likewise.
8954         (find_test_ulps): Likewise.
8955         (find_function_ulps): Likewise.
8956         (find_complex_function_ulps): Likewise.
8957         (print_max_error): Determine allowed ulps using
8958         find_function_ulps.
8959         (print_complex_max_error): Determine allowed ulps using
8960         find_complex_function_ulps.
8961         (check_float_internal): Determine max ulps using find_test_ulps.
8962         (check_float): Do not take max_ulp parameter.  Update call to
8963         check_float_internal.
8964         (check_complex): Likewise.
8965         (check_int): Do not take max_ulp parameter.
8966         (check_long): Likewise.
8967         (check_bool): Likewise.
8968         (check_longlong): Likewise.
8969         (struct test_f_f_data): Remove max_ulp field.
8970         (struct test_ff_f_data): Likewise.
8971         (struct test_ff_f_data_nexttoward): Likewise.
8972         (struct test_fi_f_data): Likewise.
8973         (struct test_fl_f_data): Likewise.
8974         (struct test_if_f_data): Likewise.
8975         (struct test_fff_f_data): Likewise.
8976         (struct test_c_f_data): Likewise.
8977         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
8978         (struct test_fF_f1_data): Likewise.
8979         (struct test_ffI_f1_data): Likewise.
8980         (struct test_c_c_data): Remove max_ulp field.
8981         (struct test_cc_c_data): Likewise.
8982         (struct test_f_i_data): Likewise.
8983         (struct test_ff_i_data): Likewise.
8984         (struct test_f_l_data): Likewise.
8985         (struct test_f_L_data): Likewise.
8986         (struct test_sincos_data): Likewise.
8987         (RUN_TEST_f_f): Do not handle ulps.
8988         (RUN_TEST_LOOP_f_f): Likewise.
8989         (RUN_TEST_2_f): Likewise.
8990         (RUN_TEST_LOOP_2_f): Likewise.
8991         (RUN_TEST_fff_f): Likewise.
8992         (RUN_TEST_LOOP_fff_f): Likewise.
8993         (RUN_TEST_c_f): Likewise.
8994         (RUN_TEST_LOOP_c_f): Likewise.
8995         (RUN_TEST_f_f1): Likewise.
8996         (RUN_TEST_LOOP_f_f1): Likewise.
8997         (RUN_TEST_fF_f1): Likewise.
8998         (RUN_TEST_LOOP_fF_f1): Likewise.
8999         (RUN_TEST_fI_f1): Likewise.
9000         (RUN_TEST_LOOP_fI_f1): Likewise.
9001         (RUN_TEST_ffI_f1): Likewise.
9002         (RUN_TEST_LOOP_ffI_f1): Likewise.
9003         (RUN_TEST_c_c): Likewise.
9004         (RUN_TEST_LOOP_c_c): Likewise.
9005         (RUN_TEST_cc_c): Likewise.
9006         (RUN_TEST_LOOP_cc_c): Likewise.
9007         (RUN_TEST_f_i): Likewise.
9008         (RUN_TEST_LOOP_f_i): Likewise.
9009         (RUN_TEST_f_i_tg): Likewise.
9010         (RUN_TEST_LOOP_f_i_tg): Likewise.
9011         (RUN_TEST_ff_i_tg): Likewise.
9012         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9013         (RUN_TEST_f_b): Likewise.
9014         (RUN_TEST_LOOP_f_b): Likewise.
9015         (RUN_TEST_f_b_tg): Likewise.
9016         (RUN_TEST_LOOP_f_b_tg): Likewise.
9017         (RUN_TEST_f_l): Likewise.
9018         (RUN_TEST_LOOP_f_l): Likewise.
9019         (RUN_TEST_f_L): Likewise.
9020         (RUN_TEST_LOOP_f_L): Likewise.
9021         (RUN_TEST_sincos): Likewise.
9022         (RUN_TEST_LOOP_sincos): Likewise.
9023
9024 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
9025
9026         [BZ #15480]
9027         [BZ #15485]
9028         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
9029         main case of finite arguments, set rounding mode to FE_TONEAREST
9030         and discard exceptions.
9031         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
9032         exceptions.
9033         (remainder_tonearest_test_data): New variable.
9034         (remainder_test_tonearest): New function.
9035         (remainder_towardzero_test_data): New variable.
9036         (remainder_test_towardzero): New function.
9037         (remainder_downward_test_data): New variable.
9038         (remainder_test_downward): New function.
9039         (remainder_upward_test_data): New variable.
9040         (remainder_test_upward): New function.
9041         (main): Call the new test functions.
9042
9043         * math/libm-test.inc (struct test_f_f1_data): Remove field
9044         extra_init.
9045         (struct test_fF_f1_data): Likewise.
9046         (struct test_ffI_f1_data): Likewise.
9047         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
9048         based on value of EXTRA_EXPECTED.
9049         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
9050         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
9051         EXTRA_VAR based on value of EXTRA_EXPECTED.
9052         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
9053         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
9054         EXTRA_VAR based on value of EXTRA_EXPECTED.
9055         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
9056         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
9057         EXTRA_VAR based on value of EXTRA_EXPECTED.
9058         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
9059         * math/gen-libm-test.pl (parse_args): Don't output initializers
9060         for extra output values.
9061
9062         * math/libm-test.inc (check_int): Expect result to be exactly
9063         equal to expected value and do not handle ulps.
9064         (check_long): Likewise.
9065         (check_longlong): Likewise.
9066
9067         * math/libm-test.inc (ceil_test_data): Test for "inexact"
9068         exceptions.
9069         (cimag_test_data): Likewise.
9070         (conj_test_data): Likewise.
9071         (copysign_test_data): Likewise.
9072         (cproj_test_data): Likewise.
9073         (creal_test_data): Likewise.
9074         (fabs_test_data): Likewise.
9075         (fdim_test_data): Likewise.
9076         (finite_test_data): Likewise.
9077         (floor_test_data): Likewise.
9078         (fmax_test_data): Likewise.
9079         (fmin_test_data): Likewise.
9080         (fmod_test_data): Likewise.
9081         (fpclassify_test_data): Likewise.
9082         (frexp_test_data): Likewise.
9083         (ilogb_test_data): Likewise.
9084         (isfinite_test_data): Likewise.
9085         (isgreater_test_data): Likewise.
9086         (isgreaterequal_test_data): Likewise.
9087         (isinf_test_data): Likewise.
9088         (isless_test_data): Likewise.
9089         (islessequal_test_data): Likewise.
9090         (islessgreater_test_data): Likewise.
9091         (isnan_test_data): Likewise.
9092         (isnormal_test_data): Likewise.
9093         (issignaling_test_data): Likewise.
9094         (isunordered_test_data): Likewise.
9095         (ldexp_test_data): Likewise.
9096         (lrint_test_data): Likewise.
9097         (lrint_test_data) [TEST_FLOAT]: Disable one test.
9098         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
9099         (lrint_tonearest_test_data): Test for "inexact" exceptions.
9100         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
9101         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
9102         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
9103         test input.
9104         (lrint_towardzero_test_data): Test for "inexact" exceptions.
9105         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
9106         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
9107         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
9108         that test input.
9109         (lrint_downward_test_data): Test for "inexact" exceptions.
9110         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
9111         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
9112         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
9113         test input.
9114         (lrint_upward_test_data): Test for "inexact" exceptions.
9115         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
9116         test input.
9117         (llrint_test_data): Test for "inexact" exceptions.
9118         (llrint_test_data) [TEST_FLOAT]: Disable one test.
9119         (llrint_tonearest_test_data): Test for "inexact" exceptions.
9120         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
9121         (llrint_towardzero_test_data): Test for "inexact" exceptions.
9122         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
9123         (llrint_downward_test_data): Test for "inexact" exceptions.
9124         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
9125         (llrint_upward_test_data): Test for "inexact" exceptions.
9126         (logb_test_data): Likewise.
9127         (logb_downward_test_data): Likewise.
9128         (nextafter_test_data): Likewise.
9129         (nexttoward_test_data): Likewise.
9130         (remainder_test_data): Likewise.
9131         (remquo_test_data): Likewise.
9132         (scalbn_test_data): Likewise.
9133         (scalbln_test_data): Likewise.
9134         (signbit_test_data): Likewise.
9135         (sqrt_test_data): Likewise.
9136         (significand_test_data): Likewise.
9137
9138 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9139
9140         [BZ #15424]
9141         * benchtests/bench-modf.c (struct args): Mark arg0 as
9142         volatile.
9143         * scripts/bench.pl: Mark members of struct args as volatile.
9144
9145 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9146
9147         [BZ # 15497]
9148         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
9149         negative infinity on POWER6 or lower.
9150         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
9151
9152 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9153
9154         [BZ #15442]
9155         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
9156         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
9157         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
9158         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
9159         (_FP_SETQNAN): New macro.
9160         (_FP_SETQNAN_SEMIRAW): Likewise.
9161         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
9162         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
9163         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
9164         (FP_EXTEND): Use _FP_FRAC_SNANP.
9165         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
9166         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
9167         into account.
9168         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
9169         New macro.
9170         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
9171         Likewise.
9172
9173 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
9174
9175         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
9176         with DIVIDE_BY_ZERO_EXCEPTION.
9177         (gamma_test_data): Likewise.
9178         (lgamma_test_data): Likewise.
9179         (log_test_data): Likewise.
9180         (log10_test_data): Likewise.
9181         (log2_test_data): Likewise.
9182         (tgamma_test_data): Likewise.
9183
9184         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
9185         (acos_test_tonearest): Likewise.
9186         (acos_test_towardzero): Likewise.
9187         (acos_test_downward): Likewise.
9188         (acos_test_upward): Likewise.
9189         (acosh_test): Likewise.
9190         (asin_test): Likewise.
9191         (asin_test_tonearest): Likewise.
9192         (asin_test_towardzero): Likewise.
9193         (asin_test_downward): Likewise.
9194         (asin_test_upward): Likewise.
9195         (asinh_test): Likewise.
9196         (atan_test): Likewise.
9197         (atanh_test): Likewise.
9198         (atan2_test): Likewise.
9199         (cabs_test): Likewise.
9200         (cacos_test): Likewise.
9201         (cacosh_test): Likewise.
9202         (casin_test): Likewise.
9203         (casinh_test): Likewise.
9204         (catan_test): Likewise.
9205         (catanh_test): Likewise.
9206         (cbrt_test): Likewise.
9207         (ccos_test): Likewise.
9208         (ccosh_test): Likewise.
9209         (cexp_test): Likewise.
9210         (clog_test): Likewise.
9211         (clog10_test): Likewise.
9212         (cos_test): Likewise.
9213         (cos_test_tonearest): Likewise.
9214         (cos_test_towardzero): Likewise.
9215         (cos_test_downward): Likewise.
9216         (cos_test_upward): Likewise.
9217         (cosh_test): Likewise.
9218         (cosh_test_tonearest): Likewise.
9219         (cosh_test_towardzero): Likewise.
9220         (cosh_test_downward): Likewise.
9221         (cosh_test_upward): Likewise.
9222         (cpow_test): Likewise.
9223         (csin_test): Likewise.
9224         (csinh_test): Likewise.
9225         (csqrt_test): Likewise.
9226         (ctan_test): Likewise.
9227         (ctan_test_tonearest): Likewise.
9228         (ctan_test_towardzero): Likewise.
9229         (ctan_test_downward): Likewise.
9230         (ctan_test_upward): Likewise.
9231         (ctanh_test): Likewise.
9232         (ctanh_test_tonearest): Likewise.
9233         (ctanh_test_towardzero): Likewise.
9234         (ctanh_test_downward): Likewise.
9235         (ctanh_test_upward): Likewise.
9236         (erf_test): Likewise.
9237         (erfc_test): Likewise.
9238         (exp_test): Likewise.
9239         (exp_test_tonearest): Likewise.
9240         (exp_test_towardzero): Likewise.
9241         (exp_test_downward): Likewise.
9242         (exp_test_upward): Likewise.
9243         (exp10_test): Likewise.
9244         (exp2_test): Likewise.
9245         (expm1_test): Likewise.
9246         (fmod_test): Likewise.
9247         (gamma_test): Likewise.
9248         (hypot_test): Likewise.
9249         (j0_test): Likewise.
9250         (j1_test): Likewise.
9251         (jn_test): Likewise.
9252         (lgamma_test): Likewise.
9253         (log_test): Likewise.
9254         (log10_test): Likewise.
9255         (log1p_test): Likewise.
9256         (log2_test): Likewise.
9257         (logb_test_downward): Likewise.
9258         (pow_test): Likewise.
9259         (pow_test_tonearest): Likewise.
9260         (pow_test_towardzero): Likewise.
9261         (pow_test_downward): Likewise.
9262         (pow_test_upward): Likewise.
9263         (remainder_test): Likewise.
9264         (remquo_test): Likewise.
9265         (sin_test): Likewise.
9266         (sin_test_tonearest): Likewise.
9267         (sin_test_towardzero): Likewise.
9268         (sin_test_downward): Likewise.
9269         (sin_test_upward): Likewise.
9270         (sincos_test): Likewise.
9271         (sinh_test): Likewise.
9272         (sinh_test_tonearest): Likewise.
9273         (sinh_test_towardzero): Likewise.
9274         (sinh_test_downward): Likewise.
9275         (sinh_test_upward): Likewise.
9276         (sqrt_test): Likewise.
9277         (tan_test): Likewise.
9278         (tan_test_tonearest): Likewise.
9279         (tan_test_towardzero): Likewise.
9280         (tan_test_downward): Likewise.
9281         (tan_test_upward): Likewise.
9282         (tanh_test): Likewise.
9283         (tgamma_test): Likewise.
9284         (y0_test): Likewise.
9285         (y1_test): Likewise.
9286         (yn_test): Likewise.
9287
9288         * math/gen-libm-test.pl (adjust_arg): Remove function.
9289         (special_function): Remove argument $in_func.  Only handle
9290         generating output for tables of tests, not inside functions.
9291         (parse_args): Likewise.
9292         (generate_testfile): Remove variable $in_func.  Update call to
9293         parse_args.
9294         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
9295         (MINUS_ZERO_INIT): Rename macro to minus_zero.
9296         (PLUS_INFTY_INIT): Rename macro to plus_infty.
9297         (MINUS_INFTY_INIT): Rename macro to minus_infty.
9298         (QNAN_VALUE_INIT): Rename macro to qnan_value.
9299         (MAX_VALUE_INIT): Rename macro to max_value.
9300         (MIN_VALUE_INIT): Rename macro to min_value.
9301         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
9302         (plus_zero): Remove variable.
9303         (minus_zero): Likewise.
9304         (plus_infty): Likewise.
9305         (minus_infty): Likewise.
9306         (qnan_value): Likewise.
9307         (max_value): Likewise.
9308         (min_value): Likewise.
9309         (min_subnorm_value): Likewise.
9310
9311 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
9312
9313         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
9314         uint64_t or uint32_t usage.
9315         * crypt/sha256-block.c: Likewise.
9316         * crypt/sha256-crypt.c: Likewise.
9317         * crypt/sha256.c: Likewise.
9318         * crypt/sha512-block.c: Likewise.
9319         * crypt/sha512-crypt.c: Likewise.
9320         * crypt/sha512.c: Likewise.
9321         * debug/backtrace-tst.c: Likewise.
9322         * debug/pcprofiledump.c: Likewise.
9323         * elf/cache.c: Likewise.
9324         * elf/dl-cache.c: Likewise.
9325         * elf/dl-misc.c: Likewise.
9326         * elf/dl-profile.c: Likewise.
9327         * elf/dl-support.c: Likewise.
9328         * elf/ldconfig.c: Likewise.
9329         * elf/sprof.c: Likewise.
9330         * iconv/dummy-repertoire.c: Likewise.
9331         * iconv/iconv_charmap.c: Likewise.
9332         * iconv/skeleton.c: Likewise.
9333         * iconvdata/8bit-generic.c: Likewise.
9334         * iconvdata/cp737.h: Likewise.
9335         * iconvdata/cp775.h: Likewise.
9336         * iconvdata/ibm1008.h: Likewise.
9337         * iconvdata/ibm1025.h: Likewise.
9338         * iconvdata/ibm1046.h: Likewise.
9339         * iconvdata/ibm1097.h: Likewise.
9340         * iconvdata/ibm1112.h: Likewise.
9341         * iconvdata/ibm1122.h: Likewise.
9342         * iconvdata/ibm1123.h: Likewise.
9343         * iconvdata/ibm1124.h: Likewise.
9344         * iconvdata/ibm1129.h: Likewise.
9345         * iconvdata/ibm1130.h: Likewise.
9346         * iconvdata/ibm1132.h: Likewise.
9347         * iconvdata/ibm1133.h: Likewise.
9348         * iconvdata/ibm1137.h: Likewise.
9349         * iconvdata/ibm1140.h: Likewise.
9350         * iconvdata/ibm1141.h: Likewise.
9351         * iconvdata/ibm1142.h: Likewise.
9352         * iconvdata/ibm1143.h: Likewise.
9353         * iconvdata/ibm1144.h: Likewise.
9354         * iconvdata/ibm1145.h: Likewise.
9355         * iconvdata/ibm1146.h: Likewise.
9356         * iconvdata/ibm1147.h: Likewise.
9357         * iconvdata/ibm1148.h: Likewise.
9358         * iconvdata/ibm1149.h: Likewise.
9359         * iconvdata/ibm1153.h: Likewise.
9360         * iconvdata/ibm1154.h: Likewise.
9361         * iconvdata/ibm1155.h: Likewise.
9362         * iconvdata/ibm1156.h: Likewise.
9363         * iconvdata/ibm1157.h: Likewise.
9364         * iconvdata/ibm1158.h: Likewise.
9365         * iconvdata/ibm1160.h: Likewise.
9366         * iconvdata/ibm1161.h: Likewise.
9367         * iconvdata/ibm1162.h: Likewise.
9368         * iconvdata/ibm1163.h: Likewise.
9369         * iconvdata/ibm1164.h: Likewise.
9370         * iconvdata/ibm1166.h: Likewise.
9371         * iconvdata/ibm1167.h: Likewise.
9372         * iconvdata/ibm12712.h: Likewise.
9373         * iconvdata/ibm1390.h: Likewise.
9374         * iconvdata/ibm1399.h: Likewise.
9375         * iconvdata/ibm16804.h: Likewise.
9376         * iconvdata/ibm4517.h: Likewise.
9377         * iconvdata/ibm4899.h: Likewise.
9378         * iconvdata/ibm4909.h: Likewise.
9379         * iconvdata/ibm4971.h: Likewise.
9380         * iconvdata/ibm5347.h: Likewise.
9381         * iconvdata/ibm803.h: Likewise.
9382         * iconvdata/ibm856.h: Likewise.
9383         * iconvdata/ibm901.h: Likewise.
9384         * iconvdata/ibm902.h: Likewise.
9385         * iconvdata/ibm9030.h: Likewise.
9386         * iconvdata/ibm9066.h: Likewise.
9387         * iconvdata/ibm921.h: Likewise.
9388         * iconvdata/ibm922.h: Likewise.
9389         * iconvdata/ibm9448.h: Likewise.
9390         * iconvdata/isiri-3342.h: Likewise.
9391         * iconvdata/jis0201.h: Likewise.
9392         * include/link.h: Likewise.
9393         * include/netdb.h: Likewise.
9394         * inet/check_native.c: Likewise.
9395         * inet/check_pf.c: Likewise.
9396         * inet/getipv4sourcefilter.c: Likewise.
9397         * inet/getnameinfo.c: Likewise.
9398         * inet/getsourcefilter.c: Likewise.
9399         * inet/htonl.c: Likewise.
9400         * inet/setipv4sourcefilter.c: Likewise.
9401         * inet/setsourcefilter.c: Likewise.
9402         * inet/test-inet6_opt.c: Likewise.
9403         * inet/tst-network.c: Likewise.
9404         * locale/C-collate.c: Likewise.
9405         * locale/C-ctype.c: Likewise.
9406         * locale/C-time.c: Likewise.
9407         * locale/C-translit.h: Likewise.
9408         * locale/loadarchive.c: Likewise.
9409         * locale/programs/3level.h: Likewise.
9410         * locale/programs/charmap.c: Likewise.
9411         * locale/programs/charmap.h: Likewise.
9412         * locale/programs/ld-address.c: Likewise.
9413         * locale/programs/ld-collate.c: Likewise.
9414         * locale/programs/ld-ctype.c: Likewise.
9415         * locale/programs/ld-identification.c: Likewise.
9416         * locale/programs/ld-measurement.c: Likewise.
9417         * locale/programs/ld-messages.c: Likewise.
9418         * locale/programs/ld-monetary.c: Likewise.
9419         * locale/programs/ld-name.c: Likewise.
9420         * locale/programs/ld-numeric.c: Likewise.
9421         * locale/programs/ld-paper.c: Likewise.
9422         * locale/programs/ld-telephone.c: Likewise.
9423         * locale/programs/ld-time.c: Likewise.
9424         * locale/programs/linereader.c: Likewise.
9425         * locale/programs/locale.c: Likewise.
9426         * locale/programs/locarchive.c: Likewise.
9427         * locale/programs/locfile.h: Likewise.
9428         * locale/programs/repertoire.c: Likewise.
9429         * locale/programs/simple-hash.c: Likewise.
9430         * locale/programs/simple-hash.h: Likewise.
9431         * malloc/memusage.c: Likewise.
9432         * malloc/memusagestat.c: Likewise.
9433         * nis/nis_defaults.c: Likewise.
9434         * nis/nis_hash.c: Likewise.
9435         * nis/nis_print.c: Likewise.
9436         * nis/nis_xdr.c: Likewise.
9437         * nscd/connections.c: Likewise.
9438         * nscd/hstcache.c: Likewise.
9439         * nscd/nscd_gethst_r.c: Likewise.
9440         * nscd/nscd_getserv_r.c: Likewise.
9441         * nscd/nscd_helper.c: Likewise.
9442         * nscd/servicescache.c: Likewise.
9443         * nss/makedb.c: Likewise.
9444         * nss/nss_db/db-XXX.c: Likewise.
9445         * nss/nss_db/db-initgroups.c: Likewise.
9446         * nss/nss_db/db-netgrp.c: Likewise.
9447         * nss/nss_files/files-network.c: Likewise.
9448         * nss/nss_files/files-parse.c: Likewise.
9449         * posix/bug-regex5.c: Likewise.
9450         * posix/fnmatch_loop.c: Likewise.
9451         * posix/regcomp.c: Likewise.
9452         * posix/regexec.c: Likewise.
9453         * posix/tst-rfc3484-2.c: Likewise.
9454         * posix/tst-rfc3484-3.c: Likewise.
9455         * posix/tst-rfc3484.c: Likewise.
9456         * resolv/nss_dns/dns-canon.c: Likewise.
9457         * resolv/nss_dns/dns-network.c: Likewise.
9458         * resolv/res_init.c: Likewise.
9459         * resolv/res_mkquery.c: Likewise.
9460         * resolv/tst-aton.c: Likewise.
9461         * stdlib/cxa_atexit.c: Likewise.
9462         * stdlib/cxa_finalize.c: Likewise.
9463         * stdlib/gen-fpioconst.c: Likewise.
9464         * stdlib/strtol_l.c: Likewise.
9465         * string/tst-endian.c: Likewise.
9466         * sunrpc/auth_des.c: Likewise.
9467         * sunrpc/clnt_udp.c: Likewise.
9468         * sunrpc/rtime.c: Likewise.
9469         * sunrpc/svcauth_des.c: Likewise.
9470         * sunrpc/xdr.c: Likewise.
9471         * sunrpc/xdr_intXX_t.c: Likewise.
9472         * sunrpc/xdr_rec.c: Likewise.
9473         * sysdeps/generic/ldconfig.h: Likewise.
9474         * sysdeps/generic/ldsodefs.h: Likewise.
9475         * sysdeps/generic/memusage.h: Likewise.
9476         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
9477         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
9478         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
9479         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
9480         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
9481         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9482         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
9483         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
9484         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
9485         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
9486         * sysdeps/posix/getaddrinfo.c: Likewise.
9487         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
9488         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
9489         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
9490         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
9491         * sysdeps/powerpc/test-gettimebase.c: Likewise.
9492         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9493         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
9494         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
9495         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9496         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
9497         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
9498         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
9499         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
9500         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
9501         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
9502         * sysdeps/x86_64/dl-tls.h: Likewise.
9503         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
9504         * time/alt_digit.c: Likewise.
9505         * time/era.c: Likewise.
9506         * wcsmbs/tst-c16c32-1.c: Likewise.
9507
9508 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
9509
9510         * math/libm-test.inc (struct test_sincos_data): New type.
9511         (RUN_TEST_LOOP_sincos): New macro.
9512         (sincos_test_data): New variable.
9513         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
9514
9515 2013-05-16  Richard Henderson  <rth@redhat.com>
9516
9517         * math/atest-exp2.c (LIMB64): New macro.
9518         (CONSTSZ): New macro.
9519         (mp_exp1, mp_exp_m1, mp_log2): New variables.
9520         (hexdig): Move ...
9521         (print_mpn_fp): ... to function scope.
9522         (read_mpn_hex): Remove.
9523         (get_log2): Remove.
9524         (exp2_mpn): Use mp_log2.
9525         (main): Use mp_exp1.
9526
9527 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
9528
9529         * math/libm-test.inc: Remove comment about not testing "inexact"
9530         exceptions.
9531         (INEXACT_EXCEPTION): New macro.
9532         (NO_INEXACT_EXCEPTION): Likewise.
9533         (INVALID_EXCEPTION_OK): Update value.
9534         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9535         (OVERFLOW_EXCEPTION_OK): Likewise.
9536         (UNDERFLOW_EXCEPTION_OK): Likewise.
9537         (IGNORE_ZERO_INF_SIGN): Likewise.
9538         (ERRNO_UNCHANGED): Likewise.
9539         (ERRNO_EDOM): Likewise.
9540         (ERRNO_ERANGE): Likewise.
9541         (test_exceptions): Handle testing "inexact" exceptions.
9542         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
9543         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
9544         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
9545         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
9546         INEXACT_EXCEPTION.
9547         (rint_towardzero_test_data): Likewise.
9548         (rint_downward_test_data): Likewise.
9549         (rint_upward_test_data): Likewise.
9550
9551         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
9552         with OVERFLOW_EXCEPTION.
9553         (exp10_test_data): Likewise.
9554         (exp2_test_data): Likewise.
9555         (expm1_test_data): Likewise.
9556         (lgamma_test_data): Likewise.
9557         (pow_test_data): Likewise.
9558         (tgamma_test_data): Likewise.
9559         (yn_test_data): Remove duplicate test of overflow.
9560
9561         * math/libm-test.inc (struct test_cc_c_data): New type.
9562         (RUN_TEST_LOOP_cc_c): New macro.
9563         (cpow_test_data): New variable.
9564         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
9565
9566         * math/libm-test.inc (struct test_f_L_data): New type.
9567         (RUN_TEST_LOOP_f_L): New macro.
9568         (llrint_test_data): New variable.
9569         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
9570         (llrint_tonearest_test_data): New variable.
9571         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
9572         (llrint_towardzero_test_data): New variable.
9573         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
9574         (llrint_downward_test_data): New variable.
9575         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
9576         (llrint_upward_test_data): New variable.
9577         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
9578         (llround_test_data): New variable.
9579         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
9580
9581 2013-05-13  Peter Collingbourne  <pcc@google.com>
9582
9583         * math/atest-exp2.c (get_log2): Remove const attribute.
9584
9585 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
9586
9587         * math/libm-test.inc (struct test_f_l_data): New type.
9588         (RUN_TEST_LOOP_f_l): New macro.
9589         (lrint_test_data): New variable.
9590         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
9591         (lrint_tonearest_test_data): New variable.
9592         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
9593         (lrint_towardzero_test_data): New variable.
9594         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
9595         (lrint_downward_test_data): New variable.
9596         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
9597         (lrint_upward_test_data): New variable.
9598         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
9599         (lround_test_data): New variable.
9600         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
9601
9602 2013-05-15  Peter Collingbourne  <pcc@google.com>
9603
9604         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
9605         (EXTRACT_WORDS64) Use where appropriate.
9606         (INSERT_WORDS64) Likewise.
9607
9608         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
9609         constraints with x constraints.
9610         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
9611
9612         * malloc/obstack.c (_obstack_compat): Add initializer.
9613
9614 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
9615
9616         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
9617         si_trapno and add si_addr_lsb to _sifields.sigfault.
9618         (si_trapno): Remove macro.
9619         (si_addr_lsb): Define new macro.
9620         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
9621
9622 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
9623
9624         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
9625         instead of TEST_f_l.
9626         (llrint_test_tonearest): Likewise.
9627         (llrint_test_towardzero): Likewise.
9628         (llrint_test_downward): Likewise.
9629         (llrint_test_upward): Likewise.
9630         (llround_test): Likewise.
9631
9632         * math/libm-test.inc (struct test_f_i_data): Add comment.
9633         (RUN_TEST_LOOP_f_b): New macro.
9634         (RUN_TEST_LOOP_f_b_tg): Likewise.
9635         (finite_test_data): New variable.
9636         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
9637         (isfinite_test_data): New variable.
9638         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9639         (isinf_test_data): New variable.
9640         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9641         (isnan_test_data): New variable.
9642         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9643         (isnormal_test_data): New variable.
9644         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9645         (issignaling_test_data): New variable.
9646         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9647         (signbit_test_data): New variable.
9648         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9649
9650         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
9651         with INVALID_EXCEPTION.
9652         (acosh_test_data): Likewise.
9653         (asin_test_data): Likewise.
9654         (atanh_test_data): Likewise.
9655         (fmod_test_data): Likewise.
9656         (log_test_data): Likewise.
9657         (log10_test_data): Likewise.
9658         (log2_test_data): Likewise.
9659         (pow_test_data): Likewise.
9660         (sqrt_test_data): Likewise.
9661         (y0_test_data): Likewise.
9662         (y1_test_data): Likewise.
9663         (yn_test_data): Likewise.
9664
9665         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
9666         function contents.
9667
9668         * math/libm-test.inc (struct test_ff_i_data): New type.
9669         (RUN_TEST_LOOP_ff_i_tg): New macro.
9670         (isgreater_test_data): New variable.
9671         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9672         (isgreaterequal_test_data): New variable.
9673         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9674         (isless_test_data): New variable.
9675         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9676         (islessequal_test_data): New variable.
9677         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9678         (islessgreater_test_data): New variable.
9679         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9680         (isunordered_test_data): New variable.
9681         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9682
9683 2013-05-14  David S. Miller  <davem@davemloft.net>
9684
9685         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9686
9687 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
9688
9689         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
9690
9691         * math/libm-test.inc (struct test_fF_f1_data): Change type of
9692         extra_test to int.
9693         (struct test_f_i_data): Change type of max_ulp to int.
9694
9695         * math/libm-test.inc (test_ffI_f1_data): New type.
9696         (RUN_TEST_LOOP_ffI_f1): New macro.
9697         (remquo_test_data): New variable.
9698         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
9699
9700         * setjmp/tst-setjmp-fp.c: New file.
9701         * setjmp/Makefile (tests): Add tst-setjmp-fp.
9702         (link-libm): New variable.
9703         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
9704
9705         * math/libm-test.inc (struct test_f_i_data): New type.
9706         (RUN_TEST_LOOP_f_i): New macro.
9707         (RUN_TEST_LOOP_f_i_tg): Likewise.
9708         (fpclassify_test_data): New variable.
9709         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
9710         (ilogb_test_data): New variable.
9711         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
9712
9713         * math/libm-test.inc (scalbln_test): Correct function name in END
9714         call.
9715
9716         * math/libm-test.inc (struct test_f_f1_data): Add comment.
9717         (RUN_TEST_LOOP_fI_f1): New macro.
9718         (frexp_test_data): New variable.
9719         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
9720
9721         * math/libm-test.inc (struct test_fF_f1_data): New type.
9722         (RUN_TEST_LOOP_fF_f1): New macro.
9723         (modf_test_data): New variable.
9724         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
9725
9726         * math/libm-test.inc (struct test_f_f1_data): New type.
9727         (RUN_TEST_LOOP_f_f1): New macro.
9728         (gamma_test_data): New variable.
9729         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
9730         (lgamma_test_data): New variable.
9731         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
9732
9733 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
9734
9735         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
9736         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
9737         (main): Comment "tls" pseudo-hwcap.
9738
9739 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
9740
9741         * math/libm-test.inc (struct test_fl_f_data): New type.
9742         (RUN_TEST_LOOP_fl_f): New variable.
9743         (scalbln_test_data): New variable.
9744         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
9745
9746         * math/libm-test.inc (struct test_fi_f_data): New type.
9747         (RUN_TEST_LOOP_fi_f): New macro.
9748         (ldexp_test_data): New variable.
9749         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
9750         (scalbn_test_data): New variable.
9751         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
9752
9753         * math/libm-test.inc (struct test_c_f_data): New type.
9754         (RUN_TEST_LOOP_c_f): New macro.
9755         (cabs_test_data): New variable.
9756         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
9757         (carg_test_data): New variable.
9758         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
9759         (cimag_test_data): New variable.
9760         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
9761         (creal_test_data): New variable.
9762         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
9763
9764         * math/libm-test.inc (struct test_if_f_data): New type.
9765         (RUN_TEST_LOOP_if_f): New macro.
9766         (jn_test_data): New variable.
9767         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
9768         (yn_test_data): New variable.
9769         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
9770
9771         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
9772
9773 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9774
9775         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
9776         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
9777
9778 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9779
9780         * benchtests/Makefile (CPPFLAGS-nonlib): Add
9781         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
9782         (bench-deps): Add bench-timing.h.
9783         * benchtests-bench-skeleton.c: Include bench-timing.h.
9784         (main): Use TIMING_* macros instead of clock_gettime.
9785         * benchtests/bench-timing.h: New file.
9786
9787         [BZ #14582]
9788         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
9789         Renamed from _LIB_VERSION.
9790         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
9791
9792 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
9793
9794         * math/libm-test.inc (struct test_fff_f_data): New type.
9795         (RUN_TEST_LOOP_fff_f): New macro.
9796         (fma_test_data): New variable.
9797         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
9798         (fma_towardzero_test_data): New variable.
9799         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
9800         (fma_downward_test_data): New variable.
9801         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
9802         (fma_upward_test_data): New variable.
9803         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
9804
9805         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
9806         (struct test_c_c_data): New type.
9807         (RUN_TEST_LOOP_c_c): New macro.
9808         (cacos_test_data): New variable.
9809         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
9810         (cacosh_test_data): New variable.
9811         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
9812         (casin_test_data): New variable.
9813         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
9814         (casinh_test_data): New variable.
9815         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
9816         (catan_test_data): New variable.
9817         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
9818         (catanh_test_data): New variable.
9819         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
9820         (ccos_test_data): New variable.
9821         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
9822         (ccosh_test_data): New variable.
9823         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
9824         (cexp_test_data): New variable.
9825         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
9826         (clog_test_data): New variable.
9827         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
9828         (clog10_test_data): New variable.
9829         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
9830         (conj_test_data): New variable.
9831         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
9832         (cproj_test_data): New variable.
9833         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
9834         (csin_test_data): New variable.
9835         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
9836         (csinh_test_data): New variable.
9837         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
9838         (csqrt_test_data): New variable.
9839         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
9840         (ctan_test_data): New variable.
9841         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
9842         (ctan_tonearest_test_data): New variable.
9843         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
9844         (ctan_towardzero_test_data): New variable.
9845         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
9846         (ctan_downward_test_data): New variable.
9847         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
9848         (ctan_upward_test_data): New variable.
9849         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
9850         (ctanh_test_data): New variable.
9851         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
9852         (ctanh_tonearest_test_data): New variable.
9853         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
9854         (ctanh_towardzero_test_data): New variable.
9855         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
9856         (ctanh_downward_test_data): New variable.
9857         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
9858         (ctanh_upward_test_data): New variable.
9859         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
9860         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
9861         of BUILD_COMPLEX.
9862
9863         * math/libm-test.inc (struct test_ff_f_data): New type.
9864         (struct test_ff_f_data_nexttoward): Likewise.
9865         (RUN_TEST_LOOP_2_f): New macro.
9866         (RUN_TEST_LOOP_ff_f): Likewise.
9867         (atan2_test_data): New variable.
9868         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
9869         (copysign_test_data): New variable.
9870         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
9871         (fdim_test_data): New variable.
9872         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
9873         (fmax_test_data): New variable.
9874         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
9875         (fmin_test_data): New variable.
9876         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
9877         (fmod_test_data): New variable.
9878         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
9879         (hypot_test_data): New variable.
9880         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
9881         (nextafter_test_data): New variable.
9882         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
9883         (nexttoward_test_data): New variable.
9884         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
9885         (pow_test_data): New variable.
9886         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
9887         (pow_tonearest_test_data): New variable.
9888         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
9889         (pow_towardzero_test_data): New variable.
9890         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
9891         (pow_downward_test_data): New variable.
9892         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
9893         (pow_upward_test_data): New variable.
9894         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
9895         (remainder_test_data): New variable.
9896         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
9897         (scalb_test_data): New variable.
9898         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
9899         * sysdeps/i386/fpu/libm-test-ulps: Update.
9900
9901 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
9902
9903         * math/libm-test.inc (fma_test): Use max_value instead of local
9904         variable fltmax.
9905         (nextafter_test): Likewise.
9906
9907         * math/libm-test.inc (acos_towardzero_test_data): New variable.
9908         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9909         (acos_downward_test_data): New variable.
9910         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9911         (acos_upward_test_data): New variable.
9912         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9913         (acosh_test_data): New variable.
9914         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
9915         (asin_test_data): New variable.
9916         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
9917         (asin_tonearest_test_data): New variable.
9918         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9919         (asin_towardzero_test_data): New variable.
9920         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9921         (asin_downward_test_data): New variable.
9922         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9923         (asin_upward_test_data): New variable.
9924         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9925         (asinh_test_data): New variable.
9926         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
9927         (atan_test_data): New variable.
9928         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
9929         (atanh_test_data): New variable.
9930         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
9931         (cbrt_test_data): New variable.
9932         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
9933         (ceil_test_data): New variable.
9934         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
9935         (cos_test_data): New variable.
9936         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
9937         (cos_tonearest_test_data): New variable.
9938         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9939         (cos_towardzero_test_data): New variable.
9940         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9941         (cos_downward_test_data): New variable.
9942         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9943         (cos_upward_test_data): New variable.
9944         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9945         (cosh_test_data): New variable.
9946         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
9947         (cosh_tonearest_test_data): New variable.
9948         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9949         (cosh_towardzero_test_data): New variable.
9950         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9951         (cosh_downward_test_data): New variable.
9952         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9953         (cosh_upward_test_data): New variable.
9954         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9955         (erf_test_data): New variable.
9956         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
9957         (erfc_test_data): New variable.
9958         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
9959         (exp_test_data): New variable.
9960         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
9961         (exp_tonearest_test_data): New variable.
9962         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9963         (exp_towardzero_test_data): New variable.
9964         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9965         (exp_downward_test_data): New variable.
9966         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9967         (exp_upward_test_data): New variable.
9968         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9969         (exp10_test_data): New variable.
9970         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
9971         (exp2_test_data): New variable.
9972         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
9973         (expm1_test_data): New variable.
9974         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
9975         (fabs_test_data): New variable.
9976         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
9977         (floor_test_data): New variable.
9978         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
9979         (j0_test_data): New variable.
9980         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
9981         (j1_test_data): New variable.
9982         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
9983         (log_test_data): New variable.
9984         (log_test): Run tests with RUN_TEST_LOOP_f_f.
9985         (log10_test_data): New variable.
9986         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
9987         (log1p_test_data): New variable.
9988         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
9989         (log2_test_data): New variable.
9990         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
9991         (logb_test_data): New variable.
9992         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
9993         (logb_downward_test_data): New variable.
9994         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9995         (nearbyint_test_data): New variable.
9996         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
9997         (rint_test_data): New variable.
9998         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
9999         (rint_tonearest_test_data): New variable.
10000         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10001         (rint_towardzero_test_data): New variable.
10002         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10003         (rint_downward_test_data): New variable.
10004         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10005         (rint_upward_test_data): New variable.
10006         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10007         (round_test_data): New variable.
10008         (round_test): Run tests with RUN_TEST_LOOP_f_f.
10009         (sin_test_data): New variable.
10010         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
10011         (sin_tonearest_test_data): New variable.
10012         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10013         (sin_towardzero_test_data): New variable.
10014         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10015         (sin_downward_test_data): New variable.
10016         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10017         (sin_upward_test_data): New variable.
10018         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10019         (sinh_test_data): New variable.
10020         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
10021         (sinh_tonearest_test_data): New variable.
10022         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10023         (sinh_towardzero_test_data): New variable.
10024         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10025         (sinh_downward_test_data): New variable.
10026         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10027         (sinh_upward_test_data): New variable.
10028         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10029         (sqrt_test_data): New variable.
10030         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
10031         (tan_test_data): New variable.
10032         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
10033         (tan_tonearest_test_data): New variable.
10034         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10035         (tan_towardzero_test_data): New variable.
10036         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10037         (tan_downward_test_data): New variable.
10038         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10039         (tan_upward_test_data): New variable.
10040         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10041         (tanh_test_data): New variable.
10042         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
10043         (tgamma_test_data): New variable.
10044         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
10045         (trunc_test_data): New variable.
10046         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
10047         (y0_test_data): New variable.
10048         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
10049         (y1_test_data): New variable.
10050         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
10051         (significand_test_data): New variable.
10052         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
10053
10054 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
10055
10056         [BZ #12387]
10057         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
10058
10059 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
10060
10061         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
10062
10063 2013-05-10  Andreas Jaeger  <aj@suse.de>
10064
10065         [BZ #15448]
10066         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
10067         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
10068
10069 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
10070
10071         * math/gen-libm-test.pl (adjust_arg): New function.
10072         (special_functions): Handle generating output in both functions
10073         and arrays.
10074         (parse_args): Likewise.
10075         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
10076         $in_func argument to parse_args.
10077         * math/libm-test.inc (struct test_f_f_data): New type.
10078         (IF_ROUND_INIT_): New macro.
10079         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
10080         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
10081         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
10082         (IF_ROUND_INIT_FE_UPWARD): Likewise.
10083         (ROUND_RESTORE_): Likewise.
10084         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
10085         (ROUND_RESTORE_FE_TONEAREST): Likewise.
10086         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
10087         (ROUND_RESTORE_FE_UPWARD): Likewise.
10088         (RUN_TEST_LOOP_f_f): New macro.
10089         (acos_test_data): New variable.
10090         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
10091         (acos_tonearest_test_data): New variable.
10092         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10093
10094 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10095
10096         * benchtests/bench-skeleton.c (startup): Fix coding style.
10097
10098 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
10099
10100         [BZ #6809]
10101         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
10102         negative infinity argument.
10103         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
10104         negative infinity argument.
10105         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
10106         negative infinity argument.
10107         * math/libm-test.inc (tgamma_test): Expect errno to be set for
10108         domain errors.
10109
10110 2013-05-10  Florian Weimer  <fweimer@redhat.com>
10111
10112         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
10113         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
10114         * iconv/iconv_prog.c (main): Likewise.
10115         * locale/programs/charmap-dir.c (charmap_readdir)
10116         (fopen_uncompressed): Likewise.
10117         * locale/programs/locfile.c (siblings_uncached)
10118         (write_locale_data): Use lstat64 instead of lstat.
10119         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
10120         stat.
10121
10122 2013-05-10  Andreas Jaeger  <aj@suse.de>
10123
10124         [BZ #15395]
10125         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
10126         localization.
10127         Include <locale.h>.
10128
10129 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
10130
10131         * elf/dl-close.c (_dl_close_worker): Add comments.
10132
10133 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
10134
10135         [BZ #15359]
10136         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
10137         high part of pi/2.
10138         (__ieee754_rem_pio2l): Update comments.
10139
10140         [BZ #15429]
10141         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
10142         high part of pi/2.
10143         (__ieee754_rem_pio2l): Update comments.
10144
10145         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
10146         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
10147
10148         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
10149         M_PI_4l.
10150
10151         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
10152         (M_PI_34_LOG10El): Likewise.
10153         (M_PI2_LOG10El): Likewise.
10154         (M_PI4_LOG10El): Likewise.
10155         (M_PI_LOG10El): Likewise.
10156
10157 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10158
10159         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10160
10161 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
10162
10163         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
10164         (MINUS_ZERO_INIT): Likewise.
10165         (PLUS_INFTY_INIT): Likewise.
10166         (MINUS_INFTY_INIT): Likewise.
10167         (QNAN_VALUE_INIT): Likewise.
10168         (MAX_VALUE_INIT): Likewise.
10169         (MIN_VALUE_INIT): Likewise.
10170         (MIN_SUBNORM_VALUE_INIT): Likewise.
10171         (plus_zero): Initialize with PLUS_ZERO_INIT.
10172         (minus_zero): Initialize with MINUS_ZERO_INIT.
10173         (plus_infty): Initialize with PLUS_INFTY_INIT.
10174         (minus_infty): Initialize with MINUS_INFTY_INIT.
10175         (qnan_value): Initialize with QNAN_VALUE_INIT.
10176         (max_value): Initialize with MAX_VALUE_INIT.
10177         (min_value): Initialize with MIN_VALUE_INIT.
10178         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
10179
10180         * math/libm-test.inc (RUN_TEST_if_f): New macro.
10181         (jn_test): Use TEST_if_f instead of TEST_ff_f.
10182         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
10183         (yn_test): Use TEST_if_f instead of TEST_ff_f.
10184
10185         * math/libm-test.inc (RUN_TEST_f_f): New macro.
10186         (RUN_TEST_2_f): Likewise.
10187         (RUN_TEST_ff_f): Likewise.
10188         (RUN_TEST_fi_f): Likewise.
10189         (RUN_TEST_fl_f): Likewise.
10190         (RUN_TEST_fff_f): Likewise.
10191         (RUN_TEST_c_f): Likewise.
10192         (RUN_TEST_f_f1): Likewise.
10193         (RUN_TEST_fF_f1): Likewise.
10194         (RUN_TEST_fI_f1): Likewise.
10195         (RUN_TEST_ffI_f1): Likewise.
10196         (RUN_TEST_c_c): Likewise.
10197         (RUN_TEST_cc_c): Likewise.
10198         (RUN_TEST_f_i): Likewise.
10199         (RUN_TEST_f_i_tg): Likewise.
10200         (RUN_TEST_ff_i_tg): Likewise.
10201         (RUN_TEST_f_b): Likewise.
10202         (RUN_TEST_f_b_tg): Likewise.
10203         (RUN_TEST_f_l): Likewise.
10204         (RUN_TEST_f_L): Likewise.
10205         (RUN_TEST_sincos): Likewise.
10206         * math/gen-libm-test.pl (new_test): Take new argument to indicate
10207         whether to show exceptions.  Do not include ");\n" in return
10208         value.
10209         (special_functions): Output call to RUN_TEST_sincos instead of
10210         check_float calls.  Update calls to new_test.
10211         (parse_args): Output call to single RUN_TEST_* macro instead of
10212         check_* calls and other assignments.  Update calls to new_test.
10213
10214         [BZ #2546]
10215         [BZ #2560]
10216         [BZ #5159]
10217         [BZ #15426]
10218         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
10219         input to result for tgamma overflow.
10220         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
10221         (gamma_coeff): New variable.
10222         (NCOEFF): New macro.
10223         (gamma_positive): New function.
10224         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
10225         underflow here.  Use gamma_positive instead of exp (lgamma) for
10226         other arguments.
10227         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
10228         (gamma_coeff): New variable.
10229         (NCOEFF): New macro.
10230         (gammaf_positive): New function.
10231         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
10232         underflow here.  Use gamma_positive instead of exp (lgamma) for
10233         other arguments.
10234         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
10235         (gamma_coeff): New variable.
10236         (NCOEFF): New macro.
10237         (gammal_positive): New function.
10238         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
10239         underflow here.  Use gamma_positive instead of exp (lgamma) for
10240         other arguments.
10241         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
10242         (gamma_coeff): New variable.
10243         (NCOEFF): New macro.
10244         (gammal_positive): New function.
10245         (__ieee754_gammal_r): Handle positive infinity, overflow and
10246         underflow here.  Handle NaN the same as positive infinity.  Remove
10247         check x < 0xffffffff for negative integers.  Use gamma_positive
10248         instead of exp (lgamma) for other arguments.
10249         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
10250         (gamma_coeff): New variable.
10251         (NCOEFF): New macro.
10252         (gammal_positive): New function.
10253         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
10254         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
10255         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
10256         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
10257         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
10258         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
10259         * sysdeps/generic/math_private.h (__gamma_productf): New
10260         prototype.
10261         (__gamma_product): Likewise.
10262         (__gamma_productl): Likewise.
10263         * math/Makefile (libm-calls): Add gamma_product.
10264         * math/libm-test.inc (tgamma_test): Add more tests.
10265         * sysdeps/i386/fpu/libm-test-ulps: Update.
10266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10267
10268 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
10269
10270         * benchtests/bench-skeleton.c (main): Preheat CPU.
10271
10272 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
10273
10274         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
10275
10276 2013-05-07  Roland McGrath  <roland@hack.frob.com>
10277
10278         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
10279         and _dl_skip_args_internal.
10280
10281 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
10282
10283         * manual/message.texi (Message Translation): Talk about users.
10284         Message to key mapping impacts design.
10285
10286 2013-05-06  Roland McGrath  <roland@hack.frob.com>
10287
10288         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
10289
10290         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
10291
10292         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
10293         * sysdeps/wordsize-64/glob64.c: ... here.
10294
10295         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
10296         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
10297         New macros.
10298
10299         * debug/getlogin_r_chk.c: Moved to ...
10300         * login/getlogin_r_chk.c: ... here.
10301         * debug/Makefile (routines): Move getlogin_r_chk to ...
10302         * login/Makefile (routines): ... here.
10303         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
10304         * login/Versions (libc: GLIBC_2.4): ... here.
10305
10306         * io/poll.c (__poll): Renamed from poll.
10307         Add libc_hidden_def.
10308         (poll): Define as weak alias.
10309
10310         * debug/ptsname_r_chk.c: Moved to ...
10311         * login/ptsname_r_chk.c: ... here.
10312         * debug/Makefile (routines): Move ptsname_r_chk to ...
10313         * login/Makefile (routines): ... here.
10314         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
10315         * login/Versions (libc: GLIBC_2.4): ... here.
10316
10317         * posix/getlogin.c: Moved to ...
10318         * login/getlogin.c: ... here.
10319         * posix/getlogin_r.c: Moved to ...
10320         * login/getlogin_r.c: ... here.
10321         * posix/getlogin_r.c: Moved to ...
10322         * login/getlogin_r.c: ... here.
10323         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
10324         * login/Makefile (routines): ... here.
10325         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
10326         * login/Versions (libc: GLIBC_2.0): ... here.
10327
10328         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
10329         (setrlimit): Define as weak alias.
10330
10331         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
10332         Call __ names for open, ftruncate, and close.
10333         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
10334         (truncate): Define as weak alias.
10335
10336 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
10337
10338         * math/gen-libm-test.pl (parse_args): Initialize x before each
10339         test of frexp, modf and remquo.
10340
10341         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
10342         test signgam value.
10343
10344 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10345
10346         [BZ #15418]
10347         [BZ #15419]
10348         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
10349         internal tests.
10350         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
10351
10352 2013-05-06  Roland McGrath  <roland@hack.frob.com>
10353
10354         * elf/dl-writev.h: New file.
10355         * elf/dl-misc.c: Include it.
10356         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
10357         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
10358
10359 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
10360
10361         * math/libm-test.inc (noXFails): Remove variable.
10362         (noXPasses): Likewise.
10363         (BUILD_COMPLEX_INT): Remove macro.
10364         (print_screen): Remove xfail argument.
10365         (print_screen_max_error): Likewise.
10366         (update_stats): Likewise.
10367         (print_max_error): Likewise.  Update calls to other affected
10368         functions.
10369         (print_complex_max_error): Likewise.
10370         (test_single_exception): Update calls to print_screen.
10371         (test_single_errno): Likewise.
10372         (check_float_internal): Remove xfail argument.  Update calls to
10373         other affected functions.
10374         (check_float): Likewise.
10375         (check_complex): Likewise.
10376         (check_int): Likewise.
10377         (check_long): Likewise.
10378         (check_bool): Likewise.
10379         (check_longlong): Likewise.
10380         (main): Don't print noXFails and noXPasses.
10381         * math/gen-libm-test.pl (top level): Don't mention expected
10382         failure handling in comment.
10383         (new_test): Don't handle expected failures.
10384         (parse_args): Don't mention expected failure handling in comment.
10385         (generate_testfile): Don't handle expected failures.
10386         (parse_ulps): Likewise.
10387         (print_ulps_file): Likewise.
10388         (get_failure): Remove function.
10389         (output_test): Don't handle expected failures.
10390         * make/README.libm-test: Don't mention expected failure handling.
10391
10392         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
10393         (minus_zero): Likewise.
10394         (plus_infty): Likewise.
10395         (minus_infty): Likewise.
10396         (qnan_value): Likewise.
10397         (max_value): Likewise.
10398         (min_value): Likewise.
10399         (min_subnorm_value): Likewise.
10400         (initialize): Do not initialize those variables dynamically.
10401
10402 2013-05-03  Roland McGrath  <roland@hack.frob.com>
10403
10404         * io/open.c (__open_2): Moved to ...
10405         * io/open_2.c: ... this new file.
10406         * io/open64.c (__open64_2): Moved to ...
10407         * io/open64_2.c: ... this new file.
10408         * io/openat.c (__openat_2): Moved to ...
10409         * io/openat_2.c: ... this new file.
10410         * io/openat64.c (__openat64_2): Moved to ...
10411         * io/openat64_2.c: ... this new file.
10412         * io/Makefile (routines): Add them.
10413         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
10414         * sysdeps/unix/sysv/linux/open_2.c: File removed.
10415         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
10416         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
10417         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
10418         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
10419         (__openat64): Add hidden_ver.
10420         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
10421         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
10422
10423         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
10424         Separately conditionalize setting of GLRO(dl_sysinfo) so
10425         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
10426         as well, but the actual setting is only under [NEED_DL_SYSINFO].
10427
10428 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10429
10430         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
10431         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
10432         definition.
10433         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
10434         * sysdeps/unix/sysv/linux/powerpc/init-first.c
10435         (_libc_vdso_platform_setup): Add __vdso_time initialization.
10436         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
10437         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
10438
10439 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
10440
10441         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
10442         test signgam value.
10443
10444         * math/libm-test.inc (hypot_test): Do not use
10445         IGNORE_ZERO_INF_SIGN.
10446
10447 2013-05-03  Andreas Jaeger  <aj@suse.de>
10448
10449         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
10450         Linux 3.9.
10451         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
10452         (PF_MAX): Adjust for VSOCK change.
10453
10454 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10455
10456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10457
10458 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
10459
10460         [BZ #15264]
10461         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
10462         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
10463         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
10464
10465 2013-05-02  David S. Miller  <davem@davemloft.net>
10466
10467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10468
10469 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
10470
10471         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
10472
10473 2013-05-01  Roland McGrath  <roland@hack.frob.com>
10474
10475         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
10476
10477 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
10478
10479         [BZ #14952]
10480         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
10481         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
10482         Use __attribute__ ((__gnu_inline__)).
10483         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
10484         Don't use __attribute__ ((__gnu_inline__)).
10485
10486 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
10487
10488         [BZ #15423]
10489         * math/s_catan.c (__catan): Handle small real or imaginary part of
10490         input specially to avoid spurious underflow.
10491         * math/s_catanf.c (__catanf): Likewise.
10492         * math/s_catanh.c (__catanh): Likewise.
10493         * math/s_catanhf.c (__catanhf): Likewise.
10494         * math/s_catanhl.c (__catanhl): Likewise.
10495         * math/s_catanl.c (__catanl): Likewise.
10496         * math/libm-test.inc (catan_test): Add more tests.
10497         (catanh_test): Likewise.
10498         * sysdeps/i386/fpu/libm-test-ulps: Update.
10499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10500
10501 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10502
10503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10504
10505 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
10506
10507         [BZ #15416]
10508         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
10509         accurately for denominator in atan2.
10510         * math/s_catanf.c (__catanf): Likewise.
10511         * math/s_catanh.c (__catanh): Likewise.
10512         * math/s_catanhf.c (__catanhf): Likewise.
10513         * math/s_catanhl.c (__catanhl): Likewise.
10514         * math/s_catanl.c (__catanl): Likewise.
10515         * math/libm-test.inc (catan_test): Add more tests.
10516         (catanh_test): Likewise.
10517         * sysdeps/i386/fpu/libm-test-ulps: Update.
10518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10519
10520 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10521
10522         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
10523
10524         * benchtests/Makefile (bench): Remove slow benchmarks.
10525         * benchtests/atan-inputs: Add slow benchmark inputs.
10526         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
10527         (BENCH_FUNC): Accept variant offset.
10528         (VARIANT): Define.
10529         * benchtests/bench-skeleton.c (main): Run benchmark for each
10530         variant.
10531         * benchtests/cos-inputs: Add slow benchmark inputs.
10532         * benchtests/exp-inputs: Likewise.
10533         * benchtests/pow-inputs: Likewise.
10534         * benchtests/sin-inputs: Likewise.
10535         * benchtests/slowatan-inputs: Remove.
10536         * benchtests/slowatan.c: Remove.
10537         * benchtests/slowcos-inputs: Remove.
10538         * benchtests/slowcos.c: Remove.
10539         * benchtests/slowexp-inputs: Remove.
10540         * benchtests/slowexp.c: Remove.
10541         * benchtests/slowpow-inputs: Remove.
10542         * benchtests/slowpow.c: Remove.
10543         * benchtests/slowsin-inputs: Remove.
10544         * benchtests/slowsin.c: Remove.
10545         * benchtests/slowtan-inputs: Remove.
10546         * benchtests/slowtan.c: Remove.
10547         * benchtests/tan-inputs: Add slow benchmark inputs.
10548         * scripts/bench.pl: Parse comments and directives.
10549
10550         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
10551         in CPPFLAGS.
10552         ($(objpfx)bench-%.c): Remove *-ITER.
10553         * benchtests/bench-modf.c: Remove definition of ITER.
10554         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
10555         (main): Loop for DURATION seconds instead of fixed number of
10556         iterations.
10557         * scripts/bench.pl: Don't expect iterations in parameters.
10558
10559 2013-04-29  Roland McGrath  <roland@hack.frob.com>
10560
10561         * io/fchdir.c (__fchdir): Renamed from fchdir.
10562         (fchdir): Define as weak alias.
10563
10564 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
10565
10566         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
10567         (ERRNO_EDOM): Likewise.
10568         (ERRNO_ERANGE): Likewise.
10569         (noErrnoTests): New variable.
10570         (init_max_error): Set errno to 0.
10571         (test_single_errno): New function.
10572         (test_errno): Likewise.
10573         (check_float_internal): Call test_errno.  Set errno to 0.
10574         (check_complex): Refer to errno tests in comment.
10575         (check_int): Call test_errno.  Set errno to 0.
10576         (check_long): Likewise.
10577         (check_bool): Likewise.
10578         (check_longlong): Likewise.
10579         (cos_test): Use ERRNO_* flags for errno tests instead of
10580         check_int.
10581         (expm1_test): Likewise.
10582         (fmod_test): Likewise.
10583         (ilogb_test): Likewise.
10584         (lgamma_test): Likewise.
10585         (pow_test): Likewise.
10586         (remainder_test): Likewise.
10587         (sin_test): Likewise.
10588         (tan_test): Likewise.
10589         (yn_test): Likewise.
10590         (initialize): Set errno to 0.
10591         (main): Print number of errno tests.
10592         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
10593
10594 2013-04-29  Andreas Jaeger  <aj@suse.de>
10595
10596         [BZ #15084]
10597         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
10598         and RES_USEVC.
10599
10600         [BZ #15085]
10601         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
10602         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
10603         unimplemented.
10604
10605         [BZ #15380]
10606         * stdlib/random.c (__initstate): Return NULL if
10607         __initstate fails.
10608
10609         [BZ #15086]
10610         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
10611         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
10612         RES_SNGLKUPREOP.
10613
10614 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10615
10616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10617
10618 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
10619
10620         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
10621         of individual tests.
10622         (casin_test): Likewise.
10623         (casinh_test): Likewise.
10624
10625 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
10626
10627         [BZ #15409]
10628         * math/s_catan.c (__catan): Handle arguments with large real or
10629         imaginary part separately without squaring.
10630         * math/s_catanf.c (__catanf): Likewise.
10631         * math/s_catanh.c (__catanh): Likewise.
10632         * math/s_catanhf.c (__catanhf): Likewise.
10633         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
10634         and redefine.
10635         (__catanhl): Handle arguments with large real or imaginary part
10636         separately without squaring.
10637         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
10638         and redefine.
10639         (__catanl): Handle arguments with large real or imaginary part
10640         separately without squaring.
10641         * math/libm-test.inc (catan_test): Add more tests.
10642         (catanh_test): Likewise.
10643         * sysdeps/i386/fpu/libm-test-ulps: Update.
10644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10645
10646 2013-04-27  Andreas Jaeger  <aj@suse.de>
10647
10648         [BZ #15007]
10649         * stdlib/stdlib.h: Update guards for qecvt.
10650         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
10651         <stdlib.h>.
10652
10653 2013-04-27  Allan McRae  <allan@archlinux.org>
10654
10655         * sysdeps/i386/fpu/libm-test-ulps: Update.
10656
10657 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
10658
10659         [BZ #15406]
10660         * math/s_catan.c: Include <float.h>.
10661         (__catan): Ensure underflow exception occurs for underflowed
10662         result.
10663         * math/s_catanf.c: Include <float.h>.
10664         (__catanf): Ensure underflow exception occurs for underflowed
10665         result.
10666         * math/s_catanh.c: Include <float.h>.
10667         (__catanh): Ensure underflow exception occurs for underflowed
10668         result.
10669         * math/s_catanhf.c: Include <float.h>.
10670         (__catanhf): Ensure underflow exception occurs for underflowed
10671         result.
10672         * math/s_catanhl.c: Include <float.h>.
10673         (__catanhl): Ensure underflow exception occurs for underflowed
10674         result.
10675         * math/s_catanl.c: Include <float.h>.
10676         (__catanl): Ensure underflow exception occurs for underflowed
10677         result.
10678         * math/libm-test.inc (catan_test): Add more tests.
10679         (catanh_test): Likewise.
10680
10681         [BZ #15405]
10682         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
10683         underflowed result.
10684         * math/s_ccoshf.c (__ccoshf): Likewise.
10685         * math/s_ccoshl.c (__ccoshl): Likewise.
10686         * math/s_csin.c (__csin): Likewise.
10687         * math/s_csinf.c (__csinf): Likewise.
10688         * math/s_csinh.c (__csinh): Likewise.
10689         * math/s_csinhf.c (__csinhf): Likewise.
10690         * math/s_csinhl.c (__csinhl): Likewise.
10691         * math/s_csinl.c (__csinl): Likewise.
10692         * math/libm-test.inc (ccos_test): Add more tests.
10693         (ccosh_test): Likewise.
10694         (csin_test): Likewise.
10695         (csinh_test): Likewise.
10696
10697 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10698
10699         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
10700         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
10701         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
10702         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
10703         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
10704         powerpc/power5+/fpu folders.
10705         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
10706
10707
10708 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
10709
10710         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10711
10712 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
10713
10714         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
10715         additions to variable.
10716         [$(config-machine) = x86_64] (modules-names): Likewise.
10717         ($(objpfx)tst-audit3): Remove dependency.
10718         ($(objpfx)tst-audit3.out): Likewise.
10719         ($(objpfx)tst-audit4): Likewise.
10720         ($(objpfx)tst-audit4.out): Likewise.
10721         ($(objpfx)tst-audit5): Likewise.
10722         ($(objpfx)tst-audit5.out): Likewise.
10723         ($(objpfx)tst-audit6): Likewise.
10724         ($(objpfx)tst-audit6.out): Likewise.
10725         ($(objpfx)tst-audit7): Likewise.
10726         ($(objpfx)tst-audit7.out): Likewise.
10727         (tst-audit3-ENV): Remove variable.
10728         (tst-audit4-ENV): Likewise.
10729         (tst-audit5-ENV): Likewise.
10730         (tst-audit6-ENV): Likewise.
10731         (tst-audit7-ENV): Likewise.
10732         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
10733         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
10734         addition to variable.
10735         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
10736         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
10737         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
10738         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
10739         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
10740         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
10741         tst-audit3, tst-audit4 and tst-audit5.
10742         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
10743         tst-audit6 and tst-audit7.
10744         [$(subdir) = elf] (modules-names): Add audit modules for those
10745         tests.
10746         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
10747         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
10748         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
10749         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
10750         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
10751         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
10752         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
10753         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
10754         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
10755         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
10756         [$(subdir) = elf] (tst-audit3-ENV): New variable.
10757         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
10758         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
10759         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
10760         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
10761         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
10762         Likewise.
10763         [$(subdir) = elf && $(config-cflags-avx) = yes]
10764         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
10765         [$(subdir) = elf && $(config-cflags-avx) = yes]
10766         (CFLAGS-tst-auditmod4a.c): Likewise.
10767         [$(subdir) = elf && $(config-cflags-avx) = yes]
10768         (CFLAGS-tst-auditmod4b.c): Likewise.
10769         [$(subdir) = elf && $(config-cflags-avx) = yes]
10770         (CFLAGS-tst-auditmod6b.c): Likewise.
10771         [$(subdir) = elf && $(config-cflags-avx) = yes]
10772         (CFLAGS-tst-auditmod6c.c): Likewise.
10773         [$(subdir) = elf && $(config-cflags-avx) = yes]
10774         (CFLAGS-tst-auditmod7b.c): Likewise.
10775         * elf/tst-audit3.c: Move to ...
10776         * sysdeps/x86_64/tst-audit3.c: ... here.
10777         * elf/tst-audit4.c: Move to ...
10778         * sysdeps/x86_64/tst-audit4.c: ... here.
10779         * elf/tst-audit5.c: Move to ...
10780         * sysdeps/x86_64/tst-audit5.c: ... here.
10781         * elf/tst-audit6.c: Move to ...
10782         * sysdeps/x86_64/tst-audit6.c: ... here.
10783         * elf/tst-audit7.c: Move to ...
10784         * sysdeps/x86_64/tst-audit7.c: ... here.
10785         * elf/tst-auditmod3a.c: Move to ...
10786         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
10787         * elf/tst-auditmod3b.c: Move to ...
10788         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
10789         * elf/tst-auditmod4a.c: Move to ...
10790         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
10791         * elf/tst-auditmod4b.c: Move to ...
10792         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
10793         * elf/tst-auditmod5a.c: Move to ...
10794         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
10795         * elf/tst-auditmod5b.c: Move to ...
10796         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
10797         * elf/tst-auditmod6a.c: Move to ...
10798         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
10799         * elf/tst-auditmod6b.c: Move to ...
10800         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
10801         * elf/tst-auditmod6c.c: Move to ...
10802         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
10803         * elf/tst-auditmod7a.c: Move to ...
10804         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
10805         * elf/tst-auditmod7b.c: Move to ...
10806         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
10807
10808 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
10809
10810         [BZ #15366]
10811         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
10812         define unconditionally.
10813         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
10814         define unconditionally.
10815         (INT8_C, INT16_C, etc.): Likewise.
10816
10817 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
10818
10819         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
10820         __ehdr_start with hidden visibility.
10821
10822         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
10823
10824 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
10825
10826         * math/libm-test.inc (cos_test): Use accurate hex constants.
10827         (sincost_test): Likewise.
10828
10829 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
10830
10831         * math/libm-test.inc (catan_test): Add more tests.
10832         (catanh_test): Likewise.
10833
10834         * math/s_catanf.c (__catanf): Use suffixed floating-point
10835         constants.
10836         * math/s_catanhf.c (__catanhf): Likewise.
10837         * math/s_catanhl.c (__catanhl): Likewise.
10838         * math/s_catanl.c (__catanl): Likewise.
10839
10840         [BZ #15394]
10841         * math/s_catan.c (__catan): Calculate imaginary part of result
10842         with log1p not log unless computing log of number close to 0.
10843         * math/s_catanf.c (__catanf): Likewise.
10844         * math/s_catanl.c (__catanl): Likewise.
10845         * math/s_catanh.c (__catanh): Calculate real part of result with
10846         log1p not log unless computing log of number close to 0.
10847         * math/s_catanhf.c (__catanhf): Likewise.
10848         * math/s_catanhl.c (__catanhl): Likewise.
10849         * math/libm-test.inc (catan_test): Add more tests.
10850         (catanh_test): Likewise.
10851         * sysdeps/i386/fpu/libm-test-ulps: Update.
10852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10853
10854 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10855
10856         * benchtests/Makefile: Mention files in which fast and slow
10857         paths of math functions are implemented.
10858
10859 2013-04-23  Roland McGrath  <roland@hack.frob.com>
10860
10861         * sysdeps/posix/timespec_get.c: New file.
10862
10863 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10864
10865         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
10866         POWER.
10867         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
10868         for POWER.
10869         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
10870         powerpc/power5/fpu folders.
10871         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
10872         * benchtests/Makefile: Add modf testcase.
10873         * benchtests/bench-modf.c: New file: Benchmark test for mo
10874
10875 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10876
10877         [BZ #14888]
10878         * time/Makefile (tests): Add tst-strptime-whitespace.
10879         * time/strptime_l.c (get_number): Use ISSPACE.
10880         (__strptime_internal): Likewise.
10881         * time/tst-strptime-whitespace.c: New test case.
10882
10883 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
10884
10885         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
10886         member.
10887         (_nss_files_init): Set it here.
10888
10889 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
10890
10891         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
10892         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
10893         unsigned.
10894
10895 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
10896
10897         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
10898
10899 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10900
10901         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
10902         size just once.
10903
10904 2013-04-21  David S. Miller  <davem@davemloft.net>
10905
10906         * po/ru.po: Update Russion translation from translation project.
10907
10908 2013-04-17  Adam Conrad  <adconrad@0c3.net>
10909
10910         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
10911         and setfsgid.
10912
10913 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
10914
10915         * configure.in: Remove i386 configure warning. Remove i386 case.
10916         * configure: Regenerate.
10917         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
10918         Add example to error message.
10919         * sysdeps/i386/configure: Regenerate.
10920
10921 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
10922
10923         * benchtests/Makefile (bench): Add cos, tan, slowcos and
10924         slowtan.
10925         * benchtests/cos-inputs: New file.
10926         * benchtests/slowcos-inputs: New file.
10927         * benchtests/slowcos.c: New file.
10928         * benchtests/slowtan-inputs: New file.
10929         * benchtests/slowtan.c: New file.
10930         * benchtests/tan-inputs: New file.
10931
10932 2013-04-16  Roland McGrath  <roland@hack.frob.com>
10933
10934         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
10935         considered kosher.
10936
10937 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10938
10939         * benchtests/Makefile: Include cppflags-iterator.mk to add
10940         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
10941
10942         * Makefile.in (bench-clean): New target.
10943         * benchtests/Makefile (bench-clean): Likewise.
10944
10945 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
10946
10947         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
10948
10949 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
10950
10951         * stdio-common/tstdiomisc.c: Fix coding-style violation.
10952
10953 2013-04-15  Andreas Schwab  <schwab@suse.de>
10954
10955         * nscd/grpcache.c (cache_addgr): Properly check for short write.
10956         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10957         * nscd/pwdcache.c (cache_addpw): Likewise.
10958         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
10959         more than recsize.
10960
10961 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10962
10963         * benchtests/Makefile (bench): Write all output to
10964         bench-out.tmp together.
10965
10966 2013-04-15  Andreas Schwab  <schwab@suse.de>
10967
10968         * nscd/nscd.c (main): Don't fork again after closing files.
10969
10970 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10971
10972         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
10973
10974         * benchtests/Rules (bench-deps): Collect dependencies into a
10975         single variable.  Add Makefile to dependencies.
10976         ($(objpfx)bench-%.c): Depend on bench-deps.
10977
10978 2013-04-12  Roland McGrath  <roland@hack.frob.com>
10979             Xavier Roche  <roche+kml2@exalead.com>
10980
10981         [BZ #15361]
10982         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
10983         just that it's a file descriptor.
10984         * manual/llio.texi (Synchronizing AIO Operations): Update description
10985         for EBADF error from aio_fsync.
10986
10987 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
10988
10989         * Rules (bench): Move target definition...
10990         * benchtests/Makefile: ... here.
10991
10992 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
10993
10994         * math/libm-test.inc (cos_test): Fix PI/2 test.
10995         (sincos_test): Likewise.
10996         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10997         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
10998
10999 2013-04-11  Andreas Schwab  <schwab@suse.de>
11000
11001         [BZ #13988]
11002         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
11003         accept exponent character only when digits were seen.
11004         * stdio-common/Makefile (tests): Add bug26.
11005         * stdio-common/bug26.c: New file.
11006
11007         [BZ #14293]
11008         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
11009         non-freeable.
11010
11011 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11012
11013         * Makeconfig (rtld-prefix): Define built linker prefix.
11014         * Rules (run-bench): Use it.
11015         * math/Makefile (run-regen-ulps): Likewise.
11016
11017         * Rules (bench): Remove eval.
11018
11019 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11020             Roland McGrath  <roland@hack.frob.com>
11021             Ondrej Bilka  <neleai@seznam.cz>
11022
11023         [BZ #15346]
11024         * time/getdate.c: Include ctype.h and alloca.h.
11025         (__getdate_r): Trim leading and trailing spaces of input.
11026         * time/tst-getdate.c (tests): Add tests with leading and
11027         trailing spaces.
11028
11029 2013-04-08  Roland McGrath  <roland@hack.frob.com>
11030
11031         [BZ #14280]
11032         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
11033         when computing value.
11034
11035 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11036
11037         * math/README.libm-test (How can I generate "libm-test-ulps"?):
11038         Use testrun.sh to run libm tests.
11039
11040         [BZ #15309]
11041         * elf/dl-open.c (dl_open_worker): memset all of seen array.
11042
11043 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
11044
11045         [BZ #15264]
11046         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
11047
11048 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11049
11050         * Makefile.in (regen-ulps): New target.
11051         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
11052         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
11053         [ifneq (no,$(PERL)] (regen-ulps): New target.
11054         [ifeq (no,$(PERL)] (regen-ulps): New target.
11055         * math/libm-test.inc (ulps_file_name): Define.
11056         (output_dir): New variable.
11057         (options): Add "output-dir" option.
11058         (parse_opt): Handle 'o' case.
11059         (main): If output_dir is non-NULL use it as a prefix
11060         otherwise use "".
11061         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
11062
11063 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11064
11065         [BZ #10060, #10062]
11066         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
11067         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
11068         fail configure if __sync_val_compare_and_swap is not inlined.
11069         * sysdeps/i386/configure: Regenerate.
11070         * configure.in: Build for i686 when configured for i386.
11071         * configure: Regenerate.
11072         * README: Remove i386 reference.
11073
11074 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11075
11076         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
11077         * sysdeps/s390/s390-64/sysdep.h: Likewise.
11078
11079 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
11080
11081         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
11082         (lmsnanval): New variables.
11083         (F): Add conversion tests.
11084         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
11085         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
11086
11087         * stdio-common/tstdiomisc.c (F): Properly collect individual
11088         tests' results.
11089
11090         [BZ #14686, #15336]
11091         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
11092         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
11093         Instead, use input NaN values or generate a qNaN by arithmetic
11094         operation.  Also fix bugs to comply with the standard.
11095         * math/libm-test.inc (remainder_test): Add more tests.
11096
11097         [BZ #15335, #15342]
11098         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
11099         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
11100         input NaN values or generate a qNaN by arithmetic operation.
11101
11102         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
11103         unreachable code.
11104
11105         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
11106         definitions.
11107
11108 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
11109
11110         [BZ #14478]
11111         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
11112         underflowed result.
11113         * math/s_cexpf.c (__cexpf): Likewise.
11114         * math/s_cexpl.c (__cexpl): Likewise.
11115         * math/libm-test.inc (cexp_test): Add more tests.
11116
11117 2013-04-03  Andreas Schwab  <schwab@suse.de>
11118
11119         [BZ #15330]
11120         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
11121         order arrays from heap if bigger than alloca cutoff.
11122
11123 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
11124
11125         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
11126         (SNAN_TESTS_double): Refer to GCC PR56831.
11127         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
11128         GCC PR56828.
11129
11130 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11131
11132         * Rules (bench): Move bench.out after the run is complete.
11133
11134         * Rules (bench): Echo currently running benchmark.
11135
11136         * benchtests/Makefile (bench): Add atan and slowatan.
11137         * benchtests/atan-inputs: New file.
11138         * benchtests/slowatan-inputs: New file.
11139         * benchtests/slowatan.c: New file.
11140
11141         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
11142         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
11143         its value.
11144
11145         [BZ #15305]
11146         * sysdeps/unix/sysv/linux/kernel-features.h
11147         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
11148         __ASSUME_XFS_RESTRICTED_CHOWN.
11149         * sysdeps/unix/sysv/linux/pathconf.c
11150         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11151         Save and restore errno.
11152
11153 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
11154
11155         [BZ #15327]
11156         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
11157         arguments using __kernel_casinh.
11158         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
11159         arguments using __kernel_casinhf.
11160         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
11161         arguments using __kernel_casinhl.
11162         * math/libm-test.inc (cacosh_test): Add more tests.
11163         * sysdeps/i386/fpu/libm-test-ulps: Update.
11164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11165
11166 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11167
11168         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
11169         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
11170
11171         * bench/Makefile (bench): Add sin and slowsin.
11172         * benchtests/sin-inputs: New file.
11173         * benchtests/slowsin-inputs: New file.
11174         * benchtests/slowsin.c: New file.
11175
11176         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
11177         (bench): Add slowexp and slowpow.
11178         (exp-ITER): Increase iterations.
11179         (pow-ITER): Likewise.
11180         * benchtests/exp-inputs: Change input.
11181         * benchtests/pow-inputs: Likewise.
11182         * benchtests/slowexp-inputs: New file.
11183         * benchtests/slowexp.c: New file.
11184         * benchtests/slowpow-inputs: New file.
11185         * benchtests/slowpow.c: New file.
11186
11187 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11188
11189         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
11190         instructions.
11191         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
11192         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
11193         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
11194         * benchtests/Makefile: Add rint benchtest.
11195         * benchtests/rint-inputs: Input for rint benchtest.
11196
11197 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
11198
11199         * Versions.def (libm): Add GLIBC_2.18.
11200         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
11201         hidden libm prototypes.
11202         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
11203         * math/Makefile (libm-calls): Add s_issignaling.
11204         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
11205         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
11206         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
11207         declaration.
11208         * math/math.h [__USE_GNU] (issignaling): New macro.
11209         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
11210         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
11211         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
11212         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
11213         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
11214         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
11215         * manual/arith.texi (issignaling): New section.
11216         * manual/libm-err-tab.pl (@all_functions): Update comment.
11217         * math/gen-libm-test.pl (parse_args): Apply special handling for
11218         issignaling.
11219         * math/libm-test.inc (print_float, issignaling_test): New
11220         functions.
11221         (check_float_internal): Add issignaling checks.
11222         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
11223         default definition.
11224         * sysdeps/powerpc/math-tests.h: New file.
11225         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
11226         tests.
11227         * math/test-snan.c (TEST_FUNC): Likewise.
11228
11229 2013-03-30  David S. Miller  <davem@davemloft.net>
11230
11231         * po/de.po: Update from translation team.
11232
11233 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
11234
11235         [BZ #10357]
11236         * math/k_casinh.c (__kernel_casinh): Handle arguments with
11237         imaginary part less than 1.0 and real part less than 0.5
11238         specially.
11239         * math/k_casinhf.c (__kernel_casinhf): Likewise.
11240         * math/k_casinhl.c (__kernel_casinhl): Likewise.
11241         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
11242         (cacos_test): Add more tests.
11243         (casin_test): Likewise.
11244         (casinh_test): Likewise.
11245         * sysdeps/i386/fpu/libm-test-ulps: Update.
11246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11247
11248 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11249
11250         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
11251         ONE with its value.
11252
11253         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
11254         (__pow_mp): Replace ONE and MONE with their values.
11255         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11256         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
11257         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
11258         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
11259         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
11260         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
11261
11262         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
11263
11264         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
11265         (__pow_mp): Replace ZERO and MZERO with their values.
11266         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
11267         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11268         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
11269         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
11270         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
11271         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
11272         (__sqr): Likewise.
11273
11274         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
11275
11276         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
11277
11278 2013-03-28  Roland McGrath  <roland@hack.frob.com>
11279
11280         * include/stdlib.h [!SHARED] (__call_tls_dtors):
11281         Declare with __attribute__ ((weak)).
11282         * stdlib/exit.c (__libc_atexit) [!SHARED]:
11283         Call __call_tls_dtors only if it's not NULL.
11284
11285 2013-03-28  Roland McGrath  <roland@hack.frob.com>
11286
11287         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
11288         didn't do it already, then set _dl_phdr and _dl_phnum based on the
11289         magic __ehdr_start linker symbol if it's defined.
11290         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
11291         them up here if it was already done.
11292
11293         * elf/dl-support.c (_dl_phdr): Make pointer to const.
11294         (_dl_aux_init): Use const in cast when setting it.
11295         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
11296         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
11297         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
11298
11299         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
11300         Declare them here.
11301         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
11302         * csu/libc-tls.c: Nor here.
11303         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
11304
11305         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
11306         (__libc_message): Never call vsyslog.
11307
11308 2013-03-28  Alan Modra  <amodra@gmail.com>
11309
11310         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
11311         Define as empty.
11312         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
11313         Likewise.
11314
11315 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11316
11317         [BZ #15214]
11318         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
11319         underflow.
11320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11321
11322 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11323
11324         [BZ #15304]
11325         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11326         Don't add gid passed as argument.
11327
11328         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
11329
11330 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
11331
11332         [BZ #15307]
11333         * math/k_casinh.c (__kernel_casinh): Handle arguments with
11334         imaginary part between 1.0 and 1.5 and real part less than 0.5
11335         specially.
11336         * math/k_casinhf.c (__kernel_casinhf): Likewise.
11337         * math/k_casinhl.c (__kernel_casinhl): Likewise.
11338         * math/libm-test.inc (cacos_test): Add more tests.
11339         (casin_test): Likewise.
11340         (casinh_test): Likewise.
11341         * sysdeps/i386/fpu/libm-test-ulps: Update.
11342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11343
11344 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11345
11346         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
11347         constants.
11348         (norm): Likewise.
11349         (denorm): Likewise.
11350         (__dbl_mp): Likewise.
11351         (add_magnitudes): Likewise.
11352         (sub_magnitudes): Likewise.
11353         (__add): Likewise.
11354         (__sub): Likewise.
11355         (__mul): Likewise.
11356         (__sqr): Likewise.
11357         (__inv): Likewise.
11358         (__dvd): Likewise.
11359
11360         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
11361         commented code.
11362         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
11363         (__dubcos): Likewise.
11364         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
11365         (__ieee754_acos): Likewise.
11366         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
11367         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
11368         (__exp1): Likewise.
11369         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11370         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
11371         (log1): Likewise.
11372         (my_log2): Likewise.
11373         (checkint): Likewise.
11374         * sysdeps/ieee754/dbl-64/e_remainder.c
11375         (__ieee754_remainder): Likewise.
11376         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
11377         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
11378         (bsloww): Likewise.
11379         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
11380
11381         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
11382         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
11383         MANTISSA_STORE_T to store computations on mantissa.  Use
11384         macros for rounding and division.
11385         (denorm): Likewise.
11386         (__dbl_mp): Likewise.
11387         (add_magnitudes): Likewise.
11388         (sub_magnitudes): Likewise.
11389         (__mul): Likewise.
11390         (__sqr): Likewise.
11391         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
11392         powers of two in terms of TWOPOW macro.
11393         (mp_no): Make type of mantissa as MANTISSA_T.
11394         [!RADIXI]: Define RADIXI.
11395         [!TWO52]: Define TWO52.
11396         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
11397
11398 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11399
11400         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
11401         llroundl symbol when building for PPC32.
11402
11403 2013-03-24  Mark H Weaver  <mhw@netris.org>
11404
11405         * manual/arith.texi (Normalization Functions): Fix prototypes for
11406         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
11407
11408 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11409
11410         [BZ #13889]
11411         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
11412         high value to check if expl overflow.
11413         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
11414         to check for underflow and overflow.
11415         * math/libm-test.inc: Add exp test.
11416
11417 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
11418
11419         [BZ #11120]
11420         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
11421         with NOT_IN_libc.
11422
11423 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11424
11425         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
11426         symbol.
11427
11428 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
11429
11430         * math/gen-libm-test.pl (parse_args, special_functions): Properly
11431         wrap blocks consisting of several statements.
11432
11433         * sysdeps/generic/math-tests.h: New file.
11434         * sysdeps/i386/fpu/math-tests.h: Likewise.
11435         * math/test-snan.c: Include it.
11436         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
11437
11438 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
11439
11440         [BZ #15285]
11441         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
11442         (__ieee754_j0l): Do not improve calculations using cos of twice
11443         input for inputs above LDBL_MAX / 2.0L.
11444         (__ieee754_y0l): Likewise.
11445         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
11446         (__ieee754_j1l): Do not improve calculations using cos of twice
11447         input for inputs above LDBL_MAX / 2.0L.
11448         (__ieee754_y1l): Likewise.
11449         * math/libm-test.inc (j0_test): Add another test.
11450         (j1_test): Likewise.
11451         (y0_test): Likewise.
11452         (y1_test): Likewise.
11453         * sysdeps/i386/fpu/libm-test-ulps: Update.
11454
11455 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11456
11457         * Rules ($(objpfx)bench-%.c): Include code from a C source
11458         file.
11459
11460 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
11461
11462         [BZ #15287]
11463         * math/k_casinh.c (__kernel_casinh): Handle arguments with
11464         imaginary part 1.0 and real part less than 0.5 specially.
11465         * math/k_casinhf.c (__kernel_casinhf): Likewise.
11466         * math/k_casinhl.c (__kernel_casinhl): Likewise.
11467         * math/libm-test.inc (cacos_test): Add more tests.
11468         (casin_test): Likewise.
11469         (casinh_test): Likewise.
11470         * sysdeps/i386/fpu/libm-test-ulps: Update.
11471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11472
11473 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11474
11475         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
11476         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
11477
11478 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
11479
11480         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
11481         * config.make.in (config-cflags-sse4): Remove variable.
11482         (config-cflags-avx): Likewise.
11483         (config-cflags-sse2avx): Likewise.
11484         (config-cflags-novzeroupper): Likewise.
11485         (config-asflags-i686): Likewise.
11486         (have-mfma4): Likewise.
11487         (have-as-vis3): Likewise.
11488         (MIG): Likewise.
11489         * configure.in (MIG): Do not AC_SUBST.
11490         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
11491         (libc_cv_cc_sse4): Do not AC_SUBST.
11492         (libc_cv_cc_avx): Likewise.
11493         (libc_cv_cc_sse2avx): Likewise.
11494         (libc_cv_cc_novzeroupper): Likewise.
11495         (libc_cv_cc_fma4): Likewise.
11496         (libc_cv_as_i686): Likewise.
11497         (libc_cv_sparc_as_vis3): Likewise.
11498         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
11499         LIBC_CONFIG_VAR.
11500         (config-asflags-i686): Likewise.
11501         (config-cflags-avx): Likewise.
11502         (config-cflags-sse2avx): Likewise.
11503         (have-mfma4): Likewise.
11504         (config-cflags-novzeroupper): Likewise.
11505         * sysdeps/mach/configure.in (MIG): Likewise.
11506         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
11507         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
11508         LIBC_CONFIG_VAR.
11509         (config-cflags-avx): Likewise.
11510         (config-cflags-sse2avx): Likewise.
11511         (have-mfma4): Likewise.
11512         (config-cflags-novzeroupper): Likewise.
11513         * configure: Regenerated.
11514         * sysdeps/i386/configure: Likewise.
11515         * sysdeps/mach/configure: Likewise.
11516         * sysdeps/sparc/configure: Likewise.
11517         * sysdeps/x86_64/configure: Likewise.
11518
11519 2013-03-20  Roland McGrath  <roland@hack.frob.com>
11520
11521         [BZ #14812]
11522         * locale/programs/localedef.c (options): Put N_ translation marker
11523         on argument names, not just descriptions.
11524
11525 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11526
11527         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
11528
11529 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
11530
11531         [BZ #14176]
11532         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
11533
11534 2013-03-19  Roland McGrath  <roland@hack.frob.com>
11535
11536         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
11537         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
11538         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
11539         [!BEFORE_ABORT] (before_abort): New function.
11540         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
11541         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
11542         (writev_for_fatal): New function.
11543         (WRITEV_FOR_FATAL): New macro; call that.
11544         (backtrace_and_maps): New function.
11545         (BEFORE_ABORT): New macro; call that.
11546         (struct str_list): Type removed.
11547         (__libc_message, __libc_fatal): Functions removed.
11548         Include <sysdeps/posix/libc_fatal.c> instead.
11549
11550 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
11551
11552         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
11553         constants.
11554         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
11555         double constants.
11556
11557 2013-03-19  Andreas Schwab  <schwab@suse.de>
11558
11559         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
11560         * sysdeps/gnu/configure: Regenerate.
11561
11562         * configure.in: Substitute libc_cv_rtlddir.
11563         * configure: Regenerate.
11564         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
11565         * Makeconfig (rtlddir, inst_rtlddir): New variables.
11566         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
11567         * elf/Makefile (install-others, CFLAGS-interp.c)
11568         (ldso_install, common-ldd-rewrite): Likewise.
11569         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
11570         $(inst_slibdir)/$(rtld-installed-name).
11571         * scripts/rellns-sh: Add -p option.
11572         * Makerules (make-shlib-link): Use rellns-sh to get relative name
11573         for source.
11574
11575 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11576
11577         * manual/nptl.texi: Renamed to ...
11578         * manual/threads.texi: ... this.
11579         * manual/Makefile (chapters): Update.
11580
11581 2013-03-18  Roland McGrath  <roland@hack.frob.com>
11582
11583         [BZ #14812]
11584         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
11585         on argument names, not just descriptions.
11586         * malloc/memusagestat.c (options): Likewise.
11587         * nss/getent.c (options): Likewise.
11588
11589 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
11590
11591         [BZ #14812]
11592         * iconv/iconv_prog.c (options): Put N_ translation marker
11593         on argument names, not just descriptions.
11594         * iconv/iconvconfig.c (options): Likewise.
11595
11596 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
11597
11598         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
11599         implementation which is faster on all x86_64 architectures.
11600         Tested on AMD, Intel Nehalem, SNB, IVB.
11601         * sysdeps/x86_64/strnlen.S: Likewise.
11602
11603         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
11604         Remove all multiarch strlen and strnlen versions.
11605         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11606         Remove strlen and strnlen related parts.
11607
11608         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
11609         Inline strlen part.
11610         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
11611
11612         * sysdeps/x86_64/multiarch/strlen.S: Remove.
11613         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
11614         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
11615         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
11616         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
11617         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
11618
11619 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
11620
11621         * manual/memory.texi (Malloc Tunable Parameters):
11622         Sort parameters alphabetically. Add comments for missing entries.
11623
11624 2013-03-17  David S. Miller  <davem@davemloft.net>
11625
11626         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11627
11628 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
11629
11630         [BZ #15283]
11631         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
11632         for arguments at most half maximum finite value.
11633         * math/libm-test.inc (j0_test): Add more tests.
11634         (j1_test): Likewise.
11635         (y0_test): Likewise.
11636         (y1_test): Likewise.
11637         * sysdeps/i386/fpu/libm-test-ulps: Update.
11638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11639
11640         [BZ #14155]
11641         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
11642         1 / x and functions P and Q for arguments above 0x1p256L.
11643         (__ieee754_y0l): Likewise.
11644         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
11645         (__ieee754_y1l): Likewise.
11646         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
11647         (j1_test): Likewise.
11648         (y0_test): Likewise.
11649         (y1_test): Likewise.
11650
11651 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
11652
11653         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
11654         variable.
11655
11656 2013-03-15  Roland McGrath  <roland@hack.frob.com>
11657
11658         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
11659         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
11660         zero since it's initialized to EXEC_PAGESIZE.
11661
11662         * sysdeps/unix/sysv/linux/ldsodefs.h
11663         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
11664         * sysdeps/generic/ldsodefs.h: ... here.
11665
11666 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
11667
11668         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
11669
11670         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
11671         math/test-snan.c.
11672         * math/test-snan.c: Renamed from
11673         sysdeps/powerpc/fpu/test-powerpc-snan.c.
11674         * math/Makefile (tests): Add test-snan.
11675         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
11676         test-powerpc-snan.
11677
11678         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
11679         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
11680         functions.
11681         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
11682         __builtin_nan family of functions.
11683         * math/libm-test.inc (initialize): Initialize qnan_value with
11684         __builtin_nan family of functions.
11685         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
11686         Remove variables.
11687         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
11688         Remove functions.
11689         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
11690         storage class.  Initialize qNaN_var and sNaN_var with
11691         __builtin_nan and __builtin_nans families of functions,
11692         respectively.
11693
11694         * math/libm-test.inc (acosh_test): Also test with qNaN input.
11695         (sqrt_test): Remove duplicate test with qNaN input.
11696         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
11697         (round_test, signbit_test, significand_test): Note missing +/-Inf
11698         as well as qNaN tests.
11699
11700         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
11701         qNaN_var.  Fix a few strings, too.
11702         * math/libm-test.inc (nan_value): Rename to qnan_value.
11703         * math/gen-libm-test.pl (%beautify): Adjust to that.
11704         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
11705         * math/test-misc.c (main): Likewise.
11706         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
11707         to __qnan_bytes, and __qnan_union, respectively.
11708         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
11709         Likewise.
11710         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
11711         and lqnanval, respectively.
11712         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
11713         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
11714         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
11715         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
11716
11717         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
11718         * math/test-misc.c (main) [__x86_64__]: Enable test for long
11719         doubles.
11720
11721         * math/test-misc.c (main): Fix copy'n'pastos.
11722         * misc/tst-efgcvt.c (special): Likewise.
11723
11724         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
11725         Remove declarations.
11726
11727 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11728
11729         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
11730         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
11731         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
11732         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
11733
11734 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11735
11736         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
11737         macro to return vdso values correctly in IFUNC implementations.
11738         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11739         Optimization by using IFUNC.
11740
11741 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11742             Richard Henderson  <rth@redhat.com>
11743             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11744
11745         * Makefile.in (bench): New target.
11746         * NEWS: Mention the benchmark framework.
11747         * Rules (bench): Likewise.
11748         (binaries-bench): Generate binaries for functions to
11749         benchmark.
11750         * benchtests/Makefile: New makefile for benchmark tests.
11751         * benchtests/bench-skeleton.c: New skeleton file for benchmark
11752         programs.
11753         * benchtests/exp-inputs: New input file for EXP function.
11754         * benchtests/pow-inputs: New input file for POW function.
11755         * scripts/bench.pl: New script to generate source files for
11756         benchmark programs.
11757
11758 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11759
11760         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
11761         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
11762         computations on mantissa.  Use macros for rounding and
11763         division.
11764         (denorm): Likewise.
11765         (__dbl_mp): Likewise.
11766         (add_magnitudes): Likewise.
11767         (sub_magnitudes): Likewise.
11768         (__mul): Likewise.
11769         (__sqr): Likewise.
11770         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
11771         powers of two in terms of TWOPOW macro.
11772         (mp_no): Make type of mantissa as MANTISSA_T.
11773         [!RADIXI]: Define RADIXI.
11774         [!TWO52]: Define TWO52.
11775         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
11776
11777         * manual/nptl.texi (cindex): Modify threads to pthreads.
11778
11779 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
11780
11781         * sysdeps/x86_64/preconfigure: Regenerated.
11782
11783 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
11784
11785         [BZ #14155]
11786         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
11787         0x1p28 and above.
11788         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
11789         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
11790         0x1p28 and above.
11791         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
11792         * math/libm-test.inc (j0_test): Do not allow one spurious
11793         underflow exception.
11794         (y1_test): Likewise.
11795
11796 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
11797
11798         * manual/Makefile (chapters): Add nptl.
11799         * manual/debug.texi (Debugging Support): Add link to Threads
11800         chapter.
11801         * manual/nptl.texi: New file.
11802
11803         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
11804
11805 2013-03-14  Petr Baudis  <pasky@ucw.cz>
11806
11807         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
11808         for non-NULL pointer before the memory validity test. Pointed
11809         out by Holger Brunck <holger.brunck@keymile.com>.
11810
11811 2013-03-13  Andreas Schwab  <schwab@suse.de>
11812
11813         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
11814         instead of .os.
11815
11816 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
11817
11818         * timezone/zic.c: Update from tzcode 2013b.
11819
11820 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
11821
11822         * manual/install.texi (Configuring and compiling):
11823         Mention i686 and i586.
11824         * INSTALL: Regenerate.
11825
11826 2013-03-12  Roland McGrath  <roland@hack.frob.com>
11827
11828         * sysdeps/init_array/elf-init.c: New file.
11829         * csu/elf-init.c
11830         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
11831         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
11832
11833         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
11834         __gmon_start__ as global, but as static with a .preinit_array pointer.
11835         * sysdeps/init_array/gmon-start.c: New file.  Use that.
11836         * sysdeps/init_array/crti.S: New file, empty except for comments.
11837         * sysdeps/init_array/crtn.S: Likewise.
11838
11839 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
11840
11841         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
11842         definining bcopy.
11843         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11844         Remove Prefer_SSE_for_memop.
11845         * sysdeps/x86_64/multiarch/init-arch.h: Remove
11846         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
11847         HAS_PREFER_SSE_FOR_MEMOP.
11848         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
11849         memset-x86-64.
11850         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11851         Remove bzero, memset ifunc support.
11852         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
11853         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
11854         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11855         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11856
11857 2013-03-11  Andreas Schwab  <schwab@suse.de>
11858
11859         [BZ #15234]
11860         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
11861         by SHLIB_COMPAT.
11862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
11863         (GLIBC_2.16): Remove pthread_atfork.
11864
11865 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
11866
11867         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
11868         (ptestcases.h): Likewise.
11869
11870 2013-03-08  Roland McGrath  <roland@hack.frob.com>
11871
11872         * Makeconfig ($(common-objpfx)config.status): Depend on
11873         sysdeps/*/preconfigure{,.in} too.
11874
11875 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
11876
11877         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
11878         (__free_hook): Use void * instead of __malloc_ptr_t.
11879         (__malloc_hook): Likewise.
11880         (__realloc_hook): Likewise.
11881         (__memalign_hook): Likewise.
11882         (__after_morecore_hook): Likewise.
11883         * malloc/arena.c (save_malloc_hook): Likewise.
11884         (save_free_hook): Likewise.
11885         * malloc/hooks.c (malloc_hook_ini): Likewise.
11886         (realloc_hook_ini): Likewise.
11887         (memalign_hook_ini): Likewise.
11888         * malloc/malloc.c (malloc_hook_ini): Likewise.
11889         (realloc_hook_ini): Likewise.
11890         (memalign_hook_ini): Likewise.
11891         (__free_hook): Likewise.
11892         (__malloc_hook): Likewise.
11893         (__realloc_hook): Likewise.
11894         (__memalign_hook): Likewise.
11895         (__libc_malloc): Likewise.
11896         (__libc_free): Likewise.
11897         (__libc_realloc): Likewise.
11898         (__libc_memalign): Likewise.
11899         (__libc_valloc): Likewise.
11900         (__libc_pvalloc): Likewise.
11901         (__libc_calloc): Likewise.
11902         (__posix_memalign): Likewise.
11903         * malloc/morecore.c (__sbrk): Likewise.
11904         (__default_morecore): Likewise.
11905
11906         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
11907
11908         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
11909         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
11910         __malloc_ptrdiff_t.
11911
11912         * malloc/malloc.h (__malloc_size_t): Remove macro.
11913         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
11914         __malloc_size_t.
11915         (old_memalign_hook): Likewise.
11916         (old_realloc_hook): Likewise.
11917         (struct hdr): Likewise.
11918         (flood): Likewise.
11919         (mallochook): Likewise.
11920         (memalignhook): Likewise.
11921         (reallochook): Likewise.
11922         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
11923         (tr_old_realloc_hook): Likewise.
11924         (tr_old_memalign_hook): Likewise.
11925         (tr_mallochook): Likewise.
11926         (tr_reallochook): Likewise.
11927         (tr_memalignhook): Likewise.
11928
11929 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11930
11931         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
11932         default_ldbl_pack and using as default implementation.
11933         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
11934         implementation.
11935         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
11936         redundant definition.
11937         (ldbl_insert_mantissa): Likewise.
11938         (ldbl_canonicalize): Likewise.
11939         (ldbl_nearbyint): Likewise.
11940         (ldbl_pack): Rename to ldbl_pack_ppc.
11941         (ldbl_unpack): Rename to ldbl_unpack_ppc.
11942         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
11943         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
11944
11945 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
11946
11947         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
11948         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
11949         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
11950         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
11951         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
11952         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
11953         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
11954         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
11955
11956 2013-03-07  Andreas Jaeger  <aj@suse.de>
11957
11958         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11959         bits/mman-linux.h.
11960
11961 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
11962
11963         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
11964         Include mpa.h and declare __MPEXP.
11965         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
11966         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
11967         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
11968         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
11969         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
11970         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
11971         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
11972
11973         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
11974         (__slowpow): Use long double EXPL and LOGL functions to
11975         compute POW.
11976         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
11977         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
11978         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
11979         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
11980         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
11981         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
11982
11983         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
11984         intermediate variable to calculate exponent.
11985         (__sqr): Likewise.
11986         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
11987         Likewise.
11988         (__sqr): Likewise.
11989
11990         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
11991         [!NO__SQR]: Define __sqr.
11992         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
11993         and NO__SQR.  Remove all code except __mul and __sqr.  Include
11994         sysdeps/ieee754/dbl-64/mpa.c.
11995         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11996
11997         [BZ #12723]
11998         * posix/Makefile (tests): Add tst-pathconf.
11999         * posix/tst-pathconf.c: New test case.
12000         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
12001         _PC_PIPE_BUF.
12002         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
12003
12004 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
12005
12006         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
12007
12008 2013-03-06  Andreas Jaeger  <aj@suse.de>
12009
12010         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
12011         definition via __MAP_ANONYMOUS.
12012
12013         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
12014         it's not part of Linux headers.
12015
12016         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
12017         (MAP_HUGE_MASK): Define.
12018
12019         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
12020         Define.
12021         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12022         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
12023         Define.
12024         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12025         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
12026         Define.
12027         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12028         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
12029         Define.
12030         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12031
12032         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
12033         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
12034         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
12035         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
12036         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
12037         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
12038
12039         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
12040         Handle f2fs.
12041
12042         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12043         Handle f2fs and efivarfs.
12044
12045         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
12046         f2fs.
12047
12048         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
12049         (EFIVARFS_MAGIC): Add.
12050         (F2FS_LINK_MAX): Add.
12051
12052 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
12053
12054         * stdio-common/vfprintf.c: Replace __builtin_expect with
12055         __glibc_unlikely.
12056
12057 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
12058
12059         [BZ #13550]
12060         * sysdeps/generic/bp-sym.h: Remove file.
12061         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
12062         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
12063         <bp-sym.h> and <bp-asm.h>.
12064         (__longjmp): Don't use BP_SYM.
12065         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
12066         and <bp-asm.h>.
12067         (memcpy): Don't use BP_SYM.
12068         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
12069         <bp-sym.h> and <bp-asm.h>.
12070         (memcpy): Don't use BP_SYM.
12071         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
12072         <bp-asm.h>.
12073         (memcpy): Don't use BP_SYM.
12074         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
12075         <bp-asm.h>.
12076         (memset): Don't use BP_SYM.
12077         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12078         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12079         (__bzero): Don't use BP_SYM.
12080         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12081         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12082         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
12083         <bp-sym.h> and <bp-asm.h>.
12084         (memcmp): Don't use BP_SYM.  Remove comment about bounded
12085         pointers.
12086         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
12087         <bp-sym.h> and <bp-asm.h>.
12088         (memcpy): Don't use BP_SYM.
12089         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
12090         <bp-sym.h> and <bp-asm.h>.
12091         (memset): Don't use BP_SYM.
12092         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12093         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12094         (__bzero): Don't use BP_SYM.
12095         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12096         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12097         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
12098         <bp-sym.h> and <bp-asm.h>.
12099         (strncmp): Don't use BP_SYM.  Remove comment about bounded
12100         pointers.
12101         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
12102         <bp-sym.h> and <bp-asm.h>.
12103         (memcpy): Don't use BP_SYM.
12104         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
12105         <bp-sym.h> and <bp-asm.h>.
12106         (memset): Don't use BP_SYM.
12107         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12108         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12109         (__bzero): Don't use BP_SYM.
12110         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12111         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12112         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
12113         <bp-sym.h> and <bp-asm.h>.
12114         (__memchr): Don't use BP_SYM.
12115         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
12116         <bp-sym.h> and <bp-asm.h>.
12117         (memcmp): Don't use BP_SYM.  Remove comment about bounded
12118         pointers.
12119         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
12120         <bp-sym.h> and <bp-asm.h>.
12121         (memcpy): Don't use BP_SYM.
12122         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
12123         <bp-sym.h> and <bp-asm.h>.
12124         (__mempcpy): Don't use BP_SYM.
12125         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
12126         <bp-sym.h> and <bp-asm.h>.
12127         (__memrchr): Don't use BP_SYM.
12128         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
12129         <bp-sym.h> and <bp-asm.h>.
12130         (memset): Don't use BP_SYM.
12131         (__bzero): Likewise.
12132         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
12133         <bp-sym.h> and <bp-asm.h>.
12134         (__rawmemchr): Don't use BP_SYM.
12135         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
12136         <bp-sym.h> and <bp-asm.h>.
12137         (__STRCMP): Don't use BP_SYM.
12138         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
12139         <bp-sym.h> and <bp-asm.h>.
12140         (strchr): Don't use BP_SYM.
12141         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
12142         <bp-sym.h> and <bp-asm.h>.
12143         (__strchrnul): Don't use BP_SYM.
12144         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
12145         <bp-sym.h> and <bp-asm.h>.
12146         (strlen): Don't use BP_SYM.
12147         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
12148         <bp-sym.h> and <bp-asm.h>.
12149         (strncmp): Don't use BP_SYM.  Remove comment about bounded
12150         pointers.
12151         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
12152         <bp-sym.h> and <bp-asm.h>.
12153         (__strnlen): Don't use BP_SYM.
12154         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
12155         <bp-sym.h> and <bp-asm.h>.
12156         (__GI__setjmp): Don't use BP_SYM.
12157         (_setjmp): Likewise.
12158         (__sigsetjmp): Likewise.
12159         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
12160         (L(start_addresses)): Don't use BP_SYM.
12161         (_start): Likewise.
12162         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
12163         <bp-asm.h>.
12164         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
12165         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
12166         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12167         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12168         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
12169         <bp-asm.h>.
12170         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
12171         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
12172         about bounded pointers.
12173         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
12174         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
12175         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
12176         <bp-asm.h>.
12177         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
12178         about bounded pointers.  Remove GKM FIXME comments.
12179         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
12180         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
12181         <bp-asm.h>.
12182         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
12183         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
12184         Remove GKM FIXME comments.
12185         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12186         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12187         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
12188         <bp-asm.h>.
12189         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
12190         about bounded pointers.  Remove GKM FIXME comment.
12191         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
12192         and <bp-asm.h>.
12193         (strncmp): Don't use BP_SYM.  Remove comment about bounded
12194         pointers.
12195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
12196         <bp-sym.h> and <bp-asm.h>.
12197         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
12198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
12199         <bp-sym.h> and <bp-asm.h>.
12200         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
12201         comment.
12202
12203 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
12204
12205         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
12206         call free(NULL).
12207
12208 2013-03-05  David S. Miller  <davem@davemloft.net>
12209
12210         * po/es.po: Update from translation team.
12211
12212 2013-03-05  Andreas Jaeger  <aj@suse.de>
12213
12214         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
12215         <bits/mman-linux.h>.
12216         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
12217         is fine.
12218         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
12219         <bits/mman-linux.h> to end of file.
12220         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
12221         is fine.
12222         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
12223         <bits/mman-linux.h> to end of file.
12224         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
12225         is fine.
12226         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
12227         <bits/mman-linux.h> to end of file.
12228
12229         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
12230         (MCL_CURRENT, MCL_FUTURE): Define here.
12231
12232 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12233
12234         [BZ #15232]
12235         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
12236         attribute_hidden.
12237         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
12238
12239 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12240
12241         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
12242         fourth parameter needed for rt_sigprocmask syscall.
12243         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
12244         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
12245         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
12246         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
12247         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
12248         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
12249
12250 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
12251
12252         [BZ #13550]
12253         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
12254         comment about bounded pointers.
12255         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
12256         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
12257
12258 2013-03-04  Andreas Jaeger  <aj@suse.de>
12259
12260         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
12261         common definitions.
12262
12263         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
12264         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
12265         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
12266         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
12267         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
12268         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
12269
12270 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12271
12272         [BZ #15055]
12273         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
12274         __ieee754_sqrl instead of __sqrl.
12275
12276 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
12277
12278         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
12279         * sysdeps/powerpc/fpu_control.h: ... here.
12280         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
12281         * sysdeps/powerpc/bits/fenvinline.h: ... here.
12282         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
12283         * sysdeps/powerpc/bits/mathinline.h: ... here.
12284
12285 2013-03-01  Roland McGrath  <roland@hack.frob.com>
12286
12287         * elf/dl-hwcaps.c (_dl_important_hwcaps):
12288         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
12289         to just [NEED_DL_SYSINFO_DSO].
12290         * elf/dl-support.c: Likewise.
12291         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
12292         * elf/rtld.c (dl_main): Likewise.
12293         * elf/setup-vdso.h (setup_vdso): Likewise.
12294         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
12295         * sysdeps/unix/sysv/linux/dl-sysdep.c
12296         (_dl_discover_osversion): Likewise.
12297
12298 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
12299
12300         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
12301         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
12302
12303 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
12304
12305         * NEWS: Mention libm performance improvements and non-x86 PI
12306         futex support.
12307
12308         * csu/libc-start.c (__pthread_initialize_minimal): Change
12309         function arguments.
12310         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
12311
12312 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
12313
12314         [BZ #13550]
12315         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
12316         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
12317         <bp-sym.h> and <bp-asm.h>.
12318         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
12319         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
12320         and <bp-asm.h>.
12321         (memcpy): Don't use BP_SYM.
12322         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
12323         <bp-asm.h>.
12324         (__mpn_add_n): Don't use BP_SYM.
12325         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
12326         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
12327         and <bp-asm.h>.
12328         (__mpn_addmul_1): Don't use BP_SYM.
12329         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
12330         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
12331         <bp-sym.h>.
12332         (_setjmp): Don't use BP_SYM.
12333         (__novmx_setjmp): Likewise.
12334         (__GI__setjmp): Likewise.
12335         (__vmx_setjmp): Likewise.
12336         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
12337         <bp-sym.h>.
12338         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
12339         (__bzero): Don't use BP_SYM.
12340         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12341         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12342         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
12343         <bp-sym.h> and <bp-asm.h>.
12344         (memcpy): Don't use BP_SYM.
12345         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
12346         <bp-sym.h> and <bp-asm.h>.
12347         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
12348         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
12349         <bp-sym.h> and <bp-asm.h>.
12350         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
12351         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
12352         <bp-asm.h>.
12353         (__mpn_lshift): Don't use BP_SYM.
12354         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
12355         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
12356         <bp-asm.h>.
12357         (memset): Don't use BP_SYM.
12358         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12359         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12360         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
12361         <bp-asm.h>.
12362         (__mpn_mul_1): Don't use BP_SYM.
12363         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
12364         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
12365         <bp-sym.h> and <bp-asm.h>.
12366         (memcmp): Don't use BP_SYM.
12367         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
12368         <bp-sym.h> and <bp-asm.h>.
12369         (memcpy): Don't use BP_SYM.
12370         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
12371         <bp-sym.h> and <bp-asm.h>.
12372         (memset): Don't use BP_SYM.
12373         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
12374         <bp-sym.h> and <bp-asm.h>.
12375         (strncmp): Don't use BP_SYM.
12376         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
12377         <bp-sym.h> and <bp-asm.h>.
12378         (memcpy): Don't use BP_SYM.
12379         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
12380         <bp-sym.h> and <bp-asm.h>.
12381         (memset): Don't use BP_SYM.
12382         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
12383         <bp-sym.h> and <bp-asm.h>.
12384         (__memchr): Don't use BP_SYM.
12385         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
12386         <bp-sym.h> and <bp-asm.h>.
12387         (memcmp): Don't use BP_SYM.
12388         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
12389         <bp-sym.h> and <bp-asm.h>.
12390         (memcpy): Don't use BP_SYM.
12391         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
12392         <bp-sym.h> and <bp-asm.h>.
12393         (__mempcpy): Don't use BP_SYM.
12394         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
12395         <bp-sym.h> and <bp-asm.h>.
12396         (__memrchr): Don't use BP_SYM.
12397         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
12398         <bp-sym.h> and <bp-asm.h>.
12399         (memset): Don't use BP_SYM.
12400         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
12401         <bp-sym.h> and <bp-asm.h>.
12402         (__rawmemchr): Don't use BP_SYM.
12403         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
12404         <bp-sym.h> and <bp-asm.h>.
12405         (__STRCMP): Don't use BP_SYM.
12406         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
12407         <bp-sym.h> and <bp-asm.h>.
12408         (strchr): Don't use BP_SYM.
12409         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
12410         <bp-sym.h> and <bp-asm.h>.
12411         (__strchrnul): Don't use BP_SYM.
12412         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
12413         <bp-sym.h> and <bp-asm.h>.
12414         (strlen): Don't use BP_SYM.
12415         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
12416         <bp-sym.h> and <bp-asm.h>.
12417         (strncmp): Don't use BP_SYM.
12418         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
12419         <bp-sym.h> and <bp-asm.h>.
12420         (__strnlen): Don't use BP_SYM.
12421         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
12422         <bp-asm.h>.
12423         (__mpn_rshift): Don't use BP_SYM.
12424         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
12425         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
12426         <bp-sym.h> and <bp-asm.h>.
12427         (__sigsetjmp): Don't use BP_SYM.
12428         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
12429         (L(start_addresses)): Don't use BP_SYM.
12430         (_start): Likewise.
12431         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
12432         <bp-asm.h>.
12433         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
12434         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12435         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12436         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
12437         <bp-asm.h>.
12438         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
12439         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
12440         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
12441         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
12442         <bp-asm.h>.
12443         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
12444         comments.
12445         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
12446         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
12447         <bp-asm.h>.
12448         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
12449         FIXME comments.
12450         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12451         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12452         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
12453         <bp-asm.h>.
12454         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
12455         comment.
12456         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
12457         and <bp-asm.h>.
12458         (strncmp): Don't use BP_SYM,
12459         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
12460         <bp-asm.h>.
12461         (__mpn_sub_n): Don't use BP_SYM.
12462         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
12463         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
12464         and <bp-asm.h>.
12465         (__mpn_submul_1): Don't use BP_SYM.
12466         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
12467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
12468         <bp-sym.h> and <bp-asm.h>.
12469         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
12470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
12471         <bp-sym.h> and <bp-asm.h>.
12472         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
12473         comment.
12474
12475 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12476
12477         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
12478         Use ZK to minimize writes to Z.
12479         (sub_magnitudes): Simplify code a bit.
12480         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
12481         Use ZK to minimize writes to Z.
12482         (sub_magnitudes): Simplify code a bit.
12483
12484 2013-02-27  Roland McGrath  <roland@hack.frob.com>
12485
12486         * csu/gmon-start.c: Add special exception to license text.
12487
12488 2013-02-27  Richard Henderson  <rth@redhat.com>
12489
12490         * scripts/config.guess: Update from config.git.
12491         * scripts/config.sub: Likewise.
12492
12493 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12494
12495         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
12496
12497         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
12498
12499         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
12500
12501         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
12502
12503         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
12504
12505 2013-02-26  Roland McGrath  <roland@hack.frob.com>
12506
12507         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
12508         [$(build-shared = yes].
12509
12510 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12511
12512         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
12513         (__mul): Reduce iterations for calculating mantissa.
12514
12515         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
12516         MPTWO.
12517         (__mpranred): Likewise.
12518
12519         [BZ #15160]
12520         * malloc/memusagestat.c (main): Draw graphs for heap and stack
12521         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
12522
12523 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12524
12525         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
12526         Define __attribute__.
12527
12528 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12529
12530         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
12531         unused.
12532         * posix/regex_internal.h (__attribute): Remove.
12533         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
12534         (re_string_context_at): Likewise.
12535         (bitset_not): Use __attribute__ and mark function as possibly
12536         unused.
12537         (bitset_merge): Likewise.
12538         (bitset_mask): Likewise.
12539         (re_string_char_size_at): Likewise.
12540         (re_string_wchar_at): Likewise.
12541         (re_string_elem_size_at): Likewise.
12542
12543 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12544
12545         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
12546         code.
12547         (cc32): Likewise.
12548
12549         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
12550         (__acr): Likewise.
12551         (__cpy): Likewise.
12552         (norm): Likewise.
12553         (denorm): Likewise.
12554         (__dbl_mp): Likewise.
12555         (add_magnitudes): Likewise.
12556         (sub_magnitudes): Likewise.
12557         (__mul): Likewise.
12558         (__inv): Likewise.
12559
12560         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
12561         style.
12562
12563         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
12564         style.
12565
12566         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
12567         code.
12568
12569         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
12570         up changes with default code.
12571         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
12572         Likewise.
12573
12574 2013-02-24  Allan McRae  <allan@archlinux.org>
12575
12576         * manual/socket.texi (The Internet Namespace): Order menu items
12577         to match that in the file.
12578
12579         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
12580         node listing of the info page menu.
12581
12582 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
12583
12584         [BZ #13550]
12585         * sysdeps/i386/bp-asm.h: Remove file.
12586         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
12587         (PARMS): Do not use macros from bp-asm.h.
12588         (S1): Likewise.
12589         (S2): Likewise.
12590         (SIZE): Likewise.
12591         (__mpn_add_n): Do not use BP_SYM
12592         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
12593         "bp-asm.h".
12594         (PARMS): Do not use macros from bp-asm.h.
12595         (S1): Likewise.
12596         (SIZE): Likewise.
12597         (__mpn_addmul_1): Do not use BP_SYM
12598         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
12599         "bp-asm.h".
12600         (PARMS): Do not use macros from bp-asm.h.
12601         (SIGMSK): Likewise.
12602         (_setjmp): Likewise.  Do not use BP_SYM.
12603         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
12604         "bp-asm.h".
12605         (PARMS): Do not use macros from bp-asm.h.
12606         (SIGMSK): Likewise.
12607         (setjmp): Likewise.  Do not use BP_SYM.
12608         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
12609         "bp-asm.h".
12610         (PARMS): Do not use macros from bp-asm.h.
12611         (__frexp): Do not use BP_SYM.
12612         (frexp): Likewise.
12613         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
12614         "bp-asm.h".
12615         (PARMS): Do not use macros from bp-asm.h.
12616         (__frexpf): Do not use BP_SYM.
12617         (frexpf): Likewise.
12618         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
12619         "bp-asm.h".
12620         (PARMS): Do not use macros from bp-asm.h.
12621         (__frexpl): Do not use BP_SYM.
12622         (frexpl): Likewise.
12623         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
12624         "bp-asm.h".
12625         (PARMS): Do not use macros from bp-asm.h.
12626         (__remquo): Do not use BP_SYM.
12627         (remquo): Likewise.
12628         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
12629         "bp-asm.h".
12630         (PARMS): Do not use macros from bp-asm.h.
12631         (__remquof): Do not use BP_SYM.
12632         (remquof): Likewise.
12633         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
12634         "bp-asm.h".
12635         (PARMS): Do not use macros from bp-asm.h.
12636         (__remquol): Do not use BP_SYM.
12637         (remquol): Likewise.
12638         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
12639         "bp-asm.h".
12640         (PARMS): Do not use macros from bp-asm.h.
12641         (DEST): Likewise.
12642         (SRC): Likewise.
12643         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
12644         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
12645         "bp-asm.h".
12646         (PARMS): Do not use macros from bp-asm.h.
12647         (strlen): Do not use BP_SYM.
12648         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
12649         "bp-asm.h".
12650         (PARMS): Do not use macros from bp-asm.h.
12651         (S1): Likewise.
12652         (S2): Likewise.
12653         (SIZE): Likewise.
12654         (__mpn_add_n): Do not use BP_SYM.
12655         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
12656         "bp-asm.h".
12657         (PARMS): Do not use macros from bp-asm.h.
12658         (S1): Likewise.
12659         (SIZE): Likewise.
12660         (__mpn_addmul_1): Do not use BP_SYM.
12661         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
12662         weak_alias.
12663         (bzero): Likewise.
12664         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
12665         "bp-asm.h".
12666         (PARMS): Do not use macros from bp-asm.h.
12667         (S): Likewise.
12668         (SIZE): Likewise.
12669         (__mpn_lshift): Do not use BP_SYM.
12670         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
12671         "bp-asm.h".
12672         (PARMS): Do not use macros from bp-asm.h.
12673         (DEST): Likewise.
12674         (SRC): Likewise.
12675         (LEN): Likewise.
12676         (memcpy): Likewise.  Do not use BP_SYM.
12677         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
12678         libc_hidden_def and weak_alias.
12679         (mempcpy): Do not use BP_SYM in weak_alias.
12680         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
12681         "bp-asm.h".
12682         (PARMS): Do not use macros from bp-asm.h.
12683         (DEST): Likewise.
12684         (LEN): Likewise.
12685         [!BZERO_P] (CHR): Likewise.
12686         (memset): Likewise.  Do not use BP_SYM.
12687         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
12688         "bp-asm.h".
12689         (PARMS): Do not use macros from bp-asm.h.
12690         (S1): Likewise.
12691         (SIZE): Likewise.
12692         (__mpn_mul_1): Do not use BP_SYM.
12693         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
12694         "bp-asm.h".
12695         (PARMS): Do not use macros from bp-asm.h.
12696         (S): Likewise.
12697         (SIZE): Likewise.
12698         (__mpn_rshift): Do not use BP_SYM.
12699         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
12700         "bp-asm.h".
12701         (PARMS): Do not use macros from bp-asm.h.
12702         (STR): Likewise.
12703         (CHR): Likewise.
12704         (strchr): Likewise.  Do not use BP_SYM.
12705         (index): Do not use BP_SYM in weak_alias.
12706         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
12707         "bp-asm.h".
12708         (PARMS): Do not use macros from bp-asm.h.
12709         (DEST): Likewise.
12710         (SRC): Likewise.
12711         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
12712         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
12713         "bp-asm.h".
12714         (PARMS): Do not use macros from bp-asm.h.
12715         (strlen): Do not use BP_SYM.
12716         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
12717         "bp-asm.h".
12718         (PARMS): Do not use macros from bp-asm.h.
12719         (S1): Likewise.
12720         (S2): Likewise.
12721         (SIZE): Likewise.
12722         (__mpn_sub_n): Do not use BP_SYM.
12723         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
12724         "bp-asm.h".
12725         (PARMS): Do not use macros from bp-asm.h.
12726         (S1): Likewise.
12727         (SIZE): Likewise.
12728         (__mpn_submul_1): Do not use BP_SYM.
12729         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
12730         "bp-asm.h".
12731         (PARMS): Do not use macros from bp-asm.h.
12732         (S1): Likewise.
12733         (S2): Likewise.
12734         (SIZE): Likewise.
12735         (__mpn_add_n): Do not use BP_SYM.
12736         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
12737         weak_alias.
12738         (bzero): Likewise.
12739         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
12740         "bp-asm.h".
12741         (PARMS): Do not use macros from bp-asm.h.
12742         (BLK2): Likewise.
12743         (LEN): Likewise.
12744         (memcmp): Do not use BP_SYM.
12745         (bcmp): Do not use BP_SYM in weak_alias.
12746         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
12747         "bp-asm.h".
12748         (PARMS): Do not use macros from bp-asm.h.
12749         (DEST): Likewise.
12750         (SRC): Likewise.
12751         (LEN): Likewise.
12752         (memcpy): Likewise.  Do not use BP_SYM.
12753         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
12754         "bp-asm.h".
12755         (PARMS): Do not use macros from bp-asm.h.
12756         (DEST): Likewise.
12757         (SRC): Likewise.
12758         (LEN): Likewise.
12759         (memmove): Likewise.  Do not use BP_SYM.
12760         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
12761         "bp-asm.h".
12762         (PARMS): Do not use macros from bp-asm.h.
12763         (DEST): Likewise.
12764         (SRC): Likewise.
12765         (LEN): Likewise.
12766         (__mempcpy): Likewise.  Do not use BP_SYM.
12767         (mempcpy): Do not use BP_SYM in weak_alias.
12768         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
12769         "bp-asm.h".
12770         (PARMS): Do not use macros from bp-asm.h.
12771         (DEST): Likewise.
12772         (LEN): Likewise.
12773         [!BZERO_P] (CHR): Likewise.
12774         (memset): Likewise.  Do not use BP_SYM.
12775         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
12776         "bp-asm.h".
12777         (PARMS): Do not use macros from bp-asm.h.
12778         (STR2): Likewise.
12779         (strcmp): Do not use BP_SYM.
12780         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
12781         "bp-asm.h".
12782         (PARMS): Do not use macros from bp-asm.h.
12783         (STR): Likewise.
12784         (DELIM): Likewise.
12785         [USE_AS_STRTOK_R] (SAVE): Likewise.
12786         (FUNCTION): Likewise.  Do not use BP_SYM.
12787         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
12788         aliases.
12789         (strtok_r): Likewise.
12790         (__GI___strtok_r): Likewise.
12791         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
12792         (PARMS): Do not use macros from bp-asm.h.
12793         (S): Likewise.
12794         (SIZE): Likewise.
12795         (__mpn_lshift): Do not use BP_SYM.
12796         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
12797         (PARMS): Do not use macros from bp-asm.h.
12798         (STR): Likewise.
12799         (CHR): Likewise.
12800         (__memchr): Do not use BP_SYM.
12801         (memchr): Do not use BP_SYM in weak_alias.
12802         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
12803         (PARMS): Do not use macros from bp-asm.h.
12804         (BLK2): Likewise.
12805         (LEN): Likewise.
12806         (memcmp): Do not use BP_SYM.
12807         (bcmp): Do not use BP_SYM in weak_alias.
12808         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
12809         (PARMS): Do not use macros from bp-asm.h.
12810         (S1): Likewise.
12811         (SIZE): Likewise.
12812         (__mpn_mul_1): Do not use BP_SYM.
12813         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
12814         "bp-asm.h".
12815         (PARMS): Do not use macros from bp-asm.h.
12816         (STR): Likewise.
12817         (CHR): Likewise.
12818         (__rawmemchr): Do not use BP_SYM.
12819         (rawmemchr): Do not use BP_SYM in weak_alias.
12820         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
12821         (PARMS): Do not use macros from bp-asm.h.
12822         (S): Likewise.
12823         (SIZE): Likewise.
12824         (__mpn_rshift): Do not use BP_SYM.
12825         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
12826         (PARMS): Do not use macros from bp-asm.h.
12827         (SIGMSK): Likewise.
12828         (__sigsetjmp): Likewise.  Do not use BP_SYM.
12829         * sysdeps/i386/start.S: Do not include "bp-sym.h".
12830         (_start): Do not use BP_SYM.
12831         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
12832         (PARMS): Do not use macros from bp-asm.h.
12833         (DEST): Likewise.
12834         (SRC): Likewise.
12835         (__stpcpy): Likewise.  Do not use BP_SYM.
12836         (stpcpy): Do not use BP_SYM in weak_alias.
12837         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
12838         "bp-asm.h".
12839         (PARMS): Do not use macros from bp-asm.h.
12840         (DEST): Likewise.
12841         (SRC): Likewise.
12842         (LEN): Likewise.
12843         (__stpncpy): Likewise.  Do not use BP_SYM.
12844         (stpncpy): Do not use BP_SYM in weak_alias.
12845         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
12846         (PARMS): Do not use macros from bp-asm.h.
12847         (STR): Likewise.
12848         (CHR): Likewise.
12849         (strchr): Likewise.  Do not use BP_SYM.
12850         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
12851         "bp-asm.h".
12852         (PARMS): Do not use macros from bp-asm.h.
12853         (STR): Likewise.
12854         (CHR): Likewise.
12855         (__strchrnul): Likewise.  Do not use BP_SYM.
12856         (strchrnul): Do not use BP_SYM in weak_alias.
12857         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
12858         "bp-asm.h".
12859         (PARMS): Do not use macros from bp-asm.h.
12860         (STOP): Likewise.
12861         (strcspn): Do not use BP_SYM.
12862         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
12863         "bp-asm.h".
12864         (PARMS): Do not use macros from bp-asm.h.
12865         (STR): Likewise.
12866         (STOP): Likewise.
12867         (strpbrk): Likewise.  Do not use BP_SYM.
12868         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
12869         "bp-asm.h".
12870         (PARMS): Do not use macros from bp-asm.h.
12871         (STR): Likewise.
12872         (CHR): Likewise.
12873         (strrchr): Likewise.  Do not use BP_SYM.
12874         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
12875         (PARMS): Do not use macros from bp-asm.h.
12876         (SKIP): Likewise.
12877         (strspn): Do not use BP_SYM.
12878         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
12879         (PARMS): Do not use macros from bp-asm.h.
12880         (STR): Likewise.
12881         (DELIM): Likewise.
12882         (SAVE): Likewise.
12883         (FUNCTION): Likewise.  Do not use BP_SYM.
12884         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
12885         aliases.
12886         (strtok_r): Likewise.
12887         (__GI___strtok_r): Likewise.
12888         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
12889         (PARMS): Do not use macros from bp-asm.h.
12890         (S1): Likewise.
12891         (S2): Likewise.
12892         (SIZE): Likewise.
12893         (__mpn_sub_n): Do not use BP_SYM.
12894         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
12895         "bp-asm.h".
12896         (PARMS): Do not use macros from bp-asm.h.
12897         (S1): Likewise.
12898         (SIZE): Likewise.
12899         (__mpn_submul_1): Do not use BP_SYM.
12900         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
12901         <bp-sym.h>.
12902         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
12903         and <bp-asm.h>.
12904         (PARMS): Do not use macros from bp-asm.h.
12905         (FLAGS): Likewise.
12906         (PTID): Likewise.
12907         (TLS): Likewise.
12908         (CTID): Likewise.
12909         (__clone): Do not use BP_SYM.
12910         (clone): Do not use BP_SYM in weak_alias.
12911         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
12912         and <bp-asm.h>.
12913         (PARMS): Do not use macros from bp-asm.h.
12914         (LEN): Likewise.
12915         (__mmap64): Do not use BP_SYM.
12916         (mmap64): Do not use BP_SYM in weak_alias.
12917         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
12918         <bp-sym.h> and <bp-asm.h>.
12919         (PARMS): Do not use macros from bp-asm.h.
12920         (__posix_fadvise64_l64): Do not use BP_SYM.
12921         * sysdeps/unix/sysv/linux/i386/semtimedop.S
12922         (PARMS): Do not use macros from bp-asm.h.
12923         (NSOPS): Likewise.
12924         (semtimedop): Do not use BP_SYM.
12925         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
12926         and <bp-asm.h>.
12927
12928 2013-02-21  Allan McRae  <allan@archlinux.org>
12929
12930         * manual/message.texi (Charset conversion in gettext):
12931         Move @end statement to beginning of line.
12932
12933 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12934
12935         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
12936         static.
12937         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
12938         Likewise.
12939
12940         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
12941         (denorm): Likewise.
12942         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
12943         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
12944
12945 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12946
12947         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
12948         tail-call to the resolved function if pltexit isn't needed.
12949
12950 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12951
12952         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
12953         or Y being zero as being unlikely.
12954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
12955         Likewise.
12956
12957 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
12958
12959         * manual/nss.texi (System Databases and Name Service Switch):
12960         Remove frobnicate @pxref.
12961
12962 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
12963
12964         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
12965         __attribute__ ((unused)) to __attribute__ ((__unused__)).
12966
12967 2013-02-20  Petr Machata  <pmachata@redhat.com>
12968
12969         * elf/elf.h (R_ARM_TARGET1): New macro.
12970         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
12971         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
12972         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
12973         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
12974         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
12975         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
12976         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
12977         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
12978         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
12979         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
12980         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
12981         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
12982         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
12983         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
12984         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
12985         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
12986         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
12987         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
12988         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
12989         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
12990         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
12991         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
12992         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
12993         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
12994         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
12995         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
12996         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
12997         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
12998         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
12999         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
13000         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
13001         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
13002         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
13003         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
13004         (R_ARM_THM_GOT_BREL12): Likewise.
13005         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
13006         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
13007         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
13008         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
13009         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
13010         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
13011         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
13012         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
13013         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
13014
13015 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
13016
13017         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
13018         __attribute_used__ to __attribute__ ((unused)).
13019
13020 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13021
13022         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
13023         powerpc mpa.c.
13024         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
13025         comment formatting.
13026         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
13027
13028 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
13029
13030         [BZ #13550]
13031         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
13032         Remove macro.
13033         (ENTER): Remove both macro definitions.
13034         (LEAVE): Likewise.
13035         (CHECK_BOUNDS_LOW): Likewise.
13036         (CHECK_BOUNDS_HIGH): Likewise.
13037         (CHECK_BOUNDS_BOTH): Likewise.
13038         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
13039         (RETURN_BOUNDED_POINTER): Likewise.
13040         (RETURN_NULL_BOUNDED_POINTER): Likewise.
13041         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
13042         (POP_ERRNO_LOCATION_RETURN): Likewise.
13043         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
13044         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13045         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
13046         macros.
13047         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13048         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
13049         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
13050         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
13051         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
13052         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
13053         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
13054         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
13055         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
13056         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
13057         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
13058         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
13059         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13060         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
13061         removed macros.
13062         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13063         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
13064         macros.
13065         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13066         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
13067         * sysdeps/i386/i586/memset.S (memset): Likewise.
13068         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
13069         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13070         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
13071         macros.
13072         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13073         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
13074         Change uses of L(2) to L(out).
13075         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
13076         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
13077         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
13078         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13079         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
13080         removed macros.
13081         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13082         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
13083         macros.
13084         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13085         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
13086         (RETURN): Do not use macro LEAVE.
13087         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
13088         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
13089         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
13090         * sysdeps/i386/i686/memset.S (memset): Likewise.
13091         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
13092         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
13093         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
13094         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
13095         Likewise.
13096         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
13097         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
13098         L(1_2) and L(1_3) into L(1).
13099         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
13100         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
13101         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13102         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
13103         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
13104         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
13105         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
13106         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13107         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
13108         macros.
13109         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
13110         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13111         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
13112         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
13113         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
13114         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
13115         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
13116         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
13117         * sysdeps/i386/strcspn.S (strcspn): Likewise.
13118         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
13119         * sysdeps/i386/strrchr.S (strrchr): Likewise.
13120         * sysdeps/i386/strspn.S (strspn): Likewise.
13121         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
13122         conditional code.
13123         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
13124         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
13125         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
13126         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
13127         L(1_3) into L(1_1).
13128         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
13129         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13130         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
13131         macros.
13132         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13133
13134 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
13135
13136         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
13137         macro.
13138
13139 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13140
13141         * math/atest-exp.c (exp_mpn): Remove ROUND.
13142         * math/atest-exp2.c (exp_mpn): Likewise.
13143         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
13144
13145         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
13146         * stdlib/tst-tls-atexit-lib.c: Likewise.
13147         * stdlib/tst-tls-atexit.c: Likewise.
13148
13149 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
13150
13151         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
13152         and __attribute_alloc_size__.
13153
13154 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
13155
13156         * include/programs/xmalloc.h: Change __attribute_alloc_size to
13157         __attribute_alloc_size__.
13158         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
13159         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
13160
13161 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
13162
13163         * include/programs/xmalloc.h: New file.
13164         * catgets/gencat.c: Include it.
13165         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
13166         * elf/pldd.c: Likewise.
13167         * iconv/iconv_charmap.c: Likewise.
13168         * iconv/iconvconfig.c: Likewise.
13169         * iconv/strtab.c: Likewise.
13170         * locale/programs/locale.c: Likewise.
13171         * locale/programs/localedef.h: Likewise.
13172         * locale/programs/simple-hash.c: Likewise.
13173         * nscd/nscd.h: Likewise.
13174         * nss/makedb.c: Likewise.
13175         * sysdeps/generic/ldconfig.h: Likewise.
13176
13177 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
13178
13179         * Versions.def: Add GLIBC_2.18.
13180         * include/link.h (struct link_map): New member l_tls_dtor_count.
13181         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
13182         (__call_tls_dtors): Likewise.
13183         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
13184         __cxa_thread_atexit_impl.
13185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
13186         Likewise.
13187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
13188         Likewise.
13189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13190         Likewise.
13191         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13192         Likewise.
13193         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
13194         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
13195         Likewise.
13196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
13197         Likewise.
13198         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
13199         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
13200         Likewise.
13201         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
13202         (tests): Add test case tst-tls-atexit.
13203         (modules-names): Add shared library for tst-tls-atexit.
13204         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
13205         (GLIBC_PRIVATE): Add __call_tls_dtors.
13206         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
13207         for libstdc++.
13208         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
13209         * stdlib/tst-tls-atexit.c: New test case.
13210         * stdlib/tst-tls-atexit-lib.c: New test case.
13211
13212         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
13213
13214         * elf/Versions (ld): Add _dl_find_dso_for_object.
13215         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
13216         * elf/dl-open.c (_dl_find_dso_for_object): New function.
13217         (dl_open_worker): Use _dl_find_dso_for_object.
13218         * elf/dl-sym.c (do_sym): Likewise.
13219         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
13220
13221 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13222
13223         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
13224         Syntactic changes only.
13225         (_dl_runtime_profile): Do a tail-call to the resolved function.
13226
13227 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
13228
13229         [BZ #13550]
13230         * sysdeps/x86_64/bp-asm.h: Remove file.
13231         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
13232         <bp-sym.h> and <bp-asm.h>.
13233         (__clone): Do not use BP_SYM.
13234         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
13235         <bp-sym.h> and <bp-asm.h>.
13236         * sysdeps/unix/x86_64/sysdep.S: Likewise.
13237         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
13238         "bp-asm.h".
13239         (_setjmp): Do not use BP_SYM.
13240         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
13241         "bp-asm.h".
13242         (setjmp): Do not use BP_SYM.
13243         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
13244         libc_hidden_def.
13245         (mempcpy): Do not use BP_SYM in weak_alias.
13246         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
13247         "bp-asm.h".
13248         (strchr): Do not use BP_SYM.
13249         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
13250         "bp-asm.h".
13251         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
13252         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
13253         (_start): Do not use BP_SYM.
13254         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
13255         "bp-asm.h".
13256         (strcat): Do not use BP_SYM.
13257         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
13258         "bp-asm.h".
13259         (STRCMP): Do not use BP_SYM.
13260         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
13261         "bp-asm.h".
13262         (STRCPY): Do not use BP_SYM.
13263         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
13264         "bp-asm.h".
13265         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
13266         "bp-asm.h".
13267         (FUNCTION): Do not use BP_SYM.
13268         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
13269         weak_alias.
13270         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
13271
13272 2013-02-17  Andreas Jaeger  <aj@suse.de>
13273
13274         * time/Versions: Sort entries.
13275         * string/Versions: Likewise.
13276         * resolv/Versions: Likewise.
13277         * posix/Versions: Likewise.
13278         * iconv/Versions: Likewise.
13279         * elf/Versions: Likewise.
13280         * wcsmbs/Versions: Likewise.
13281
13282 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13283
13284         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
13285         loop termination condition.
13286
13287         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
13288         variable to calculate EZ.
13289         (__sqr): Likewise.
13290
13291         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
13292         the lower precision input.
13293
13294 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
13295
13296         [BZ #13550]
13297         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
13298         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
13299         (run-via-rtld-prefix): Do not handle %-bp tests.
13300         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
13301         (all-object-suffixes): Remove .ob.
13302         (bppfx): Remove variable.
13303         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
13304         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
13305         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
13306         [$(build-bounded) = yes] (libtype.ob): Likewise.
13307         * Makerules (elide-routines.ob): Remove variable.
13308         (do-tests-clean): Do not handle *-bp.out.
13309         (common-mostlyclean): Do not handle *-bp and *-bp.out.
13310         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
13311         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
13312         (tests): Do not include $(tests-bp.out).
13313         (xtests): Do not include $(xtests-bp.out).
13314         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
13315         [$(build-bounded) = yes] ($(addprefix
13316         $(objpfx),$(binaries-bounded))): Remove rule.
13317         ($(objpfx)%-bp.out): Remove rule.
13318         * config.make.in (build-bounded): Remove variable.
13319         * crypt/Makefile [$(build-bounded) = yes]
13320         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
13321         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
13322         append to variable.
13323         [$(build-bounded) = yes] (install-lib): Likewise.
13324         [$(build-bounded) = yes] (generated): Likewise.
13325         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
13326         Remove rule.
13327         * intl/Makefile [$(build-bounded) = yes]
13328         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
13329         * math/Makefile [$(build-bounded) = yes]
13330         ($(tests:%=$(objpfx)%-bp): Likewise.
13331         * misc/Makefile [$(build-bounded) = yes]
13332         ($(objpfx)tst-tsearch-bp): Likewise.
13333         * nptl/Makeconfig (bounded-thread-library): Remove variable.
13334         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
13335         Remove dependency.
13336         * string/Makefile (o-objects.ob): Remove variable.
13337         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
13338         (CFLAGS-.ob): Remove variable.
13339         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
13340         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
13341         both definitions of variable.
13342         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
13343         (ASFLAGS-.ob): Remove variable.
13344
13345 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
13346
13347         [BZ #13550]
13348         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
13349         Remove __BOUNDED_POINTERS__ from condition.
13350         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
13351         * string/bits/string2.h [!__NO_STRING_INLINES &&
13352         !__BOUNDED_POINTERS__]: Likewise.
13353         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
13354         Likewise.
13355         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
13356         Remove conditional code.
13357         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
13358         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
13359         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
13360         condition.
13361
13362         [BZ #13550]
13363         * csu/libc-start.c: Do not include <bp-sym.h>.
13364         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
13365         * elf/dl-open.c: Do not include <bp-sym.h>.
13366         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
13367         * math/fegetenv.c: Do not include <bp-sym.h>.
13368         (fegetenv): Do not use BP_SYM in versioned symbols.
13369         * nptl/sysdeps/pthread/bits/libc-lockP.h
13370         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
13371         <bp-sym.h>.
13372         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13373         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
13374         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13375         (__pthread_mutex_destroy): Likewise.
13376         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13377         (__pthread_mutex_lock): Likewise.
13378         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13379         (__pthread_mutex_trylock): Likewise.
13380         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13381         (__pthread_mutex_unlock): Likewise.
13382         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13383         (__pthread_mutexattr_init): Likewise.
13384         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13385         (__pthread_mutexattr_destroy): Likewise.
13386         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13387         (__pthread_mutexattr_settype): Likewise.
13388         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13389         (__pthread_rwlock_init): Likewise.
13390         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13391         (__pthread_rwlock_destroy): Likewise.
13392         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13393         (__pthread_rwlock_rdlock): Likewise.
13394         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13395         (__pthread_rwlock_tryrdlock): Likewise.
13396         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13397         (__pthread_rwlock_wrlock): Likewise.
13398         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13399         (__pthread_rwlock_trywrlock): Likewise.
13400         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13401         (__pthread_rwlock_unlock): Likewise.
13402         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13403         (__pthread_key_create): Likewise.
13404         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13405         (__pthread_setspecific): Likewise.
13406         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13407         (__pthread_getspecific): Likewise.
13408         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
13409         Likewise.
13410         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13411         (_pthread_cleanup_push_defer): Likewise.
13412         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13413         (_pthread_cleanup_pop_restore): Likewise.
13414         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13415         (pthread_setcancelstate): Likewise.
13416         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
13417         <bp-sym.h>.
13418         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
13419         (memchr): Do not use BP_SYM in weak_alias.
13420         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
13421         (fegetenv): Do not use BP_SYM in versioned symbols.
13422         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
13423         (fesetenv): Do not use BP_SYM in versioned symbols.
13424         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
13425         (feupdateenv): Do not use BP_SYM in versioned symbols.
13426         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
13427         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
13428         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
13429         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
13430         (open64): Do not use BP_SYM in weak_alias.
13431         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
13432         (fegetenv): Do not use BP_SYM in versioned symbols.
13433         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
13434         (fesetenv): Do not use BP_SYM in versioned symbols.
13435         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
13436         (feupdateenv): Do not use BP_SYM in versioned symbols.
13437         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
13438         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
13439         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
13440         (feraiseexcept): Do not use BP_SYM in versioned symbols.
13441         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
13442         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
13443         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
13444         <bp-sym.h>.
13445         (__libc_start_main): Do not use BP_SYM.
13446
13447 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
13448
13449         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
13450         redundant return line.
13451         (norm): Likewise.
13452         (denorm): Likewise.
13453         (dbl_mp): Likewise.
13454         (sub_magnitudes): Likewise.
13455         (__add): Likewise.
13456         (__sub): Likewise.
13457         (__mul): Likewise.
13458         (__inv): Likewise.
13459         (__dvd): Likewise.
13460         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
13461         (norm): Likewise.
13462         (denorm): Likewise.
13463         (dbl_mp): Likewise.
13464         (sub_magnitudes): Likewise.
13465         (__add): Likewise.
13466         (__sub): Likewise.
13467         (__mul): Likewise.
13468         (__inv): Likewise.
13469         (__dvd): Likewise.
13470
13471         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
13472         instead of __mul.
13473         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
13474         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
13475         (cc32): Likewise.
13476
13477         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
13478         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
13479         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
13480         of __mul for squares.
13481         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
13482         function
13483         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
13484         Likewise.
13485         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
13486         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
13487
13488 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
13489
13490         [BZ #13550]
13491         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
13492         code.
13493         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
13494         prototype or function definition.  Rename ubp_* variables and
13495         parameters.  Remove argv definitions conditional on
13496         [__BOUNDED_POINTERS__].
13497         * debug/backtrace.c (__backtrace): Do not use __unbounded.
13498         * elf/dl-runtime.c (_dl_fixup): Likewise.
13499         * include/set-hooks.h (RUN_HOOK): Likewise.
13500         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
13501         definition.
13502         * string/strcpy.c (strcpy): Do not use __unbounded.
13503         * sysdeps/generic/frame.h (struct layout): Likewise.
13504         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
13505         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
13506         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
13507         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
13508         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
13509         (__backtrace): Likewise.
13510         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
13511         use __ptrvalue.
13512         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
13513         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
13514         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
13515         Likewise.
13516         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
13517         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
13518         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
13519         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
13520         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
13521         Do not use __unbounded.
13522         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
13523         Rename __unboundedrlimits parameter to rlimits in prototype.
13524         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
13525         Do not use __unbounded.
13526         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
13527         not use __ptrvalue.
13528         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
13529         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
13530         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
13531         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
13532         __ptrvalue or __unbounded.
13533         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
13534         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
13535         use __unbounded.
13536         (__new_msgctl): Do not use __ptrvalue.
13537         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
13538         __unbounded.
13539         (__libc_msgrcv): Do not use __ptrvalue.
13540         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
13541         startup_info): Do not use __unbounded.
13542         (__libc_start_main): Likewise.  Rename ubp_* variables and
13543         parameters.  Remove argv definitions conditional on
13544         [__BOUNDED_POINTERS__].
13545         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
13546         __ptrvalue.
13547         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
13548         use __unbounded.
13549         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
13550         or __ptrvalue.
13551         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
13552         use __unbounded.
13553         (__new_shmctl): Do not use __ptrvalue.
13554         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
13555         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
13556         Likewise.
13557         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
13558         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
13559         (__libc_sigaction): Likewise.
13560         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
13561         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
13562         Likewise.
13563         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
13564
13565 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
13566
13567         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
13568
13569         * string/mempcpy.c: Implement by calling memcpy.
13570
13571 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
13572
13573         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
13574
13575         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
13576         evaluation.
13577
13578         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
13579         values in the mantissa.
13580
13581         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
13582         minimize writes to Z.
13583         (sub_magnitudes): Simplify code a bit.
13584
13585 2013-02-12  Roland McGrath  <roland@hack.frob.com>
13586
13587         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
13588         from the message.  The linker prefixes all warnings with that already.
13589
13590 2013-02-12  Andreas Schwab  <schwab@suse.de>
13591
13592         [BZ #15078]
13593         * posix/regexec.c (extend_buffers): Add parameter min_len.
13594         (check_matching): Pass minimum needed length.
13595         (clean_state_log_if_needed): Likewise.
13596         (get_subexp): Likewise.
13597         * posix/Makefile (tests): Add bug-regex34.
13598         (bug-regex34-ENV): Define.
13599         * posix/bug-regex34.c: New file.
13600
13601         [BZ #11561]
13602         * posix/regcomp.c (parse_bracket_exp): When looking up collating
13603         elements compare against the byte sequence of it, not its name.
13604         * posix/Makefile (tests): Add bug-regex35.
13605         (bug-regex35-ENV): Define.
13606         * posix/bug-regex35.c: New file.
13607
13608 2013-02-11  Tom de Vries  <tom@codesourcery.com>
13609
13610         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
13611         comment.
13612         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
13613         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
13614         (CHECK_EOL): Add undef.
13615
13616 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
13617
13618         * bits/stdlib-bsearch.h: New file.
13619         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
13620         * stdlib/stdlib.h: Likewise.
13621
13622 2013-02-11  Roland McGrath  <roland@hack.frob.com>
13623
13624         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
13625         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
13626         declaration.
13627         * manual/search.texi (Array Search Function): Add missing const in
13628         lfind prototype.
13629         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
13630         declaration to use rlim_t.
13631         (Basic Scheduling Functions): Remove erroneous const from
13632         sched_getparam prototype.  Remove erroneous * from
13633         sched_get_priority_max and sched_get_priority_min prototypes.
13634         (Resource Usage): Fix summary @comment on vtimes to refer to
13635         sys/vtimes.h rather than vtimes.h.
13636         Add missing *s in vtimes prototype.
13637         (Limits on Resources): Fix ulimit prototype to return long int.
13638         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
13639         prototypes to use long int rather than double.
13640         (BSD Random): Fix initstate and setstate to use char *, not void *.
13641         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
13642         prototype to make second argument 'struct aiocb64 *const[]'.
13643         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
13644         (Status of AIO Operations): Remove erroneous const in aio_return and
13645         aio_return64 prototypes.
13646         (Synchronizing I/O): Fix sync prototype to return void.
13647         * manual/startup.texi (Suboptions): Remove an erroneous const in
13648         getsubopt prototype.
13649         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
13650         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
13651         use size_t rather than int.
13652         (Scanning All Users): Likewise for getpwent_r.
13653         (Setting Groups): Add missing const to setgroups prototype.
13654         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
13655         * manual/socket.texi (Host Names): Fix gethostbyaddr and
13656         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
13657         'const void *' rather than 'const char *'.
13658         (Host Address Functions): Likewise for inet_ntop.
13659         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
13660         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
13661         ssize_t for return value.
13662         (Sending Data): Likewise for send, sendto, sendmsg.
13663         (Socket Option Functions): Add a missing const in setsockopt prototype.
13664         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
13665         use wchar_t for the argument.
13666         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
13667         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
13668         take no arguments.
13669         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
13670         double/float/long double for second argument.
13671         Fix return types of significand, significandf, significandl.
13672         * manual/filesys.texi (Setting Permissions): Use mode_t for second
13673         argument in fchmod prototype.
13674         (File Owner): Use uid_t and gid_t in fchown prototype.
13675         (File Times): Add const to utimes, futimes, and lutimes prototypes.
13676         (Making Special Files): Use mode_t and dev_t in mknod prototype.
13677         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
13678         use 'const struct dirent **' as argument types to CMP function pointer
13679         argument.
13680         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
13681         (File Times): Fix summary magic @comment for struct utimbuf and utime
13682         to refer to utime.h, not time.h.
13683         * manual/string.texi (Argz Functions): Add missing const in
13684         argz_extract and argz_next prototypes.
13685         (Finding Tokens in a String): Likewise for basename.
13686         (String/Array Comparison): Fix typo in wcscasecmp prototype.
13687         (Copying and Concatenation): Fix typo in wmemmove prototype.
13688         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
13689         (Signal Stack): Remove erroneous const in sigstack prototype.
13690         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
13691         prototype.
13692         (Simple Calendar Time): Likewise for stime.
13693         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
13694         prototype.
13695         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
13696         say sys/sysctl.h instead.
13697         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
13698         and vsyslog prototypes.
13699
13700 2013-02-11  Tom de Vries  <tom@codesourcery.com>
13701
13702         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
13703         Remove.
13704
13705 2013-02-11  Roland McGrath  <roland@hack.frob.com>
13706
13707         * misc/sys/mman.h: Fix typo in mremap comment.
13708
13709 2013-02-08  Roland McGrath  <roland@hack.frob.com>
13710
13711         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
13712         the '\0' terminator.
13713
13714 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
13715
13716         [BZ #13550]
13717         * debug/segfault.c: Don't include <bp-checks.h>.
13718         * sysdeps/generic/bp-checks.h: Remove file.
13719         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
13720         (__GETDENTS): Don't use CHECK_N.
13721         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
13722         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
13723         (__getgroups): Don't use CHECK_N.
13724         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
13725         (setgroups): Don't use CHECK_N.
13726         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
13727         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13728         (__libc_msgrcv): Don't use CHECK_N.
13729         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
13730         (__libc_msgsnd): Don't use CHECK_N.
13731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
13732         <bp-checks.h>.
13733         (__libc_pread): Don't use CHECK_N.
13734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
13735         include <bp-checks.h>.
13736         (__libc_pread64): Don't use CHECK_N.
13737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
13738         include <bp-checks.h>.
13739         (__libc_pwrite): Don't use CHECK_N.
13740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
13741         include <bp-checks.h>.
13742         (__libc_pwrite64): Don't use CHECK_N.
13743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
13744         <bp-checks.h>.
13745         (__libc_pread): Don't use CHECK_N.
13746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
13747         include <bp-checks.h>.
13748         (__libc_pread64): Don't use CHECK_N.
13749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
13750         include <bp-checks.h>.
13751         (__libc_pwrite): Don't use CHECK_N.
13752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
13753         include <bp-checks.h>.
13754         (__libc_pwrite64): Don't use CHECK_N.
13755         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
13756         (do_pread): Don't use CHECK_N.
13757         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
13758         (do_pread64): Don't use CHECK_N.
13759         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
13760         (do_pwrite): Don't use CHECK_N.
13761         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
13762         (do_pwrite64): Don't use CHECK_N.
13763         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
13764         (__libc_readv): Don't use CHECK_N.
13765         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
13766         (semop): Don't use CHECK_N.
13767         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
13768         <bp-checks.h>.
13769         (semtimedop): Don't use CHECK_N.
13770         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
13771         (__libc_pread): Don't use CHECK_N.
13772         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
13773         <bp-checks.h>.
13774         (__libc_pread64): Don't use CHECK_N.
13775         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
13776         <bp-checks.h>.
13777         (__libc_pwrite): Don't use CHECK_N.
13778         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
13779         <bp-checks.h>.
13780         (__libc_pwrite64): Don't use CHECK_N.
13781         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
13782         <bp-checks.h>.
13783         (__libc_msgrcv): Don't use CHECK_N.
13784         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
13785         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
13786         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
13787         (__libc_writev): Don't use CHECK_N.
13788
13789 2013-02-08  Roland McGrath  <roland@hack.frob.com>
13790
13791         * string/strcpy.c: Removed unused variable.
13792
13793         * Makeconfig (+sysdep-includes): Define with := rather than =.
13794         Use an existing include/ subdir of each sysdeps dir before it.
13795
13796 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
13797
13798         * nscd/connection.c (register_traced_file): Comment function.
13799         [HAVE_INOTIFY] (union __inev): Define.
13800         [HAVE_INOTIFY] (inotify_check_files): New function.
13801         [HAVE_INOTIFY] (clear_db_cache): Likewise.
13802         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
13803         clear_db_cache.
13804         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
13805
13806 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
13807
13808         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
13809         loaded if not already and that a failure is permanent.
13810
13811 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
13812
13813         [BZ #15006]
13814         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
13815         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
13816
13817 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
13818
13819         [BZ #13550]
13820         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
13821         (CHECK_1_NULL_OK): Likewise.
13822         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
13823         (__fxstat): Do not use CHECK_1.
13824         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
13825         <bp-checks.h>.
13826         (___fxstat64): Do not use CHECK_1.
13827         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
13828         <bp-checks.h>.
13829         (__fxstatat): Do not use CHECK_1.
13830         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
13831         <bp-checks.h>.
13832         (__fxstatat64): Do not use CHECK_1.
13833         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
13834         <bp-checks.h>.
13835         (__fxstat): Do not use CHECK_1.
13836         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
13837         <bp-checks.h>.
13838         (__fxstatat): Do not use CHECK_1.
13839         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
13840         <bp-checks.h>.
13841         (__getresgid): Do not use CHECK_1.
13842         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
13843         <bp-checks.h>.
13844         (__getresuid): Do not use CHECK_1.
13845         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
13846         <bp-checks.h>.
13847         (__lxstat): Do not use CHECK_1.
13848         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
13849         <bp-checks.h>.
13850         (__old_msgctl): Do not use CHECK_1.
13851         (__new_msgctl): Likewise.
13852         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
13853         <bp-checks.h>.
13854         (__new_setrlimit): Do not use CHECK_1.
13855         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
13856         <bp-checks.h>.
13857         (__old_shmctl): Do not use CHECK_1.
13858         (__new_shmctl): Likewise.
13859         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
13860         <bp-checks.h>.
13861         (__xstat): Do not use CHECK_1.
13862         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
13863         (__lxstat): Do not use CHECK_1.
13864         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
13865         <bp-checks.h>.
13866         (___lxstat64): Do not use CHECK_1.
13867         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
13868         (__old_msgctl): Do not use CHECK_1.
13869         (__new_msgctl): Likewise.
13870         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
13871         <bp-checks.h>.
13872         (__gettimeofday): Do not use CHECK_1.
13873         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
13874         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
13875         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
13876         <bp-checks.h>.
13877         (__gettimeofday): Do not use CHECK_1.
13878         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
13879         (__old_shmctl): Do not use CHECK_1_NULL_OK.
13880         (__new_shmctl): Do not use CHECK_1.
13881         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
13882         <bp-checks.h>.
13883         (do_sigtimedwait): Do not use CHECK_1.
13884         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
13885         <bp-checks.h>.
13886         (do_sigwaitinfo): Do not use CHECK_1.
13887         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
13888         <bp-checks.h>.
13889         (msgctl): Do not use CHECK_1.
13890         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
13891         <bp-checks.h>.
13892         (shmctl): Do not use CHECK_1.
13893         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
13894         (ustat): Do not use CHECK_1.
13895         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
13896         <bp-checks.h>.
13897         (__fxstat): Do not use CHECK_1.
13898         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
13899         <bp-checks.h>.
13900         (__fxstatat): Do not use CHECK_1.
13901         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
13902         <bp-checks.h>.
13903         (__lxstat): Do not use CHECK_1.
13904         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
13905         <bp-checks.h>.
13906         (__xstat): Do not use CHECK_1.
13907         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
13908         (__xstat): Do not use CHECK_1.
13909         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
13910         (___xstat64): Do not use CHECK_1.
13911
13912         [BZ #13550]
13913         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
13914         definitions.
13915         (CHECK_BOUNDS_HIGH): Likewise.
13916         * string/strcpy.c: Do not include <bp-checks.h>.
13917         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
13918
13919 2013-02-07  Roland McGrath  <roland@hack.frob.com>
13920
13921         * nscd/nscd-client.h (__nscd_drop_map_ref):
13922         Add __attribute__ ((unused)).
13923         * nis/nss-nisplus.h (niserr2nss): Likewise.
13924
13925         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
13926         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
13927
13928         * csu/libc-tls.c (init_static_tls, init_slotinfo):
13929         Remove inline keyword.
13930         * include/rounding-mode.h (round_away): Likewise.
13931         * libio/wfileops.c (adjust_wide_data): Likewise.
13932         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
13933         (__m128i_strloadu_tolower): Likewise.
13934         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
13935         (__m128i_strloadu_tolower): Likewise.
13936         * time/mktime.c (ydhms_diff): Likewise.
13937         * locale/elem-hash.h (elem_hash): Likewise.
13938         * locale/setlocale.c (setdata): Likewise.
13939         * posix/regex_internal.h (re_string_char_size_at): Likewise.
13940         (re_string_wchar_at): Likewise.
13941         (bitset_not, bitset_merge, bitset_mask): Likewise.
13942         [!(__GNUC__ > 3)] (inline): Remove macro.
13943         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
13944         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
13945         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
13946         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
13947         * string/memcmp.c (memcmp_bytes): Likewise.
13948         * locale/programs/locarchive.c (compute_hashval): Likewise.
13949         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
13950         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
13951         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
13952         * nss/getent.c (print_rpc, print_protocols): Likewise.
13953         (print_passwd, print_group, print_aliases): Likewise.
13954         * nis/nss-nisplus.h (niserr2nss): Likewise.
13955         * nscd/connections.c (restart_p): Likewise.
13956         Change return type to bool.
13957
13958 2013-02-05  Roland McGrath  <roland@hack.frob.com>
13959
13960         * Makeconfig (all-Depend-files): Add existing
13961         $(sorted-subdirs:=/Depend) files.
13962         (all-subdirs): Remove nss.
13963         * sysdeps/unix/inet/Subdirs: Add it here instead.
13964         * hesiod/Depend: New file.
13965
13966         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
13967         instead of calling alloca.
13968
13969         * io/lseek.c (__lseek): Rename to __libc_lseek.
13970         Define __lseek as an alias.
13971
13972         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
13973
13974 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
13975
13976         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
13977         else clause and remove check for non-standard endianness.
13978
13979 2013-02-04  David S. Miller  <davem@davemloft.net>
13980
13981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13982
13983 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
13984
13985         [BZ #13550]
13986         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
13987         (__ubp_memchr): Remove prototype.
13988         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
13989         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
13990         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
13991         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
13992         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
13993         Remove alias.
13994         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
13995         (__ubp_memchr): Likewise.
13996         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
13997         (__ubp_memchr): Likewise.
13998         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
13999         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
14000         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
14001         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
14002         CHECK_STRING.
14003         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14004         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
14005         (__getcwd): Do not use CHECK_STRING.
14006         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
14007         <bp-checks.h>.
14008         (__real_chown): Do not use CHECK_STRING.
14009         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
14010         <bp-checks.h>.
14011         (fchownat): Do not use CHECK_STRING.
14012         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
14013         CHECK_STRING.
14014         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
14015         <bp-checks.h>.
14016         (__lchown): Do not use CHECK_STRING.
14017         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
14018         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
14019         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
14020         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
14021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
14022         include <bp-checks.h>.
14023         (truncate64): Do not use CHECK_STRING.
14024         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
14025         <bp-checks.h>.
14026         (__real_chown): Do not use CHECK_STRING.
14027         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
14028         <bp-checks.h>.
14029         (__lchown): Do not use CHECK_STRING.
14030         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
14031         <bp-checks.h>.
14032         (__chown): Do not use CHECK_STRING.
14033         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
14034         <bp-checks.h>.
14035         (truncate64): Do not use CHECK_STRING.
14036         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
14037         Likewise.
14038         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
14039         (__xmknod): Do not use CHECK_STRING.
14040         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
14041         <bp-checks.h>.
14042         (__xmknodat): Do not use CHECK_STRING.
14043         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
14044         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
14045
14046 2013-02-04  Andreas Schwab  <schwab@suse.de>
14047
14048         [BZ #14142]
14049         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
14050         * include/netdb.h: Likewise for h_errno.
14051         * elf/tst-stackguard1.c: Include <tls.h>.
14052
14053 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
14054
14055         * elf/link.h (struct link_map): Extend the l_addr comment.
14056         * include/link.h (struct link_map): Likewise.
14057
14058 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
14059
14060         [BZ #13550]
14061         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
14062         (BOUNDED_1): Remove macro.
14063         * debug/backtrace.c: Don't include <bp-checks.h>.
14064         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
14065         (__backtrace): Likewise.
14066         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
14067         <bp-checks.h>.
14068         (__backtrace): Don't use BOUNDED_1.
14069         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
14070         <bp-checks.h>.
14071         (__backtrace): Don't use BOUNDED_1.
14072         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
14073         (__backtrace): Don't use BOUNDED_1.
14074         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
14075         (shmat): Don't use BOUNDED_N.
14076
14077 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
14078
14079         [BZ #13550]
14080         * sysdeps/generic/bp-start.h: Remove file.
14081         * csu/libc-start.c: Don't include <bp-start.h>.
14082         (LIBC_START_MAIN): Set up __environ directly instead of using
14083         INIT_ARGV_and_ENVIRON.
14084         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
14085         <bp-start.h>.
14086
14087         [BZ #13550]
14088         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
14089         definitions.
14090         (CHECK_FCNTL): Likewise.
14091         (CHECK_N_PAGES): Likewise.
14092
14093         [BZ #13550]
14094         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
14095         definitions.
14096         (CHECK_SIGSET_NULL_OK): Likewise.
14097         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
14098         <bp-checks.h>.
14099         (sigpending): Don't use CHECK_SIGSET.
14100         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
14101         <bp-checks.h>.
14102         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
14103         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
14104         <bp-checks.h>.
14105         (do_sigsuspend): Don't use CHECK_SIGSET.
14106         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
14107         use CHECK_SIGSET.
14108         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
14109         (do_sigwait): Don't use CHECK_SIGSET.
14110         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
14111         use CHECK_SIGSET.
14112         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
14113         include <bp-checks.h>.
14114         (sigpending): Don't use CHECK_SIGSET.
14115         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
14116         include <bp-checks.h>.
14117         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
14118         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
14119         <bp-checks.h>.
14120         (sigpending): Don't use CHECK_SIGSET.
14121         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
14122         <bp-checks.h>.
14123         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
14124
14125         [BZ #13550]
14126         * sysdeps/generic/bp-semctl.h: Remove file.
14127         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
14128         <bp-checks.h> and <bp-semctl.h>.
14129         (__old_semctl): Don't use CHECK_SEMCTL.
14130         (__new_semctl): Likewise.
14131         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
14132         and <bp-semctl.h>.
14133         (__old_semctl): Don't use CHECK_SEMCTL.
14134         (__new_semctl): Likewise.
14135         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
14136         <bp-checks.h> and <bp-semctl.h>.
14137         (__old_semctl): Don't use CHECK_SEMCTL.
14138         (__new_semctl): Likewise.
14139         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
14140         <bp-checks.h> and <bp-semctl.h>.
14141         (semctl): Don't use CHECK_SEMCTL.
14142
14143         [BZ #13550]
14144         * Makerules (elide-bp-thunks): Remove variable.
14145         (elide-routines.oS): Don't use $(elide-bp-thunks).
14146         (elide-routines.os): Likewise.
14147         (elide-routines.o): Likewise.
14148         (elide-routines.op): Likewise.
14149         (elide-routines.og): Likewise.
14150         (objects): Don't use $(bp-thunks).
14151         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
14152         include.
14153         (common-generated): Do not add s-proto-bp.d.
14154         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
14155         (int): Likewise.
14156         (typ): Likewise.
14157         Do not generate makefile rules for bounded-pointer thunks.
14158         * sysdeps/generic/bp-thunks.h: Remove file.
14159         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
14160         * sysdeps/unix/s-proto-bp.S: Likewise.
14161
14162         [BZ #15062]
14163         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
14164         parts of result separately when argument is not close to line from
14165         -i to i and one part of argument is small.
14166         * math/k_casinhf.c (__kernel_casinhf): Likewise.
14167         * math/k_casinhl.c (__kernel_casinhl): Likewise.
14168         * math/libm-test.inc (cacos_test): Add more tests.
14169         (casin_test): Likewise.
14170         (casinh_test): Likewise.
14171         * sysdeps/i386/fpu/libm-test-ulps: Update.
14172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14173
14174 2013-01-31  David S. Miller  <davem@davemloft.net>
14175
14176         * po/de.po: Update from translation team.
14177
14178 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
14179
14180         * time/tzfile.c: Include stdint.h for SIZE_MAX.
14181
14182 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
14183
14184         * configure.in (_AC_PROG_CC_C89): New definition.
14185         * configure: Regenerate.
14186
14187         * configure.in (AC_PROG_CPP): New definition.
14188         * configure: Regenerate.
14189
14190 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
14191
14192         * debug/tst-backtrace.h: New file.
14193         * debug/tst-backtrace2.c: Include tst-backtrace.h.
14194         (ret): Remove variable.
14195         (x): Likewise.
14196         (FAIL): Remove macro.
14197         (NO_INLINE): Likewise.
14198         (fn1): Use match function instead of strstr.
14199         * debug/tst-backtrace3.c: Include tst-backtrace.h.
14200         (ret): Remove variable.
14201         (x): Likewise.
14202         (FAIL): Remove macro.
14203         (NO_INLINE): Likewise.
14204         (fn): Use match function instead of strstr.
14205         * debug/tst-backtrace4.c: Include tst-backtrace.h.
14206         (ret): Remove variable.
14207         (x): Likewise.
14208         (FAIL): Remove macro.
14209         (NO_INLINE): Likewise.
14210         (handle_signal): Use match function instead of strstr.
14211         * debug/tst-backtrace5.c: Include tst-backtrace.h.
14212         (ret): Remove variable.
14213         (x): Likewise.
14214         (FAIL): Remove macro.
14215         (NO_INLINE): Likewise.
14216         (handle_signal): Use match function instead of strstr.
14217
14218 2013-01-23  Roland McGrath  <roland@hack.frob.com>
14219
14220         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
14221
14222 2013-01-23  David S. Miller  <davem@davemloft.net>
14223
14224         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
14225         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
14226         argument of CAS if possible.
14227         * sysdeps/sparc/sparc64/bits/atomic.h
14228         (__arch_compare_and_exchange_val_32_acq): Likewise.
14229         (__arch_compare_and_exchange_val_64_acq): Likewise.
14230
14231 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
14232
14233         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
14234         * sysdeps/posix/ulimit.c: ... this.
14235         Include <limits.h>.
14236         * sysdeps/unix/bsd/ulimit.c: Remove file.
14237
14238 2013-01-23  Adam Conrad  <adconrad@0c3.net>
14239
14240         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
14241         (LDFLAGS-tst-array5): Likewise.
14242
14243 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
14244
14245         [BZ #15036]
14246         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
14247         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
14248         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
14249         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
14250
14251 2013-01-21  David S. Miller  <davem@davemloft.net>
14252
14253         * sysdeps/sparc/backtrace.c: New file.
14254         * sysdeps/sparc/sparc32/backtrace.h: New file.
14255         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
14256         * sysdeps/sparc/sparc64/backtrace.h: New file.
14257         * sysdeps/sparc/sparc64/backtrace.c: Delete.
14258         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
14259         -funwind-tables.
14260
14261 2013-01-21  Andreas Schwab  <schwab@suse.de>
14262
14263         [BZ #15020]
14264         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
14265         closed its stdout.
14266
14267 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
14268
14269         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
14270         "mpa2.h".
14271         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
14272
14273 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
14274             Mark Mitchell  <mark@codesourcery.com>
14275             Tom de Vries  <tom@codesourcery.com>
14276             Paul Pluzhnikov  <ppluzhnikov@google.com>
14277
14278         * debug/tst-backtrace2.c: New file.
14279         * debug/tst-backtrace3.c: Likewise.
14280         * debug/tst-backtrace4.c: Likewise.
14281         * debug/tst-backtrace5.c: Likewise.
14282         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
14283         (CFLAGS-tst-backtrace3.c): Likewise.
14284         (CFLAGS-tst-backtrace4.c): Likewise.
14285         (CFLAGS-tst-backtrace5.c): Likewise.
14286         (LDFLAGS-tst-backtrace2): Likewise.
14287         (LDFLAGS-tst-backtrace3): Likewise.
14288         (LDFLAGS-tst-backtrace4): Likewise.
14289         (LDFLAGS-tst-backtrace5): Likewise.
14290         (tests): Add new tests tst-backtrace2, tst-backtrace3,
14291         tst-backtrace4 and tst-backtrace5.
14292
14293 2013-01-18  Anton Blanchard  <anton@samba.org>
14294             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
14295
14296         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
14297         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
14298         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
14299         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
14300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
14301         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
14302         "+r" and remove output regs list as redundant.  Add explicit inline
14303         asm to specify register of return val to work around compiler codegen
14304         bug.  Remove (int) cast on return value.  Add return type parameter to
14305         use in macro so that this macro does not truncate return value for
14306         64-bit values.
14307         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
14308         pass to INTERNAL_VSYSCALL_NCS.
14309         (INLINE_VSYSCALL): Add 'long int' as return type to
14310         INTERNAL_VSYSCALL_NCS macro invocation.
14311         (INTERNAL_VSYSCALL): Add 'long int' as return type to
14312         INTERNAL_VSYSCALL_NCS macro invocation.
14313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
14314
14315 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14316
14317         [BZ #14496]
14318         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
14319         Fix application of SIMD FP exception mask.
14320
14321         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
14322         mp_no from a power of two.
14323         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
14324         __mpexp_twomm1.  Use __pow_mp.
14325
14326         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
14327         multiplication.
14328
14329 2013-01-17  David S. Miller  <davem@davemloft.net>
14330
14331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14332
14333 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
14334
14335         [BZ #15023]
14336         * include/complex.h: Condition contents on [!_COMPLEX_H].
14337         (__kernel_casinhf): New prototype.
14338         (__kernel_casinh): Likewise.
14339         (__kernel_casinhl): Likewise.
14340         * math/Makefile (libm_calls): Add k_casinh.
14341         * math/k_casinh.c: New file.
14342         * math/k_casinhf.c: Likewise.
14343         * math/k_casinhl.c: Likewise.
14344         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
14345         finite nonzero arguments.
14346         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
14347         finite nonzero arguments.
14348         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
14349         finite nonzero arguments.
14350         * math/s_casinh.c: Do not include <float.h>.
14351         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
14352         * math/s_casinhf.c: Do not include <float.h>.
14353         (__casinhf): Move code for finite nonzero arguments to
14354         k_casinhf.c.
14355         * math/s_casinhl.c: Do not include <float.h>.
14356         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
14357         redefine.
14358         (__casinhl): Move code for finite nonzero arguments to
14359         k_casinhl.c.
14360         * math/libm-test.inc (cacos_test): Add more tests.
14361         * sysdeps/i386/fpu/libm-test-ulps: Update.
14362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14363
14364 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
14365
14366         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
14367         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
14368         [!HAVE_MREMAP]: Remove [defined linux] case.
14369         * malloc/arena.c: Do not include <malloc-sysdep.h>.
14370
14371 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14372
14373         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
14374
14375 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
14376
14377         * elf/elf.h (R_386_SIZE32): New relocation.
14378         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
14379         R_386_SIZE32.
14380         (elf_machine_rela): Likewise.
14381         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
14382         R_X86_64_SIZE64 and R_X86_64_SIZE32.
14383
14384 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
14385
14386         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
14387         (FP_FAST_FMA): Do not define.
14388         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
14389         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
14390         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
14391         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
14392         !_SOFT_FLOAT]: Likewise.
14393         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
14394         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
14395         value.
14396         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
14397         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
14398         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
14399         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
14400         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
14401         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
14402         file.
14403
14404 2013-01-16  Andreas Schwab  <schwab@suse.de>
14405
14406         [BZ #14327]
14407         * include/stdlib.h (__mktemp): Add declaration.
14408         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
14409         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
14410
14411 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
14412
14413         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
14414         definitions.
14415         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
14416         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
14417         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
14418         definitions here.
14419         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
14420         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
14421         definitions.
14422         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
14423         and ONE.
14424         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
14425         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
14426         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
14427         definitions.
14428         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
14429         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
14430         definitions.
14431         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
14432
14433         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
14434
14435 2013-01-15  David S. Miller  <davem@davemloft.net>
14436
14437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
14438         trunc{,f} to libm-sysdep_routes.
14439         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
14441         file.
14442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
14443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
14444         file.
14445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
14446         file.
14447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
14448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
14449         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
14450         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
14451         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
14452         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
14453         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
14454         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
14455
14456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
14457         nearbyint{,f} to libm-sysdep_routes.
14458         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
14460         New file.
14461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
14462         file.
14463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
14464         New file.
14465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
14466         file.
14467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
14468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
14469         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
14470         file.
14471         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
14472         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
14473         file.
14474         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
14475         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
14476         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
14477
14478         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
14479         libc_feholdexcept and libc_fesetenv.
14480
14481 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
14482
14483         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
14484
14485 2013-01-14  David S. Miller  <davem@davemloft.net>
14486
14487         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
14488         (SPARC_ASM_VIS2_IFUNC): Likewise.
14489         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
14490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
14491         use of 'siam' instruction.
14492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
14493         Likewise.
14494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
14495         Likewise.
14496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
14497         Likewise.
14498         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
14499         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
14500         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
14501         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
14502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
14503         file.
14504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
14505         file.
14506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
14507         file.
14508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
14509         file.
14510         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
14511         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
14512         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
14513         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
14514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
14515         new VIS2 routines.
14516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
14517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
14518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
14519         Likewise.
14520         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
14521         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
14522         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
14523         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
14524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
14525         routines to libm-sysdep_routines.
14526         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14527
14528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
14529         fdim/fdimf to libm-sysdep_routines.
14530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
14531         file.
14532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
14533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
14534         file.
14535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
14536         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
14537         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
14538         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
14539         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
14540         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
14541         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
14542
14543 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
14544
14545         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
14546         to optimize copies.
14547
14548         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
14549         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
14550         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
14551
14552         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
14553         local variable MPTWO.
14554         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
14555         Likewise.
14556
14557 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
14558
14559         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
14560         GLOB_NOESCAPE.
14561
14562 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
14563
14564         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
14565
14566 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
14567
14568         * manual/pattern.texi (glob_t): Document gl_flags.
14569         (glob64_t): Likewise.
14570
14571 2013-01-11  David S. Miller  <davem@davemloft.net>
14572
14573         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
14574         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
14575         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
14576         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
14577         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
14578         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
14579         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
14580         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
14581         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
14582         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
14583         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
14584         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
14585         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
14586
14587         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
14588         sparc V9 rather than using V8 code.
14589         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
14590         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
14591
14592         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
14593         Move to...
14594         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
14595         Here.
14596
14597 2013-01-11  Roland McGrath  <roland@hack.frob.com>
14598
14599         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
14600         not in the main loop.
14601         * configure: Regenerated.
14602
14603 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
14604
14605         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
14606         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
14607         to just #else.
14608         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
14609         [!__GLIBC_HAVE_LONG_LONG] case.
14610         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
14611         condition to just #else.
14612         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
14613         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
14614         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
14615         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
14616         unconditional.
14617         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
14618         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
14619         #elif condition to just #else.
14620         * sysdeps/unix/sysv/linux/sys/sysmacros.h
14621         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
14622         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
14623         #elif condition to just #else.
14624
14625 2013-01-11  Steve Ellcey  <sellcey@mips.com>
14626
14627         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
14628         (EF_MIPS_ARCH_64): Fix value.
14629         (EF_MIPS_ARCH_32R2): New.
14630         (EF_MIPS_ARCH_64R2): New.
14631
14632 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
14633
14634         * Makeconfig (+link-pie-before-libc): New.
14635         (+link-pie-after-libc): Likewise.
14636         (+link-pie-tests): Likewise.
14637         (+link-pie): Rewritten.
14638         (link-before-libc): Remove $(config-LDFLAGS).
14639         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
14640         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
14641         (config-LDFLAGS): Renamed to ...
14642         (rtld-LDFLAGS): This.
14643         (rtld-tests-LDFLAGS): New macro.
14644         (link-libc-rpath-link): Likewise.
14645         (link-libc-tests-rpath-link): Likewise.
14646         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
14647         (link-libc): Prepand $(link-libc-rpath-link).
14648         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
14649         (test-program-prefix): New macro.
14650         (test-via-rtld-prefix): Likewise.
14651         (test-program-cmd): Likewise.
14652         (host-test-program-cmd): Likewise.
14653         * Makefile ($(common-objpfx)testrun.sh): Replace
14654         $(run-program-prefix) with $(test-program-prefix).
14655         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
14656         $(rtld-LDFLAGS).
14657         ($(common-objpfx)shlib.lds): Likewise.
14658         (build-module-helper): Likewise.
14659         ($(common-objpfx)format.lds): Likewise.
14660         * Rules (binaries-pie-tests): New.
14661         (binaries-pie-notests): Likewise.
14662         (binaries-pie): Rewritten.
14663         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
14664         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
14665         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
14666         (make-test-out): Replace $(host-built-program-cmd) with
14667         $(host-test-program-cmd).
14668         * config.make.in (build-hardcoded-path-in-tests): New variable.
14669         * configure.in (--enable-hardcoded-path-in-tests): New configure
14670         option.
14671         (hardcoded_path_in_tests): New AC_SUBST.
14672         * configure: Regenerated.
14673         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
14674         $(built-program-cmd) with $(test-program-cmd).
14675         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
14676         (test_program_cmd): This.
14677         * elf/Makefile ($(objpfx)order.out): Run test with
14678         $(test-program-prefix).
14679         ($(objpfx)order2.out): Likewise.
14680         ($(objpfx)tst-initorder.out): Likewise.
14681         ($(objpfx)tst-initorder2.out): Likewise.
14682         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
14683         $(test-program-cmd).
14684         ($(objpfx)tst-array1-static.out): Likewise.
14685         ($(objpfx)tst-array2.out): Likewise.
14686         ($(objpfx)tst-array3.out): Likewise.
14687         ($(objpfx)tst-array4.out): Likewise.
14688         ($(objpfx)tst-array5.out): Likewise.
14689         ($(objpfx)tst-array5-static.out): Likewise.
14690         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
14691         $(test-program-cmd).
14692         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
14693         $(run-program-prefix) with $(test-program-prefix).
14694         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
14695         (test_program_prefix): This.
14696         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
14697         $(run-program-prefix) with $(test-program-prefix).
14698         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
14699         (test_program_prefix): This.
14700         * iconvdata/tst-tables.sh: Likewise.
14701         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
14702         $(run-program-prefix) with $(test-program-prefix).
14703         ($(objpfx)tst-translit.out): Likewise.
14704         ($(objpfx)tst-gettext2.out): Likewise.
14705         ($(objpfx)tst-gettext4.out): Likewise.
14706         ($(objpfx)tst-gettext6.out): Likewise.
14707         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
14708         (test_program_prefix): This.
14709         * intl/tst-gettext2.sh: Likewise.
14710         * intl/tst-gettext4.sh  Likewise.
14711         * intl/tst-gettext6.sh: Likewise.
14712         * intl/tst-translit.sh: Likewise.
14713         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
14714         with $(test-program-cmd).
14715         * libio/Makefile ($(objpfx)test-freopen.out): Replace
14716         $(run-program-prefix) with $(test-program-prefix).
14717         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
14718         (test_program_prefix): This.
14719         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
14720         $(run-program-prefix) with $(test-program-prefix).
14721         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
14722         (test_program_prefix): This.
14723         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
14724         * posix/Makefile ($(objpfx)globtest.out): Replace
14725         $(run-via-rtld-prefix) and $(test-wrapper) with
14726         $(test-program-prefix) and $(test-via-rtld-prefix).
14727         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
14728         $(test-program-prefix).
14729         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
14730         $(host-test-program-cmd).
14731         (tst-spawn-ARGS): Likewise.
14732         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
14733         $(test-program-prefix).
14734         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
14735         (test_via_rtld_prefix): This.
14736         (test_wrapper): Renamed to ...
14737         (test_program_prefix): This.
14738         (run_program_prefix): Replaced by test_program_prefix.
14739         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
14740         (test_program_prefix): This.
14741         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
14742         with $(host-test-program-cmd).
14743         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
14744         $(run-program-prefix) with $(test-program-prefix).
14745         ($(objpfx)tst-printf.out): Likewise.
14746         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
14747         $(test-program-cmd).
14748         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
14749         (test_program_prefix): This.
14750         * stdio-common/tst-unbputc.sh: Likewise.
14751         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
14752         $(run-program-prefix) with $(test-program-prefix).
14753         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
14754         (test_program_prefix): This.
14755         * string/Makefile ($(objpfx)tst-svc.out):  Replace
14756         $(built-program-cmd) with $(test-program-cmd).
14757
14758 2013-01-11  Andreas Jaeger  <aj@suse.de>
14759
14760         [BZ #15003]
14761         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
14762         value. Sync with Linux 3.7.
14763
14764 2013-01-10  David S. Miller  <davem@davemloft.net>
14765
14766         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
14767         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
14768         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
14769
14770 2013-01-10  Roland McGrath  <roland@hack.frob.com>
14771
14772         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
14773         never set.
14774         * configure: Regenerated.
14775
14776 2013-01-10  David S. Miller  <davem@davemloft.net>
14777
14778         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
14779         sparc V9 rather than using V8 code.
14780         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
14781         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
14782
14783 2013-01-10  Roland McGrath  <roland@hack.frob.com>
14784
14785         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
14786         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
14787         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
14788         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
14789         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
14790         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
14791         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
14792         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
14793         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
14794         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
14795         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
14796         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
14797         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
14798         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
14799         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
14800         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
14801         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
14802         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
14803         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
14804         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
14805         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
14806         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
14807         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
14808         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
14809         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
14810         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
14811         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
14812
14813 2013-01-10  David S. Miller  <davem@davemloft.net>
14814
14815         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14816
14817 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
14818
14819         * posix/Makefile (tests-static): New variable.
14820         (tests): Add $(tests-static).
14821         (tst-exec-static-ARGS): New variable.
14822         (tst-spawn-static-ARGS): Likewise.
14823         * posix/tst-exec-static.c: New file.
14824         * posix/tst-spawn-static.c: Likewise.
14825         * posix/tst-exec.c: Support run directly.
14826         * posix/tst-spawn.c: Likewise.
14827
14828 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
14829
14830         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
14831         long.
14832         * math/bits/mathcalls.h (llrint): Likewise.
14833         (llround): Likewise.
14834         * stdlib/stdlib.h (struct drand48_data): Likewise.
14835         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
14836         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
14837         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
14838         Likewise.
14839         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
14840         Likewise.
14841         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
14842         (elf_greg_t): Likewise.
14843         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
14844         (__jmp_buf): Likewise.
14845         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
14846         definitions.
14847         (llrint): Likewise, for all definitions.
14848         (llrintl): Likewise.
14849
14850         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
14851         Remove [__GNUC__] condition.
14852         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
14853         condition to just [__USE_ISOC99].
14854         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
14855
14856 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
14857
14858         [BZ #14200]
14859         * sysdeps/unix/sysv/linux/x86/bits/environments.h
14860         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
14861         defined.
14862         (_POSIX_V6_ILP32_OFF32): Likewise.
14863         (_XBS5_ILP32_OFF32): Likewise.
14864         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
14865         (__ILP32_OFFBIG_LDFLAGS): Likewise.
14866
14867 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14868
14869         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
14870
14871         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
14872         doubles __mpexp_twomm1.  Adjust usage.
14873         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
14874         Remove.
14875
14876 2013-01-10  Andreas Schwab  <schwab@suse.de>
14877
14878         [BZ #14964]
14879         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
14880         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
14881
14882 2013-01-09  David S. Miller  <davem@davemloft.net>
14883
14884         [BZ #15003]
14885         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
14886         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
14887         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
14888         TCP_FASTOPEN): Define.
14889         (tcp_repair_opt): New structure.
14890         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
14891         enum values.
14892         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
14893         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
14894         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
14895         (tcp_cookie_transactions): New structure.
14896
14897 2013-01-09  Anton Blanchard  <anton@samba.org>
14898
14899         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
14900         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
14901         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
14902         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
14903
14904 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
14905
14906         * include/features.h (__USE_ANSI): Remove.
14907
14908 2013-01-09  Roland McGrath  <roland@hack.frob.com>
14909
14910         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
14911
14912         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
14913
14914 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
14915
14916         * sysdeps/s390/fpu/libm-test-ulps: Update.
14917
14918         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14919
14920         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
14921         (__acr): Likewise.
14922         (__cpy): Likewise.
14923         (norm): Likewise.
14924         (denorm): Likewise.
14925         (__mp_dbl): Likewise.
14926         (__dbl_mp): Likewise.
14927         (add_magnitudes): Likewise.
14928         (sub_magnitudes): Likewise.
14929         (__add): Likewise.
14930         (__sub): Likewise.
14931         (__mul): Likewise.
14932         (__inv): Likewise.
14933         (__dvd): Likewise.
14934         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
14935         (__acr): Likewise.
14936         (__cpy): Likewise.
14937         (norm): Likewise.
14938         (denorm): Likewise.
14939         (__mp_dbl): Likewise.
14940         (__dbl_mp): Likewise.
14941         (add_magnitudes): Likewise.
14942         (sub_magnitudes): Likewise.
14943         (__add): Likewise.
14944         (__sub): Likewise.
14945         (__mul): Likewise.
14946         (__inv): Likewise.
14947         (__dvd): Likewise.
14948         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
14949         (__acr): Likewise.
14950         (__cpy): Likewise.
14951         (norm): Likewise.
14952         (denorm): Likewise.
14953         (__mp_dbl): Likewise.
14954         (__dbl_mp): Likewise.
14955         (add_magnitudes): Likewise.
14956         (sub_magnitudes): Likewise.
14957         (__add): Likewise.
14958         (__sub): Likewise.
14959         (__mul): Likewise.
14960         (__inv): Likewise.
14961         (__dvd): Likewise.
14962
14963 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
14964
14965         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
14966         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
14967         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
14968         2 && __USE_EXTERN_INLINES]: Likewise.
14969
14970 2013-01-08  Andreas Jaeger  <aj@suse.de>
14971
14972         [BZ# 14985]
14973         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
14974         Remove.
14975         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
14976         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
14977
14978 2013-01-07  Anton Blanchard  <anton@samba.org>
14979
14980         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
14981         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
14982         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
14983         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
14984         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
14985         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
14986         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
14987         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
14988         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
14989         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
14990         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
14991         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
14992         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
14993         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
14994         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
14995         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
14996         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
14997         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
14998         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
14999         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
15000         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15001         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
15002         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15003         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15004         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
15005         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
15006         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
15007         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
15008         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
15009         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
15010         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15011         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
15012         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
15013         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15014         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15015         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15016         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15017         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
15018         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
15019         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
15020         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
15021         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15022         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15023
15024 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
15025
15026         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
15027         (__MALLOC_PMT): Likewise.
15028         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
15029         [__GNUC__], only on [_LIBC].
15030         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
15031         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
15032         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
15033         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
15034         forward declaration.
15035         (realloc_hook_ini): Likewise.
15036         (memalign_hook_ini): Likewise.
15037         (__libc_memalign): Do not use __MALLOC_PMT in variable
15038         declaration.
15039         (__libc_valloc): Likewise.
15040         (__libc_pvalloc): Likewise.
15041         (__libc_calloc): Likewise.
15042         (__posix_memalign): Likewise.
15043
15044         [BZ #14996]
15045         * math/s_casinh.c: Include <float.h>.
15046         (__casinh): Do not do computation with squaring and square root
15047         for large arguments.
15048         * math/s_casinhf.c: Include <float.h>.
15049         (__casinhf): Do not do computation with squaring and square root
15050         for large arguments.
15051         * math/s_casinhl.c: Include <float.h>.
15052         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
15053         (__casinhl): Do not do computation with squaring and square root
15054         for large arguments.
15055         * math/libm-test.inc (casin_test): Add more tests.
15056         (casinh_test): Likewise.
15057         * sysdeps/i386/fpu/libm-test-ulps: Update.
15058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15059
15060 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
15061
15062         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
15063         (__x86_64_raw_data_cache_size): Likewise.
15064         (__x86_64_data_cache_size_half): Likewise.
15065         (__x86_64_raw_data_cache_size_half): Likewise.
15066         (__x86_64_shared_cache_size): Likewise.
15067         (__x86_64_raw_shared_cache_size): Likewise.
15068         (__x86_64_shared_cache_size_half): Likewise.
15069         (__x86_64_raw_shared_cache_size_half): Likewise.
15070         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
15071         to ...
15072         (__x86_data_cache_size): This.
15073         (__x86_64_raw_data_cache_size): Renamed to ...
15074         (__x86_raw_data_cache_size): This.
15075         (__x86_64_data_cache_size_half): Renamed to ...
15076         (__x86_data_cache_size_half): This.
15077         (__x86_64_raw_data_cache_size_half): Renamed to ...
15078         (__x86_raw_data_cache_size_half): This.
15079         (__x86_64_shared_cache_size): Renamed to ...
15080         (__x86_shared_cache_size): This.
15081         (__x86_64_raw_shared_cache_size): Renamed to ...
15082         (__x86_raw_shared_cache_size): This.
15083         (__x86_64_shared_cache_size_half): Renamed to ...
15084         (__x86_shared_cache_size_half): This.
15085         (__x86_64_raw_shared_cache_size_half): Renamed to ...
15086         (__x86_raw_shared_cache_size_half): This.
15087         * sysdeps/x86_64/memcpy.S: Updated.
15088         * sysdeps/x86_64/memset.S: Likewise.
15089         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15090         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15091         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15092
15093 2013-01-04  David S. Miller  <davem@davemloft.net>
15094
15095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15096
15097 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
15098
15099         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
15100         1 to avoid redefinition warning.
15101         (__USE_GNU): Don't define.
15102         (init_signaling_nan): Protoize.
15103
15104         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15105
15106 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15107
15108         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
15109         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
15110         (__cpymn): Likewise.
15111         (norm): Remove commented code.
15112         (denorm): Likewise.
15113         (__mp_dbl): Likewise.
15114         (__inv): Likewise.
15115         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
15116         (__cpymn): Likewise.
15117         (norm): Remove commented code.
15118         (denorm): Likewise.
15119         (__mp_dbl): Likewise.
15120         (__inv): Likewise.
15121
15122         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
15123         mp_no value for 1.0 and 2.0.
15124         (norm): Use RADIXI instead of radixi.d.
15125         (denorm): Likewise.
15126         (__mul): Use 0.0 instead of zero.d.
15127         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
15128         mp_no value for 1.0 and 2.0.
15129         (norm): Use RADIXI instead of radixi.d.
15130         (denorm): Likewise.
15131         (__mul): Use 0.0 instead of zero.d.
15132
15133 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
15134
15135         [BZ #14994]
15136         * math/s_casinh.c (__casinh): Reduce finite argument to first
15137         quadrant then set signs of results at the end.
15138         * math/s_casinhf.c (__casinhf): Likewise.
15139         * math/s_casinhl.c (__casinhl): Likewise.
15140         * math/libm-test.inc (casin_test): Add more tests.
15141         (casinh_test): Likewise.
15142         * sysdeps/i386/fpu/libm-test-ulps: Update.
15143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15144
15145 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15146
15147         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
15148
15149         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
15150
15151         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
15152         declarations.
15153         (denorm): Likewise.
15154         (__mp_dbl): Likewise.
15155         (__inv): Likewise.
15156
15157         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
15158         and adjust the header comment.
15159
15160         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
15161         variable name from declaration.
15162
15163 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
15164
15165         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15166         Initialize COMMON_CPUID_INDEX_7 element.
15167         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
15168         (CPUID_RTM): Likewise.
15169         (HAS_RTM): Likewise.
15170         (COMMON_CPUID_INDEX_7): New enum.
15171
15172 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
15173
15174         [BZ #14981]
15175         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
15176         size is zero, record memory as freed.
15177
15178 2013-01-03  Andreas Jaeger  <aj@suse.de>
15179
15180         * po/ia.po: Add new Interlingua translation.
15181
15182 2012-01-03  Allan McRae  <allan@archlinux.org>
15183
15184         * locale/programs/localedef.c: Fix description of '--posix' flag.
15185
15186 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
15187
15188         * NEWS: Update dates in second copyright notice.
15189         * README: Update copyright dates in example.
15190         * manual/libc.texinfo: Update copyright dates.
15191         * scripts/test-installation.pl: Update copyright date in --version
15192         output.
15193
15194         * hurd/ctty-input.c: Fix copyright notice formatting.
15195         * hurd/ctty-output.c: Likewise.
15196         * hurd/dtable.c: Likewise.
15197         * hurd/hurd-raise.c: Likewise.
15198         * hurd/hurdprio.c: Likewise.
15199         * hurd/msgportdemux.c: Likewise.
15200         * misc/sys/file.h: Likewise.
15201         * misc/sys/ioctl.h: Likewise.
15202         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15203         * sysdeps/mach/hurd/chdir.c: Likewise.
15204         * sysdeps/mach/hurd/fchdir.c: Likewise.
15205         * sysdeps/mach/hurd/rename.c: Likewise.
15206         * sysdeps/mach/hurd/rmdir.c: Likewise.
15207         * sysdeps/mach/hurd/seekdir.c: Likewise.
15208         * sysdeps/mach/hurd/setsid.c: Likewise.
15209         * sysdeps/posix/wait3.c: Likewise.
15210
15211         * All files with FSF copyright notices: Update copyright dates
15212         using scripts/update-copyrights.
15213         * intl/plural.c: Regenerated.
15214         * locale/programs/charmap-kw.h: Likewise.
15215         * locale/programs/locfile-kw.h: Likewise.
15216
15217 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15218
15219         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
15220         four values.
15221
15222         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
15223         calculation loop and add branch prediction.
15224
15225         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
15226         check access beyond bounds of m1np.
15227
15228         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
15229         MPTWO.
15230         (__inv): Remove local variable MPTWO to use the global
15231         constant.
15232         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
15233         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
15234         variable MPTWO.
15235         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
15236         MP3HALFS static const.
15237
15238 2013-01-01  David S. Miller  <davem@davemloft.net>
15239
15240         * po/ca.po: Update from translation team.
15241
15242 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
15243
15244         * scripts/update-copyrights: New file.
15245         * Makeconfig: Reformat copyright notice.
15246         * ctype/ctype.h: Likewise.
15247         * debug/swprintf_chk.c: Likewise.
15248         * elf/dl-cache.c: Likewise.
15249         * elf/dl-debug.c: Likewise.
15250         * elf/dl-object.c: Likewise.
15251         * grp/initgroups.c: Likewise.
15252         * hurd/Makefile: Likewise.
15253         * hurd/hurd/signal.h: Likewise.
15254         * hurd/hurdfault.c: Likewise.
15255         * hurd/hurdioctl.c: Likewise.
15256         * hurd/hurdlookup.c: Likewise.
15257         * hurd/intr-msg.c: Likewise.
15258         * iconv/gconv_open.c: Likewise.
15259         * libio/swprintf.c: Likewise.
15260         * locale/lc-ctype.c: Likewise.
15261         * locale/nl_langinfo.c: Likewise.
15262         * mach/Machrules: Likewise.
15263         * mach/Makefile: Likewise.
15264         * malloc/obstack.h: Likewise.
15265         * manual/Makefile: Likewise.
15266         * manual/tsort.awk: Likewise.
15267         * misc/bits/stab.def: Likewise.
15268         * nis/nis_print_group_entry.c: Likewise.
15269         * nis/nis_table.c: Likewise.
15270         * nis/nss_compat/compat-pwd.c: Likewise.
15271         * nis/nss_compat/compat-spwd.c: Likewise.
15272         * po/Makefile: Likewise.
15273         * posix/fnmatch.c: Likewise.
15274         * posix/regex.h: Likewise.
15275         * resolv/Makefile: Likewise.
15276         * resolv/nss_dns/dns-network.c: Likewise.
15277         * resolv/res_hconf.c: Likewise.
15278         * scripts/gen-sorted.awk: Likewise.
15279         * soft-fp/soft-fp.h: Likewise.
15280         * stdio-common/printf.h: Likewise.
15281         * stdlib/monetary.h: Likewise.
15282         * stdlib/random.c: Likewise.
15283         * stdlib/random_r.c: Likewise.
15284         * sysdeps/generic/Makefile: Likewise.
15285         * sysdeps/gnu/Makefile: Likewise.
15286         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
15287         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15288         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15289         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15290         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15291         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15292         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15293         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15294         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15295         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15296         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15297         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15298         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
15299         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
15300         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
15301         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
15302         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15303         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15304         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15305         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15306         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
15307         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
15308         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15309         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
15310         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
15311         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
15312         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15313         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
15314         * sysdeps/mach/hurd/errnos.awk: Likewise.
15315         * sysdeps/mach/hurd/fork.c: Likewise.
15316         * sysdeps/mach/hurd/getcwd.c: Likewise.
15317         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
15318         * sysdeps/mach/hurd/mmap.c: Likewise.
15319         * sysdeps/mach/hurd/utimes.c: Likewise.
15320         * sysdeps/mach/hurd/xmknod.c: Likewise.
15321         * sysdeps/posix/profil.c: Likewise.
15322         * sysdeps/posix/readdir_r.c: Likewise.
15323         * sysdeps/powerpc/bits/mathdef.h: Likewise.
15324         * sysdeps/powerpc/bits/setjmp.h: Likewise.
15325         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
15326         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
15327         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
15328         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
15329         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
15330         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
15331         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
15332         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
15333         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
15334         * sysdeps/pthread/lio_listio.c: Likewise.
15335         * sysdeps/sparc/dl-procinfo.h: Likewise.
15336         * sysdeps/unix/i386/sysdep.S: Likewise.
15337         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
15338         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
15339         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
15340         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
15341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
15342         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
15343         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
15344         * sysdeps/unix/sysv/linux/speed.c: Likewise.
15345         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
15346         * sysdeps/wordsize-32/divdi3.c: Likewise.
15347         * time/sys/time.h: Likewise.
15348         * wcsmbs/Makefile: Likewise.
15349
15350 2013-01-01  David S. Miller  <davem@davemloft.net>
15351
15352         * po/fr.po: Update from translation team.
15353
15354         * catgets/gencat.c: Update copyright year.
15355         * csu/version.c: Likewise.
15356         * debug/catchsegv.sh: Likewise.
15357         * debug/pcprofiledump.c: Likewise.
15358         * debug/xtrace.sh: Likewise.
15359         * elf/ldconfig.c: Likewise.
15360         * elf/ldd.bash.in: Likewise.
15361         * elf/pldd.c: Likewise.
15362         * elf/sotruss.ksh: Likewise.
15363         * elf/sprof.c: Likewise.
15364         * iconv/iconv_prog.c: Likewise.
15365         * iconv/iconvconfig.c: Likewise.
15366         * locale/programs/locale.c: Likewise.
15367         * locale/programs/localedef.c: Likewise.
15368         * login/programs/pt_chown.c: Likewise.
15369         * malloc/memusage.sh: Likewise.
15370         * malloc/memusagestat.c: Likewise.
15371         * malloc/mtrace.pl: Likewise.
15372         * nscd/nscd.c: Likewise.
15373         * nss/getent.c: Likewise.
15374         * nss/makedb.c: Likewise.
15375         * posix/getconf.c: Likewise.
15376
15377 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15378
15379         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
15380         numbers.
15381
15382 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
15383
15384         * math/bits/mathcalls.h (modf): Use __nonnull.
15385
15386 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15387
15388         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
15389         (split): Use macro CN instead of the bare value.
15390         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
15391         could be used.
15392         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
15393         instead of the bare value.
15394         (power1): Likewise.
15395
15396 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15397
15398         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
15399         __ATAN_TWOM.
15400         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
15401
15402         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
15403         their values.
15404         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
15405         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
15406         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
15407         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
15408
15409 2012-12-28  Andreas Jaeger  <aj@suse.de>
15410
15411         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
15412         values are from Linux 3.7.
15413
15414         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
15415         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
15416
15417 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15418
15419         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
15420         TRUE case.
15421
15422         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
15423         (norm): Likewise.
15424         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
15425         variables with preprocessor constants.
15426         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
15427         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
15428         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
15429
15430 2012-12-27  Bruno Haible  <bruno@clisp.org>
15431
15432         [BZ #14317]
15433         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
15434         only if needed.
15435
15436 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15437
15438         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
15439         and use variable directly.
15440         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
15441
15442         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
15443         MPONE.
15444         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
15445         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
15446         variable MPONE.
15447         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
15448         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
15449         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
15450         include directive.  Remove local variable MPONE.
15451         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
15452         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
15453         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
15454
15455 2012-12-25  David S. Miller  <davem@davemloft.net>
15456
15457         * version.h (RELEASE): Set to "development".
15458         (VERSION): Set to "2.17.90".
15459         * NEWS: Add 2.18 section.
15460
15461 2012-12-21  David S. Miller  <davem@davemloft.net>
15462
15463         * po/hr.po: Update from translation team.
15464
15465 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15466
15467         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
15468
15469 2012-12-19  Steve Ellcey  <sellcey@mips.com>
15470
15471         * NEWS:  Mention new memcpy for MIPS.
15472
15473 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15474
15475         * manual/contrib.texi (Contributors): Spelling correction.
15476
15477 2012-12-15  David S. Miller  <davem@davemloft.net>
15478
15479         * po/ru.po: Update from translation team.
15480
15481 2012-12-13  David S. Miller  <davem@davemloft.net>
15482
15483         * NEWS: Mention IFUNC testsuite enhancements.
15484
15485         * po/pl.po: Update from translation team.
15486         * po/bg.po: Likewise.
15487
15488         * manual/contrib.texi (Contributors): Update entries for Hongjiu
15489         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
15490
15491 2012-12-11  David S. Miller  <davem@davemloft.net>
15492
15493         * po/sv.po: Update from translation team.
15494
15495         * po/vi.po: Update from translation team.
15496
15497         * po/cs.po: Update from translation team.
15498
15499         * po/de.po: Update from translation team.
15500         * po/eo.po: Likewise.
15501         * po/nl.po: Likewise.
15502
15503 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15504
15505         [BZ #14246]
15506         * manual/argp.texi (Argp Helper Functions): Move node to follow
15507         Argp Parsing State.
15508
15509         [BZ #14872]
15510         * manual/conf.texi (Limits on File System Capacity): Mention if
15511         terminating null is included in the max size.
15512
15513 2012-12-10  Andreas Jaeger  <aj@suse.de>
15514
15515         * po/cs.po: Update from translation team.
15516
15517 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15518
15519         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
15520         void pointer and cast to uintptr_t.
15521         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
15522         path.
15523         * sysdeps/s390/s390-64/memcpy.S: Likewise.
15524         * sysdeps/s390/s390-64/memset.S: Likewise.
15525
15526 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
15527
15528         [BZ #14833]
15529         * menual/message.texi (Message Translation): Fix typos.
15530         (Helper programs for gettext): Likewise.
15531
15532 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
15533
15534         [BZ #14898]
15535         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
15536         Change to -1.
15537
15538 2012-12-07  David S. Miller  <davem@davemloft.net>
15539
15540         * po/libc.pot: Update.
15541
15542 2012-12-07  Richard Henderson  <rth@redhat.com>
15543
15544         [BZ #10114]
15545         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
15546         normal/normal case to before the switch.
15547         (_FP_DIV): Likewise.
15548
15549 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
15550             Mike Frysinger  <vapier@gentoo.org>
15551
15552         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
15553         check for __NR_fadvise64_64.
15554
15555 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
15556
15557         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
15558         0, not just to plain "0" as a statement.
15559         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
15560         with cw.
15561
15562 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
15563
15564         * NEWS: Use sourceware.org in Bugzilla URL.
15565
15566 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15567
15568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
15569         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
15570
15571         * stdio-common/tst-put-error.c (do_test): Add newline to the
15572         padded test to ensure flush.
15573
15574 2012-12-05  Jeff Law  <law@redhat.com>
15575
15576         * sunrpc/etc.rpc (fedfs_admin): Add entry.
15577
15578 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
15579
15580         * README: Don't refer to ports add-on as distributed separately.
15581         Mention AArch64 in list of systems supported in the ports add-on.
15582
15583         * LICENSES: Add more non-FSF copyright and license notices.
15584
15585         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
15586         ((unused)).
15587
15588         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
15589
15590         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
15591         10000 as width of padded output.
15592
15593 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
15594
15595         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
15596
15597         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
15598         variable LX with __attribute__ ((unused)).
15599         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15600         Likewise.
15601         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15602         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15603         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
15604         with __attribute__ ((unused)).
15605
15606 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
15607
15608         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
15609
15610 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
15611
15612         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
15613         (CFLAGS-nldbl-acos.c): New variable.
15614         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
15615         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
15616         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
15617         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
15618         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
15619         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
15620         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
15621         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
15622         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
15623         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
15624         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
15625         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
15626         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
15627         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
15628         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
15629         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
15630         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
15631         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
15632         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
15633         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
15634         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
15635         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
15636         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
15637         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
15638         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
15639         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
15640         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
15641         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
15642         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
15643         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
15644         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
15645         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
15646         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
15647         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
15648         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
15649         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
15650         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
15651         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
15652         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
15653         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
15654         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
15655         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
15656         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
15657         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
15658         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
15659         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
15660         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
15661         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
15662         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
15663         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
15664         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
15665         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
15666         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
15667         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
15668         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
15669         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
15670         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
15671         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
15672         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
15673         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
15674         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
15675         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
15676         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
15677         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
15678         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
15679         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
15680         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
15681         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
15682         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
15683         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
15684         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
15685         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
15686         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
15687         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
15688         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
15689         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
15690         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
15691         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
15692         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
15693         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
15694         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
15695         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
15696         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
15697         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
15698         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
15699         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
15700         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
15701         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
15702         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
15703         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
15704         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
15705         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
15706         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
15707         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
15708         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
15709         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
15710         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
15711
15712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
15713         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
15714
15715         [BZ #14914]
15716         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
15717         whole low double instead of just low 47 bits when splitting values
15718         into two parts.
15719
15720 2012-12-03  Allan McRae  <allan@archlinux.org>
15721
15722         * manual/stdio.texi (Predefined Printf Handlers): Remove
15723         @hsep and @vsep usage.
15724
15725 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
15726
15727         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
15728         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
15729
15730 2012-12-03  Jeff Law  <law@redhat.com>
15731
15732         * time/sys/time.h (settimeofday): Do not mark TV argument
15733         as __nonnull.
15734
15735 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
15736
15737         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
15738         when currently writing and seek to current position when not.
15739         * libio/Makefile (tests): Remove bug-fclose1.
15740         * libio/bug-fclose1.c: Delete.
15741
15742 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
15743
15744         * manual/arith.texi (feenableexcept): Fix typo.
15745         (fedisableexcept): Likewise.
15746
15747 2012-11-30  Roland McGrath  <roland@hack.frob.com>
15748
15749         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
15750         second, differently-typed declaration, rather than a cast.
15751
15752 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15753
15754         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
15755         * include/rpc/svc.h: ... here.
15756
15757 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
15758
15759         [BZ #13013]
15760         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
15761         depending n and resplen2 to catch cases where answer
15762         equals answerp2.
15763
15764 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
15765
15766         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
15767         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
15768
15769 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
15770
15771         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
15772
15773 2012-11-29  Roland McGrath  <roland@hack.frob.com>
15774
15775         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
15776
15777 2012-11-28  Jeff Law  <law@redhat.com>
15778
15779         [BZ #13761]
15780         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
15781         dataset_temporary.  Track alloca usage into alloca_used.
15782         If dataset is large allocate and release it via malloc/free.
15783
15784 2012-06-04  Florian Weimer  <fweimer@redhat.com>
15785
15786         [BZ #14197]
15787         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
15788
15789 2012-11-28  David S. Miller  <davem@davemloft.net>
15790
15791         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15792
15793 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
15794
15795         [BZ #14803]
15796         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
15797         of pi/2 rounded to nearest to 64 bits.
15798         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
15799         nearest to 64 bits.
15800         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
15801         bits.
15802
15803 2012-11-28  Jeff Law <law@redhat.com>
15804             Martin Osvald <mosvald@redhat.com>
15805
15806         [BZ #14889]
15807         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
15808         * sunrpc/svc.c: Include time.h.
15809         (__svc_accept_failed): New function.
15810         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
15811         any reason other than EINTR, call __svc_accept_failed.
15812         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
15813         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
15814
15815 2012-11-28  Andreas Schwab  <schwab@suse.de>
15816
15817         * scripts/abilist.awk: Also handle indirect functions in .opd
15818         section.
15819
15820 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
15821
15822         [BZ #13881]
15823         * sysdeps/x86/fpu/powl_helper.c: New file.
15824         * sysdeps/x86/fpu/Makefile: Likewise.
15825         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
15826         (p3): New object.
15827         (__ieee754_powl): Use __powl_helper for finite arguments except
15828         integer exponents below 8.
15829         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
15830         (p3): New object.
15831         (__ieee754_powl): Use __powl_helper for finite arguments except
15832         integer exponents below 8.
15833         * math/libm-test.inc (pow_test): Add more tests and enable some
15834         previously disabled tests.
15835         * sysdeps/i386/fpu/libm-test-ulps: Update.
15836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15837
15838 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15839             Carlos O'Donell  <carlos_odonell@mentor.com>
15840
15841         * nss/makedb.c (is_prime): Assert that input is odd and greater
15842         than 4.  Note that fact in a comment too.
15843         (next_prime): Add 4 to input.
15844
15845 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15846
15847         [BZ #11741]
15848         * libio/Makefile (tests): Add test case tst-fwrite-error.
15849         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
15850         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
15851         * libio/tst-fwrite-error.c: New test case.
15852
15853 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
15854
15855         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
15856         before casting to void *.
15857         * include/libc-internal.h (__pointer_type): New macro.
15858         (__integer_if_pointer_type_sub): Likewise.
15859         (__integer_if_pointer_type): Likewise.
15860         (cast_to_integer): Likewise.
15861         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
15862         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
15863         before casting to atomic64_t.
15864         (atomic_exchange_acq): Likewise.
15865         (__arch_exchange_and_add_body): Likewise.
15866         (__arch_add_body): Likewise.
15867         (atomic_add_negative): Likewise.
15868         (atomic_add_zero): Likewise.
15869
15870 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
15871
15872         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
15873         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
15874         (add_fdes): Likewise.
15875         (linear_search_fdes): Likewise.
15876         (binary_search_unencoded_fdes): Likewise.
15877
15878 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
15879
15880         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
15881
15882 2012-11-24  Adam Conrad  <adconrad@0c3.net>
15883
15884         * configure.in: Autodetect C++ header directories.
15885         * configure: Regenerated.
15886
15887 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
15888
15889         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
15890
15891 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
15892
15893         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15894
15895 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
15896
15897         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
15898         LDBL_MANT_DIG == 106]: Disable some tests.
15899         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
15900         Likewise.
15901         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
15902         Likewise.
15903
15904         [BZ #14871]
15905         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
15906         input for small inputs.  Return +/- pi/2 for large inputs.
15907         * math/libm-test.inc (atan_test): Add more tests.
15908
15909         * sysdeps/generic/unwind-dw2-fde-glibc.c
15910         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
15911         __attribute__ ((unused)).
15912
15913         [BZ #14645]
15914         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
15915         x * y if x and y are nonzero and z is zero.
15916
15917         [BZ #14811]
15918         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
15919         nonzero exponents with absolute value below 0x1p-117 to +/-
15920         0x1p-117.
15921
15922         [BZ #14869]
15923         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
15924         up arguments below 2**-450, not just those below 2**-500.
15925         * math/libm-test.inc (hypot_test): Add another test.
15926
15927         [BZ #14868]
15928         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
15929         Return a+b for ratio over 2**120, not 2**60.
15930         * math/libm-test.inc (hypot_test): Add another test.
15931
15932         * math/libm-test.inc (clog_test): Use
15933         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
15934         (clog10_test): Likewise.
15935
15936         [BZ #6778]
15937         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
15938
15939 2012-11-22  Andreas Schwab  <schwab@suse.de>
15940
15941         * sysdeps/i386/fpu/libm-test-ulps: Update.
15942
15943 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
15944
15945         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
15946         printf output with newline.
15947
15948 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
15949
15950         [BZ #14865]
15951         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
15952         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
15953         -z nodlopen, -z initfirst and -z execstack support.
15954         * configure: Regenerated.
15955
15956         * elf/elf.h (DF_1_NODIRECT): New macro.
15957         (DF_1_IGNMULDEF): Likewise.
15958         (DF_1_NOKSYMS): Likewise.
15959         (DF_1_NOHDR): Likewise.
15960         (DF_1_EDITED): Likewise.
15961         (DF_1_NORELOC): Likewise.
15962         (DF_1_SYMINTPOSE): Likewise.
15963         (DF_1_GLOBAUDIT): Likewise.
15964         (DF_1_SINGLETON): Likewise.
15965         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
15966         DT_1_SUPPORTED_MASK bits.
15967         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
15968
15969 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
15970
15971         * sysdeps/unix/make-syscalls.sh: Document prefixes.
15972
15973 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
15974
15975         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
15976         macro.
15977
15978         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
15979         (sendmmsg): Move declarations...
15980         * socket/sys/socket.h: ... here.
15981         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
15982         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
15983         include it from...
15984         * socket/recvmmsg.c: ... this new file.
15985         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
15986         (sendmmsg): Rename to __sendmmsg, create weak alias and make
15987         definition of __sendmmsg hidden.
15988         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
15989         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
15990         Move ENOSYS stub into and include it from...
15991         * socket/sendmmsg.c: ... this new file.
15992         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
15993         (sysdep_routines): Move recvmmsg and sendmmsg...
15994         * socket/Makefile (routines): ... here.
15995         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
15996         (GLIBC_PRIVATE): Add __sendmmsg.
15997         * include/sys/socket.h (__sendmmsg): Add declarations.
15998         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
15999         sendmmsg.
16000
16001 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
16002
16003         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
16004         variable I1 with __attribute__ ((unused)).
16005         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
16006
16007 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
16008
16009         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
16010         DUMMY variables with __attribute__ ((unused)).
16011
16012         * bits/byteswap.h: Include <bits/types.h>.
16013         (__bswap_64): Use __uint64_t instead of unsigned long long int.
16014
16015 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
16016
16017         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
16018         string_t.  Do not manually set errno.
16019         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
16020         length with __strnlen.  Make sure to both set errno and return it on
16021         failure.
16022
16023 2012-11-19  David S. Miller  <davem@davemloft.net>
16024
16025         With help from Joseph Myers.
16026         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
16027         very large arguments properly.
16028         * math/libm-test.inc (atan_test): New tests.
16029         (atan2_test): New tests.
16030         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16031         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16032
16033 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
16034
16035         [BZ #14856]
16036         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
16037         Define to 3.
16038
16039         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
16040         [POSIX] (EADDRNOTAVAIL): Likewise.
16041         [POSIX] (EAFNOSUPPORT): Likewise.
16042         [POSIX] (EALREADY): Likewise.
16043         [POSIX] (ECONNABORTED): Likewise.
16044         [POSIX] (ECONNREFUSED): Likewise.
16045         [POSIX] (ECONNRESET): Likewise.
16046         [POSIX] (EDESTADDRREQ): Likewise.
16047         [POSIX] (EDQUOT): Likewise.
16048         [POSIX] (EHOSTUNREACH): Likewise.
16049         [POSIX] (EIDRM): Likewise.
16050         [POSIX] (EISCONN): Likewise.
16051         [POSIX] (ELOOP): Likewise.
16052         [POSIX] (EMULTIHOP): Likewise.
16053         [POSIX] (ENETDOWN): Likewise.
16054         [POSIX] (ENETUNREACH): Likewise.
16055         [POSIX] (ENOBUFS): Likewise.
16056         [POSIX] (ENODATA): Likewise.
16057         [POSIX] (ENOLINK): Likewise.
16058         [POSIX] (ENOMSG): Likewise.
16059         [POSIX] (ENOPROTOOPT): Likewise.
16060         [POSIX] (ENOSR): Likewise.
16061         [POSIX] (ENOSTR): Likewise.
16062         [POSIX] (ENOTCONN): Likewise.
16063         [POSIX] (ENOTSOCK): Likewise.
16064         [POSIX] (EOPNOTSUPP): Likewise.
16065         [POSIX] (EOVERFLOW): Likewise.
16066         [POSIX] (EPROTO): Likewise.
16067         [POSIX] (EPROTONOSUPPORT): Likewise.
16068         [POSIX] (EPROTOTYPE): Likewise.
16069         [POSIX] (ESTALE): Likewise.
16070         [POSIX] (ETIME): Likewise.
16071         [POSIX] (ETXTBSY): Likewise.
16072         [POSIX] (EWOULDBLOCK): Likewise.
16073         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
16074         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
16075         [POSIX] (SEEK_CUR): Likewise.
16076         [POSIX] (SEEK_END): Likewise.
16077         [POSIX || UNIX98] (mode_t): Do not require.
16078         [POSIX] (off_t): Likewise.
16079         [POSIX] (pid_t): Likewise.
16080         [POSIX] (sys/stat.h): Do not allow header.
16081         [POSIX] (unistd.h): Likewise.
16082         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
16083         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
16084         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
16085         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
16086         require.
16087         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
16088         sigevent): Specify elements.
16089         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
16090         entry.
16091         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
16092         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
16093
16094         * conform/data/cpio.h-data [POSIX]: Disable whole file.
16095         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
16096         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
16097         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
16098         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
16099         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
16100         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
16101         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
16102         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
16103         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
16104         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
16105         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
16106         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
16107         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
16108         Likewise.
16109         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
16110         Likewise.
16111         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
16112         Likewise.
16113         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
16114         Likewise.
16115         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
16116         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
16117         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
16118         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
16119         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
16120         Specify lower bound on value.
16121         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
16122         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
16123         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
16124         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
16125         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
16126         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
16127         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
16128         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
16129         value.
16130         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
16131         as optional.
16132         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
16133         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
16134         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
16135         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
16136         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
16137         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
16138         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
16139         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
16140         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
16141         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
16142         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
16143         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
16144         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
16145         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
16146         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
16147         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
16148         entry.
16149         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
16150         optional.
16151         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
16152         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
16153         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
16154         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
16155         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
16156         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
16157         Likewise.
16158         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
16159         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
16160         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
16161         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
16162         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
16163         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
16164         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
16165         as optional.
16166         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
16167         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
16168         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
16169         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
16170         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
16171         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
16172         specify as optional.
16173         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
16174         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
16175         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
16176         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
16177         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
16178         [XPG3] (NL_LANGMAX): Likewise.
16179         [POSIX || XPG3] (NL_MSGMAX): Likewise.
16180         [POSIX || XPG3] (NL_NMAX): Likewise.
16181         [POSIX || XPG3] (NL_SETMAX): Likewise.
16182         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
16183         [XPG3] (NZERO): Likewise.
16184         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
16185         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
16186         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
16187         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
16188         (REG_ERANGE): Expect.
16189         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
16190         optional-constant.
16191         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
16192         Use (void) in prototype.
16193         [POSIX] (*_t): Allow.
16194         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
16195         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
16196         (WRDE_BADVAL): Expect.
16197
16198         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
16199         expect.
16200         [XPG3 || XPG4] (O_RSYNC): Likewise.
16201         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
16202         Likewise.
16203         [XPG3 || XPG4] (pthread_sigmask): Likewise.
16204         [XPG3 || XPG4] (sigqueue): Likewise.
16205         [XPG3 || XPG4] (sigtimedwait): Likewise.
16206         [XPG3 || XPG4] (sigwaitinfo): Likewise.
16207         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
16208         [XPG3 || XPG4] (vsnprintf): Likewise.
16209         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
16210         Likewise.
16211         [XPG3 || XPG4] (blksize_t): Likewise.
16212         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
16213         Likewise.
16214         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
16215         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
16216         [XPG3 || XPG4] (struct itimerspec): Likewise.
16217         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
16218         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
16219         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
16220         [XPG3 || XPG4] (clockid_t): Likewise.
16221         [XPG3 || XPG4] (timer_t): Likewise.
16222         [XPG3 || XPG4] (clock_getres): Likewise.
16223         [XPG3 || XPG4] (clock_gettime): Likewise.
16224         [XPG3 || XPG4] (clock_settime): Likewise.
16225         [XPG3 || XPG4] (nanosleep): Likewise.
16226         [XPG3 || XPG4] (timer_create): Likewise.
16227         [XPG3 || XPG4] (timer_delete): Likewise.
16228         [XPG3 || XPG4] (timer_gettime): Likewise.
16229         [XPG3 || XPG4] (timer_getoverrun): Likewise.
16230         [XPG3 || XPG4] (timer_settime): Likewise.
16231         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
16232         [XPG3 || XPG4] (getlogin_r): Likewise.
16233         [XPG3 || XPG4] (pread): Likewise.
16234         [XPG3 || XPG4] (pthread_atfork): Likewise.
16235         [XPG3 || XPG4] (pwrite): Likewise.
16236
16237         [BZ #14835]
16238         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
16239         <bits/siginfo.h>.
16240
16241 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
16242
16243         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
16244         finalizing MALLSTREAM.
16245
16246         * sysdeps/mach/hurd/syncfs.c: New file.
16247
16248 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16249
16250         [BZ #14719]
16251         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
16252         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
16253         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
16254         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
16255         (_nss_dns_gethostbyname4_r): Likewise.
16256         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
16257         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
16258
16259 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
16260
16261         [BZ #13763]
16262         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
16263
16264 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
16265
16266         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
16267         * elf/cache.c (print_entry): Print ",AArch64" for
16268         FLAG_AARCH64_LIB64
16269
16270         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
16271         * elf/cache.c (print_entry): Print ",hard-float" for
16272         FLAG_ARM_LIBHF.
16273
16274 2012-11-18  David S. Miller  <davem@davemloft.net>
16275
16276         With help from Joseph Myers.
16277         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
16278         cutoff to 2**-13.
16279         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
16280         cutoff to 2**-25.
16281         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
16282         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
16283         small.
16284         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
16285         * math/libm-test.inc (y0_test): New tests.
16286         (y1_test): New tests.
16287         * sysdeps/i386/fpu/libm-test-ulps: Update.
16288         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16290
16291 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
16292
16293         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
16294         64-bit targets.
16295         * configure: Regenerated.
16296
16297 2012-11-17  David S. Miller  <davem@davemloft.net>
16298
16299         [BZ #14811]
16300         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
16301         nonzero exponents with absolute value below 0x1p-128 to +/-
16302         0x1p-128.
16303
16304 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
16305
16306         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
16307
16308         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
16309
16310         * posix/getconf-speclist.c: New file.
16311         * posix/posix-envs.def: Likewise.
16312         * posix/confstr.c (START_ENV_GROUP): New macro.
16313         (END_ENV_GROUP): Likewise.
16314         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
16315         (KNOWN_PRESENT_ENV_STRING): Likewise.
16316         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
16317         (UNKNOWN_ENVIRONMENT): Likewise.
16318         (confstr): Include posix-envs.def instead of handling
16319         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
16320         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
16321         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
16322         (END_ENV_GROUP): Likewise.
16323         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
16324         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
16325         (UNKNOWN_ENVIRONMENT): Likewise.
16326         (__sysconf): Include posix-envs.def instead of handling associated
16327         cases directly here.
16328         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
16329         preprocessing getconf-speclist.c rather than running getconf or
16330         generating empty file.
16331
16332 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
16333
16334         * scripts/check-local-headers.sh: Ignore 'mach' headers.
16335
16336 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
16337
16338         [BZ #14672]
16339         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
16340
16341 2012-11-16  David S. Miller  <davem@davemloft.net>
16342
16343         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
16344         smaller than LDBL_EPSILON/2.0L, just return xm1.
16345
16346 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
16347
16348         * elf/tst-array1.c (init): Set constructor priority to 1000.
16349         (fini): Set destructor priority to 1000.
16350         * elf/tst-array2dep.c: Likewise.
16351
16352 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16353
16354         [BZ #11741]
16355         * libio/fileops.c (_IO_new_file_write): Correctly return error.
16356         (_IO_new_file_xsputn): Also return EOF if none of the input
16357         data was written when overflow failed.
16358         * libio/iopadn.c (_IO_padn): Likewise.
16359         * libio/iowpadn.c (_IO_wpadn): Likewise.
16360         * stdio-common/tst-put-error.c: Add copyright notice.
16361         (do_test): Add case for printing padded string.
16362         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
16363         _IO_padn returned error.
16364         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
16365         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
16366         return EOF.
16367
16368 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16369
16370         * libio/libioP.h: Add comment note that the references to C++
16371         bits are now obsolete.
16372
16373 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16374
16375         * math/libm-test.inc (check_complex): Use asprintf.
16376
16377 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
16378
16379         * debug/pcprofiledump.c (print_version): Update copyright year.
16380         * malloc/memusagestat.c (print_version): Likewise.
16381
16382 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
16383
16384         [BZ #14831]
16385         * elf/Makefile (tests): Add tst-audit8.
16386         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
16387         ($(objpfx)tst-audit8.out): New target.
16388         (tst-audit8-ENV): New variable.
16389         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
16390         audit if l_reloc_result is NULL.
16391         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
16392         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
16393         * elf/tst-audit8.c: New file.
16394
16395 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16396
16397         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
16398         * misc/Makefile (CFLAGS-select.c): Define.
16399         * posix/Makefile (CFLAGS-pause.c): Define.
16400
16401 2012-11-13  David S. Miller  <davem@davemloft.net>
16402
16403         * crypt/Makefile: Move test targets after toplevel Rules
16404         inclusion.  Grab any necessary sysdep routines when linking.
16405         * crypt/md5.c (md5_process_block): Remove define, we will always
16406         name it __md5_process_block.
16407         (md5_finish_ctx): Update md5_process_block call.
16408         (md5_stream): Likewise.
16409         (md5_process_bytes): Likewise.
16410         (md5_process_block): Rename to __md5_process_block and move to ...
16411         * crypt/md5-block.c: ... here.
16412         * crypt/sha256.c (sha256_process_block): Move to ...
16413         * crypt/sha256-block.c: ... here.
16414         * crypt/sha512.c (sha512_process_block): Move to ...
16415         * crypt/sha512-block.c: ... here.
16416         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
16417         path.
16418         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
16419         * sysdeps/sparc/sparc64/multiarch/Makefile
16420         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
16421         crypt subdir.
16422         (localedef-aux): Add md5 crypto assembler when in locale subdir.
16423         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
16424         multiarch changes.
16425         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
16426         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
16427         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
16428         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
16429         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
16430         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
16431         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
16432         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
16433         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
16434         file.
16435         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
16436         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
16437         file.
16438         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
16439
16440 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
16441
16442         * timezone/tzselect.ksh: Update from tzcode git revision
16443         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
16444         * timezone/zdump.c: Likewise.
16445         * timezone/zic.c: Likewise.
16446         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
16447         in TZVERSION setting, not $(PKGVERSION).
16448         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
16449         REPORT_BUGS_TO settings.
16450
16451         [BZ #14838]
16452         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
16453         macro.
16454
16455 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16456
16457         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
16458         detection to immediately after _FP_ROUND().
16459         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
16460         bits are 0.
16461
16462 2012-11-11  David S. Miller  <davem@davemloft.net>
16463
16464         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
16465         inttypes.h
16466         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
16467         __close rather than their public counterparts.
16468
16469 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
16470
16471         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
16472         file.
16473         [UNIX98] (sem_timedwait): Do not expect.
16474         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
16475         [XPG4 || UNIX98] (sockatmark): Do not expect.
16476         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
16477         (clock_getcpuclockid): Do not expect.
16478         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
16479         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
16480         Do not expect.
16481         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
16482         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
16483         [UNIX98] (vwscanf): Likewise.
16484         [UNIX98] (vswscanf): Likewise.
16485
16486 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
16487
16488         * timezone/version.h: Remove file.
16489         * timezone/README: Do not refer to version.h.
16490         * timezone/Makefile ($(objpfx)zic.o): New dependency on
16491         $(objpfx)version.h.
16492         ($(objpfx)zdump.o): Likewise.
16493         ($(objpfx)version.h): New target.
16494
16495         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
16496         2012i.
16497         * timezone/README: Don't mention modification to tzselect.ksh.
16498         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
16499         work on unmodified tzselect.ksh.  Substitute version numbers in
16500         tzselect.ksh.
16501
16502         * Makefile (format-me): Remove.
16503         (INSTALL): Adjust indentation.  Use commands directly instead of
16504         using $(format-me).
16505
16506         * aclocal.m4 (ACX_PKGVERSION): New macro.
16507         (ACX_BUGURL): Likewise.
16508         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
16509         (PKGVERSION): New AC_DEFINE_UNQUOTED.
16510         (REPORT_BUGS_TO): Likewise.
16511         * configure: Regenerated.
16512         * config.h.in (PKGVERSION): New macro.
16513         (REPORT_BUGS_TO): Likewise.
16514         * config.make.in (PKGVERSION): New variable.
16515         (PKGVERSION_TEXI): Likewise.
16516         (REPORT_BUGS_TO): Likewise.
16517         (REPORT_BUGS_TEXI): Likewise.
16518         * Makefile (format-me): Use -I$(common-objpfx)manual.
16519         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
16520         ($(common-objpfx)manual/%): New target.
16521         (manual/%): Remove target.
16522         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
16523         (print_version): Use PKGVERSION.
16524         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
16525         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
16526         and REPORT_BUGS_TO.
16527         ($(objpfx)xtrace): Likewise.
16528         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
16529         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
16530         (print_version): Use PKGVERSION.
16531         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
16532         (do_version): Use PKGVERSION.
16533         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
16534         REPORT_BUGS_TO.
16535         (common-ldd-rewrite): Likewise.
16536         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
16537         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
16538         (print_version): Use PKGVERSION.
16539         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
16540         * elf/pldd.c (argp_program_bug_address): Remove variable.
16541         (more_help): New function.
16542         (argp): Use more_help.
16543         (print_version): Use PKGVERSION.
16544         * elf/sln.c (main): Use PKGVERSION.
16545         (usage): Use REPORT_BUGS_TO.
16546         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
16547         (top level): Use PKGVERSION.
16548         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
16549         (print_version): Use PKGVERSION.
16550         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
16551         (print_version): Use PKGVERSION.
16552         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
16553         (print_version): Use PKGVERSION.
16554         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
16555         (print_version): Use PKGVERSION.
16556         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
16557         (print_version): Use PKGVERSION.
16558         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
16559         (print_version): Use PKGVERSION.
16560         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
16561         and BUGURL.
16562         ($(objpfx)memusage): Likewise.
16563         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
16564         (do_version): Use PKGVERSION.
16565         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
16566         (print_version): Use PKGVERSION.
16567         * malloc/mtrace.pl ($PACKAGE): Remove variable.
16568         ($PKGVERSION): New variable.
16569         ($REPORT_BUGS_TO): Likewise.
16570         (usage): Use $REPORT_BUGS_TO.
16571         (top level): Use $PKGVERSION.
16572         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
16573         ($(objpfx)pkgvers.texi): New rule.
16574         ($(objpfx)stamp-pkgvers): Likewise.
16575         * manual/install.texi: Include pkgvers.texi.
16576         (--with-pkgversion): Document new configure option.
16577         (--with-bugurl): Likewise.
16578         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
16579         than necessarily for this particular distribution.  Use
16580         REPORT_BUGS_TO for where to report bugs.
16581         * INSTALL: Regenerated.
16582         * manual/libc.texinfo: Include pkgvers.texi.
16583         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
16584         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
16585         (print_version): Use PKGVERSION.
16586         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
16587         (print_version): Use PKGVERSION.
16588         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
16589         (print_version): Use PKGVERSION.
16590         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
16591         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
16592         macro.
16593         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
16594         (print_version): Use PKGVERSION.
16595         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
16596         (print_version): Use PKGVERSION.
16597         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
16598         and PKGVERSION.
16599
16600         * timezone/checktab.awk: Update from tzcode 2012i.
16601         * timezone/ialloc.c: Likewise.
16602         * timezone/private.h: Likewise.
16603         * timezone/scheck.c: Likewise.
16604         * timezone/tzfile.h: Likewise.
16605         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
16606         (TZVERSION): Hardcode tzcode version number.
16607         * timezone/zdump.c: Update from tzcode 2012i.
16608         * timezone/zic.c: Likewise.
16609         * timezone/version.h: New file.
16610         * timezone/README: Describe version.h.  Update upstream location.
16611
16612         [BZ #14824]
16613         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
16614         (mktemp): Enable declaration.
16615         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
16616         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
16617         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
16618         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
16619         Likewise.
16620         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
16621         Likewise.
16622         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
16623         Likewise.
16624         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
16625         Likewise.
16626         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
16627         Likewise.
16628         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
16629         Likewise.
16630
16631         [BZ #14821]
16632         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
16633         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
16634         for copies of such integer values.
16635         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
16636         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
16637
16638 2012-11-09  Andreas Jaeger  <aj@suse.de>
16639
16640         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
16641         definitions and declarations that are provided by
16642         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
16643
16644 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16645
16646         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
16647         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
16648         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
16649         definition.
16650
16651 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16652
16653         * elf/elf.h: Update comment before AArch64 relocations.
16654
16655 2012-11-07  David S. Miller  <davem@davemloft.net>
16656
16657         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
16658         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
16659         (__start_context): Declare.
16660         (__makecontext_ret): Delete.
16661         (__makecontext): Hook up __start_context instead of
16662         __makecontext_ret.
16663         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
16664         (sysdep_routines): Add __start_context when in stdlib.
16665
16666 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
16667
16668         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
16669         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
16670         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
16671         hardcoded "nm".
16672         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
16673         (READELF): New variable.  Use it instead of hardcoded "readelf".
16674
16675 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
16676
16677         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
16678         * sysdeps/x86/Makefile: Here.
16679         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
16680         * sysdeps/x86/tst-xmmymm.sh: This.
16681
16682 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
16683
16684         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
16685         expectations.
16686         [UNIX98] (pthread_barrier_t): Do not expect.
16687         [UNIX98] (pthread_barrierattr_t): Likewise.
16688         [UNIX98] (pthread_spinlock_t): Likewise.
16689         [UNIX98] (pthread_barrier_destroy): Likewise.
16690         [UNIX98] (pthread_barrier_init): Likewise.
16691         [UNIX98] (pthread_barrier_wait): Likewise.
16692         [UNIX98] (pthread_barrierattr_destroy): Likewise.
16693         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
16694         [UNIX98] (pthread_barrierattr_init): Likewise.
16695         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
16696         [UNIX98] (pthread_getcpuclockid): Likewise.
16697         [UNIX98] (pthread_mutex_timedlock): Likewise.
16698         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
16699         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
16700         [UNIX98] (pthread_sigmask): Likewise.
16701         [UNIX98] (pthread_spin_destroy): Likewise.
16702         [UNIX98] (pthread_spin_init): Likewise.
16703         [UNIX98] (pthread_spin_lock): Likewise.
16704         [UNIX98] (pthread_spin_trylock): Likewise.
16705         [UNIX98] (pthread_spin_unlock): Likewise.
16706         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
16707         Do not expect.
16708         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
16709         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
16710         [XPG3 || XPG4] (pthread_cond_t): Likewise.
16711         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
16712         [XPG3 || XPG4] (pthread_key_t): Likewise.
16713         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
16714         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
16715         [XPG3 || XPG4] (pthread_once_t): Likewise.
16716         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
16717         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
16718         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
16719         [XPG3 || XPG4] (pthread_t): Likewise.
16720
16721         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
16722         not expect.
16723         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
16724
16725         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
16726         Change function return type to int.
16727
16728         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
16729         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
16730         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
16731         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
16732         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
16733         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
16734         [!POSIX] (posix_madvise): Likewise.
16735         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
16736         && !UNIX98].
16737         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
16738         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
16739         (mode_t): Likewise.
16740         (posix_mem_offset): Likewise.
16741         (posix_typed_mem_get_info): Likewise.
16742         (posix_typed_mem_open): Likewise.
16743
16744         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
16745         Change condition to [XOPEN2K8].
16746
16747         * conform/conformtest.pl: Preprocess allow-header data with -x c
16748         instead of from stdin.
16749         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
16750         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
16751         [C99-based standards] (cerfc): Likewise.
16752         [C99-based standards] (cexp2): Likewise.
16753         [C99-based standards] (cexpm1): Likewise.
16754         [C99-based standards] (clog10): Likewise.
16755         [C99-based standards] (clog1p): Likewise.
16756         [C99-based standards] (clog2): Likewise.
16757         [C99-based standards] (clgamma): Likewise.
16758         [C99-based standards] (ctgamma): Likewise.
16759         [C99-based standards] (cerff): Likewise.
16760         [C99-based standards] (cerfcf): Likewise.
16761         [C99-based standards] (cexp2f): Likewise.
16762         [C99-based standards] (cexpm1f): Likewise.
16763         [C99-based standards] (clog10f): Likewise.
16764         [C99-based standards] (clog1pf): Likewise.
16765         [C99-based standards] (clog2f): Likewise.
16766         [C99-based standards] (clgammaf): Likewise.
16767         [C99-based standards] (ctgammaf): Likewise.
16768         [C99-based standards] (cerfl): Likewise.
16769         [C99-based standards] (cerfcl): Likewise.
16770         [C99-based standards] (cexp2l): Likewise.
16771         [C99-based standards] (cexpm1l): Likewise.
16772         [C99-based standards] (clog10l): Likewise.
16773         [C99-based standards] (clog1pl): Likewise.
16774         [C99-based standards] (clog2l): Likewise.
16775         [C99-based standards] (clgammal): Likewise.
16776         [C99-based standards] (ctgammal): Likewise.
16777         * conform/data/inttypes.h-data [C99-based standards]: Include
16778         stdint.h-data.  Remove all expectations for stdint.h contents.
16779         [C99-based standards] (PRI*): Do not allow.
16780         [C99-based standards] (SCN*): Likewise.
16781         [C99-based standards] (*_t): Likewise.
16782         [C99-based-standards] (PRId8): Expect macro.
16783         [C99-based-standards] (PRIi8): Likewise.
16784         [C99-based-standards] (PRIo8): Likewise.
16785         [C99-based-standards] (PRIu8): Likewise.
16786         [C99-based-standards] (PRIx8): Likewise.
16787         [C99-based-standards] (PRIX8): Likewise.
16788         [C99-based-standards] (SCNd8): Likewise.
16789         [C99-based-standards] (SCNi8): Likewise.
16790         [C99-based-standards] (SCNo8): Likewise.
16791         [C99-based-standards] (SCNu8): Likewise.
16792         [C99-based-standards] (SCNx8): Likewise.
16793         [C99-based-standards] (PRIdLEAST8): Likewise.
16794         [C99-based-standards] (PRIiLEAST8): Likewise.
16795         [C99-based-standards] (PRIoLEAST8): Likewise.
16796         [C99-based-standards] (PRIuLEAST8): Likewise.
16797         [C99-based-standards] (PRIxLEAST8): Likewise.
16798         [C99-based-standards] (PRIXLEAST8): Likewise.
16799         [C99-based-standards] (SCNdLEAST8): Likewise.
16800         [C99-based-standards] (SCNiLEAST8): Likewise.
16801         [C99-based-standards] (SCNoLEAST8): Likewise.
16802         [C99-based-standards] (SCNuLEAST8): Likewise.
16803         [C99-based-standards] (SCNxLEAST8): Likewise.
16804         [C99-based-standards] (PRIdFAST8): Likewise.
16805         [C99-based-standards] (PRIiFAST8): Likewise.
16806         [C99-based-standards] (PRIoFAST8): Likewise.
16807         [C99-based-standards] (PRIuFAST8): Likewise.
16808         [C99-based-standards] (PRIxFAST8): Likewise.
16809         [C99-based-standards] (PRIXFAST8): Likewise.
16810         [C99-based-standards] (SCNdFAST8): Likewise.
16811         [C99-based-standards] (SCNiFAST8): Likewise.
16812         [C99-based-standards] (SCNoFAST8): Likewise.
16813         [C99-based-standards] (SCNuFAST8): Likewise.
16814         [C99-based-standards] (SCNxFAST8): Likewise.
16815         [C99-based-standards] (PRId16): Likewise.
16816         [C99-based-standards] (PRIi16): Likewise.
16817         [C99-based-standards] (PRIo16): Likewise.
16818         [C99-based-standards] (PRIu16): Likewise.
16819         [C99-based-standards] (PRIx16): Likewise.
16820         [C99-based-standards] (PRIX16): Likewise.
16821         [C99-based-standards] (SCNd16): Likewise.
16822         [C99-based-standards] (SCNi16): Likewise.
16823         [C99-based-standards] (SCNo16): Likewise.
16824         [C99-based-standards] (SCNu16): Likewise.
16825         [C99-based-standards] (SCNx16): Likewise.
16826         [C99-based-standards] (PRIdLEAST16): Likewise.
16827         [C99-based-standards] (PRIiLEAST16): Likewise.
16828         [C99-based-standards] (PRIoLEAST16): Likewise.
16829         [C99-based-standards] (PRIuLEAST16): Likewise.
16830         [C99-based-standards] (PRIxLEAST16): Likewise.
16831         [C99-based-standards] (PRIXLEAST16): Likewise.
16832         [C99-based-standards] (SCNdLEAST16): Likewise.
16833         [C99-based-standards] (SCNiLEAST16): Likewise.
16834         [C99-based-standards] (SCNoLEAST16): Likewise.
16835         [C99-based-standards] (SCNuLEAST16): Likewise.
16836         [C99-based-standards] (SCNxLEAST16): Likewise.
16837         [C99-based-standards] (PRIdFAST16): Likewise.
16838         [C99-based-standards] (PRIiFAST16): Likewise.
16839         [C99-based-standards] (PRIoFAST16): Likewise.
16840         [C99-based-standards] (PRIuFAST16): Likewise.
16841         [C99-based-standards] (PRIxFAST16): Likewise.
16842         [C99-based-standards] (PRIXFAST16): Likewise.
16843         [C99-based-standards] (SCNdFAST16): Likewise.
16844         [C99-based-standards] (SCNiFAST16): Likewise.
16845         [C99-based-standards] (SCNoFAST16): Likewise.
16846         [C99-based-standards] (SCNuFAST16): Likewise.
16847         [C99-based-standards] (SCNxFAST16): Likewise.
16848         [C99-based-standards] (PRId32): Likewise.
16849         [C99-based-standards] (PRIi32): Likewise.
16850         [C99-based-standards] (PRIo32): Likewise.
16851         [C99-based-standards] (PRIu32): Likewise.
16852         [C99-based-standards] (PRIx32): Likewise.
16853         [C99-based-standards] (PRIX32): Likewise.
16854         [C99-based-standards] (SCNd32): Likewise.
16855         [C99-based-standards] (SCNi32): Likewise.
16856         [C99-based-standards] (SCNo32): Likewise.
16857         [C99-based-standards] (SCNu32): Likewise.
16858         [C99-based-standards] (SCNx32): Likewise.
16859         [C99-based-standards] (PRIdLEAST32): Likewise.
16860         [C99-based-standards] (PRIiLEAST32): Likewise.
16861         [C99-based-standards] (PRIoLEAST32): Likewise.
16862         [C99-based-standards] (PRIuLEAST32): Likewise.
16863         [C99-based-standards] (PRIxLEAST32): Likewise.
16864         [C99-based-standards] (PRIXLEAST32): Likewise.
16865         [C99-based-standards] (SCNdLEAST32): Likewise.
16866         [C99-based-standards] (SCNiLEAST32): Likewise.
16867         [C99-based-standards] (SCNoLEAST32): Likewise.
16868         [C99-based-standards] (SCNuLEAST32): Likewise.
16869         [C99-based-standards] (SCNxLEAST32): Likewise.
16870         [C99-based-standards] (PRIdFAST32): Likewise.
16871         [C99-based-standards] (PRIiFAST32): Likewise.
16872         [C99-based-standards] (PRIoFAST32): Likewise.
16873         [C99-based-standards] (PRIuFAST32): Likewise.
16874         [C99-based-standards] (PRIxFAST32): Likewise.
16875         [C99-based-standards] (PRIXFAST32): Likewise.
16876         [C99-based-standards] (SCNdFAST32): Likewise.
16877         [C99-based-standards] (SCNiFAST32): Likewise.
16878         [C99-based-standards] (SCNoFAST32): Likewise.
16879         [C99-based-standards] (SCNuFAST32): Likewise.
16880         [C99-based-standards] (SCNxFAST32): Likewise.
16881         [C99-based-standards] (PRId64): Likewise.
16882         [C99-based-standards] (PRIi64): Likewise.
16883         [C99-based-standards] (PRIo64): Likewise.
16884         [C99-based-standards] (PRIu64): Likewise.
16885         [C99-based-standards] (PRIx64): Likewise.
16886         [C99-based-standards] (PRIX64): Likewise.
16887         [C99-based-standards] (SCNd64): Likewise.
16888         [C99-based-standards] (SCNi64): Likewise.
16889         [C99-based-standards] (SCNo64): Likewise.
16890         [C99-based-standards] (SCNu64): Likewise.
16891         [C99-based-standards] (SCNx64): Likewise.
16892         [C99-based-standards] (PRIdLEAST64): Likewise.
16893         [C99-based-standards] (PRIiLEAST64): Likewise.
16894         [C99-based-standards] (PRIoLEAST64): Likewise.
16895         [C99-based-standards] (PRIuLEAST64): Likewise.
16896         [C99-based-standards] (PRIxLEAST64): Likewise.
16897         [C99-based-standards] (PRIXLEAST64): Likewise.
16898         [C99-based-standards] (SCNdLEAST64): Likewise.
16899         [C99-based-standards] (SCNiLEAST64): Likewise.
16900         [C99-based-standards] (SCNoLEAST64): Likewise.
16901         [C99-based-standards] (SCNuLEAST64): Likewise.
16902         [C99-based-standards] (SCNxLEAST64): Likewise.
16903         [C99-based-standards] (PRIdFAST64): Likewise.
16904         [C99-based-standards] (PRIiFAST64): Likewise.
16905         [C99-based-standards] (PRIoFAST64): Likewise.
16906         [C99-based-standards] (PRIuFAST64): Likewise.
16907         [C99-based-standards] (PRIxFAST64): Likewise.
16908         [C99-based-standards] (PRIXFAST64): Likewise.
16909         [C99-based-standards] (SCNdFAST64): Likewise.
16910         [C99-based-standards] (SCNiFAST64): Likewise.
16911         [C99-based-standards] (SCNoFAST64): Likewise.
16912         [C99-based-standards] (SCNuFAST64): Likewise.
16913         [C99-based-standards] (SCNxFAST64): Likewise.
16914         [C99-based-standards] (PRIdMAX): Likewise.
16915         [C99-based-standards] (PRIiMAX): Likewise.
16916         [C99-based-standards] (PRIoMAX): Likewise.
16917         [C99-based-standards] (PRIuMAX): Likewise.
16918         [C99-based-standards] (PRIxMAX): Likewise.
16919         [C99-based-standards] (PRIXMAX): Likewise.
16920         [C99-based-standards] (SCNdMAX): Likewise.
16921         [C99-based-standards] (SCNiMAX): Likewise.
16922         [C99-based-standards] (SCNoMAX): Likewise.
16923         [C99-based-standards] (SCNuMAX): Likewise.
16924         [C99-based-standards] (SCNxMAX): Likewise.
16925         [C99-based-standards] (PRIdPTR): Likewise.
16926         [C99-based-standards] (PRIiPTR): Likewise.
16927         [C99-based-standards] (PRIoPTR): Likewise.
16928         [C99-based-standards] (PRIuPTR): Likewise.
16929         [C99-based-standards] (PRIxPTR): Likewise.
16930         [C99-based-standards] (PRIXPTR): Likewise.
16931         [C99-based-standards] (SCNdPTR): Likewise.
16932         [C99-based-standards] (SCNiPTR): Likewise.
16933         [C99-based-standards] (SCNoPTR): Likewise.
16934         [C99-based-standards] (SCNuPTR): Likewise.
16935         [C99-based-standards] (SCNxPTR): Likewise.
16936         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
16937         allow.
16938         * conform/data/stdint.h-data: Update comments to clarify
16939         requirements.
16940         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
16941         type.
16942         [C99-based standards] (INT8_MAX): Likewise.
16943         [C99-based standards] (INT16_MIN): Likewise.
16944         [C99-based standards] (INT16_MAX): Likewise.
16945         [C99-based standards] (INT32_MIN): Likewise.
16946         [C99-based standards] (INT32_MAX): Likewise.
16947         [C99-based standards] (INT64_MIN): Likewise.
16948         [C99-based standards] (INT64_MAX): Likewise.
16949         [C99-based standards] (UINT8_MAX): Likewise.
16950         [C99-based standards] (UINT16_MAX): Likewise.
16951         [C99-based standards] (UINT32_MAX): Likewise.
16952         [C99-based standards] (UINT64_MAX): Likewise.
16953         [C99-based standards] (INT_LEAST8_MIN): Likewise.
16954         [C99-based standards] (INT_LEAST8_MAX): Likewise.
16955         [C99-based standards] (INT_LEAST16_MIN): Likewise.
16956         [C99-based standards] (INT_LEAST16_MAX): Likewise.
16957         [C99-based standards] (INT_LEAST32_MIN): Likewise.
16958         [C99-based standards] (INT_LEAST32_MAX): Likewise.
16959         [C99-based standards] (INT_LEAST64_MIN): Likewise.
16960         [C99-based standards] (INT_LEAST64_MAX): Likewise.
16961         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
16962         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
16963         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
16964         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
16965         [C99-based standards] (INT_FAST8_MIN): Likewise.
16966         [C99-based standards] (INT_FAST8_MAX): Likewise.
16967         [C99-based standards] (INT_FAST16_MIN): Likewise.
16968         [C99-based standards] (INT_FAST16_MAX): Likewise.
16969         [C99-based standards] (INT_FAST32_MIN): Likewise.
16970         [C99-based standards] (INT_FAST32_MAX): Likewise.
16971         [C99-based standards] (INT_FAST64_MIN): Likewise.
16972         [C99-based standards] (INT_FAST64_MAX): Likewise.
16973         [C99-based standards] (UINT_FAST8_MAX): Likewise.
16974         [C99-based standards] (UINT_FAST16_MAX): Likewise.
16975         [C99-based standards] (UINT_FAST32_MAX): Likewise.
16976         [C99-based standards] (UINT_FAST64_MAX): Likewise.
16977         [C99-based standards] (INTPTR_MIN): Likewise.
16978         [C99-based standards] (INTPTR_MAX): Likewise.
16979         [C99-based standards] (UINTPTR_MAX): Likewise.
16980         [C99-based standards] (INTMAX_MIN): Likewise.
16981         [C99-based standards] (INTMAX_MAX): Likewise.
16982         [C99-based standards] (UINTMAX_MAX): Likewise.
16983         [C99-based standards] (PTRDIFF_MIN): Likewise.
16984         [C99-based standards] (PTRDIFF_MAX): Likewise.
16985         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
16986         [C99-based standards] (SIZE_MAX): Likewise.
16987         [C99-based standards] (WCHAR_MAX): Likewise.
16988         [C99-based standards] (WINT_MAX): Likewise.
16989         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
16990         constraint on value.
16991         [C99-based standards] (WCHAR_MIN): Likewise.
16992         [C99-based standards] (WINT_MIN): Likewise.
16993         [C99-based standards] (*_t): Allow.
16994         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
16995         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
16996         Include math.h-data and complex.h-data.  Remove all expectations
16997         of math.h and complex.h contents.
16998         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
16999         at end of line.
17000         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
17001         (struct tm): Expect tag.
17002         [C99-based-standards] (wcstof): Expect function.
17003         [C99-based-standards] (wcstold): Likewise.
17004         [C99-based-standards] (wcstoll): Likewise.
17005         [C99-based-standards] (wcstoull): Likewise.
17006         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
17007         macro-int-constant.  Specify type.
17008         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
17009         constraint on value.
17010         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
17011         Specify type.
17012         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
17013         Specify value.
17014         [ISO C standards]: Do not allow headers.
17015         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
17016         wcs[abcdefghijklmnopqrstuvwxyz]*.
17017         [ISO C standards] (*_t): Do not allow.
17018         * conform/data/wctype.h-data [C99-based standards] (iswblank):
17019         Expect function.
17020         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
17021         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
17022         Specify type.
17023         [ISO C standards]: Do not allow headers.
17024         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
17025         is[abcdefghijklmnopqrstuvwxyz]*.
17026         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
17027         to[abcdefghijklmnopqrstuvwxyz]*.
17028         [ISO C standards] (*_t): Do not allow.
17029         * conform/data/stdalign.h-data: New file.
17030         * conform/data/stdbool.h-data: Likewise.
17031         * conform/data/stdnoreturn.h-data: Likewise.
17032
17033 2012-11-07  Roland McGrath  <roland@hack.frob.com>
17034
17035         [BZ #14815]
17036         * manual/filesys.texi (Directory Entries): Typo fix.
17037         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
17038
17039 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17040
17041         * elf/elf.h (EM_AARCH64): New macro.
17042         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
17043         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
17044         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
17045         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
17046         (R_AARCH64_TLSDESC): Likewise.
17047         (NT_ARM_TLS): Likewise.
17048         (NT_ARM_HW_BREAK): Likewise.
17049         (NT_ARM_HW_WATCH): Likewise.
17050
17051 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
17052
17053         [BZ #14811]
17054         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
17055         (__ieee754_powl): Saturate nonzero exponents with absolute value
17056         below 0x1p-79 to +/- 0x1p-79.
17057         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
17058         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
17059         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
17060         nonzero exponents with absolute value below 0x1p-32 to +/-
17061         0x1p-32.
17062         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
17063         (__ieee754_powl): Saturate nonzero exponents with absolute value
17064         below 0x1p-79 to +/- 0x1p-79.
17065         * math/libm-test.inc (pow_test): Add more tests.
17066
17067 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17068
17069         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
17070         _dl_s390_cap_flags with kernel. Increase string length.
17071         (_dl_s390_platforms): Add z196 and zEC12.
17072
17073 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
17074
17075         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
17076         Change XOPEN21K to XOPEN2K.
17077
17078 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
17079
17080         * string/memmove.c: Use memcpy when possible.
17081
17082 2012-11-06  Andreas Jaeger  <aj@suse.de>
17083
17084         * po/eo.po: Update from translation team.
17085
17086 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
17087
17088         [BZ #14793]
17089         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
17090         exponent and small x and y exponents, scale x or y up.  Increase
17091         by 2 the exponent used in scaling up.
17092         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17093         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17094         * math/libm-test.inc (fma_test): Add more tests.
17095         (fma_test_towardzero): Likewise.
17096         (fma_test_downward): Likewise.
17097         (fma_test_upward): Likewise.
17098
17099 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
17100
17101         [BZ #14805]
17102         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
17103         fenv_t *.
17104
17105         [BZ #14801]
17106         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
17107         namespace for names of struct fields.
17108         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
17109         fenv_t fields.
17110         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
17111         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
17112
17113 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17114
17115         [BZ #3665]
17116         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
17117
17118 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
17119
17120         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
17121         PTR_DEMANGLE.
17122
17123         [BZ #5246]
17124         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
17125         PTR_DEMANGLE.
17126
17127 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
17128
17129         [BZ #14797]
17130         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
17131         definitely overflow as x * y not x * y + z.
17132         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17133         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17134         * math/libm-test.inc (fma_test): Add more tests.
17135         (fma_test_towardzero): Likewise.
17136         (fma_test_downward): Likewise.
17137         (fma_test_upward): Likewise.
17138
17139 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
17140
17141         [BZ #157]
17142
17143         * include/stub-tag.h: Remove file.
17144         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
17145         '#include' of it.
17146         * manual/maint.texi (Porting): Don't reference it.
17147         * Makerules ($(objpfx)stubs): Likewise.
17148         * dirent/closedir.c: Don't include <stub-tag.h>.
17149         * dirent/dirfd.c: Likewise.
17150         * dirent/fdopendir.c: Likewise.
17151         * dirent/getdents.c: Likewise.
17152         * dirent/getdents64.c: Likewise.
17153         * dirent/opendir.c: Likewise.
17154         * dirent/readdir.c: Likewise.
17155         * dirent/readdir64.c: Likewise.
17156         * dirent/readdir64_r.c: Likewise.
17157         * dirent/readdir_r.c: Likewise.
17158         * dirent/rewinddir.c: Likewise.
17159         * dirent/seekdir.c: Likewise.
17160         * dirent/telldir.c: Likewise.
17161         * gmon/profil.c: Likewise.
17162         * grp/setgroups.c: Likewise.
17163         * inet/if_index.c: Likewise.
17164         * io/access.c: Likewise.
17165         * io/chdir.c: Likewise.
17166         * io/chmod.c: Likewise.
17167         * io/chown.c: Likewise.
17168         * io/close.c: Likewise.
17169         * io/dup.c: Likewise.
17170         * io/dup2.c: Likewise.
17171         * io/dup3.c: Likewise.
17172         * io/euidaccess.c: Likewise.
17173         * io/faccessat.c: Likewise.
17174         * io/fchdir.c: Likewise.
17175         * io/fchmod.c: Likewise.
17176         * io/fchmodat.c: Likewise.
17177         * io/fchown.c: Likewise.
17178         * io/fchownat.c: Likewise.
17179         * io/fcntl.c: Likewise.
17180         * io/flock.c: Likewise.
17181         * io/fstatfs.c: Likewise.
17182         * io/fstatfs64.c: Likewise.
17183         * io/fstatvfs.c: Likewise.
17184         * io/fstatvfs64.c: Likewise.
17185         * io/futimens.c: Likewise.
17186         * io/fxstat.c: Likewise.
17187         * io/fxstat64.c: Likewise.
17188         * io/fxstatat.c: Likewise.
17189         * io/fxstatat64.c: Likewise.
17190         * io/getcwd.c: Likewise.
17191         * io/isatty.c: Likewise.
17192         * io/lchmod.c: Likewise.
17193         * io/lchown.c: Likewise.
17194         * io/link.c: Likewise.
17195         * io/linkat.c: Likewise.
17196         * io/lseek.c: Likewise.
17197         * io/lseek64.c: Likewise.
17198         * io/lxstat64.c: Likewise.
17199         * io/mkdir.c: Likewise.
17200         * io/mkdirat.c: Likewise.
17201         * io/mkfifo.c: Likewise.
17202         * io/mkfifoat.c: Likewise.
17203         * io/open.c: Likewise.
17204         * io/open64.c: Likewise.
17205         * io/openat.c: Likewise.
17206         * io/openat64.c: Likewise.
17207         * io/pipe.c: Likewise.
17208         * io/pipe2.c: Likewise.
17209         * io/poll.c: Likewise.
17210         * io/posix_fadvise.c: Likewise.
17211         * io/posix_fadvise64.c: Likewise.
17212         * io/posix_fallocate.c: Likewise.
17213         * io/posix_fallocate64.c: Likewise.
17214         * io/read.c: Likewise.
17215         * io/readlink.c: Likewise.
17216         * io/readlinkat.c: Likewise.
17217         * io/rmdir.c: Likewise.
17218         * io/sendfile.c: Likewise.
17219         * io/sendfile64.c: Likewise.
17220         * io/statfs.c: Likewise.
17221         * io/statfs64.c: Likewise.
17222         * io/statvfs.c: Likewise.
17223         * io/statvfs64.c: Likewise.
17224         * io/symlink.c: Likewise.
17225         * io/symlinkat.c: Likewise.
17226         * io/ttyname.c: Likewise.
17227         * io/ttyname_r.c: Likewise.
17228         * io/umask.c: Likewise.
17229         * io/unlink.c: Likewise.
17230         * io/unlinkat.c: Likewise.
17231         * io/utime.c: Likewise.
17232         * io/utimensat.c: Likewise.
17233         * io/write.c: Likewise.
17234         * io/xmknod.c: Likewise.
17235         * io/xmknodat.c: Likewise.
17236         * io/xstat.c: Likewise.
17237         * io/xstat64.c: Likewise.
17238         * login/getpt.c: Likewise.
17239         * login/grantpt.c: Likewise.
17240         * login/unlockpt.c: Likewise.
17241         * math/e_acoshl.c: Likewise.
17242         * math/e_acosl.c: Likewise.
17243         * math/e_asinl.c: Likewise.
17244         * math/e_atan2l.c: Likewise.
17245         * math/e_atanhl.c: Likewise.
17246         * math/e_coshl.c: Likewise.
17247         * math/e_expl.c: Likewise.
17248         * math/e_fmodl.c: Likewise.
17249         * math/e_gammal_r.c: Likewise.
17250         * math/e_hypotl.c: Likewise.
17251         * math/e_j0l.c: Likewise.
17252         * math/e_j1l.c: Likewise.
17253         * math/e_jnl.c: Likewise.
17254         * math/e_lgammal_r.c: Likewise.
17255         * math/e_log10l.c: Likewise.
17256         * math/e_log2l.c: Likewise.
17257         * math/e_logl.c: Likewise.
17258         * math/e_powl.c: Likewise.
17259         * math/e_rem_pio2l.c: Likewise.
17260         * math/e_sinhl.c: Likewise.
17261         * math/e_sqrtl.c: Likewise.
17262         * math/fclrexcpt.c: Likewise.
17263         * math/fedisblxcpt.c: Likewise.
17264         * math/feenablxcpt.c: Likewise.
17265         * math/fegetenv.c: Likewise.
17266         * math/fegetexcept.c: Likewise.
17267         * math/fegetround.c: Likewise.
17268         * math/feholdexcpt.c: Likewise.
17269         * math/fesetenv.c: Likewise.
17270         * math/fesetround.c: Likewise.
17271         * math/feupdateenv.c: Likewise.
17272         * math/fgetexcptflg.c: Likewise.
17273         * math/fraiseexcpt.c: Likewise.
17274         * math/fsetexcptflg.c: Likewise.
17275         * math/ftestexcept.c: Likewise.
17276         * math/k_cosl.c: Likewise.
17277         * math/k_rem_pio2l.c: Likewise.
17278         * math/k_sinl.c: Likewise.
17279         * math/k_tanl.c: Likewise.
17280         * math/s_asinhl.c: Likewise.
17281         * math/s_atanl.c: Likewise.
17282         * math/s_cbrtl.c: Likewise.
17283         * math/s_erfl.c: Likewise.
17284         * math/s_expm1l.c: Likewise.
17285         * math/s_log1pl.c: Likewise.
17286         * math/s_tanhl.c: Likewise.
17287         * misc/acct.c: Likewise.
17288         * misc/brk.c: Likewise.
17289         * misc/chflags.c: Likewise.
17290         * misc/chroot.c: Likewise.
17291         * misc/fchflags.c: Likewise.
17292         * misc/fgetxattr.c: Likewise.
17293         * misc/flistxattr.c: Likewise.
17294         * misc/fremovexattr.c: Likewise.
17295         * misc/fsetxattr.c: Likewise.
17296         * misc/fsync.c: Likewise.
17297         * misc/ftruncate.c: Likewise.
17298         * misc/futimes.c: Likewise.
17299         * misc/futimesat.c: Likewise.
17300         * misc/getdomain.c: Likewise.
17301         * misc/getdtsz.c: Likewise.
17302         * misc/gethostid.c: Likewise.
17303         * misc/gethostname.c: Likewise.
17304         * misc/getloadavg.c: Likewise.
17305         * misc/getpagesize.c: Likewise.
17306         * misc/getsysstats.c: Likewise.
17307         * misc/getxattr.c: Likewise.
17308         * misc/gtty.c: Likewise.
17309         * misc/ioctl.c: Likewise.
17310         * misc/lgetxattr.c: Likewise.
17311         * misc/listxattr.c: Likewise.
17312         * misc/llistxattr.c: Likewise.
17313         * misc/lremovexattr.c: Likewise.
17314         * misc/lsetxattr.c: Likewise.
17315         * misc/lutimes.c: Likewise.
17316         * misc/madvise.c: Likewise.
17317         * misc/mincore.c: Likewise.
17318         * misc/mlock.c: Likewise.
17319         * misc/mlockall.c: Likewise.
17320         * misc/mmap.c: Likewise.
17321         * misc/mprotect.c: Likewise.
17322         * misc/msync.c: Likewise.
17323         * misc/munlock.c: Likewise.
17324         * misc/munlockall.c: Likewise.
17325         * misc/munmap.c: Likewise.
17326         * misc/preadv.c: Likewise.
17327         * misc/preadv64.c: Likewise.
17328         * misc/ptrace.c: Likewise.
17329         * misc/pwritev.c: Likewise.
17330         * misc/pwritev64.c: Likewise.
17331         * misc/readv.c: Likewise.
17332         * misc/reboot.c: Likewise.
17333         * misc/remap_file_pages.c: Likewise.
17334         * misc/removexattr.c: Likewise.
17335         * misc/revoke.c: Likewise.
17336         * misc/select.c: Likewise.
17337         * misc/setdomain.c: Likewise.
17338         * misc/setegid.c: Likewise.
17339         * misc/seteuid.c: Likewise.
17340         * misc/sethostid.c: Likewise.
17341         * misc/sethostname.c: Likewise.
17342         * misc/setregid.c: Likewise.
17343         * misc/setreuid.c: Likewise.
17344         * misc/setxattr.c: Likewise.
17345         * misc/sstk.c: Likewise.
17346         * misc/stty.c: Likewise.
17347         * misc/swapoff.c: Likewise.
17348         * misc/swapon.c: Likewise.
17349         * misc/sync.c: Likewise.
17350         * misc/syncfs.c: Likewise.
17351         * misc/syscall.c: Likewise.
17352         * misc/truncate.c: Likewise.
17353         * misc/ualarm.c: Likewise.
17354         * misc/usleep.c: Likewise.
17355         * misc/ustat.c: Likewise.
17356         * misc/utimes.c: Likewise.
17357         * misc/vhangup.c: Likewise.
17358         * misc/writev.c: Likewise.
17359         * posix/_exit.c: Likewise.
17360         * posix/alarm.c: Likewise.
17361         * posix/execve.c: Likewise.
17362         * posix/fexecve.c: Likewise.
17363         * posix/fork.c: Likewise.
17364         * posix/fpathconf.c: Likewise.
17365         * posix/getaddrinfo.c: Likewise.
17366         * posix/getegid.c: Likewise.
17367         * posix/geteuid.c: Likewise.
17368         * posix/getgid.c: Likewise.
17369         * posix/getgroups.c: Likewise.
17370         * posix/getlogin.c: Likewise.
17371         * posix/getlogin_r.c: Likewise.
17372         * posix/getpgid.c: Likewise.
17373         * posix/getpid.c: Likewise.
17374         * posix/getppid.c: Likewise.
17375         * posix/getresgid.c: Likewise.
17376         * posix/getresuid.c: Likewise.
17377         * posix/getsid.c: Likewise.
17378         * posix/getuid.c: Likewise.
17379         * posix/glob64.c: Likewise.
17380         * posix/nanosleep.c: Likewise.
17381         * posix/pathconf.c: Likewise.
17382         * posix/pause.c: Likewise.
17383         * posix/posix_madvise.c: Likewise.
17384         * posix/pread.c: Likewise.
17385         * posix/pread64.c: Likewise.
17386         * posix/pwrite.c: Likewise.
17387         * posix/pwrite64.c: Likewise.
17388         * posix/sched_getaffinity.c: Likewise.
17389         * posix/sched_getp.c: Likewise.
17390         * posix/sched_gets.c: Likewise.
17391         * posix/sched_primax.c: Likewise.
17392         * posix/sched_primin.c: Likewise.
17393         * posix/sched_rr_gi.c: Likewise.
17394         * posix/sched_setaffinity.c: Likewise.
17395         * posix/sched_setp.c: Likewise.
17396         * posix/sched_sets.c: Likewise.
17397         * posix/sched_yield.c: Likewise.
17398         * posix/setgid.c: Likewise.
17399         * posix/setlogin.c: Likewise.
17400         * posix/setpgid.c: Likewise.
17401         * posix/setresgid.c: Likewise.
17402         * posix/setresuid.c: Likewise.
17403         * posix/setsid.c: Likewise.
17404         * posix/setuid.c: Likewise.
17405         * posix/sleep.c: Likewise.
17406         * posix/spawni.c: Likewise.
17407         * posix/sysconf.c: Likewise.
17408         * posix/times.c: Likewise.
17409         * posix/wait.c: Likewise.
17410         * posix/wait3.c: Likewise.
17411         * posix/wait4.c: Likewise.
17412         * posix/waitpid.c: Likewise.
17413         * resolv/gai_sigqueue.c: Likewise.
17414         * resource/getpriority.c: Likewise.
17415         * resource/getrlimit.c: Likewise.
17416         * resource/getrusage.c: Likewise.
17417         * resource/nice.c: Likewise.
17418         * resource/setpriority.c: Likewise.
17419         * resource/setrlimit.c: Likewise.
17420         * resource/ulimit.c: Likewise.
17421         * rt/aio_cancel.c: Likewise.
17422         * rt/aio_fsync.c: Likewise.
17423         * rt/aio_read.c: Likewise.
17424         * rt/aio_sigqueue.c: Likewise.
17425         * rt/aio_suspend.c: Likewise.
17426         * rt/aio_write.c: Likewise.
17427         * rt/clock_getres.c: Likewise.
17428         * rt/clock_gettime.c: Likewise.
17429         * rt/clock_nanosleep.c: Likewise.
17430         * rt/clock_settime.c: Likewise.
17431         * rt/lio_listio.c: Likewise.
17432         * rt/mq_close.c: Likewise.
17433         * rt/mq_getattr.c: Likewise.
17434         * rt/mq_notify.c: Likewise.
17435         * rt/mq_open.c: Likewise.
17436         * rt/mq_receive.c: Likewise.
17437         * rt/mq_send.c: Likewise.
17438         * rt/mq_setattr.c: Likewise.
17439         * rt/mq_timedreceive.c: Likewise.
17440         * rt/mq_timedsend.c: Likewise.
17441         * rt/mq_unlink.c: Likewise.
17442         * rt/shm_open.c: Likewise.
17443         * rt/shm_unlink.c: Likewise.
17444         * rt/timer_create.c: Likewise.
17445         * rt/timer_delete.c: Likewise.
17446         * rt/timer_getoverr.c: Likewise.
17447         * rt/timer_gettime.c: Likewise.
17448         * rt/timer_settime.c: Likewise.
17449         * setjmp/__longjmp.c: Likewise.
17450         * setjmp/setjmp.c: Likewise.
17451         * signal/kill.c: Likewise.
17452         * signal/killpg.c: Likewise.
17453         * signal/raise.c: Likewise.
17454         * signal/sigaction.c: Likewise.
17455         * signal/sigaltstack.c: Likewise.
17456         * signal/sigblock.c: Likewise.
17457         * signal/sigignore.c: Likewise.
17458         * signal/sigintr.c: Likewise.
17459         * signal/signal.c: Likewise.
17460         * signal/sigpause.c: Likewise.
17461         * signal/sigpending.c: Likewise.
17462         * signal/sigqueue.c: Likewise.
17463         * signal/sigreturn.c: Likewise.
17464         * signal/sigset.c: Likewise.
17465         * signal/sigsetmask.c: Likewise.
17466         * signal/sigstack.c: Likewise.
17467         * signal/sigsuspend.c: Likewise.
17468         * signal/sigtimedwait.c: Likewise.
17469         * signal/sigvec.c: Likewise.
17470         * signal/sigwait.c: Likewise.
17471         * signal/sigwaitinfo.c: Likewise.
17472         * signal/sysv_signal.c: Likewise.
17473         * socket/accept.c: Likewise.
17474         * socket/accept4.c: Likewise.
17475         * socket/bind.c: Likewise.
17476         * socket/connect.c: Likewise.
17477         * socket/getpeername.c: Likewise.
17478         * socket/getsockname.c: Likewise.
17479         * socket/getsockopt.c: Likewise.
17480         * socket/isfdtype.c: Likewise.
17481         * socket/listen.c: Likewise.
17482         * socket/recv.c: Likewise.
17483         * socket/recvfrom.c: Likewise.
17484         * socket/recvmsg.c: Likewise.
17485         * socket/send.c: Likewise.
17486         * socket/sendmsg.c: Likewise.
17487         * socket/sendto.c: Likewise.
17488         * socket/setsockopt.c: Likewise.
17489         * socket/shutdown.c: Likewise.
17490         * socket/sockatmark.c: Likewise.
17491         * socket/socket.c: Likewise.
17492         * socket/socketpair.c: Likewise.
17493         * stdio-common/ctermid.c: Likewise.
17494         * stdio-common/cuserid.c: Likewise.
17495         * stdio-common/remove.c: Likewise.
17496         * stdio-common/rename.c: Likewise.
17497         * stdio-common/renameat.c: Likewise.
17498         * stdio-common/tempname.c: Likewise.
17499         * stdlib/getcontext.c: Likewise.
17500         * stdlib/makecontext.c: Likewise.
17501         * stdlib/setcontext.c: Likewise.
17502         * stdlib/swapcontext.c: Likewise.
17503         * stdlib/system.c: Likewise.
17504         * streams/fattach.c: Likewise.
17505         * streams/fdetach.c: Likewise.
17506         * streams/getmsg.c: Likewise.
17507         * streams/getpmsg.c: Likewise.
17508         * streams/putmsg.c: Likewise.
17509         * streams/putpmsg.c: Likewise.
17510         * sysdeps/unix/bsd/getpt.c: Likewise.
17511         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
17512         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
17513         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
17514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
17515         Likewise.
17516         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
17517         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
17518         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
17519         * sysvipc/msgctl.c: Likewise.
17520         * sysvipc/msgget.c: Likewise.
17521         * sysvipc/msgrcv.c: Likewise.
17522         * sysvipc/msgsnd.c: Likewise.
17523         * sysvipc/semctl.c: Likewise.
17524         * sysvipc/semget.c: Likewise.
17525         * sysvipc/semop.c: Likewise.
17526         * sysvipc/semtimedop.c: Likewise.
17527         * sysvipc/shmat.c: Likewise.
17528         * sysvipc/shmctl.c: Likewise.
17529         * sysvipc/shmdt.c: Likewise.
17530         * sysvipc/shmget.c: Likewise.
17531         * termios/tcdrain.c: Likewise.
17532         * termios/tcflow.c: Likewise.
17533         * termios/tcflush.c: Likewise.
17534         * termios/tcgetattr.c: Likewise.
17535         * termios/tcgetpgrp.c: Likewise.
17536         * termios/tcsendbrk.c: Likewise.
17537         * termios/tcsetattr.c: Likewise.
17538         * termios/tcsetpgrp.c: Likewise.
17539         * time/adjtime.c: Likewise.
17540         * time/clock.c: Likewise.
17541         * time/getitimer.c: Likewise.
17542         * time/gettimeofday.c: Likewise.
17543         * time/setitimer.c: Likewise.
17544         * time/settimeofday.c: Likewise.
17545         * time/stime.c: Likewise.
17546         * time/time.c: Likewise.
17547
17548 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
17549
17550         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
17551         /usr/old/bin.
17552
17553         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
17554         instead of spaces.
17555         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
17556
17557 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
17558
17559         [BZ #14796]
17560         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
17561         FE_TONEAREST before applying Dekker multiplication and Knuth
17562         addition.  Clear inexact exceptions and check for exact zero
17563         results afterwards.
17564         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17565         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17566         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17567         * math/libm-test.inc (fma_test): Add more tests.
17568         (fma_test_towardzero): Likewise.
17569         (fma_test_downward): Likewise.
17570         (fma_test_upward): Likewise.
17571         * sysdeps/generic/math_private.h (default_libc_fesetround): New
17572         function.
17573         (libc_fesetround): New macro.
17574         (libc_fesetroundf): Likewise.
17575         (libc_fesetroundl): Likewise.
17576         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
17577         function.
17578         (libc_fesetround_387): Likewise.
17579         (libc_fesetroundf): New macro.
17580         (libc_fesetround): Likewise.
17581         (libc_fesetroundl): Likewise.
17582         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
17583         function.
17584         (libc_fesetroundf): New macro.
17585         (libc_fesetround): Likewise.
17586         (libc_fesetroundl): Likewise.
17587         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
17588         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
17589         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
17590         libm_hidden_ver.
17591         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
17592         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
17593         libm_hidden_def.
17594         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
17595         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
17596         libm_hidden_ver.
17597         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
17598         libm_hidden_def.
17599
17600         [BZ #3439]
17601         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
17602         integer constant usable in #if and use that to give value to enum
17603         constant.
17604         (FE_DIVBYZERO): Likewise.
17605         (FE_UNDERFLOW): Likewise.
17606         (FE_OVERFLOW): Likewise.
17607         (FE_INVALID): Likewise.
17608         (FE_INVALID_SNAN): Likewise.
17609         (FE_INVALID_ISI): Likewise.
17610         (FE_INVALID_IDI): Likewise.
17611         (FE_INVALID_ZDZ): Likewise.
17612         (FE_INVALID_IMZ): Likewise.
17613         (FE_INVALID_COMPARE): Likewise.
17614         (FE_INVALID_SOFTWARE): Likewise.
17615         (FE_INVALID_SQRT): Likewise.
17616         (FE_INVALID_INTEGER_CONVERSION): Likewise.
17617         (FE_TONEAREST): Likewise.
17618         (FE_TOWARDZERO): Likewise.
17619         (FE_UPWARD): Likewise.
17620         (FE_DOWNWARD): Likewise.
17621         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
17622         (FE_DIVBYZERO): Likewise.
17623         (FE_OVERFLOW): Likewise.
17624         (FE_UNDERFLOW): Likewise.
17625         (FE_INEXACT): Likewise.
17626         (FE_TONEAREST): Likewise.
17627         (FE_DOWNWARD): Likewise.
17628         (FE_UPWARD): Likewise.
17629         (FE_TOWARDZERO): Likewise.
17630         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
17631         (FE_UNDERFLOW): Likewise.
17632         (FE_OVERFLOW): Likewise.
17633         (FE_DIVBYZERO): Likewise.
17634         (FE_INVALID): Likewise.
17635         (FE_TONEAREST): Likewise.
17636         (FE_TOWARDZERO): Likewise.
17637         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
17638         (FE_OVERFLOW): Likewise.
17639         (FE_UNDERFLOW): Likewise.
17640         (FE_DIVBYZERO): Likewise.
17641         (FE_INEXACT): Likewise.
17642         (FE_TONEAREST): Likewise.
17643         (FE_TOWARDZERO): Likewise.
17644         (FE_UPWARD): Likewise.
17645         (FE_DOWNWARD): Likewise.
17646         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
17647         (FE_DIVBYZERO): Likewise.
17648         (FE_OVERFLOW): Likewise.
17649         (FE_UNDERFLOW): Likewise.
17650         (FE_INEXACT): Likewise.
17651         (FE_TONEAREST): Likewise.
17652         (FE_DOWNWARD): Likewise.
17653         (FE_UPWARD): Likewise.
17654         (FE_TOWARDZERO): Likewise.
17655
17656 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
17657
17658         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
17659
17660 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
17661
17662         * scripts/cross-test-ssh.sh (command): Use newlines to separate
17663         commands.  Quote $PWD.
17664         (blacklist_exports): Don't use remove_newlines.  Replace "declare
17665         -x" by "export".
17666         (remove_newlines): Remove.
17667
17668 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
17669
17670         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
17671         * stdlib/stdlib.h (atof): Moved to ...
17672         * include/bits/stdlib-float.h: Here.  New file.
17673         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
17674         * stdlib/bits/stdlib-float.h: New file.
17675         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
17676         -mno-sse -mno-mmx.
17677         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
17678         <xmmintrin.h>.
17679
17680 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
17681
17682         * conform/conformtest.pl (@headers): Add fenv.h.
17683         * conform/data/fenv.h-data: New file.
17684         * include/fenv.h [_ISOMAC]: Disable all contents of file except
17685         include of <math/fenv.h>.
17686
17687         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
17688         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
17689         && !UNIX98].  Enables tests for XOPEN2K8.
17690         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
17691         POSIX2008]: Likewise.
17692
17693         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
17694         (struct rusage): Do not expect type or its members.
17695
17696         [BZ #3439]
17697         * math/math.h (FP_NAN): Define macro to integer constant usable in
17698         #if and use that to give value to enum constant.
17699         (FP_INFINITE): Likewise.
17700         (FP_ZERO): Likewise.
17701         (FP_SUBNORMAL): Likewise.
17702         (FP_NORMAL): Likewise.
17703
17704 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
17705
17706         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
17707         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
17708         arguments.
17709
17710 2012-11-02  Roland McGrath  <roland@hack.frob.com>
17711
17712         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
17713         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
17714         autoconf-time if not.
17715         * configure.in: Remove AC_PREREQ.
17716
17717 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17718
17719         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
17720         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
17721         of the internal implementation.
17722
17723 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
17724
17725         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
17726         except include of <misc/sys/syslog.h>.
17727
17728 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
17729
17730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
17731         function returns with a NULL context exit with zero.
17732
17733 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17734
17735         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
17736
17737 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
17738
17739         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
17740         (run_program_cmd): This.
17741         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
17742         (tst_langinfo): New variable.  Use it.
17743
17744 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
17745
17746         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
17747         floating point opcodes.
17748
17749 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
17750
17751         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
17752         variable.
17753
17754         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
17755
17756         * sysdeps/mach/hurd/powerpc: Remove directory.
17757         * sysdeps/mach/powerpc: Likewise.
17758
17759 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
17760
17761         * scripts/check-local-headers.sh: Ignore c++ headers.
17762
17763 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
17764
17765         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
17766         __libc_cleanup_region_start argument.
17767
17768 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
17769
17770         [BZ #14784]
17771         [BZ #14785]
17772         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
17773         x * y using scaling, not as x * y + z.
17774         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17775         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17776         * math/libm-test.inc (fma_test): Add more tests.
17777         (fma_test_towardzero): Likewise.
17778         (fma_test_downward): Likewise.
17779         (fma_test_upward): Likewise.
17780
17781 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
17782
17783         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
17784
17785 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
17786
17787         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
17788         New variable.
17789
17790 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
17791
17792         * rt/tst-shm.c (worker): Correct checking for mmap failure.
17793
17794 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17795
17796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17797         Fix sort order.
17798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
17799         Likewise.
17800
17801 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17802
17803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17804         Fix the order of the list for glibc 2.17.
17805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
17806         Likewise.
17807
17808 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17809
17810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17811
17812 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
17813
17814         [BZ #14610]
17815         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
17816         for low part of x being zero before using __atanl (y).
17817         * math/libm-test.inc (atan2_test): Add another test.
17818
17819         * manual/install.texi (Configuring and compiling): Document
17820         general use of test-wrapper and test-wrapper-env.
17821         * INSTALL: Regenerated.
17822
17823         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
17824         (__fma): Do not extract and scale down low bits on after-rounding
17825         systems when result rounded to normal precision would have normal
17826         exponent.
17827         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
17828         (__fmal): Do not extract and scale down low bits on after-rounding
17829         systems when result rounded to normal precision would have normal
17830         exponent.
17831         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
17832         (__fmal): Do not extract and scale down low bits on after-rounding
17833         systems when result rounded to normal precision would have normal
17834         exponent.
17835         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
17836         macro.
17837         (fma_test): Add more tests.
17838         (fma_test_towardzero): Likewise.
17839         (fma_test_downward): Likewise.
17840         (fma_test_upward): Likewise.
17841
17842 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
17843
17844         * sysdeps/i386/tininess.h: Renamed to ...
17845         * sysdeps/x86/tininess.h: This.
17846         * sysdeps/x86_64/tininess.h: Removed.
17847
17848 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
17849
17850         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
17851         input.  Use $(build-program-cmd).
17852         ($(objpfx)tst-array1-static.out): Likewise.
17853         ($(objpfx)tst-array2.out): Likewise.
17854         ($(objpfx)tst-array3.out): Likewise.
17855         ($(objpfx)tst-array4.out): Likewise.
17856         ($(objpfx)tst-array5.out): Likewise.
17857         ($(objpfx)tst-array5-static.out): Likewise.
17858
17859 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
17860
17861         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
17862         if defined.
17863
17864         * nss/nsswitch.h (nss_interface_function): Provide new
17865         macro for use with NSS functions.
17866         * grp/initgroups.c: Use new macro.
17867         * nss/getXXbyYY.c: Likewise.
17868         * nss/getXXbyYY_r.c: Likewise.
17869         * nss/getXXent.c: Likewise.
17870         * nss/getXXent_r.c: Likewise.
17871         * sysdeps/posix/getaddrinfo.c: Likewise.
17872
17873 2012-10-30  Andreas Jaeger  <aj@suse.de>
17874
17875         * po/ru.po: Update Russion translation from translation project.
17876
17877 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
17878
17879         [BZ #14152]
17880         [BZ #14783]
17881         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
17882         result and shift together with sticky bit instead of replicating
17883         round-to-nearest rounding.
17884         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17885         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17886         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
17887         missing underflow exceptions.
17888         (fma_test_towardzero): Add more tests.
17889         (fma_test_downward): Likewise.
17890         (fma_test_upward): Likewise.
17891
17892         [BZ #14047]
17893         * sysdeps/generic/tininess.h: New file.
17894         * sysdeps/i386/tininess.h: Likewise.
17895         * sysdeps/sh/tininess.h: Likewise.
17896         * sysdeps/x86_64/tininess.h: Likewise.
17897         * stdlib/tst-strtod-underflow.c: Likewise.
17898         * stdlib/tst-tininess.c: Likewise.
17899         * stdlib/strtod_l.c: Include <tininess.h>.
17900         (round_and_return): Do not set errno for exact underflow cases.
17901         Force an underflow exception when setting errno for underflow.
17902         Determine underflow based on rounding to normal precision if
17903         TININESS_AFTER_ROUNDING.
17904         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
17905         ERANGE for exact underflow cases.
17906         * stdlib/Makefile (tests): Add tst-tininess and
17907         tst-strtod-underflow.
17908         ($(objpfx)tst-tininess): Use $(link-libm).
17909         ($(objpfx)tst-strtod-underflow): Likewise.
17910
17911 2012-10-30  Andreas Jaeger  <aj@suse.de>
17912
17913         [BZ#14767]
17914         * elf/Makefile (tests): Remove conditional for have-initfini-array
17915         since this is now always required and the variable does not exist
17916         anymore.
17917         (tests-static): Likewise.
17918         (modules-names): Likewise.
17919
17920         * po/eo.po: Add Esperanto translation from translation project.
17921
17922         * elf/tst-array1.c (fini_array): Make writeable so that it can be
17923         merged with constructor/destructor.
17924         (init_array): Likewise.
17925         * elf/tst-array2dep.c (fini_array): Likewise.
17926         (init_array): Likewise.
17927
17928 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
17929
17930         * manual/message.texi: Delete @cartouche tags.
17931
17932 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
17933
17934         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
17935         EOPNOTSUPP.
17936         * sysdeps/mach/hurd/fsync.c: Likewise.
17937
17938         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
17939         [_POSIX_REALTIME_SIGNALS]: Change condition to
17940         [_POSIX_REALTIME_SIGNALS > 0].
17941
17942 2012-10-27  Andreas Jaeger  <aj@suse.de>
17943
17944         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
17945         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
17946         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
17947         [__WORDSIZE != 64]: Likewise.
17948
17949 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
17950
17951         *  iconvdata/tst-table.sh: Remove ${SHELL}.
17952         *  iconvdata/tst-tables.sh: Likewise.
17953
17954 2012-10-25  David S. Miller  <davem@davemloft.net>
17955
17956         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
17957         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
17958         of strtoull.
17959
17960         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
17961         ifunc-impl-list.c
17962         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
17963         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
17964         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
17965         file.
17966
17967 2012-10-25  Roland McGrath  <roland@hack.frob.com>
17968
17969         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
17970         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
17971         __getdirentries.
17972
17973 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
17974             Jim Blandy  <jimb@codesourcery.com>
17975
17976         * scripts/cross-test-ssh.sh: New file.
17977         * manual/install.texi (Configuring and compiling): Document use of
17978         cross-test-ssh.sh.
17979         * INSTALL: Regenerated.
17980
17981 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
17982
17983         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
17984         EOPNOTSUPP.
17985
17986 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
17987
17988         * Makeconfig (run-program-prefix): Fix comment.
17989
17990 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
17991             Jim Blandy  <jimb@codesourcery.com>
17992
17993         * Makeconfig (test-wrapper): New variable,
17994         (test-wrapper-env): Likewise.
17995         [$(cross-compiling) = yes && $(test-wrapper) != ""]
17996         (run-built-tests): Define to yes.
17997         (run-program-prefix): Use $(test-wrapper).
17998         (built-program-cmd): Likewise.
17999         * Rules (make-test-out): Use $(test-wrapper-env) and
18000         $(host-built-program-cmd).
18001         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
18002         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
18003         tst-pathopt.sh.
18004         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
18005         $(test-wrapper-env) to tst-rtld-load-self.sh.
18006         ($(objpfx)order2.out): Use $(test-wrapper).
18007         ($(objpfx)tst-initorder.out): Likewise.
18008         ($(objpfx)tst-initorder2.out): Likewise.
18009         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
18010         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
18011         (test_wrapper_env): New variable.  Use it to run ld.so.
18012         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
18013         Use it to run ld.so.
18014         (test_wrapper_env): Likewise.
18015         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
18016         $(test-wrapper) to run-iconv-test.sh.
18017         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
18018         (ICONV): Use $test_wrapper.
18019         * posix/Makefile ($(objpfx)globtest.out): Pass
18020         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
18021         globtest.sh, not $(run-program-prefix).
18022         * posix/globtest.sh (run_via_rtld_prefix): New variable.
18023         (test_wrapper): Likewise.
18024         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
18025         set together with run_via_rtld_prefix.
18026         (run_program_prefix): Define in terms of test_wrapper and
18027         run_via_rtld_prefix.
18028
18029 2012-10-24  Roland McGrath  <roland@hack.frob.com>
18030
18031         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
18032         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
18033         Targets removed.
18034
18035         [BZ #14743]
18036         * include/time.h: Remove librt_hidden_proto (clock_gettime).
18037         Declare __clock_getres, __clock_gettime, __clock_settime,
18038         __clock_nanosleep, and __clock_getcpuclockid.
18039         * rt/clock_gettime.c: Define __clock_gettime as an alias.
18040         Remove librt_hidden_def (clock_gettime).
18041         * sysdeps/unix/clock_gettime.c: Likewise.
18042         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
18043         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
18044         * rt/clock_getres.c: Define __clock_getres as an alias.
18045         * sysdeps/posix/clock_getres.c: Likewise.
18046         * rt/clock_settime.c: Define __clock_settime as an alias.
18047         * sysdeps/unix/clock_settime.c: Likewise.
18048         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
18049         * sysdeps/unix/clock_nanosleep.c: Likewise.
18050         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
18051         * rt/clock-compat.c: New file.
18052         * rt/Makefile (librt-routines): Add clock-compat and move
18053         $(clock-routines) to ...
18054         (routines): ... here, new variable.
18055         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
18056         Don't add get_clockfreq here.
18057         * rt/Versions (libc: GLIBC_2.17): New version set.
18058         Add clock_* symbols here.
18059         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
18060         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
18061         (GLIBC_2.17): Add clock_* symbols.
18062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
18063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
18064         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
18065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
18066         Likewise.
18067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
18068         Likewise.
18069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
18070         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
18071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
18072         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
18073         * NEWS: Mention the move.
18074
18075         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18076         Use __open, __read, __close rather than their public counterparts.
18077         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
18078         (__get_clockfreq_via_cpuinfo): Likewise.
18079         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
18080         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
18081
18082         * config.h.in (HAVE_IFUNC): New #undef.
18083         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
18084         was successful.
18085         * configure: Regenerated.
18086
18087 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
18088
18089         * configure.in: Move READELF check to start of file.
18090         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
18091         libc_cv_asm_gnu_indirect_function in the process.
18092         * configure: Regenerated.
18093
18094 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
18095
18096         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
18097         send the output to /dev/null.
18098         (libc_cv_cc_with_libunwind): Likewise.
18099         (libc_cv_as_noexecstack): Likewise.
18100         * configure: Regenerate.
18101
18102 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
18103
18104         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
18105
18106         * posix/globtest.sh (TMPDIR): Do not set.
18107         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
18108         (testout): Likewise.
18109
18110 2012-10-24  Andreas Jaeger  <aj@suse.de>
18111
18112         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
18113         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
18114         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
18115         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
18116         posix_fadvise64, posix_fallocate64.
18117
18118         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
18119         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
18120         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
18121         Likewise.
18122         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
18123         Likewise.
18124         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
18125
18126         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
18127         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
18128         <bits/fcntl-linux.h>.
18129         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
18130
18131         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
18132         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
18133         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
18134         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
18135         [__WORDSIZE != 64]: Likewise.
18136
18137 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
18138
18139         * Makeconfig (run-built-tests): New variable.
18140         * Rules [$(cross-compiling) = yes]: Change condition to
18141         [$(run-built-tests) = no].
18142         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
18143         to [$(run-built-tests) = yes].
18144         * elf/Makefile [$(cross-compiling) = no]: Likewise
18145         * grp/Makefile [$(cross-compiling) = no]: Likewise.
18146         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
18147         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
18148         * intl/Makefile [$(cross-compiling) = no]: Likewise.
18149         * io/Makefile [$(cross-compiling) = no]: Likewise.
18150         * libio/Makefile [$(cross-compiling) = no]: Likewise.
18151         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
18152         * misc/Makefile [$(cross-compiling) = no]: Likewise.
18153         * posix/Makefile [$(cross-compiling) = no]: Likewise.
18154         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
18155         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
18156         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
18157         * string/Makefile [$(cross-compiling) = no]: Likewise.
18158
18159         * posix/Makefile ($(objpfx)globtest.out): Pass
18160         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
18161         $(rtld-installed-name).
18162         * posix/globtest.sh (elf_objpfx): Remove variable.
18163         (rtld_installed_name): Likewise.
18164         (library_path): Likewise.
18165         (run_program_prefix): New variable.  Use for running globtest
18166         binary.
18167
18168 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
18169             Joseph Myers  <joseph@codesourcery.com>
18170
18171         * Makeconfig (host-built-program-cmd): New variable.
18172         * elf/Makefile (tst-stackguard1-ARGS): Use
18173         $(host-built-program-cmd).
18174         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
18175         (tst-spawn-ARGS): Likewise.
18176         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
18177
18178 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
18179             Jim Blandy  <jimb@codesourcery.com>
18180
18181         * Makeconfig (run-via-rtld-prefix): New variable.
18182         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
18183         (built-program-cmd): Likewise.
18184
18185 2012-10-22  Andreas Jaeger  <aj@suse.de>
18186
18187         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
18188         __O_RSYNC if it exists, otherwise to O_SYNC.
18189
18190 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
18191             Joseph Myers  <joseph@codesourcery.com>
18192
18193         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
18194         /dev/null.
18195         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
18196         from /dev/null
18197         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
18198         /dev/null.
18199
18200 2012-10-22  Andreas Jaeger  <aj@suse.de>
18201
18202         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
18203         Define always.
18204         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
18205
18206         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18207         bits/fcntl-linux.h.
18208
18209         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
18210         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
18211
18212         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
18213         to __O_LARGEFILE.
18214         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
18215         to __O_LARGEFILE.
18216
18217 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
18218             Joseph Myers  <joseph@codesourcery.com>
18219
18220         * config.make.in (NM): New variable.
18221
18222 2012-10-21  Andreas Jaeger  <aj@suse.de>
18223
18224         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
18225         definitions and declarations that are provided by
18226         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
18227
18228 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
18229
18230         [BZ #14683]
18231         * elf/Makefile (tests-static): Add tst-leaks1-static.
18232         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
18233         ($(objpfx)tst-leaks1-static): New rule.
18234         ($(objpfx)tst-leaks1-static-mem): Likewise.
18235         (tst-leaks1-static-ENV): New macro.
18236         * elf/dl-open.c (dl_open_worker): Check the main application
18237         only if SHARED is defined.
18238         * elf/tst-leaks1-static.c: New file.
18239
18240 2012-10-20  Andreas Jaeger  <aj@suse.de>
18241
18242         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
18243         generic values for Linux.
18244         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
18245         and declarations that are provided by <bits/fcntl-linux.h> and
18246         include <bits/fcntl-linux.h>.
18247         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18248         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18249
18250 2012-10-20  Roland McGrath  <roland@hack.frob.com>
18251
18252         * io/fcntl.h: Move include of <bits/types.h> to the top and
18253         include it unconditionally.
18254
18255 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
18256
18257         * wcsmbs/Makefile (tests-ifunc): New variable.
18258         (tests): Add $(tests-ifunc).
18259         * wcsmbs/test-wcschr-ifunc.c: New file.
18260         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
18261         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
18262         * wcsmbs/test-wcslen-ifunc.c: Likewise.
18263         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
18264         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
18265
18266         * string/Makefile (tests-ifunc): New variable.
18267         (tests): Add $(tests-ifunc).
18268         * string/test-memccpy.c (TEST_NAME): New macro.
18269         * string/test-memchr.c (TEST_NAME): Likewise.
18270         * string/test-memcmp.c (TEST_NAME): Likewise.
18271         * string/test-memcpy.c (TEST_NAME): Likewise.
18272         * string/test-memmem.c (TEST_NAME): Likewise.
18273         * string/test-memmove.c (TEST_NAME): Likewise.
18274         * string/test-memset.c (TEST_NAME): Likewise.
18275         * string/test-rawmemchr.c (TEST_NAME): Likewise.
18276         * string/test-stpcpy.c (TEST_NAME): Likewise.
18277         * string/test-stpncpy.c (TEST_NAME): Likewise.
18278         * string/test-strcasecmp.c (TEST_NAME): Likewise.
18279         * string/test-strcasestr.c (TEST_NAME): Likewise.
18280         * string/test-strcat.c (TEST_NAME): Likewise.
18281         * string/test-strchr.c (TEST_NAME): Likewise.
18282         * string/test-strcmp.c(TEST_NAME): Likewise.
18283         * string/test-strcpy.c (TEST_NAME): Likewise.
18284         * string/test-strcspn.c (TEST_NAME): Likewise.
18285         * string/test-strlen.c (TEST_NAME): Likewise.
18286         * string/test-strncasecmp.c (TEST_NAME): Likewise.
18287         * string/test-strncmp.c (TEST_NAME): Likewise.
18288         * string/test-strncpy.c (TEST_NAME): Likewise.
18289         * string/test-strnlen.c (TEST_NAME): Likewise.
18290         * string/test-strpbrk.c (TEST_NAME): Likewise.
18291         * string/test-strrchr.c (TEST_NAME): Likewise.
18292         * string/test-strspn.c (TEST_NAME): Likewise.
18293         * string/test-strstr.c (TEST_NAME): Likewise.
18294         * string/test-bcopy-ifunc.c: New file.
18295         * string/test-bzero-ifunc.c: Likewise.
18296         * string/test-memccpy-ifunc.c: Likewise.
18297         * string/test-memchr-ifunc.c: Likewise.
18298         * string/test-memcmp-ifunc.c: Likewise.
18299         * string/test-memcpy-ifunc.c: Likewise.
18300         * string/test-memmem-ifunc.c: Likewise.
18301         * string/test-memmove-ifunc.c: Likewise.
18302         * string/test-mempcpy-ifunc.c: Likewise.
18303         * string/test-memset-ifunc.c: Likewise.
18304         * string/test-rawmemchr-ifunc.c: Likewise.
18305         * string/test-stpcpy-ifunc.c: Likewise.
18306         * string/test-stpncpy-ifunc.c: Likewise.
18307         * string/test-strcasecmp-ifunc.c: Likewise.
18308         * string/test-strcasestr-ifunc.c: Likewise.
18309         * string/test-strcat-ifunc.c: Likewise.
18310         * string/test-strchr-ifunc.c: Likewise.
18311         * string/test-strchrnul-ifunc.c: Likewise.
18312         * string/test-strcmp-ifunc.c: Likewise.
18313         * string/test-strcpy-ifunc.c: Likewise.
18314         * string/test-strcspn-ifunc.c: Likewise.
18315         * string/test-strlen-ifunc.c: Likewise.
18316         * string/test-strncasecmp-ifunc.c: Likewise.
18317         * string/test-strncat-ifunc.c: Likewise.
18318         * string/test-strncmp-ifunc.c: Likewise.
18319         * string/test-strncpy-ifunc.c: Likewise.
18320         * string/test-strnlen-ifunc.c: Likewise.
18321         * string/test-strpbrk-ifunc.c: Likewise.
18322         * string/test-strrchr-ifunc.c: Likewise.
18323         * string/test-strspn-ifunc.c: Likewise.
18324         * string/test-strstr-ifunc.c: Likewise.
18325
18326         * debug/Makefile (tests-ifunc): New variable.
18327         (tests): Add $(tests-ifunc).
18328         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
18329         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
18330         * debug/test-stpcpy_chk-ifunc.c: New file.
18331         * debug/test-strcpy_chk-ifunc.c: Likewise.
18332
18333 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18334
18335         [BZ #13601]
18336         * elf/dl-load.c (open_verify): Retry read if the entire ELF
18337         header is not read in.
18338
18339 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
18340
18341         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
18342         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
18343         directly.  Pass built executable to script as
18344         $(built-program-cmd).
18345         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
18346         $testprogram without using LD_LIBRARY_PATH and $ldso.
18347
18348         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
18349         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
18350         $(rtld-installed-name).
18351         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
18352         (rtld_installed_name): Likewise.
18353         (library_path): Likewise.
18354         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
18355         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
18356         $(run-program-prefix) to tst-tables.sh.
18357         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
18358         it to run tst-table-from and tst-table-to.
18359         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
18360         Pass it to tst-table.sh.
18361         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
18362         $(run-program-prefix) to tst-gettext.sh.
18363         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
18364         tst-translit.sh.
18365         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
18366         tst-gettext2.sh.
18367         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
18368         to run tst-gettext.
18369         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
18370         to run tst-gettext2.
18371         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
18372         to run tst-translit.
18373         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
18374         $(run-program-prefix) to tst-mtrace.sh.
18375         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
18376         to run tst-mtrace.
18377         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
18378         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
18379         $(rtld-installed-name).
18380         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
18381         (rtld_installed_name): Likewise.
18382         (run_program_prefix): New variable.  Use it to run wordexp-test.
18383
18384         * Makeconfig (ARCH): Remove all definitions.
18385         (machine): Likewise.
18386         [ARCH]: Remove conditional code.
18387         [!objdir]: Give error.
18388         [!objdir] (objpfx): Remove.
18389         [!objdir] (common-objpfx): Likewise.
18390         [!objdir] (common-objdir): Likewise.
18391         * configure.in (config_makefile): Remove.  Hardcode Makefile in
18392         AC_CONFIG_FILES call.
18393         * configure: Regenerated.
18394
18395         [BZ #13888]
18396         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
18397         or TMPDIR.
18398         (testout): Likewise.
18399
18400         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
18401         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
18402         $(rtld-installed-name).
18403         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
18404         (rtld_installed_name): Likwise.
18405         (runit): Remove function.
18406         (run_getconf): New variable,  Use it for running getconf binary.
18407
18408 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
18409
18410         [BZ #14716]
18411         * string/test-memmem.c (check_result): New function.
18412         (do_one_test): Use it.
18413         (check1): New function.
18414         (test_main): Use it.
18415
18416 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
18417
18418         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
18419
18420 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
18421
18422         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
18423         (_G_LSEEK64): Likewise.
18424         (_G_MMAP64): Likewise.
18425         (_G_FSTAT64): Likewise.
18426         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
18427         (_G_LSEEK64): Likewise.
18428         (_G_MMAP64): Likewise.
18429         (_G_FSTAT64): Likewise.
18430         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
18431         unconditional.  Call __mmap64 directly.
18432         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
18433         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
18434         __lseek64 directly.
18435         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
18436         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
18437         __mmap64 directly.
18438         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
18439         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
18440         __lseek64 directly.
18441         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
18442         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
18443         __lseek64 directly.
18444         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
18445         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
18446         __lseek64 directly.
18447         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
18448         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
18449         __fxstat64 directly.
18450         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
18451         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
18452         unconditional.
18453         (freopen64) [!_G_OPEN64]: Remove conditional code.
18454         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
18455         unconditional.
18456         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
18457         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
18458         unconditional.
18459         (ftello64) [!_G_LSEEK64]: Remove conditional code.
18460         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
18461         unconditional.
18462         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
18463         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
18464         unconditional.
18465         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
18466         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
18467         unconditional.
18468         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
18469         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
18470         unconditional.
18471         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
18472         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
18473         unconditional.
18474         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
18475
18476 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18477
18478         [BZ #12140]
18479         * manual/memory.texi (Malloc Tunable Parameters): Add note
18480         about free list pointers overwriting some perturb bytes.
18481         Wording suggested by Roland McGrath.
18482
18483 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
18484
18485         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
18486         (lgamma_test): Likewise.
18487         (tgamma_test): Likewise.
18488
18489 2012-10-16  Florian Weimer  <fweimer@redhat.com>
18490
18491         [BZ #14700]
18492         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
18493         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
18494
18495 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
18496
18497         * NEWS: Mention BZ #14716.
18498         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
18499         when removing AVAILABLE1_USES_J macro.
18500
18501 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
18502
18503         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
18504         (__bswap_64): __uint64_t for unsigned 64-bit int.
18505
18506 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
18507
18508         * include/string.h (memmem): Declare libc hidden alias.
18509         * string/memmem.c (memmem): Define libc hidden alias.
18510         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
18511         __read, __close instead of open, read, close.
18512
18513 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
18514
18515         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
18516         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
18517         global and hidden.
18518         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
18519         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
18520         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
18521         Likewise.
18522         (__rawmemchr_sse2): Likewise.
18523         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
18524         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
18525         (__strchr_sse2): Likewise.
18526         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
18527         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
18528         (__strcasecmp_sse2): Likewise.
18529         (__strncasecmp_sse2): Likewise.
18530         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
18531         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
18532         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
18533         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
18534         (__strrchr_sse2): Likewise.
18535         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
18536         ifunc-impl-list.c.
18537         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
18538         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
18539         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
18540         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
18541         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
18542         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
18543         * sysdeps/x86_64/multiarch/memset.S: Likewise.
18544         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
18545         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
18546         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
18547         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
18548         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
18549         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
18550         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
18551         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
18552         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18553         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
18554         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
18555         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
18556         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
18557         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
18558         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
18559         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
18560         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
18561         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
18562         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18563         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
18564         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
18565         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
18566         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
18567
18568         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
18569         global and hidden.
18570         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
18571         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
18572         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
18573         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
18574         Likewise.
18575         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
18576         Likewise.
18577         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
18578         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
18579         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
18580         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
18581         ifunc-impl-list.c.
18582         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
18583         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
18584         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
18585         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
18586         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
18587         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
18588         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
18589         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
18590         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
18591         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
18592         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
18593         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
18594         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
18595         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
18596         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
18597         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18598         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
18599         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
18600         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
18601         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
18602         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18603         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
18604         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
18605         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
18606         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18607         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
18608         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
18609         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
18610         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
18611         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
18612         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
18613         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
18614         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
18615         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
18616         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
18617         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
18618         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
18619         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
18620         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
18621         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
18622         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
18623
18624         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
18625         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
18626         * include/ifunc-impl-list.h: New file.
18627         * misc/ifunc-impl-list.c: Likewise.
18628         * misc/Makefile (routines): Add ifunc-impl-list.
18629         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
18630         * string/test-string.h: Include <ifunc-impl-list.h>.
18631         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
18632         impl_array): New variables.
18633         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
18634         are defined.
18635         (test_init): Call __libc_ifunc_impl_list to initialize
18636         func_list if TEST_IFUNC and TEST_NAME are defined.
18637
18638         * string/Makefile (strop-tests): Add bcopy and bzero.
18639         * string/test-bcopy.c: New file.
18640         * string/test-bzero.c: Likewise.
18641         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
18642         defined.
18643         * string/test-memset.c: Support bzero test if TEST_BZERO is
18644         defined.
18645         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
18646         __libc_memmove.
18647         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
18648         __libc_memset.
18649         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
18650         of memset.
18651
18652 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
18653
18654         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
18655         * configure: Regenerated.
18656
18657         * Makeconfig (+link-static-before-libc): Don't include
18658         $(link-static-libc).
18659
18660         * libio/libio.h (_IO_pos_t): Remove.
18661
18662 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
18663
18664         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
18665         McGrath.
18666
18667 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
18668
18669         * crypt/crypt-entry.c: Include fips-private.h.
18670         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
18671         * crypt/md5c-test.c (main): Tolerate disabled MD5.
18672         * sysdeps/unix/sysv/linux/fips-private.h: New file.
18673         * sysdeps/generic/fips-private.h: New file, dummy fallback.
18674
18675 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
18676
18677         * crypt/crypt-private.h: Include stdbool.h.
18678         (_ufc_setup_salt_r): Return bool.
18679         * crypt/crypt-entry.c: Include errno.h.
18680         (__crypt_r): Return NULL with EINVAL for bad salt.
18681         * crypt/crypt_util.c (bad_for_salt): New.
18682         (_ufc_setup_salt_r): Check that salt is long enough and within
18683         the specified alphabet.
18684         * crypt/badsalttest.c: New file.
18685         * crypt/Makefile (tests): Add it.
18686         ($(objpfx)badsalttest): New.
18687
18688 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
18689
18690         * NEWS: Add entry for BZ #14602.
18691
18692 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
18693
18694         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
18695         type-generic.
18696         * math/libm-test.inc: Update comment listing what functions and
18697         macros are tested.
18698         (isgreater_test): New function.
18699         (isgreaterequal_test): Likewise.
18700         (isless_test): Likewise.
18701         (islessequal_test): Likewise.
18702         (islessgreater_test): Likewise.
18703         (isunordered_test): Likewise.
18704         (main): Call the new functions.
18705
18706 2012-10-09  Roland McGrath  <roland@hack.frob.com>
18707
18708         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
18709         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
18710         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
18711         * sysdeps/i386/configure: Regenerated.
18712         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
18713         * sysdeps/mach/configure: Regenerated.
18714         * sysdeps/mach/hurd/configure: Regenerated.
18715         * sysdeps/powerpc/configure: Regenerated.
18716         * sysdeps/powerpc/powerpc32/configure: Regenerated.
18717         * sysdeps/powerpc/powerpc64/configure: Regenerated.
18718         * sysdeps/s390/s390-32/configure: Regenerated.
18719         * sysdeps/s390/s390-64/configure: Regenerated.
18720         * sysdeps/sh/configure: Regenerated.
18721         * sysdeps/sparc/configure: Regenerated.
18722         * sysdeps/unix/sysv/linux/configure: Regenerated.
18723         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
18724         * sysdeps/x86_64/configure: Regenerated.
18725
18726         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
18727         defined.  Don't check if MAP is NULL.
18728
18729 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
18730
18731         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
18732         (_G_stat64): Likewise.
18733         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
18734         (_G_stat64): Likewise.
18735         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
18736         instead of struct _G_stat64.
18737         * libio/fileops.c (mmap_remap_check): Likewise.
18738         (decide_maybe_mmap): Likewise.
18739         (_IO_new_file_seekoff): Likewise.
18740         (_IO_file_stat): Likewise.
18741         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
18742         _G_off64_t.
18743         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
18744         instead of struct _G_stat64.
18745         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
18746
18747 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
18748
18749         [BZ #14602]
18750         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
18751         Replace with ...
18752         (CHECK_EOL): New macro.
18753         (two_way_short_needle): Check beginning of haystack for EOL.  Use
18754         CHECK_EOL.
18755         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
18756         Replace with CHECK_EOL.
18757         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
18758         Replace with CHECK_EOL.
18759
18760 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
18761
18762         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
18763         type-generic.
18764         * math/libm-test.inc: Update comment listing what functions and
18765         macros are tested.
18766         (finite_test): New function.
18767         (isinf_test): Likewise.
18768         (isnan_test): Likewise.
18769         (fpclassify_test): Test subnormal input.
18770         (isfinite_test): Likewise.
18771         (isnormal_test): Likewise.
18772         (main): Call the new functions.
18773
18774 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
18775
18776         [BZ #14660]
18777         * Makerules (%.dynsym): Force C locale when running
18778         $(OBJDUMP) --dynamic-syms.
18779
18780 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
18781
18782         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
18783         <stdint.h>.
18784
18785 2012-10-06  David S. Miller  <davem@davemloft.net>
18786
18787         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
18788         upper 32-bits of the length value in %o2 since we use branch-on-register
18789         tests which consider the entire 64-bit register.
18790
18791 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
18792
18793         * string/test-strstr.c (check2): Add a test for page boundary.
18794
18795 2012-10-05  David S. Miller  <davem@davemloft.net>
18796
18797         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
18798         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
18799         file.
18800         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
18801         sysdep_routines.
18802         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
18803         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
18804         and bzero when HWCAP_SPARC_CRYPTO is present.
18805
18806 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
18807
18808         [BZ #14602]
18809         * string/test-strstr.c (check2): New function.
18810         (test_main): Call check2.
18811
18812         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
18813         and bug-strchr1.
18814         * string/bug-strcasestr1.c (do_test): Moved to ...
18815         * string/test-strcasestr.c (check1): Here.  New function.
18816         (do_one_test): Break out result checking code into ...
18817         (check_result): This.  New function.
18818         (do_one_test): Call check_result.
18819         (test_main): Call check1.
18820         * string/bug-strchr1.c (do_test): Moved to ...
18821         * string/test-strchr.c (check1): Here.  New function.
18822         (do_one_test): Break out result checking code into ...
18823         (check_result): This.  New function.
18824         (do_one_test): Call check_result.
18825         (test_main): Call check1.
18826         * string/bug-strstr1.c (main): Moved to ...
18827         * string/test-strstr.c (check1): Here.  New function.
18828         (do_one_test): Break out result checking code into ...
18829         (check_result): This.  New function.
18830         (do_one_test): Call check_result.
18831         (test_main): Call check1.
18832         * string/bug-strcasestr1.c: Removed.
18833         * string/bug-strchr1.c: Likewise.
18834         * string/bug-strstr1.c: Likewise.
18835
18836         * elf/Makefile (dl-routines): Add hwcaps.
18837         * elf/dl-support.c (_dl_important_hwcaps): Removed.
18838         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
18839         (_dl_important_hwcaps): Moved to ...
18840         * elf/dl-hwcaps.c: Here.  New file.
18841         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
18842
18843         [BZ #14557]
18844         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
18845         if IS_IN_rtld isn't defined.
18846
18847         * elf/dl-support.c (_dl_sysinfo_map): New.
18848         Include "get-dynamic-info.h" and "setup-vdso.h".
18849         (_dl_non_dynamic_init): Call setup_vdso.
18850         * elf/dynamic-link.h: Don't include <assert.h>.
18851         (elf_get_dynamic_info): Moved to ...
18852         * elf/get-dynamic-info.h: Here.  New file.
18853         * elf/dynamic-link.h: Include "get-dynamic-info.h".
18854         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
18855         * elf/setup-vdso.h: Here.  New file.
18856         * elf/rtld.c: Include "setup-vdso.h".
18857         (dl_main): Call setup_vdso.
18858
18859 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
18860
18861         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
18862         creal in comment listing functions tested.  List finite, isinf,
18863         isnan, isless, islessequal, isgreater, isgreaterequal,
18864         islessgreater, isunordered, lgamma_r and pow10 as functions and
18865         macros not tested.  Mention which functions not tested are aliases
18866         for other functions.  Fix typo.  Note that signs of NaNs are not
18867         tested.
18868
18869         * scripts/config.guess: Update from config.git.
18870         * scripts/config.sub: Likewise.
18871
18872 2012-10-04  Roland McGrath  <roland@hack.frob.com>
18873
18874         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
18875         * misc/madvise.c (madvise): Renamed to __madvise.
18876         Make madvise a weak alias.
18877         * include/sys/mman.h: Declare __madvise.
18878         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
18879         * sysdeps/unix/syscalls.list
18880         (madvise): Make __madvise the strong name, and madvise a weak alias.
18881         * sysdeps/unix/sysv/linux/syscalls.list
18882         (madvise, mmap): Remove redundant entries.
18883         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
18884         * malloc/malloc.c (mtrim): Likewise.
18885         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
18886
18887 2012-10-03  Roland McGrath  <roland@hack.frob.com>
18888
18889         * sysdeps/mach/hurd/dl-cache.c: File removed.
18890         * config.h.in (USE_LDCONFIG): New #undef.
18891         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
18892         * configure: Regenerated.
18893         * elf/Makefile (dl-routines): Add dl-cache only under
18894         [$(use-ldconfig) = yes].
18895         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
18896         cache on [USE_LDCONFIG].
18897         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
18898         [USE_LDCONFIG].
18899         * elf/rtld.c (dl_main): Likewise.
18900
18901 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
18902
18903         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
18904         _SC_LEVEL4_CACHE_LINESIZE.
18905
18906 2012-10-03  Roland McGrath  <roland@hack.frob.com>
18907
18908         * sysdeps/unix/bsd/confstr.h: File removed.
18909
18910 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
18911
18912         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
18913         sys/sdt-config.h.
18914
18915 2012-10-02  Roland McGrath  <roland@hack.frob.com>
18916
18917         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
18918         Make 'mapoff' field ElfW(Off) rather than off_t.
18919
18920 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
18921
18922         * nscd/Makefile: Remove nscd-cflags and all its users.
18923         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
18924         (CFLAGS-nonlib): Add compiler flags for nscd modules.
18925
18926         [BZ #10631]
18927         * malloc.c (malloc_printerr): Clarify error message.
18928
18929 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
18930
18931         [BZ #14648]
18932         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18933         Set bit_FMA_Usable if FMA is supported.
18934         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
18935         macro.
18936         (bit_FMA4_Usable): Updated.
18937         (index_FMA_Usable): New macro.
18938         (CPUID_FMA): Likewise
18939         (HAS_FMA): Defined with bit_FMA_Usable.
18940
18941 2012-10-01  Roland McGrath  <roland@hack.frob.com>
18942
18943         * bits/types.h (__swblk_t): Type removed.
18944         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
18945         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
18946         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
18947         (__SWBLK_T_TYPE): Likewise.
18948         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
18949         (__SWBLK_T_TYPE): Likewise.
18950         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
18951         (__SWBLK_T_TYPE): Likewise.
18952         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
18953         (__SWBLK_T_TYPE): Likewise.
18954
18955 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
18956             Honza Horak <hhorak@redhat.com>
18957
18958         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
18959         (xdr_mapname): Use YPMAXMAP as maxsize.
18960         (xdr_peername): Use YPMAXPEER as maxsize.
18961         (xdr_keydat): Use YPAXRECORD as maxsize.
18962         (xdr_valdat): Use YPMAXRECORD as maxsize.
18963
18964 2012-10-01  Roland McGrath  <roland@hack.frob.com>
18965
18966         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
18967
18968         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
18969         * csu/init-first.c: ... here.
18970         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
18971         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
18972         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
18973         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
18974         * sysdeps/i386/init-first.c: File removed.
18975         * sysdeps/sh/init-first.c: File removed.
18976
18977 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
18978
18979         [BZ #14645]
18980         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
18981         if x * y might underflow to zero and z is zero.
18982         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18983         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18984         * math/libm-test.inc (min_subnorm_value): New variable.
18985         (fma_test): Add more tests.
18986         (fma_test_towardzero): Likewise.
18987         (fma_test_downward): Likewise
18988         (fma_test_upward): Likewise.
18989         (initialize): Set min_subnorm_value.
18990
18991 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
18992
18993         [BZ #14638]
18994         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
18995         0 + 0.
18996         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
18997         mode for addition resulting in exact zero.
18998         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
18999         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
19000         exact 0 + 0.
19001         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19002         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19003         * math/libm-test.inc (fma_test): Add more tests.
19004         (fma_test_towardzero): New function.
19005         (fma_test_downward): Likewise.
19006         (fma_test_upward): Likewise.
19007         (main): Call the new functions.
19008
19009 2012-09-28  David S. Miller  <davem@davemloft.net>
19010
19011         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
19012
19013 2012-09-28  Roland McGrath  <roland@hack.frob.com>
19014
19015         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
19016         instead of SIGALRM.
19017
19018         * sysdeps/gnu/_G_config.h: Moved to ...
19019         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
19020         * sysdeps/mach/hurd/_G_config.h: Moved to ...
19021         * sysdeps/generic/_G_config.h: ... here.
19022
19023         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
19024
19025         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
19026
19027         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
19028         Conditionalize target on [libnss_test1.so-version].
19029
19030         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
19031
19032         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
19033         (elfobjdir): Move out of conditionals.
19034
19035         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
19036         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
19037         (__nss_lookup_function): Conditionalize label remove_from_tree on
19038         [!DO_STATIC_NSS || SHARED], matching its only use.
19039
19040 2012-09-28  David S. Miller  <davem@davemloft.net>
19041
19042         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
19043         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
19044         file.
19045         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
19046         sysdep_routines.
19047         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
19048         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
19049         when HWCAP_SPARC_CRYPTO is present.
19050
19051 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
19052
19053         * io/tst-mknodat.c: Create a FIFO instead of a socket.
19054
19055 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
19056
19057         [BZ #6530]
19058         * stdio-common/vfprintf.c (process_string_arg): Revert
19059         2000-07-22 change.
19060
19061 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
19062
19063         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
19064         for testcase.
19065         * stdio-common/tst-sprintf.c: Include <locale.h>
19066         (main): Test sprintf's handling of incomplete multibyte
19067         characters.
19068
19069 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
19070
19071         * elf/dl-runtime.c (VERSYMIDX): Removed.
19072         * elf/dl-version.c (VERSYMIDX): Likewise.
19073         * elf/do-rel.h (VERSYMIDX): Likewise.
19074         (VALIDX): Likewise.
19075         * elf/dynamic-link.h (VERSYMIDX): Likewise.
19076         * elf/rtld.c (VALIDX): Likewise.
19077         (ADDRIDX): Likewise.
19078         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
19079         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
19080         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
19081         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
19082         (VALIDX): Likewise.
19083         (ADDRIDX): Likewise.
19084
19085 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
19086
19087         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
19088
19089 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
19090
19091         [BZ #11438]
19092         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
19093         to global scope.
19094         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
19095         addresses are in the same scope as 192.0.2/24.
19096         * posix/gai.conf: Document new scope table defaults.
19097
19098 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19099
19100         [BZ #5298]
19101         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
19102         for ftell.  Compute offsets from write pointers instead.
19103         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
19104
19105 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19106
19107         [BZ #14543]
19108         * libio/Makefile (tests): New test case tst-fseek.
19109         * libio/tst-fseek.c: New test case to verify that fseek/ftell
19110         combination works in wide mode.
19111         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
19112         state when the external buffer state changes.
19113
19114 2012-09-27  David S. Miller  <davem@davemloft.net>
19115
19116         [BZ #14376]
19117         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
19118         pass reloc->r_addend in as the 'high' argument to
19119         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
19120
19121         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19122
19123 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
19124
19125         * rt/tst-aio2.c: Include <pthread.h>.
19126         * rt/tst-aio3.c: Likewise.
19127
19128 2012-09-27  Steve Ellcey  <sellcey@mips.com>
19129
19130         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
19131
19132 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
19133
19134         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
19135         contents on [SHARED].
19136
19137 2012-09-26  Marek Polacek  <polacek@redhat.com>
19138
19139         [BZ #14530]
19140         [BZ #13741]
19141         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
19142         for C++ and GCC <4.3 as well as for non GCC compilers.
19143
19144 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
19145
19146         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19147
19148 2012-09-25  Roland McGrath  <roland@hack.frob.com>
19149
19150         * Makefile.in (all, install): Declare with .PHONY.
19151         Reported by Michael Hope <michael.hope@linaro.org>.
19152
19153 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
19154
19155         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
19156         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
19157         system header.
19158         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
19159         Likewise.
19160         (sydep_routines): Add the new and the internal functions.
19161         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
19162         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
19163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
19164         (GLIBC_2.17): Add the new function.
19165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
19166         (GLIBC_2.17): Likewise.
19167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
19168         (GLIBC_2.17): Likewise.
19169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
19170         (GLIBC_2.17): Likewise.
19171         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
19172
19173 2012-09-25  Alan Modra  <amodra@gmail.com>
19174
19175         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
19176         Add release barrier before setting once_control to say
19177         initialisation is done.  Add hints on lwarx.  Use macro in
19178         place of isync.
19179         (clear_once_control): Add release barrier.
19180
19181 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
19182
19183         [BZ #13629]
19184         * math/s_clog.c (__clog): Handle more values close to |z| = 1
19185         specially.
19186         * math/s_clog10.c (__clog10): Likewise.
19187         * math/s_clog10f.c (__clog10f): Likewise.
19188         * math/s_clog10l.c (__clog10l): Likewise.
19189         * math/s_clogf.c (__clogf): Likewise.
19190         * math/s_clogl.c (__clogl): Likewise.
19191         * math/Makefile (libm-calls): Add x2y2m1.
19192         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
19193         (__x2y2m1): Likewise.
19194         (__x2y2m1l): Likewise.
19195         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
19196         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
19197         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
19198         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
19199         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
19200         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
19201         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
19202         * sysdeps/i386/fpu/libm-test-ulps: Update.
19203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19204
19205         [BZ #14621]
19206         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
19207         int as type of variable DEPTH.
19208         (glob): Use size_t instead of int as type of variables NEWCOUNT
19209         and OLD_PATHC.
19210
19211 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19212
19213         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
19214         Add s_sincosf-sse2.
19215         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
19216         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
19217         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
19218         macros for using routine as __sincosf_ia32.
19219         Use macro for function declaration and weak_alias.
19220         * sysdeps/i386/fpu/libm-test-ulps: Update.
19221
19222         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
19223         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19224
19225         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
19226         subnormal argument.
19227         * math/s_cexpf.c (__cexpf): Likewise.
19228         * math/s_csinf.c (__csinf): Likewise.
19229         * math/s_csinhf.c (__csinhf): Likewise.
19230         * math/s_ctanf.c (__ctanf): Likewise.
19231         * math/s_ctanhf.c (__ctanhf): Likewise.
19232         * math/s_ccosh.c (__ccoshf): Likewise.
19233         * math/s_cexp.c (__cexpl): Likewise.
19234         * math/s_csin.c (__csin): Likewise.
19235         * math/s_csinh.c (__csinh): Likewise.
19236         * math/s_ctan.c (__ctan): Likewise.
19237         * math/s_ctanh.c (ctanh): Likewise.
19238         * math/s_ccoshl.c (__ccoshl): Likewise.
19239         * math/s_cexpl.c (__cexpl): Likewise.
19240         * math/s_csinl.c (__csinl): Likewise.
19241         * math/s_csinhl.c (__csinhl): Likewise.
19242         * math/s_ctanl.c (__ctanl): Likewise.
19243         * math/s_ctanhl.c (__ctanhl): Likewise.
19244
19245 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
19246
19247         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
19248         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
19249         (_IO_off_t): Define to __off_t, not _G_off_t.
19250         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
19251         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
19252         (_IO_wint_t): Define to wint_t, not _G_wint_t.
19253         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
19254         type of __dummy and __dummy2 fields.
19255         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
19256         (_G_ssize_t): Likewise.
19257         (_G_off_t): Likewise.
19258         (_G_pid_t): Likewise.
19259         (_G_uid_t): Likewise.
19260         (_G_wchar_t): Likewise.
19261         (_G_wint_t): Likewise.
19262         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
19263         (_G_ssize_t): Likewise.
19264         (_G_off_t): Likewise.
19265         (_G_pid_t): Likewise.
19266         (_G_uid_t): Likewise.
19267         (_G_wchar_t): Likewise.
19268         (_G_wint_t): Likewise.
19269         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
19270         (_G_ssize_t): Likewise.
19271         (_G_off_t): Likewise.
19272         (_G_pid_t): Likewise.
19273         (_G_uid_t): Likewise.
19274         (_G_wchar_t): Likewise.
19275         (_G_wint_t): Likewise.
19276
19277 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19278
19279         * malloc/arena.c: Include malloc-sysdep.h.
19280         (shrink_heap): Use check_may_shrink_heap to decide if madvise
19281         is sufficient to shrink the heap or an unmap is needed.
19282         * sysdeps/generic/malloc-sysdep.h: New file.  Define
19283         new function check_may_shrink_heap.
19284         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
19285         new function check_may_shrink_heap.
19286
19287 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19288
19289         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
19290         comments.
19291
19292 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
19293
19294         * catgets/test-gencat.sh: Add "set -e".
19295         * elf/tst-pathopt.sh: Likewise.
19296         * grp/tst_fgetgrent.sh: Likewise.
19297         * iconvdata/run-iconv-test.sh: Likewise.
19298         * intl/tst-gettext.sh: Likewise.
19299         * intl/tst-gettext2.sh: Likewise.
19300         * intl/tst-gettext4.sh: Likewise.
19301         * intl/tst-gettext6.sh: Likewise.
19302         * intl/tst-translit.sh: Likewise.
19303         * io/ftwtest-sh: Likewise.
19304         * libio/test-freopen.sh: Likewise.
19305         * malloc/tst-mtrace.sh: Likewise.
19306         * posix/globtest.sh: Likewise.
19307         * posix/tst-getconf.sh: Likewise.
19308         * posix/wordexp-tst.sh: Likewise.
19309         * stdio-common/tst-printf.sh: Likewise.
19310         * stdio-common/tst-unbputc.sh: Likewise.
19311         * stdlib/tst-fmtmsg.sh: Likewise.
19312         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
19313         * catgets/Makefile: Do not specify -e option when running
19314         testsuite shell scripts.
19315         * elf/Makefile: Likewise.
19316         * grp/Makefile: Likewise.
19317         * iconvdata/Makefile: Likewise.
19318         * intl/Makefile: Likewise.
19319         * io/Makefile: Likewise.
19320         * libio/Makefile: Likewise.
19321         * malloc/Makefile: Likewise.
19322         * posix/Makefile: Likewise.
19323         * stdio-common/Makefile: Likewise.
19324         * stdlib/Makefile: Likewise.
19325         * sysdeps/x86_64/Makefile: Likewise.
19326
19327         * io/ftwtest-sh: Add copyright header.
19328         * posix/globtest.sh: Likewise.
19329         * posix/tst-getconf.sh: Likewise.
19330         * posix/wordexp-tst.sh: Likewise.
19331         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
19332
19333 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
19334
19335         [BZ #13679]
19336         * Makeconfig (+link): Defined as $(+link-static) if
19337         $(build-shared) isn't yes.
19338         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
19339         isn't yes.
19340         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
19341
19342         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
19343
19344         [BZ #14562]
19345         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
19346         new chunk size with MALLOC_ALIGN_MASK.
19347
19348 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
19349
19350         [BZ #5044]
19351         * stdio-common/printf_fphex.c: Include <stdbool.h> and
19352         <rounding-mode.h>.
19353         (__printf_fphex): Determine rounding using get_rounding_mode and
19354         round_away.
19355         * stdio-common/tst-printf-round.c (struct hex_test): New
19356         structure.
19357         (hex_tests): New variable.
19358         (test_hex_in_one_mode): New function.
19359         (do_test): Also run tests for hex float output.
19360
19361 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
19362
19363         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
19364         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
19365         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
19366         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
19367         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
19368         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
19369         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
19370         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
19371
19372 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
19373
19374         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
19375         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
19376         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
19377         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
19378
19379 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
19380
19381         [BZ #14579]
19382         * elf/rtld.c (dl_main): Limit the check for self loading to normal
19383         mode only.
19384         * elf/tst-rtld-load-self.sh: New test.
19385         * elf/Makefile: Run it.
19386
19387 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
19388
19389         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
19390         (tst-writev-ENV): Remove.
19391         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
19392
19393 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
19394
19395         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
19396
19397 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
19398
19399         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
19400         unconditional.
19401         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
19402         Likewise.
19403         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
19404         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
19405         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
19406         Likewise.
19407
19408 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
19409
19410         [BZ #14587]
19411         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
19412         * config.make.in (have-cpp-asm-debuginfo): Removed.
19413         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
19414         * configure: Regenerated.
19415
19416 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
19417
19418         [BZ #5044]
19419         * stdio-common/printf_fp.c: Include <stdbool.h> and
19420         <rounding-mode.h>.
19421         (___printf_fp): Determine rounding using get_rounding_mode and
19422         round_away.
19423         * stdio-common/tst-printf-round.c: New file.
19424         * stdio-common/Makefile (tests): Add tst-printf-round.
19425         (link-libm): New variable.
19426         ($(objpfx)tst-printf-round): Depend in $(link-libm).
19427
19428 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
19429
19430         [BZ #14576]
19431         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
19432         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
19433         Likewise.
19434         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
19435         Likewise.
19436
19437 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
19438
19439         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
19440         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
19441         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
19442         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
19443
19444 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
19445
19446         [BZ #14518]
19447         * include/rounding-mode.h: New file.
19448         * sysdeps/generic/get-rounding-mode.h: Likewise.
19449         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
19450         * stdlib/strtod_l.c: Include <rounding-mode.h>.
19451         (MAX_VALUE): New macro.
19452         (MIN_VALUE): Likewise.
19453         (overflow_value): New function.
19454         (underflow_value): Likewise.
19455         (round_and_return): Use overflow_value and underflow_value to
19456         determine return values in overflow and underflow cases.  Use
19457         round_away to determine rounding depending on rounding mode.
19458         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
19459         determine return values in overflow and underflow cases.
19460         * stdlib/tst-strtod-round.c: Include <fenv.h>.
19461         (struct test_results): New structure.
19462         (struct test): Use struct test_results to store expected results
19463         for all rounding modes.
19464         (TEST): Include expected results for all rounding modes.
19465         (test_in_one_mode): New function.
19466         (do_test): Use test_in_one_mode to compute and check results.
19467         Check results for all rounding modes.
19468         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
19469         $(link-libm).
19470
19471 2012-12-09  Allan McRae  <allan@archlinux.org>
19472
19473         * sysdeps/i386/fpu/libm-test-ulps: Update
19474
19475 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
19476
19477         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
19478         (_G_int32_t): Likewise.
19479         (_G_uint16_t): Likewise.
19480         (_G_uint32_t): Likewise.
19481         (_G_HAVE_BOOL): Likewise.
19482         (_G_HAVE_ATEXIT): Likewise.
19483         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
19484         (_G_HAVE_IO_FILE_OPEN): Likewise.
19485         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
19486         (_G_int32_t): Likewise.
19487         (_G_uint16_t): Likewise.
19488         (_G_uint32_t): Likewise.
19489         (_G_HAVE_BOOL): Likewise.
19490         (_G_HAVE_ATEXIT): Likewise.
19491         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
19492         (_G_HAVE_IO_FILE_OPEN): Likewise.
19493         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
19494         (_G_int32_t): Likewise.
19495         (_G_uint16_t): Likewise.
19496         (_G_uint32_t): Likewise.
19497         (_G_HAVE_BOOL): Likewise.
19498         (_G_HAVE_ATEXIT): Likewise.
19499         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
19500         (_G_HAVE_IO_FILE_OPEN): Likewise.
19501
19502 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
19503
19504         * csu/libc-tls.c: Update copyright years.
19505
19506 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
19507
19508         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
19509         [!_G_USING_THUNKS]: Remove conditional code.
19510         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
19511         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
19512
19513         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
19514         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
19515         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
19516         (_G_VTABLE_LABEL_PREFIX): Likewise.
19517         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
19518         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
19519         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
19520         (_G_VTABLE_LABEL_PREFIX): Likewise.
19521         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
19522         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
19523         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
19524         (_G_VTABLE_LABEL_PREFIX): Likewise.
19525         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
19526
19527 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
19528
19529         * libio/Makefile: Include ../Makeconfig before tests.
19530         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
19531         only if $(build-shared) is yes.
19532
19533         * iconv/gconv_db.c: Update copyright years.
19534
19535 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19536
19537         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
19538         unwind info if defined PIC. Fix special cases description.
19539         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
19540
19541         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
19542         DP_HI_MASK entry.
19543         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
19544
19545 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
19546
19547         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
19548
19549         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
19550         is NULL.
19551
19552         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
19553         (LDLIBS-tst-chk4): This.
19554         (LDFLAGS-tst-chk5): Renamed to ...
19555         (LDLIBS-tst-chk5): This.
19556         (LDFLAGS-tst-chk6): Renamed to ...
19557         (LDLIBS-tst-chk6): This.
19558         (LDFLAGS-tst-lfschk4): Renamed to ...
19559         (LDLIBS-tst-lfschk4): This.
19560         (LDFLAGS-tst-lfschk5): Renamed to ...
19561         (LDLIBS-tst-lfschk5): This.
19562         (LDFLAGS-tst-lfschk6): Renamed to ...
19563         (LDLIBS-tst-lfschk6): This.
19564
19565         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
19566         on $(common-objpfx)soversions.mk.
19567
19568 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
19569
19570         [BZ #10014]
19571         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
19572         example host name.
19573
19574 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19575
19576         * malloc/arena.c (arena_get_retry): New function that gets
19577         another arena for the caller to try its request on.
19578         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
19579         current arena cannot fulfill the request.
19580         (__libc_memalign): Likewise.
19581         (__libc_memalign): Likewise.
19582         (__libc_pvalloc): Likewise.
19583         (__libc_calloc): Likewise.
19584
19585 2012-09-05  John Tobey  <john.tobey@gmail.com>
19586
19587         [BZ #13542]
19588         * manual/arith.texi (Operations on Complex): Fix description
19589         of carg branch cut.
19590
19591 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
19592
19593         [BZ #10014]
19594         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
19595         host name.
19596
19597         [BZ #10038]
19598         * manual/memory.texi (Memory): Make order of menu items match
19599         order of sections.
19600
19601 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19602
19603         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
19604         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
19605         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
19606
19607 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19608
19609         * csu/libc-tls.c (static_dtv): Renamed to ...
19610         (_dl_static_dtv): This.  Make it global.
19611         (_dl_initial_dtv): Removed.
19612         (__libc_setup_tls): Updated.
19613         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
19614         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
19615         DL_INITIAL_DTV.
19616
19617 2012-09-06  Petr Machata  <pmachata@redhat.com>
19618
19619         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
19620         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
19621         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
19622         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
19623
19624 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19625
19626         [BZ #14545]
19627         * csu/libc-tls.c (_dl_initial_dtv): New variable.
19628         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
19629         freeing dtv[-1].
19630
19631 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19632
19633         [BZ #14544]
19634         * Makeconfig (link-static-before-libc): Replace $(+prector)
19635         with $(+prectorT).
19636         (link-static-after-libc): Replace $(+postctor) with
19637         $(+postctorT).
19638         (link-bounded): Replace $(+prector)/$(+postctor) with
19639         $(+prectorT)/$(+postctorT).
19640         (+prectorT): New macro.
19641         (+postctorT): Likewise.
19642
19643 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
19644
19645         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
19646         (round_str): Handle values above the maximum for IBM long double
19647         as inexact.
19648         * stdlib/tst-strtod-round.c (tests): Regenerated.
19649
19650 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19651
19652         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
19653         assembler flag.
19654         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
19655         zarch_nohighgprs around the zarch optimized routines.
19656         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
19657         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
19658         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
19659         for zarch.
19660
19661 2012-09-05  David S. Miller  <davem@davemloft.net>
19662
19663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19664
19665         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
19666         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
19667         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
19668         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
19669         entries.
19670
19671 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19672
19673         * malloc/arena.c: Fold copyright years.
19674         * malloc/mcheck.c, malloc/memusage.c: Likewise.
19675
19676 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19677
19678         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
19679
19680 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19681
19682         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
19683
19684 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19685
19686         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
19687         change internal state upon failure.
19688
19689 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19690
19691         * malloc/mcheck.c (mcheck_check_all): Fix typo.
19692         * malloc/memusage.c (mmap): Likewise.
19693         (mmap64, mremap): Likewise.  Adjust name in comment.
19694
19695 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19696
19697         * libio/fileops.c: Fix typos in comments.
19698         * libio/oldfileops.c: Likewise.
19699         * libio/wfileops.c: Likewise.
19700
19701 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19702
19703         [BZ #1349]
19704         * malloc/Makefile (tests): Add tst-malloc-usable test case.
19705         (tst-malloc-usable-ENV): Set environment for test case.
19706         * malloc/hooks.c (malloc_check_get_size): New function to get
19707         requested size.
19708         * malloc/malloc.c (musable): Use malloc_check_get_size.
19709         * malloc/tst-malloc-usable.c: New test case.
19710
19711 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
19712
19713         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
19714
19715 2012-09-05  Allan McRae  <allan@archlinux.org>
19716
19717         [BZ #13966]
19718         * configure.in (CXX_SYSINCLUDES): Use compiler output to
19719         determine header location.
19720         * configure: Regenerated.
19721
19722 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
19723
19724         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
19725         float format.
19726         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
19727         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
19728         format.
19729         (test): Regenerate.
19730
19731 2012-09-04  David S. Miller  <davem@davemloft.net>
19732
19733         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
19734         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
19735         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
19736
19737 2012-09-04  Florian Weimer  <fweimer@redhat.com>
19738
19739         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
19740         failures.
19741
19742         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
19743
19744 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
19745
19746         [BZ #9914]
19747         * libio/iogetdelim.c: Include <limits.h>.
19748         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
19749         + len + 1 would overflow.
19750
19751 2012-09-03  Andreas Jaeger  <aj@suse.de>
19752
19753         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19754         * sysdeps/i386/fpu/libm-test-ulps: Update.
19755
19756 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19757
19758         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
19759         Add s_sinf-sse2, s_conf-sse2.
19760
19761         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
19762         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
19763         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
19764         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
19765
19766         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
19767         for using routine as __sinf_ia32.
19768         Use macro for function declaration and weak_alias.
19769         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
19770         for using routine as __cosf_ia32.
19771         Use macro for function declaration and weak_alias.
19772
19773         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
19774         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
19775
19776         * sysdeps/x86_64/fpu/s_sinf.S: New file.
19777         * sysdeps/x86_64/fpu/s_cosf.S: New file.
19778         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19779
19780         * math/libm-test.inc (cos_test): Add more test cases.
19781         (sin_test): Likewise.
19782         (sincos_test): Likewise.
19783
19784 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19785
19786         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
19787         (IFUNC_RESOLVE): Make pointers to the specialized implementations
19788         hidden.
19789         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
19790
19791 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
19792
19793         [BZ #14538]
19794         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
19795         first element of the GOT.
19796         (elf_machine_load_address): Return the difference between
19797         the runtime address of _DYNAMIC and elf_machine_dynamic ().
19798
19799 2012-09-01  Allan McRae  <allan@archlinux.org>
19800
19801         [BZ #13412]
19802         * configure.in (AWK): Require gawk version 3.0 or later.
19803         * configure: Regenerated.
19804
19805 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
19806
19807         * sysdeps/unix/sysv/linux/kernel-features.h
19808         (__ASSUME_POSIX_CPU_TIMERS): Remove.
19809         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19810         [__NR_clock_getres]: Make code unconditional.
19811         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
19812         (clock_getcpuclockid): Remove code left unreachable by removal of
19813         conditionals.
19814         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
19815         code unconditional.
19816         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
19817         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
19818         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
19819         Make code unconditional.
19820         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
19821         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
19822         * sysdeps/unix/sysv/linux/clock_settime.c
19823         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
19824         conditional code.
19825         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
19826         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
19827
19828 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
19829
19830         [BZ #14476]
19831         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
19832         scripts/test-installation.pl.
19833
19834         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
19835         and $ld_so_version if it is set.
19836
19837 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19838
19839         [BZ #14516]
19840         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
19841         failure if reading from procfs failed.
19842         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
19843
19844 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
19845
19846         * sysdeps/unix/sysv/linux/kernel-features.h
19847         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
19848         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
19849         Remove conditional code.
19850         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19851         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
19852         Remove conditional code.
19853         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19854         * sysdeps/unix/sysv/linux/i386/fxstat.c
19855         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
19856         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19857         * sysdeps/unix/sysv/linux/i386/fxstatat.c
19858         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
19859         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19860         * sysdeps/unix/sysv/linux/i386/lxstat.c
19861         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
19862         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19863         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
19864         Remove conditional code.
19865         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19866         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
19867         Remove conditional code.
19868         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19869         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
19870         <kernel-features.h>.
19871         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
19872         Remove.
19873         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
19874         Remove conditional code.
19875         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19876         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
19877         Remove conditional.
19878
19879 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
19880
19881         [BZ #5400]
19882         * NEWS: Add fixed bug number.
19883
19884 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
19885
19886         [BZ #14519]
19887         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
19888         underflowing exponent in case of negative sign.
19889         * stdlib/tst-strtod-round-data: Add more tests.
19890         * stdlib/tst-strtod-round.c (tests): Regenerated.
19891
19892         [BZ #3479]
19893         * stdlib/strtod_l.c (NDIG): Remove.
19894         (HEXNDIG): Likewise.
19895         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
19896         smallest representable value.
19897         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
19898         lie within an exact representation of 1/2 ulp of the result.
19899         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
19900         unconditionally.
19901         (TENS_P9_IDX): Define unconditionally.
19902         (TENS_P9_SIZE): Likewise.
19903         (TENS_P10_IDX): Likewise.
19904         (TENS_P10_SIZE): Likewise.
19905         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
19906         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
19907         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
19908         entries for 10^2^13 and 10^2^14.
19909         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
19910         (TENS_P13_IDX): Define.
19911         (TENS_P13_SIZE): Likewise.
19912         (TENS_P14_IDX): Likewise.
19913         (TENS_P14_SIZE): Likewise.
19914         (_fpioconst_pow10): Change array size to
19915         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
19916         unconditional.
19917         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
19918         1024]: Add entries for 10^2^13 and 10^2^14.
19919         [LAST_POW10 > _LAST_POW10]: Remove #error.
19920         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
19921         (_fpioconst_pow10): Change array size to
19922         FPIOCONST_POW10_ARRAY_SIZE.
19923         * stdlib/gen-fpioconst.c: New file.
19924         * stdlib/gen-tst-strtod-round.c: Likewise.
19925         * stdlib/tst-strtod-round-data: Likewise.
19926         * stdlib/tst-strtod-round.c: Likewise.
19927         * stdlib/Makefile (tests): Add tst-strtod-round.
19928
19929         [BZ #14459]
19930         * stdlib/strtod_l.c: Include <stdint.h>.
19931         (NDEBUG): Do not define.
19932         (round_and_return): Change EXPONENT parameter to type intmax_t.
19933         Rearrange calculations to avoid internal overflow possibilities.
19934         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
19935         Rearrange calculations to avoid internal overflow possibilities.
19936         Assert that number fits inside MPNSIZE limbs.
19937         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
19938         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
19939         calculations and add assertions to avoid internal overflow
19940         possibilities.  Add casts to avoid signed/unsigned operations.
19941         * stdlib/tst-strtod-overflow.c: New file.
19942         * stdlib/Makefile (tests): Add tst-strtod-overflow.
19943
19944 2012-08-25  Marek Polacek  <polacek@redhat.com>
19945
19946         * time/time.h: Fix some typos in comments.
19947
19948 2012-08-23  Roland McGrath  <roland@hack.frob.com>
19949
19950         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
19951         * posix/tst-rfc3484-2.c: Likewise.
19952         * posix/tst-rfc3484-3.c: Likewise.
19953
19954 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
19955
19956         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
19957         (EF_ARM_ABI_FLOAT_HARD): Likewise.
19958
19959 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
19960
19961         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
19962         #include of fxstatat64.c.
19963
19964 2012-08-22  Roland McGrath  <roland@hack.frob.com>
19965
19966         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
19967         * shadow/getspent_r.c: Likewise.
19968         * shadow/getspnam.c: Likewise.
19969         * shadow/getspnam_r.c: Likewise.
19970         * gshadow/getsgent.c: Likewise.
19971         * gshadow/getsgent_r.c: Likewise.
19972         * gshadow/getsgnam.c: Likewise.
19973         * gshadow/getsgnam_r.c: Likewise.
19974         * inet/getnetbyad.c: Likewise.
19975         * inet/getnetbyad_r.c: Likewise.
19976         * inet/getnetbynm.c: Likewise.
19977         * inet/getnetbynm_r.c: Likewise.
19978         * inet/getnetent.c: Likewise.
19979         * inet/getnetent_r.c: Likewise.
19980         * inet/getproto.c: Likewise.
19981         * inet/getproto_r.c: Likewise.
19982         * inet/getprtent.c: Likewise.
19983         * inet/getprtent_r.c: Likewise.
19984         * inet/getprtname.c: Likewise.
19985         * inet/getprtname_r.c: Likewise.
19986         * inet/getrpcbyname.c: Likewise.
19987         * inet/getrpcbyname_r.c: Likewise.
19988         * inet/getrpcbynumber.c: Likewise.
19989         * inet/getrpcbynumber_r.c: Likewise.
19990         * inet/getrpcent.c: Likewise.
19991         * inet/getrpcent_r.c: Likewise.
19992         * inet/getaliasent.c: Likewise.
19993         * inet/getaliasent_r.c: Likewise.
19994         * inet/getaliasname.c: Likewise.
19995         * inet/getaliasname_r.c: Likewise.
19996         * nscd/getgrgid_r.c: Likewise.
19997         * nscd/getgrnam_r.c: Likewise.
19998         * nscd/gethstbyad_r.c: Likewise.
19999         * nscd/gethstbynm3_r.c: Likewise.
20000         * nscd/getpwnam_r.c: Likewise.
20001         * nscd/getpwuid_r.c: Likewise.
20002         * nscd/getsrvbynm_r.c: Likewise.
20003         * nscd/getsrvbypt_r.c: Likewise.
20004         * nscd/gai.c: Likewise.
20005
20006         * configure.in (build_nscd): New substituted variable, set
20007         by --disable-build-nscd and defaults to $use_nscd.
20008         * configure: Regenerated.
20009         * config.make.in (build-nscd): New substituted variable.
20010         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
20011         Change conditional to require [$(build-nscd) = yes] as well.
20012         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
20013
20014         [BZ# 13696]
20015         * configure.in (use_nscd): New substituted variable, set by
20016         --disable-nscd.  If enabled, define USE_NSCD.
20017         * configure: Regenerated.
20018         * config.h.in: Add USE_NSCD.
20019         * config.make.in (use-nscd): New substituted variable.
20020         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
20021         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
20022         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
20023         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
20024         (CFLAGS-getgrnam_r.c): Likewise.
20025         (CFLAGS-initgroups.c): Likewise.
20026         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
20027         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
20028         Variables removed.
20029         * inet/getnetgrent_r.c
20030         (nscd_setnetgrent): New function, broken out of ...
20031         (setnetgrent): ... here.  Call it.
20032         (innetgr): Conditionalize nscd bits on [USE_NSCD].
20033         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
20034         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
20035         * nscd/Makefile (routines, aux): Move definitions after include of
20036         Makeconfig.  Conditionalize on [$(use-nscd) != no].
20037         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
20038         Conditionalize on [USE_NSCD].
20039         (is_nscd, nscd_init_cb): Likewise.
20040         (nss_load_library): Conditionalize init callback on [USE_NSCD].
20041         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
20042         * nss/nss_db/db-init.c: Likewise.
20043         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
20044         [USE_NSCD].
20045         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
20046         (make_request): Use it.
20047         (cache_valid_p): New function.
20048         (__check_pf): Use it.
20049         * NEWS: Add item for --disable-nscd.
20050
20051 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
20052
20053         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
20054         to support sed >= 4.2.1-20-ga9bf076.
20055         * configure: Regenerated.
20056
20057 2012-08-22  Roland McGrath  <roland@hack.frob.com>
20058
20059         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
20060         Conditionalize whole body on [IREL].
20061
20062 2012-08-22  Jeff Law <law@redhat.com>
20063
20064         [BZ #14505]
20065         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
20066         if the family is PF_UNSPEC.
20067
20068 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
20069
20070         * Makerules (lib-version): Rename from V.
20071         (install-lib-nosubdir): Change V to lib-version.
20072
20073 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
20074
20075         [BZ #14252]
20076         * powerpc32/power6/wcschr.c: New file.
20077         * powerpc32/power6/wcscpy.c: New file.
20078         * powerpc32/power6/wcsrchr.c: New file.
20079         * powerpc64/power6/wcschr.c: New file.
20080         * powerpc64/power6/wcscpy.c: New file.
20081         * powerpc64/power6/wcsrchr.c: New file.
20082
20083 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
20084
20085         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
20086         (two_way_short_needle): Use it.
20087         * string/strstr.c (AVAILABLE1_USES_J): Define.
20088         * string/strcasestr.c: Likewise.
20089
20090         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
20091         array references.
20092         * string/strcasestr.c (TOLOWER): Make side-effect safe.
20093
20094         [BZ #11607]
20095         * NEWS: Add an entry.
20096         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
20097         define their defaults.
20098         (two_way_short_needle): Detect end-of-string on-the-fly.
20099         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
20100         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
20101         * string/bug-strcasestr1.c: New test.
20102         * string/Makefile: Run it.
20103
20104 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
20105
20106         [BZ #11607]
20107         * string/str-two-way.h (two_way_short_needle): Optimize matching of
20108         the first character.
20109
20110 2012-08-21  Roland McGrath  <roland@hack.frob.com>
20111
20112         * csu/elf-init.c (__libc_csu_irel): Function removed.
20113         * csu/libc-start.c (apply_irel): New function.
20114         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
20115
20116 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
20117
20118         * sysdeps/unix/sysv/linux/kernel-features.h
20119         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
20120         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
20121         <kernel-features.h>.
20122         [__NR_fadvise64_64]: Make code unconditional.
20123         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
20124         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
20125         !__NR_fadvise64_64)]: Likewise.
20126         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
20127         !__NR_fadvise64_64))]: Likewise.
20128         [__NR_fadvise64]: Make code unconditional.
20129         [!__NR_fadvise64]: Remove conditional code.
20130         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
20131         <kernel-features.h>.
20132         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
20133         unconditional.
20134         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
20135         conditional code.
20136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
20137         not include <kernel-features.h>.
20138         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
20139         unconditional.
20140         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
20141         conditional code.
20142         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
20143         include <kernel-features.h>.
20144         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
20145         unconditional.
20146         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
20147         conditional code.
20148
20149 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
20150
20151         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
20152         slight instruction rearrangements per scrollpipe analysis.
20153         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
20154
20155 2012-08-20  Roland McGrath  <roland@hack.frob.com>
20156
20157         * manual/syslog.texi (syslog; vsyslog, closelog):
20158         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
20159         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
20160
20161         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
20162         DSOCAPS to match condition on defining it.
20163
20164 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
20165
20166         * sysdeps/unix/sysv/linux/kernel-features.h
20167         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
20168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
20169         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
20170         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
20171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
20172         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
20173         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
20174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
20175         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
20176         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
20177
20178         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
20179         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
20180
20181         * sysdeps/unix/sysv/linux/kernel-features.h
20182         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
20183         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
20184         unconditional.
20185         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20186         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
20187         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
20188         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20189         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
20190         Make code unconditional.
20191         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20192         (__mmap64) [!__NR_mmap2]: Likewise.
20193         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
20194         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
20195         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20196         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
20197         [__NR_mmap2]: Make code unconditional.
20198         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20199         (__mmap64) [!__NR_mmap2]: Likewise.
20200
20201 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20202
20203         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
20204
20205 2012-08-18  Andreas Jaeger  <aj@suse.de>
20206
20207         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
20208
20209 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
20210
20211         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
20212         * include/unistd.h (__have_sock_cloexec): Likewise.
20213         (__have_pipe2): Likewise.
20214         (__have_dup3): Likewise.
20215
20216 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
20217
20218         [BZ #9685]
20219         * include/unistd.h (__have_pipe2): Change define into an extern int.
20220         (__have_dup3): Likewise.
20221         * socket/have_sock_cloexec.c: Include fcntl.h.
20222         (__have_pipe2): New variable.
20223         (__have_dup3): Likewise.
20224
20225 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
20226
20227         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
20228
20229 2012-08-17  Marek Polacek  <polacek@redhat.com>
20230
20231         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
20232         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
20233
20234 2012-08-17  Roland McGrath  <roland@hack.frob.com>
20235
20236         * configure.in: Add AC_SUBST for sysheaders.
20237         * configure: Regenerated.
20238         * config.make.in (sysheaders): New substituted variable.
20239
20240         * sysdeps/unix/mkfifo.c: Moved ...
20241         * sysdeps/posix/mkfifo.c: ... here.
20242         * sysdeps/unix/mkfifoat.c: Moved ...
20243         * sysdeps/posix/mkfifoat.c: ... here.
20244
20245         * sysdeps/unix/utime.c: Moved ...
20246         * sysdeps/posix/utime.c: ... here.
20247
20248         * sysdeps/unix/time.c: Moved ...
20249         * sysdeps/posix/time.c: ... here.
20250         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
20251         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
20252
20253         * sysdeps/unix/nice.c: Moved ...
20254         * sysdeps/posix/nice.c: ... here.
20255
20256         * sysdeps/unix/alarm.c: Moved ...
20257         * sysdeps/posix/alarm.c: ... here.
20258
20259         * intl/Makefile ($(codeset_mo)): Depend on the input file.
20260
20261 2012-08-17  Jeff Law <law@redhat.com>
20262
20263         * intl/Makefile (codeset_mo): New variable.
20264         ($(codeset_mo)): New target.
20265         (tst-codeset.out): Depend on that.  Remove explicit rule.
20266         (tst-gettext3.out, tst-gettext5.out): Likewise.
20267         (LOCPATH-ENV, tst-codeset-ENV): New variables.
20268         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
20269         * intl/tst-codeset.sh: Remove.
20270         * intl/tst-gettext3.sh: Likewise.
20271         * intl/tst-gettext5.sh: Likewise.
20272
20273 2012-08-17  Roland McGrath  <roland@hack.frob.com>
20274
20275         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
20276         * sysdeps/unix/syscalls.list: ... here.
20277
20278         * sysdeps/posix/getaddrinfo.c
20279         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
20280         (gaiconf_init, gaiconf_reload): Use them.
20281         [!_STATBUF_ST_NSEC]
20282         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
20283         Define using time_t rather than struct timespec.
20284
20285         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
20286         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
20287         Macros removed.
20288         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
20289         [!NO_THREADS].
20290         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
20291         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
20292         Likewise.
20293
20294         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
20295         __libc_cleanup_push argument.
20296
20297         * bits/param.h: New file.
20298         * misc/sys/param.h: New file.
20299         * include/sys/param.h: New file.
20300         * misc/Makefile (headers): Add bits/param.h.
20301         * sysdeps/generic/sys/param.h: File removed.
20302         * sysdeps/unix/sysv/linux/bits/param.h: New file.
20303         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
20304         * sysdeps/mach/hurd/bits/param.h: New file.
20305         * sysdeps/mach/hurd/sys/param.h: File removed.
20306
20307         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
20308         last change.
20309
20310         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
20311         [_IO_MTSAFE_IO].
20312         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
20313         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
20314         New macros.
20315
20316         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
20317         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
20318         rather than -D_IO_MTSAFE_IO conditionally.
20319         * stdio-common/Makefile (CPPFLAGS): Likewise.
20320         * wcsmbs/Makefile (CPPFLAGS): Likewise.
20321         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
20322         Use $(libio-mtsafe).
20323         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
20324         of -D_IO_MTSAFE_IO.
20325         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
20326         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
20327         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
20328         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
20329         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
20330         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
20331         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
20332         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
20333         (CFLAGS-fread_u_chk.c): Likewise.
20334         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
20335         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
20336         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
20337         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
20338         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
20339         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
20340         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
20341         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
20342         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
20343
20344         * libio/Makefile: Test [$(libc-reentrant) = yes]
20345         instead of [$(filter %REENTRANT, $(defines)) nonempty].
20346
20347         * Makeconfig
20348         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
20349         * sysdeps/pthread/configure: File removed.
20350         * sysdeps/pthread/Makeconfig: New file.
20351         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
20352         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
20353
20354 2012-08-16  Gary Benson  <gbenson@redhat.com>
20355
20356         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
20357         unmapping the first object in a namespace.
20358
20359 2012-08-16  Roland McGrath  <roland@hack.frob.com>
20360
20361         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
20362         (__internal_setnetgrent): ... this.  Add internal_function to
20363         definition.  Add libc_hidden_def.
20364         (setnetgrent): Update caller.
20365         (internal_endnetgrent): Renamed to ...
20366         (__internal_endnetgrent): ... this.  Add internal_function to
20367         definition.  Add libc_hidden_def.
20368         (endnetgrent): Update caller.
20369         (internal_getnetgrent_r): Renamed to ...
20370         (__internal_getnetgrent_r): ... this.  Add internal_function to
20371         definition.  Add libc_hidden_def.
20372         (__getnetgrent_r): Update caller.
20373         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
20374
20375 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
20376
20377         * stdlib/longlong.h: Update from GCC.
20378
20379 2012-08-16  Roland McGrath  <roland@hack.frob.com>
20380
20381         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
20382         on _QL, which is set by umul_ppmm but never used.
20383         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
20384         variables, which are set by GMP macros but never used.
20385         * stdio-common/_itowa.c (_itowa): Likewise.
20386         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
20387         * stdlib/mod_1.c (mpn_mod_1): Likewise.
20388
20389 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
20390
20391         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
20392         struct La_sh_regs is not constant.
20393         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
20394         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
20395         and struct La_sparc64_regs are not constant.
20396
20397 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
20398
20399         * sysdeps/unix/sysv/linux/kernel-features.h
20400         (__ASSUME_POSIX_TIMERS): Remove.
20401         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20402         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20403         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
20404         Make code unconditional.
20405         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20406         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
20407         Make code unconditional.
20408         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20409         * sysdeps/unix/sysv/linux/clock_nanosleep.c
20410         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
20411         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20412         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
20413         Make code unconditional.
20414         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20415         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
20416         (__libc_missing_posix_timers): Remove.
20417
20418 2012-08-15  Roland McGrath  <roland@hack.frob.com>
20419
20420         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
20421         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
20422
20423         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
20424
20425         * elf/dl-sym.c: Include <stdlib.h>.
20426
20427         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
20428         constants, which avoids warnings in 32-bit builds.
20429
20430         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
20431         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
20432
20433         * misc/lseek.c: File moved to ...
20434         * io/lseek.c: ... here.
20435
20436         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
20437
20438         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
20439         shifting LEN more than 31 bits at once.
20440
20441 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20442
20443         [BZ #14195]
20444         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
20445         segmentation fault for a case of two empty input strings.
20446         * string/test-strncasecmp.c (check1): Renamed to...
20447         (bz12205): ...this.
20448         (bz14195): Add new testcase for two empty input strings and N > 0.
20449         (test_main): Call new testcase, adapt for renamed function.
20450
20451 2012-08-15  Andreas Jaeger  <aj@suse.de>
20452
20453         [BZ #14090]
20454         * crypt/md5test2.c: New test, based on test supplied by Serge
20455         Belyshev <belyshev@depni.sinp.msu.ru>.
20456         * crypt/Makefile (xtests): Add md5test-giant..
20457         * crypt/Makefile ($(objpfx)md5test-giant): Add.
20458
20459 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20460
20461         [BZ #14090]
20462         * crypt/md5.c (md5_process_block): Don't assume the buffer
20463         length is less than 2**32.
20464         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
20465         length is less than 2**64.
20466
20467 2012-08-15  Roland McGrath  <roland@hack.frob.com>
20468
20469         * string/str-two-way.h: Include <sys/param.h>.
20470         (MAX): Macro removed.
20471
20472         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
20473         Move #define and #undef of memmove to just before and after
20474         including <string.h>.
20475
20476         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
20477         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
20478         and after including <string.h>.  Move declarations of
20479         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
20480         to before #include "string/memmove.c".
20481
20482         * include/dirent.h: Declare __getdirentries.
20483
20484         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
20485         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
20486
20487 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
20488
20489         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
20490         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
20491         * sysdeps/i386/configure: Regenerated.
20492         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
20493         STABS_CURRENT_FILE, and STABS_FUN.
20494         (END): Remove call to STABS_FUN_END.
20495         (STABS_CURRENT_FILE1): Delete.
20496         (STABS_CURRENT_FILE): Likewise.
20497         (STABS_FUN): Likewise.
20498         (STABS_FUN_END): Likewise.
20499         (STABS_FUN2): Likewise.
20500         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
20501         * sysdeps/x86_64/configure: Regenerated.
20502
20503 2012-08-14  Roland McGrath  <roland@hack.frob.com>
20504
20505         * elf/dl-open.c: Include <atomic.h>.
20506         * elf/dl-lookup.c: Likewise.
20507
20508 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
20509
20510         * sysdeps/unix/sysv/linux/kernel-features.h
20511         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
20512         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
20513         unconditionally.
20514         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
20515         unconditionally.
20516         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
20517         condition on __ASSUME_CLONE_THREAD_FLAGS.
20518
20519 2012-08-14  Andreas Jaeger  <aj@suse.de>
20520
20521         * sysdeps/i386/fpu/libm-test-ulps: Update.
20522
20523 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
20524
20525         * include/atomic.h (atomic_exchange_and_add): Split into ...
20526         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
20527         New atomic macros.
20528
20529 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
20530
20531         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20532
20533 2012-08-13  Jeff Law <law@redhat.com>
20534
20535         * manual/stdio.texi (snprintf): Clarify handling of the trailing
20536         null byte in the output string.
20537
20538 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
20539
20540         * sysdeps/unix/sysv/linux/kernel-features.h
20541         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
20542         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
20543         (__ASSUME_ARG_MAX_STACK_BASED): Define.
20544         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
20545         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
20546         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
20547         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
20548
20549 2012-08-09  Jeff Law <law@redhat.com>
20550
20551         [BZ #13939]
20552         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
20553         When avoid_arena is set, don't retry in the that arena.  Pick the
20554         next one, whatever it might be.
20555         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
20556         (arena_lock): Pass in new parameter to arena_get2.
20557         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
20558         arena_get2.
20559         (__libc_malloc): Unify retrying after main arena failure with
20560         __libc_memalign version.
20561         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
20562
20563 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
20564
20565         [BZ #14166]
20566         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
20567         to __redirect_strstr.
20568         (__strstr_sse42): Use typeof __redirect_strstr.
20569         (__strstr_ia32): Likewise.
20570         (__libc_strstr): New prototype.
20571         (strstr): Renamed to ...
20572         (__libc_strstr): This.
20573         (strstr): New strong alias of __libc_strstr.
20574         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
20575         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
20576         __redirect_time.
20577         Include <time.h>.
20578         (__libc_time): New prototype.
20579         (time_ifunc): Replace time with __libc_time.
20580         (time): New strong alias and hidden definition of __libc_time.
20581         (__GI_time): Remove strong alias.
20582         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
20583         Include <stddef.h>.
20584         (memmove): Redefined to __redirect_memmove.
20585         (__memmove_sse2): Use typeof __redirect_memmove.
20586         (__memmove_ssse3): Likewise.
20587         (__memmove_ssse3_back): Likewise.
20588         (__libc_memmove): New prototype.
20589         (memmove): Renamed to ...
20590         (__libc_memmove): This.
20591         (memmove): New strong alias of __libc_memmove.
20592
20593 2012-08-08  Mark Salter  <msalter@redhat.com>
20594
20595         * elf/elf.h
20596         (R_MN10300_TLS_GD): Define.
20597         (R_MN10300_TLS_LD): Likewise.
20598         (R_MN10300_TLS_LDO): Likewise.
20599         (R_MN10300_TLS_GOTIE): Likewise.
20600         (R_MN10300_TLS_IE): Likewise.
20601         (R_MN10300_TLS_LE): Likewise.
20602         (R_MN10300_TLS_DTPMOD): Likewise.
20603         (R_MN10300_TLS_DTPOFF): Likewise.
20604         (R_MN10300_TLS_TPOFF): Likewise.
20605         (R_MN10300_SYM_DIFF): Likewise.
20606         (R_MN10300_ALIGN): Likewise.
20607         (R_MN10300_NUM): Update.
20608
20609 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
20610
20611         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
20612         Remove.
20613
20614 2012-08-08  Roland McGrath  <roland@hack.frob.com>
20615
20616         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
20617
20618         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
20619         sysdeps/unix -> sysdeps/posix move.
20620         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
20621
20622 2012-08-07      Allan McRae     <allan@archlinux.org>
20623
20624         [BZ #14303]
20625         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
20626         (SUNOS_CPP): Likewise.
20627         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
20628         not found.
20629         (open_input): Call CPP using execvp.
20630
20631 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
20632
20633         * sysdeps/unix/sysv/linux/kernel-features.h
20634         (__ASSUME_PROT_GROWSUPDOWN): Remove.
20635         (__ASSUME_NO_CLONE_DETACHED): Likewise.
20636         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
20637         (__ASSUME_WAITID_SYSCALL): Likewise.
20638         * sysdeps/unix/sysv/linux/dl-execstack.c
20639         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
20640         code unconditional.
20641         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
20642         conditional code.
20643         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
20644         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
20645         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
20646         code.
20647         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
20648         unconditional.
20649         [__ASSUME_WAITID_SYSCALL]: Likewise.
20650         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
20651
20652 2012-08-07  Roland McGrath  <roland@hack.frob.com>
20653
20654         * sysdeps/unix/closedir.c: Renamed to ...
20655         * sysdeps/posix/closedir.c: ... here.
20656         * sysdeps/unix/dirfd.c: Renamed to ...
20657         * sysdeps/posix/dirfd.c: ... here.
20658         * sysdeps/unix/dirstream.h: Renamed to ...
20659         * sysdeps/posix/dirstream.h: ... here.
20660         * sysdeps/unix/fdopendir.c: Renamed to ...
20661         * sysdeps/posix/fdopendir.c: ... here.
20662         * sysdeps/unix/opendir.c: Renamed to ...
20663         * sysdeps/posix/opendir.c: ... here.
20664         * sysdeps/unix/readdir.c: Renamed to ...
20665         * sysdeps/posix/readdir.c: ... here.
20666         * sysdeps/unix/readdir_r.c: Renamed to ...
20667         * sysdeps/posix/readdir_r.c: ... here.
20668         * sysdeps/unix/rewinddir.c: Renamed to ...
20669         * sysdeps/posix/rewinddir.c: ... here.
20670         * sysdeps/unix/seekdir.c: Renamed to ...
20671         * sysdeps/posix/seekdir.c: ... here.
20672         * sysdeps/unix/telldir.c: Renamed to ...
20673         * sysdeps/posix/telldir.c: ... here.
20674         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
20675         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
20676         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
20677         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
20678
20679         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
20680         * bits/fcntl.h: ... here.
20681
20682         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
20683         not 0.
20684         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
20685         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
20686         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
20687         (struct flock): Move l_start, l_len to the beginning.
20688         Use __pid_t for l_pid.
20689         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
20690         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
20691         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
20692         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
20693         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
20694         [__USE_LARGEFILE64] (struct flock64): New type.
20695         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
20696
20697         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
20698         * bits/dirent.h: ... here.
20699
20700         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
20701         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
20702
20703 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
20704
20705         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
20706         Change from 2.6.0 to 2.6.16.
20707         * sysdeps/unix/sysv/linux/configure: Regenerated.
20708         * sysdeps/unix/sysv/linux/kernel-features.h
20709         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
20710         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
20711         version.
20712         (__ASSUME_UTIMES): Likewise.
20713         (__ASSUME_CLONE_STOPPED): Remove.
20714         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
20715         architectures, not kernel version.
20716         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
20717         (__ASSUME_NO_CLONE_DETACHED): Likewise.
20718         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
20719         (__ASSUME_WAITID_SYSCALL): Likewise.
20720         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
20721         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
20722         * README: State 2.6.16 as minimum Linux kernel version.  Do not
20723         refer to older versions.
20724
20725 2012-08-06  Roland McGrath  <roland@hack.frob.com>
20726
20727         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
20728         Define alphasort64 as an alias.
20729         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
20730         Define versionsort64 as an alias.
20731         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
20732         Define scandir64 as an alias.
20733         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
20734         Define scandirat64 as an alias.
20735         * dirent/alphasort64.c (alphasort64):
20736         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
20737         * dirent/versionsort64.c: Likewise.
20738         * dirent/scandir64.c: Likewise.
20739         * dirent/scandirat64.c: Likewise.
20740         * sysdeps/wordsize-64/alphasort.c: File removed.
20741         * sysdeps/wordsize-64/alphasort64.c: File removed.
20742         * sysdeps/wordsize-64/scandir.c: File removed.
20743         * sysdeps/wordsize-64/scandir64.c: File removed.
20744         * sysdeps/wordsize-64/scandirat.c: File removed.
20745         * sysdeps/wordsize-64/scandirat64.c: File removed.
20746         * sysdeps/wordsize-64/versionsort.c: File removed.
20747         * sysdeps/wordsize-64/versionsort64.c: File removed.
20748         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
20749         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
20750         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
20751         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
20752         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
20753         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
20754         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
20755         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
20756
20757         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
20758         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
20759         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
20760         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20761         [defined __arch64__ || defined __sparcv9]
20762         (__INO_T_MATCHES_INO64_T): New macro.
20763         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
20764         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
20765         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
20766         * sysdeps/unix/sysv/linux/bits/dirent.h
20767         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
20768         (_DIRENT_MATCHES_DIRENT64): New macro.
20769
20770         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
20771         Define lockf64 as an alias.
20772         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
20773         Define fseeko64 as an alias.
20774         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
20775         Define ftello64 as an alias.
20776         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
20777         Define _IO_fgetpos64 and fgetpos64 as aliases.
20778         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
20779         Define _IO_fsetpos64 and fsetpos64 as aliases.
20780         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
20781         Conditionalize body on this.
20782         * libio/fseeko64.c: Likewise.
20783         * libio/ftello64.c: Likewise.
20784         * libio/iofgetpos64.c: Likewise.
20785         * libio/iofsetpos64.c: Likewise.
20786         * sysdeps/wordsize-64/lockf.c: File removed.
20787         * sysdeps/wordsize-64/lockf64.c: File removed.
20788         * sysdeps/wordsize-64/fseeko.c: File removed.
20789         * sysdeps/wordsize-64/fseeko64.c: File removed.
20790         * sysdeps/wordsize-64/ftello.c: File removed.
20791         * sysdeps/wordsize-64/ftello64.c: File removed.
20792         * sysdeps/wordsize-64/iofgetpos.c: File removed.
20793         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
20794         * sysdeps/wordsize-64/iofsetpos.c: File removed.
20795         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
20796         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
20797         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
20798         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
20799         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
20800         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
20801         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
20802         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
20803         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
20804         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
20805         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
20806
20807         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
20808         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
20809         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
20810         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20811         [defined __arch64__ || defined __sparcv9]
20812         (__OFF_T_MATCHES_OFF64_T): New macro.
20813         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
20814         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
20815         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20816         (__OFF_T_MATCHES_OFF64_T): New macro.
20817
20818 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
20819
20820         * stdlib/secure-getenv.c (__secure_getenv): Replace
20821         GLIBC_2_16 with GLIBC_2_17.
20822
20823 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
20824
20825         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
20826         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
20827
20828 2012-08-03  David S. Miller  <davem@davemloft.net>
20829
20830         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20831
20832 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
20833
20834         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
20835         Remove.
20836         (__ASSUME_CORRECT_SI_PID): Likewise.
20837         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
20838         (__ASSUME_TMPFS_NAME): Likewise.
20839         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
20840         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
20841         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
20842         (HAVE_AUX_SECURE): Make definition unconditional.
20843         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
20844         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
20845
20846 2012-08-03  Roland McGrath  <roland@hack.frob.com>
20847
20848         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
20849         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
20850         * sysdeps/mach/hurd/eloop-threshold.h: New file.
20851         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
20852         __eloop_threshold instead of SYMLOOP_MAX.
20853
20854         * sysdeps/generic/eloop-threshold.h: New file.
20855         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
20856         of MAXSYMLINKS.
20857         * elf/chroot_canon.c (chroot_canon): Likewise.
20858
20859 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
20860
20861         [BZ #13717]
20862         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
20863         Change to 2.6.0 everywhere.
20864         * sysdeps/unix/sysv/linux/configure: Regenerated.
20865         * sysdeps/unix/sysv/linux/kernel-features.h
20866         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
20867         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
20868         kernel versions.
20869         (__ASSUME_POSIX_TIMERS): Define unconditionally.
20870         (__ASSUME_FUTEX_REQUEUE): Remove.
20871         (__ASSUME_STATFS64): Define unconditionally.
20872         (__ASSUME_AT_SECURE): Likewise.
20873         (__ASSUME_CORRECT_SI_PID): Likewise.
20874         (__ASSUME_TGKILL): Define without depending on kernel version for
20875         i386.
20876         (__ASSUME_UTIMES): Likewise.
20877         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
20878         kernel version.
20879         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
20880         (__ASSUME_TMPFS_NAME): Likewise.
20881         * README: Update reference to Linux kernel versions.
20882
20883 2012-08-02  Marek Polacek  <polacek@redhat.com>
20884
20885         [BZ# 14150]
20886         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
20887         libc_cv_asm_type_prefix with %.
20888         * configure: Regenerated.
20889         * include/libc-symbols.h: Remove comment about
20890         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
20891         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
20892         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
20893         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
20894         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
20895         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
20896         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
20897         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
20898         * elf/tst-unique2mod1.c: Likewise.
20899         * elf/tst-unique1mod2.c: Likewise.
20900         * elf/tst-unique1mod1.c: Likewise.
20901         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
20902         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
20903         Replace ASM_TYPE_DIRECTIVE with .type.
20904         * sysdeps/s390/s390-64/sysdep.h: Likewise.
20905         * sysdeps/i386/sysdep.h: Likewise.
20906         * sysdeps/x86_64/sysdep.h: Likewise.
20907         * sysdeps/sh/sysdep.h: Likewise.
20908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
20909         Do not define ASM_TYPE_DIRECTIVE.
20910         * sysdeps/powerpc/sysdep.h: Likewise.
20911         * sysdeps/powerpc/powerpc32/sysdep.h:
20912         Replace ASM_TYPE_DIRECTIVE with .type.
20913         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
20914         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20915         * sysdeps/i386/fpu/e_powf.S: Likewise.
20916         * sysdeps/i386/fpu/e_expl.S: Likewise.
20917         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
20918         * sysdeps/i386/fpu/e_acosh.S: Likewise.
20919         * sysdeps/i386/fpu/e_pow.S: Likewise.
20920         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
20921         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
20922         * sysdeps/i386/fpu/s_expm1.S: Likewise.
20923         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
20924         * sysdeps/i386/fpu/e_log2.S: Likewise.
20925         * sysdeps/i386/fpu/e_log2l.S: Likewise.
20926         * sysdeps/i386/fpu/e_scalb.S: Likewise.
20927         * sysdeps/i386/fpu/e_powl.S: Likewise.
20928         * sysdeps/i386/fpu/e_log10f.S: Likewise.
20929         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
20930         * sysdeps/i386/fpu/e_logl.S: Likewise.
20931         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
20932         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
20933         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
20934         * sysdeps/i386/fpu/e_log2f.S: Likewise.
20935         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
20936         * sysdeps/i386/fpu/e_log.S: Likewise.
20937         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
20938         * sysdeps/i386/fpu/e_logf.S: Likewise.
20939         * sysdeps/i386/fpu/e_log10l.S: Likewise.
20940         * sysdeps/i386/fpu/e_atanh.S: Likewise.
20941         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
20942         * sysdeps/i386/fpu/e_log10.S: Likewise.
20943         * sysdeps/i386/fpu/s_frexp.S: Likewise.
20944         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
20945         * sysdeps/i386/fpu/s_asinh.S: Likewise.
20946         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
20947         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
20948         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
20949         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
20950         * sysdeps/i386/i686/strtok.S: Likewise.
20951         * sysdeps/i386/i386-mcount.S: Likewise.
20952         * sysdeps/i386/strtok.S: Likewise.
20953         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
20954         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
20955         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20956         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
20957         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
20958         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
20959         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
20960         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
20961         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
20962         * sysdeps/x86_64/_mcount.S: Likewise.
20963         * sysdeps/x86_64/strtok.S: Likewise.
20964         * sysdeps/sh/_mcount.S: Likewise.
20965
20966 2012-08-01  Roland McGrath  <roland@hack.frob.com>
20967
20968         * libio/iofopen.c: Include <fcntl.h>.
20969         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
20970         (_IO_fopen64, fopen64): Define as aliases.
20971         * libio/iofopen64.c: Include <fcntl.h>.
20972         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
20973         Conditionalize body on this.
20974         * sysdeps/wordsize-64/iofopen.c: File removed.
20975         * sysdeps/wordsize-64/iofopen64.c: File removed.
20976
20977 2012-08-01  Marek Polacek  <polacek@redhat.com>
20978
20979         * libc/Makeconfig: Use elf in place of binfmt-subdir.
20980         Use dlfcn directly instead of a variable.
20981         (binfmt-subdir): Do not define.
20982         (dlfcn): Likewise.
20983
20984 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
20985
20986         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
20987         Remove all definitions.
20988         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
20989         <kernel-features.h>.
20990         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
20991         (miss_F_GETOWN_EX): Remove all definitions.
20992         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
20993         macro definition.
20994         [!__ASSUME_FCNTL64]: Remove conditional code.
20995         [__ASSUME_FCNTL64]: Make code unconditional.
20996         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
20997         <kernel-features.h>.
20998         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
20999         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
21000         (lockf64) [__NR_fcntl64]: Make code unconditional.
21001         (lockf64) [__ASSUME_FCNTL64]: Likewise.
21002
21003         * sysdeps/unix/sysv/linux/kernel-features.h
21004         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
21005         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
21006         Make code unconditional.
21007         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
21008         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
21009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
21010         [__NR_vfork]: Make code unconditional.
21011         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
21012         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
21013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
21014         [__NR_vfork]: Make code unconditional.
21015         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
21016         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
21017
21018 2012-08-01  Roland McGrath  <roland@hack.frob.com>
21019
21020         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
21021         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
21022
21023         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21024         Define mkstemp64 as an alias.
21025         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21026         Define mkstemps64 as an alias.
21027         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21028         Define mkostemp64 as an alias.
21029         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21030         Define mkostemps64 as an alias.
21031         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
21032         Conditionalize body on this.
21033         * misc/mkostemp64.c: Likewise.
21034         * misc/mkostemps64.c: Likewise.
21035         * misc/mkstemps64.c: Likewise.
21036         * sysdeps/wordsize-64/mkstemp64.c: File removed.
21037         * sysdeps/wordsize-64/mkostemp64.c: File removed.
21038         * sysdeps/wordsize-64/mkostemp.c: File removed.
21039         * sysdeps/wordsize-64/mkstemp.c: File removed.
21040         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
21041         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
21042         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
21043         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
21044
21045         [BZ #14138]
21046         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
21047         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
21048         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
21049         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
21050
21051         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
21052         compat_symbol macros from <shlib-compat.h> rather than the underlying
21053         default_symbol_version and symbol_version macros, so that DEFAULT
21054         lines in shlib-versions are respected.
21055         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
21056
21057 2012-08-01  Florian Weimer  <fweimer@redhat.com>
21058
21059         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
21060         Declare with warn_unused_result.
21061         (setgid, setregid, setegid, setresgid): Likewise.
21062         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
21063         Likewise.
21064         * WUR-REPORT: Remove set*id functions.
21065
21066 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
21067
21068         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
21069
21070 2012-07-31  Roland McGrath  <roland@hack.frob.com>
21071
21072         [BZ #10191]
21073         * include/sys/socket.h (__libc_accept, __libc_accept4):
21074         Add attribute_hidden.
21075         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
21076
21077         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
21078         use of PTR_MANGLE.
21079         * inet/getnetgrent_r.c (setup): Likewise.
21080
21081         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
21082
21083 2012-07-31  David S. Miller  <davem@davemloft.net>
21084
21085         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21086
21087 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
21088
21089         [BZ #13629]
21090         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
21091         value between 1.0 and 2.0 and smaller part has absolute value less
21092         than 1.0.
21093         * math/s_clog10.c (__clog10): Likewise.
21094         * math/s_clog10f.c (__clog10f): Likewise.
21095         * math/s_clog10l.c (__clog10l): Likewise.
21096         * math/s_clogf.c (__clogf): Likewise.
21097         * math/s_clogl.c (__clogl): Likewise.
21098         * math/libm-test.inc (clog_test): Add more tests.
21099         (clog10_test): Likewise.
21100         * sysdeps/i386/fpu/libm-test-ulps: Update.
21101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21102
21103 2012-07-31  Florian Weimer  <fweimer@redhat.com>
21104
21105         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
21106         Exit with zero in case no suitable GID is found, and write a
21107         message to standard error.
21108
21109 2012-07-30  Roland McGrath  <roland@hack.frob.com>
21110
21111         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
21112         rather than to 1.
21113         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
21114         (MAXPATHLEN): Removed.
21115         (NOGROUP, NODEV): New macros.
21116         (setbit, clrbit, isset, isclr): New macros.
21117         (howmany, roundup, powerof2): New macros.
21118         (DEV_BSIZE): New macro.
21119
21120         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
21121         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
21122
21123         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
21124         definition on [!__NO_LONG_DOUBLE_MATH].
21125
21126         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
21127         PTR_MANGLE and PTR_DEMANGLE.
21128
21129         * socket/accept4.c (accept4): Rename to __libc_accept4.
21130         Define accept4 as a weak alias.
21131
21132         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
21133         on [_DIRENT_HAVE_D_TYPE].
21134         * io/ftw.c (ftw_dir): Likewise.
21135
21136         * io/xmknod.c (__xmknod): Don't check PATH for being null.
21137
21138         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
21139
21140         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
21141         Use the BSD numbers rather than the arbitrary ones we had.
21142         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
21143         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
21144         (SIGXCPU, SIGXFSZ): New macros.
21145         (_NSIG): Now 32.
21146
21147         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
21148         initializer on [_LIBC_REENTRANT].
21149
21150         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
21151         definitions inside [_POSIX_MAPPED_FILES].
21152
21153         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
21154
21155         * dirent/opendir.c: Include <fcntl.h>.
21156
21157         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
21158         (__libc_getspecific): Likewise.
21159         (__libc_key_create): Likewise.
21160
21161         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
21162         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
21163         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
21164         (tmpfile64): Define as alias.
21165         * sysdeps/wordsize-64/tmpfile.c: File removed.
21166         * sysdeps/wordsize-64/tmpfile64.c: File removed.
21167         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
21168         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
21169
21170         * stdio-common/vfscanf.c: Include <stdbool.h>.
21171         * nss/makedb.c: Likewise.
21172         * stdio-common/_i18n_number.h: Likewise.
21173         * argp/argp-help.c: Likewise.
21174         * posix/wordexp.c: Likewise.
21175         * sysdeps/posix/spawni.c: Likewise.
21176         * nss/nss_files/files-initgroups.c: Likewise.
21177         * stdio-common/reg-modifier.c: Include <stdlib.h>.
21178         * nss/nss_files/files-initgroups.c: Likewise.
21179         * nss/nss_db/db-netgrp.c: Likewise.
21180         * nss/nss_db/db-initgroups.c: Likewise.
21181         * io/fchmodat.c: Include <sys/stat.h>.
21182
21183         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
21184         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
21185
21186         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
21187         [HAVE_MMAP].
21188
21189         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
21190         Add multiple inclusion protection.
21191
21192 2012-07-27  David S. Miller  <davem@davemloft.net>
21193
21194         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21195
21196 2012-07-27  Gary Benson  <gbenson@redhat.com>
21197
21198         [BZ #14298]
21199         * elf/rtld.c: Include <stap-probe.h>.
21200         (dl_main): Added static probes "init_start" and "init_complete".
21201         * elf/dl-load.c: Include <stap-probe.h>.
21202         (lose): Take new parameter "nsid".
21203         Added static probe "map_failed".
21204         (_dl_map_object_from_fd): Pass namespace id to lose.
21205         Added static probe "map_start".
21206         (open_verify): Pass namespace id to lose.
21207         * elf/dl-open.c: Include <stap-probe.h>.
21208         (dl_open_worker) Added static probes "map_complete", "reloc_start"
21209         and "reloc_complete".
21210         * elf/dl-close.c: Include <stap-probe.h>.
21211         (_dl_close_worker): Added static probes "unmap_start" and
21212         "unmap_complete".
21213         * elf/rtld-debugger-interface.txt: New file documenting the above.
21214
21215 2012-07-26  Roland McGrath  <roland@hack.frob.com>
21216
21217         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
21218         rather than a string variable.
21219         * sunrpc/rpc_main.c (h_output): Likewise.
21220         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
21221
21222 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
21223
21224         * inet/check_native.c: New file.
21225
21226 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
21227
21228         [BZ #13629]
21229         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
21230         if larger part has absolute value 1.0.
21231         * math/s_clog10.c (__clog10): Likewise.
21232         * math/s_clog10f.c (__clog10f): Likewise.
21233         * math/s_clog10l.c (__clog10l): Likewise.
21234         * math/s_clogf.c (__clogf): Likewise.
21235         * math/s_clogl.c (__clogl): Likewise.
21236         * math/libm-test.inc (clog_test): Add more tests.
21237         (clog10_test): Likewise.
21238         * sysdeps/i386/fpu/libm-test-ulps: Update.
21239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21240
21241         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
21242         (pltexit): Likewise.
21243         (La_regs): Likewise.
21244         (La_retval): Likewise.
21245         (int_retval): Likewise.
21246         Update #error for removed macros to refer only to definitions in
21247         tst-audit.h.
21248         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
21249         macro.
21250         (pltexit): Likewise.
21251         (La_regs): Likewise.
21252         (La_retval): Likewise.
21253         (int_retval): Likewise.
21254         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
21255         macro.
21256         (pltexit): Likewise.
21257         (La_regs): Likewise.
21258         (La_retval): Likewise.
21259         (int_retval): Likewise.
21260         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
21261         macro.
21262         (pltexit): Likewise.
21263         (La_regs): Likewise.
21264         (La_retval): Likewise.
21265         (int_retval): Likewise.
21266         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
21267         macro.
21268         (pltexit): Likewise.
21269         (La_regs): Likewise.
21270         (La_retval): Likewise.
21271         (int_retval): Likewise.
21272         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
21273         macro.
21274         (pltexit): Likewise.
21275         (La_regs): Likewise.
21276         (La_retval): Likewise.
21277         (int_retval): Likewise.
21278         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
21279         macro.
21280         (pltexit): Likewise.
21281         (La_regs): Likewise.
21282         (La_retval): Likewise.
21283         (int_retval): Likewise.
21284         * sysdeps/generic/tst-audit.h: Update comment to refer only to
21285         macro definitions in tst-audit.h.
21286         * sysdeps/i386/tst-audit.h: New file.
21287         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
21288         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
21289         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
21290         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
21291         * sysdeps/sh/tst-audit.h: Likewise.
21292         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
21293         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
21294         * sysdeps/x86_64/tst-audit.h: Likewise.
21295
21296 2012-07-26  Andreas Jaeger  <aj@suse.de>
21297
21298         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
21299         ptrace.
21300
21301         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
21302         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
21303         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
21304         PTRACE_O_MASK.
21305         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
21306         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
21307         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
21308
21309         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
21310         value.
21311
21312         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
21313         _sigsys.
21314         (si_call_addr, si_syscall, si_arch): Define new macro.
21315         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
21316         _sigsys.
21317         (si_call_addr, si_syscall, si_arch): Define new marcro.
21318         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
21319         _sigsys.
21320         (si_call_addr, si_syscall, si_arch): Define new macro.
21321         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
21322         _sigsys.
21323         (si_call_addr, si_syscall, si_arch): Define new macro.
21324
21325 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
21326
21327         [BZ #13717]
21328         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
21329         Change to 2.4.21 where previously 2.4.1.
21330         * sysdeps/unix/sysv/linux/configure: Regenerated.
21331         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
21332         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
21333         Linux kernel version.
21334         (__ASSUME_STD_AUXV): Remove.
21335         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
21336         kernel version.
21337         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
21338         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
21339         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
21340         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
21341         (__ASSUME_NETLINK_SUPPORT): Likewise.
21342         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
21343         (__no_netlink_support): Remove conditional definition.
21344         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
21345         Remove.
21346         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
21347         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
21348         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
21349         (if_nameindex_ioctl): Remove.
21350         (if_nameindex_netlink): Do not handle __no_netlink_support.
21351         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
21352         code.
21353         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
21354         Remove conditional code.
21355         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
21356         code.
21357         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
21358         unconditional.
21359         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
21360         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
21361         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
21362         Remove.
21363         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
21364         [!__ASSUME_STD_AUXV]: Remove conditional code.
21365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
21366         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
21367         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
21368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
21369         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
21370         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
21371         code.
21372         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
21373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21374         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
21375         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
21376         conditional code.
21377         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
21378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21379         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
21380         code.
21381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21382         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
21383         conditional code.
21384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
21385         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
21386         code unconditional.
21387         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21388         conditional code.
21389         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21390         unconditional.
21391         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21392         conditional code.
21393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21394         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21395         unconditional.
21396         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21397         conditional code.
21398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
21399         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
21400         code unconditional.
21401         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21402         conditional code.
21403         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21404         unconditional.
21405         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21406         conditional code.
21407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
21408         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
21409         code unconditional.
21410         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21411         conditional code.
21412         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21413         unconditional.
21414         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21415         conditional code.
21416
21417 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
21418
21419         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
21420         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
21421         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
21422         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
21423         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
21424         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
21425         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
21426         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
21427         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
21428         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
21429         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
21430         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
21431         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
21432         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
21433         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
21434         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
21435         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
21436         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
21437         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
21438         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
21439         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
21440         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
21441         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
21442
21443 2012-07-25  Florian Weimer  <fweimer@redhat.com>
21444
21445         * Versions.def: Add GLIBC_2.17.
21446         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
21447         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
21448         Introduce __libc_secure_getenv.
21449         * stdlib/Versions (2.17): Add secure_getenv
21450         (GLIBC_PRIVATE): Add __libc_secure_getenv.
21451         * stdlib/secure-getenv.c: Rename __secure_getenv to
21452         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
21453         symbol __secure_getenv for GLIBC_2.0.
21454         * stdlib/tst-secure-getenv.c: New.
21455         * stdlib/Makefile (tests): Add testcase.
21456         * manual/startup.texi (Environment Access): Document
21457         secure_getenv.
21458         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
21459         __libc_secure_getenv.
21460         * inet/ruserpass.c (ruserpass): Likewise.
21461         * malloc/mtrace.c (mtrace): Likewise.
21462         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
21463         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
21464         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
21465         * sysdeps/posix/tempname.c: Likewise.  Evaluate
21466         HAVE_SECURE_GETENV.
21467         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
21468         __secure_getenv to __libc_secure_getenv.
21469         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
21470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21471         Likewise.
21472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
21473         Likewise.
21474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
21475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
21476         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
21477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
21478         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
21479         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
21480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
21481
21482 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
21483
21484         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
21485         (struct La_i86_retval): Likewise.
21486         (struct La_x86_64_regs): Likewise.
21487         (struct La_x86_64_retval): Likewise.
21488         (struct La_x32_regs): Likewise.
21489         (struct La_x32_retval): Likewise.
21490         (struct La_ppc32_regs): Likewise.
21491         (struct La_ppc32_retval): Likewise.
21492         (struct La_ppc64_regs): Likewise.
21493         (struct La_ppc64_retval): Likewise.
21494         (struct La_sh_regs): Likewise.
21495         (struct La_sh_retval): Likewise.
21496         (struct La_s390_32_regs): Likewise.
21497         (struct La_s390_32_retval): Likewise.
21498         (struct La_s390_64_regs): Likewise.
21499         (struct La_s390_64_retval): Likewise.
21500         (struct La_sparc32_regs): Likewise.
21501         (struct La_sparc32_retval): Likewise.
21502         (struct La_sparc64_regs): Likewise.
21503         (struct La_sparc64_retval): Likewise.
21504         (struct audit_ifaces): Remove architecture-specific pltenter and
21505         pltexit members.
21506         * sysdeps/i386/ldsodefs.h: New file.
21507         * sysdeps/powerpc/ldsodefs.h: Likewise.
21508         * sysdeps/s390/ldsodefs.h: Likewise.
21509         * sysdeps/sh/ldsodefs.h: Likewise.
21510         * sysdeps/sparc/ldsodefs.h: Likewise.
21511         * sysdeps/x86_64/ldsodefs.h: Likewise.
21512
21513 2012-07-25  Marek Polacek  <polacek@redhat.com>
21514
21515         [BZ #6808]
21516         * math/libm-test.inc (yn_test): Add another test.
21517         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
21518         to ERANGE when the result is +-Inf.
21519         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21520         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
21521         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
21522         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
21523
21524 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
21525
21526         * conform/data/time.h-data (NULL): Use macro-constant.  Require
21527         equal to 0.
21528         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
21529         clock_t.
21530         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
21531
21532 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
21533
21534         * configure.in <sysdeps resolving>: Correct printing
21535         Implies_before.
21536         * configure: Regenerate.
21537
21538 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
21539
21540         * math/w_ilogb.c: Include <limits.h>.
21541         * math/w_ilogbl.c: Likewise.
21542
21543 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
21544
21545         * manual/lang.texi (__va_copy): Document primarily as ISO C99
21546         va_copy.  Document allowing for unavailable va_copy only as
21547         pre-C99 compatibility.
21548         * manual/string.texi (Copying and Concatenation): Use va_copy
21549         instead of __va_copy in concat example.
21550
21551 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
21552
21553         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
21554         (__sendto): Use create_address_port.  Initialize APORT and deallocate
21555         it if not null.
21556
21557         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
21558         with O_NOLINK passed to __file_name_lookup.
21559
21560         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
21561         with O_NOLINK passed to __file_name_lookup.
21562
21563         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
21564         negative N or less than NGIDS.
21565
21566         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
21567         type to string_t.  Set ERANGE as errno and return it if NAME is not big
21568         enough.  Use memcpy instead of strncpy.
21569
21570 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
21571
21572         * elf/Makefile (check-data): Remove.
21573         (localplt.data): New vpath directive.
21574         ($(objpfx)check-localplt.out): Use localplt.data from vpath
21575         instead of $(check-data).
21576         * scripts/data/localplt-generic.data: Move to ...
21577         * sysdeps/generic/localplt.data: ... here.
21578         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
21579         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
21580         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
21581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
21582         ... here.
21583         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
21584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
21585         ... here.
21586         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
21587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
21588         ... here.
21589         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
21590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
21591         ... here.
21592         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
21593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
21594         ... here.
21595         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
21596         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
21597         ... here.
21598
21599 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21600
21601         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
21602         PPC32 and PPC64 files.
21603         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
21604         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
21605
21606 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21607
21608         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
21609         __makecontext_ret to ...
21610         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
21611         ... here and call exit if uc_link is NULL.  New file.
21612         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
21613         __makecontext_ret.S.
21614         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
21615         __makecontext_ret to ...
21616         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
21617         ... here and call exit if uc_link is NULL.  New file.
21618         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
21619         __makecontext_ret.S.
21620
21621 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21622
21623         * elf/elf.h (R_390_IRELATIVE): New definition.
21624         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
21625         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
21626         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
21627         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
21628         (elf_machine_lazy_rel): Likewise.
21629         * sysdeps/s390/dl-irel.h: New file.
21630         * sysdeps/s390/s390-64/memcpy.S: New asm code.
21631         * sysdeps/s390/s390-64/memset.S: New asm code.
21632         * sysdeps/s390/s390-64/memcmp.S: New asm code.
21633         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
21634         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
21635         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
21636         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
21637         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
21638         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
21639         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
21640         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
21641         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
21642         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
21643         * sysdeps/s390/s390-32/memcpy.S: New asm code.
21644         * sysdeps/s390/s390-32/memset.S: New asm code.
21645         * sysdeps/s390/s390-32/memcmp.S: New asm code.
21646
21647 2012-07-17  Marek Polacek  <polacek@redhat.com>
21648
21649         [BZ #14349]
21650         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
21651         * sysdeps/s390/s390-64/configure.in: Likewise.
21652         * sysdeps/sparc/configure.in: Likewise.
21653         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
21654         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
21655         * sysdeps/i386/configure.in: Likewise.
21656         * sysdeps/x86_64/configure.in: Likewise.
21657         * sysdeps/sh/configure.in: Likewise.
21658         * sysdeps/s390/s390-32/configure: Regenerated.
21659         * sysdeps/s390/s390-64/configure: Likewise.
21660         * sysdeps/x86_64/configure: Likewise.
21661         * sysdeps/sh/configure: Likewise.
21662         * sysdeps/powerpc/powerpc64/configure: Likewise.
21663         * sysdeps/powerpc/powerpc32/configure: Likewise.
21664         * sysdeps/sparc/configure: Likwise.
21665         * sysdeps/i386/configure: Likewise.
21666
21667         * elf/dl-open.c: Comment fixes.
21668
21669 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
21670
21671         * Makefile [CXX] (check-data): Remove.
21672         [CXX] (c++-types.data): New vpath directive.
21673         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
21674         vpath.  Do not allow for C++ type data being missing.
21675         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
21676         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
21677         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
21678         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
21679         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
21680         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
21681         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
21682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
21683         ... here.
21684         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
21685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
21686         ... here.
21687         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
21688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
21689         ... here.
21690         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
21691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
21692         ... here.
21693         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
21694         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
21695         ... here.
21696         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
21697         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
21698         ... here.
21699         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
21700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
21701         ... here.
21702         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
21703         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
21704
21705         * elf/tls-macros.h (TLS_LE): Move architecture-specific
21706         definitions to architecture-specific files.
21707         (TLS_IE): Likewise.
21708         (TLS_LD): Likewise.
21709         (TLS_GD): Likewise.
21710         * sysdeps/i386/tls-macros.h: New file.
21711         * sysdeps/powerpc/tls-macros.h: Likewise.
21712         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
21713         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
21714         * sysdeps/sh/tls-macros.h: Likewise.
21715         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
21716         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
21717         * sysdeps/x86_64/tls-macros.h: Likewise.
21718
21719 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
21720
21721         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
21722         zero value for regular exit case.
21723
21724         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
21725         (__start_context): Preserve zero value for regular exit case.
21726
21727 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
21728             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21729
21730         * manual/setjmp.texi (setcontext): Clarify normal process
21731         termination when uc_link is the null pointer.
21732         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
21733         exit call.
21734
21735 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
21736
21737         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
21738         preprocessor.  Test for each exception mask separately.
21739
21740 2012-07-16  Andreas Jaeger  <aj@suse.de>
21741
21742         * po/ru.po: Update from translation team.
21743
21744 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
21745
21746         * conform/data/string.h-data (NULL): Use macro-constant.  Require
21747         equal to 0.
21748         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
21749         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
21750         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
21751         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
21752         [ISO || ISO99 || ISO11] (*_t): Do not allow.
21753
21754 2012-07-13  Andreas Jaeger  <aj@suse.de>
21755
21756         * po/fr.po: Update from translation team.
21757
21758 2012-07-12  Marek Polacek  <polacek@redhat.com>
21759
21760         [BZ #14173]
21761         * math/libm-test.inc (yn_test): Add test for BZ #14173.
21762         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
21763         loop condition.
21764
21765 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
21766
21767         [BZ #13717]
21768         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
21769         Change to 2.4.1 where previously 2.4.0.
21770         * sysdeps/unix/sysv/linux/configure: Regenerated.
21771         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
21772         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
21773         version.
21774         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
21775         (__ASSUME_AT_CLKTCK): Remove.
21776         (__ASSUME_AT_PAGESIZE): Likewise.
21777         (__ASSUME_AT_XID): Likewise.
21778         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
21779         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
21780         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
21781         unconditionally.
21782         (HAVE_AUX_PAGESIZE): Likewise.
21783         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
21784         [__ASSUME_AT_CLKTCK]: Make code unconditional.
21785         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
21786
21787 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
21788
21789         [BZ #14307]
21790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
21791         the temporary buffer used to invoke __gethostbyname2_r,
21792         __gethostbyaddr_r and gethostbyname4_r to make room for struct
21793         host_data / struct gaih_addrtuple.
21794         * resolv/nss_dns/dns-host.c (global scope): Move definition of
21795         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
21796         header file nss/nsswitch.h.
21797         * nss/nsswitch.h (global scope): Add definition of implementation
21798         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
21799         resolv/nss_dns/dns-host.c).
21800
21801 2012-07-11  Andreas Jaeger  <aj@suse.de>
21802
21803         * po/fr.po: Update from translation team.
21804
21805         * po/sv.po: Update from translation team
21806         * po/fr.po: Another update from translation team.
21807
21808 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21809
21810         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
21811         for subnormals or multiply small sinh result by itself.
21812         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
21813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21814
21815 2012-07-11  David S. Miller  <davem@davemloft.net>
21816
21817         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21818
21819 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
21820
21821         [BZ #14347]
21822         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
21823         (INTERNAL_MARK): Shift it here.
21824
21825 2012-07-10  Marek Polacek  <polacek@redhat.com>
21826
21827         [BZ #14151]
21828         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
21829         libc_cv_asm_global_directive with .globl.
21830         * configure: Regenerated.
21831         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
21832         with .globl.
21833         * sysdeps/i386/configure: Regenerated.
21834         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
21835         with .globl.
21836         * sysdeps/x86_64/configure: Regenerated.
21837         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
21838         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
21839         * elf/tst-unique2mod2.c: Likewise.
21840         * elf/tst-unique2mod1.c: Likewise.
21841         * elf/tst-unique1mod2.c: Likewise.
21842         * elf/tst-unique1mod1.c: Likewise.
21843         * sysdeps/s390/s390-32/sysdep.h: Likewise.
21844         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
21845         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21846         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
21847         * sysdeps/mach/sysdep.h: Likewise.
21848         * sysdeps/i386/sysdep.h: Likewise.
21849         * sysdeps/i386/i386-mcount.S: Likewise.
21850         * sysdeps/x86_64/_mcount.S: Likewise.
21851         * sysdeps/x86_64/sysdep.h: Likewise.
21852         * sysdeps/sh/_mcount.S: Likewise.
21853         * sysdeps/sh/sysdep.h: Likewise.
21854         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
21855         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
21856         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
21857         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
21858         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
21859         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
21860         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
21861         * locale/localeinfo.h: Likewise.
21862         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
21863         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
21864
21865 2012-07-09  Roland McGrath  <roland@hack.frob.com>
21866
21867         [BZ #14336]
21868         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
21869         system".
21870         * manual/message.texi (The Uniforum approach): Likewise.
21871         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
21872         (glibc iconv Implementation): Likewise.
21873
21874 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
21875
21876         [BZ #14337]
21877         * math/s_clog.c (__clog): Avoid scaling a value down where that
21878         could result in underflow.
21879         * math/s_clog10.c (__clog10): Likewise.
21880         * math/s_clog10f.c (__clog10f): Likewise.
21881         * math/s_clog10l.c (__clog10l): Likewise.
21882         * math/s_clogf.c (__clogf): Likewise.
21883         * math/s_clogl.c (__clogl): Likewise.
21884         * math/libm-test.inc (clog_test): Add more tests.
21885         (clog10_test): Likewise.
21886         * sysdeps/i386/fpu/libm-test-ulps: Update.
21887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21888
21889 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
21890
21891         [BZ #14283]
21892         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
21893         by 7 not 8 to examine high bit of fractional part.
21894
21895         [BZ #14042]
21896         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
21897         for call to __mcount_internal.
21898         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
21899         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
21900         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
21901
21902 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
21903
21904         [BZ #14154]
21905         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
21906         approximation for values within 0x1p-13f of an odd multiple of
21907         pi/4.
21908         * math/libm-test.inc (tan_test): Do not allow spurious underflow
21909         exception.  Add more tests.
21910         * sysdeps/i386/fpu/libm-test-ulps: Update.
21911
21912         [BZ #6778]
21913         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
21914         inputs and return -1 for them.  Do not check for +Inf in case not
21915         reachable for +Inf.
21916         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21917         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
21918         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
21919         and return -1 for them.  Do not check for +Inf in case not
21920         reachable for +Inf.
21921         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
21922         define.
21923         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
21924         and return -1 for them.  Do not check for +Inf in case not
21925         reachable for +Inf.
21926         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
21927         spurious underflow.
21928         * sysdeps/i386/fpu/libm-test-ulps: Update.
21929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21930
21931 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
21932
21933         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
21934
21935 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
21936
21937         [BZ #14157]
21938         [BZ #14331]
21939         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
21940         could result in spurious underflow.  Scale down values above
21941         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
21942         * math/s_csqrtf.c (__csqrtf): Likewise.
21943         * math/s_csqrtl.c (__csqrtl): Likewise.
21944         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
21945         spurious underflow.
21946         * sysdeps/i386/fpu/libm-test-ulps: Update.
21947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21948
21949 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
21950
21951         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
21952         xopen-msg.sed.
21953         * catgets/xopen-msg.awk: New file.
21954         * catgets/xopen-msg.sed: Removed.
21955
21956         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
21957         po2text.sed.
21958         * intl/po2test.awk: New file.
21959         * intl/po2test.sed: Removed.
21960
21961 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
21962
21963         [BZ #14328]
21964         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
21965         or multiply small sinh result by itself.
21966         * math/s_ctanf.c (__ctanf): Likewise.
21967         * math/s_ctanh.c (__ctanh): Likewise.
21968         * math/s_ctanhf.c (__ctanhf): Likewise.
21969         * math/s_ctanhl.c (__ctanhl): Likewise.
21970         * math/s_ctanl.c (__ctanl): Likewise.
21971         * math/libm-test.inc (ctan_test_tonearest): New function.
21972         (ctan_test_towardzero): Likewise.
21973         (ctan_test_downward): Likewise.
21974         (ctan_test_upward): Likewise.
21975         (ctanh_test_tonearest): Likewise.
21976         (ctanh_test_towardzero): Likewise.
21977         (ctanh_test_downward): Likewise.
21978         (ctanh_test_upward): Likewise.
21979         (main): Call these new functions.
21980         * sysdeps/i386/fpu/libm-test-ulps: Update.
21981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21982
21983 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
21984
21985         * .gitignore: Delete /ports entry.
21986
21987 2012-07-03  Andreas Jaeger  <aj@suse.de>
21988
21989         * po/bg.po: Update from translation team.
21990         * po/cs.po: Likewise.
21991         * po/de.po: Likewise.
21992         * po/hr.po: Likewise.
21993         * po/nl.pl: Likewise.
21994         * po/pl.po: Likewise.
21995         * po/vi.po: Likewise.
21996
21997 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
21998
21999         * Makeconfig [!+link] (+link-before-libc): New variable.
22000         [!+link] (+link-after-libc): Likewise.
22001         [!+link] (+link-tests): Likewise.
22002         [!+link] (+link): Define in terms of $(+link-before-libc) and
22003         $(+link-after-libc).
22004         [!+link-static] (+link-static-before-libc): New variable.
22005         [!+link-static] (+link-static-after-libc): Likewise.
22006         [!+link-static] (+link-static-tests): Likewise.
22007         [!+link-static] (+link-static): Define in terms of
22008         $(+link-static-before-libc) and $(+link-static-after-libc).
22009         [build-shared] (link-libc-before-gnulib): New variable.
22010         [build-shared] (link-libc-tests): Likewise.
22011         [build-shared] (link-libc): Define in terms of
22012         $(link-libc-before-gnulib).
22013         [!build-shared] (link-libc-tests): New variable.
22014         (link-libc-static-tests): New variable.
22015         [!gnulib] (gnulib-arch): New variable.
22016         [!gnulib] (gnulib-tests): Likewise.
22017         [!gnulib] (static-gnulib-arch): Likewise.
22018         [!gnulib] (static-gnulib-tests): Likewise.
22019         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
22020         Define with "=" instead of ":=".
22021         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
22022         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
22023         * Rules (binaries-all-notests): New variable.
22024         (binaries-all-tests): Likewise.
22025         (binaries-static-notests): Likewise.
22026         (binaries-static-tests): Likewise.
22027         (binaries-all): Define using $(binaries-all-notests) and
22028         $(binaries-all-tests).
22029         (binaries-static): Define using $(binaries-static-notests) and
22030         $(binaries-static-tests).
22031         (binaries-shared-tests): New variable.
22032         (binaries-shared-notests): Likewise.
22033         (binaries-shared): Remove variable.
22034         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
22035         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
22036         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
22037         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
22038         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
22039         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
22040         * elf/Makefile (sln-modules): New variable.
22041         (extra-objs): Add $(sln-modules:=.o).
22042         (ldconfig-modules): Add static-stubs.
22043         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
22044         * elf/static-stubs.c: New file.
22045
22046         [BZ #14283]
22047         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
22048         by 7 not 8 to examine high bit of fractional part.  Use volatile
22049         variables when splitting into final array of floats if
22050         __FLT_EVAL_METHOD__ != 0.
22051         * math/libm-test.inc (cos_test): Add another test.
22052         (sin_test): Likewise.
22053         * sysdeps/i386/fpu/libm-test-ulps: Update.
22054
22055         [BZ #14273]
22056         * math/libm-test.inc (cosh_test): Add more tests.
22057
22058         * version.h (RELEASE): Set to "development".
22059         (VERSION): Set to "2.16.90".
22060
22061 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
22062
22063         * NEWS: Update copyright. Remove last-updated date.
22064         Mention math library bug fixes and timezone data changes.
22065         * README: Mention GNU/Hurd, x32, and HPPA support status.
22066
22067 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
22068
22069         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
22070
22071 2012-06-27  Andreas Jaeger  <aj@suse.de>
22072
22073         * manual/contrib.texi (Contributors): Add Samuel Thibault.
22074
22075 2012-06-25  Andreas Jaeger  <aj@suse.de>
22076
22077         * sysdeps/s390/fpu/libm-test-ulps: Update.
22078
22079 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
22080             Thomas Schwinge  <thomas@codesourcery.com>
22081
22082         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
22083         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
22084         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
22085         fanotify_mark.
22086
22087 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
22088
22089         * sysdeps/mach/start.c: Remove file.
22090         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
22091         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
22092         * sysdeps/sh/init-first.c: Likewise.
22093
22094         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
22095         registers for frame unwinding purposes, add CFI directives.
22096         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
22097         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
22098         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
22099         Likewise.
22100
22101         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
22102         __fortify_fail returning.
22103         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
22104
22105         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
22106         sysdeps/sh/____longjmp_chk.S.
22107         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
22108         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
22109         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
22110         (gen-as-const-headers): Append sigaltstack-offsets.sym.
22111
22112         * sysdeps/sh/abort-instr.h: New file.
22113         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
22114         process in case exit returns.
22115
22116         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
22117         initialize the GOT register before use.
22118
22119         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
22120         calculation of ARGC > 4.
22121
22122         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
22123         meaningful names to some local labels.
22124
22125 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
22126             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22127
22128         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
22129         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
22130         (__arch_compare_and_exchange_val_16_acq): Likewise.
22131         (__arch_compare_and_exchange_val_32_acq): Likewise.
22132         (atomic_exchange_and_add): Fix gUSA sequence.
22133         (atomic_add): Likewise.
22134         (atomic_add_negative): Likewise.
22135         (atomic_add_zero): Likewise.
22136         (atomic_bit_test_set): Likewise.
22137
22138 2012-06-22  Andreas Schwab  <schwab@redhat.com>
22139
22140         [BZ #13579]
22141         * include/link.h (struct link_map): Add l_free_initfini.
22142         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
22143         l_initfini.
22144         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
22145         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
22146         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
22147         set.
22148
22149 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
22150
22151         * configure.in: Use AC_LANG_SOURCE.
22152         * configure: Regenerate.
22153
22154 2012-06-22  Roland McGrath  <roland@hack.frob.com>
22155
22156         * configure.in (libc_cv_localstatedir): New substituted variable.
22157         * configure: Regenerated.
22158         * config.make.in (localstatedir): New variable, substituted from
22159         libc_cv_localstatedir.
22160         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
22161         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
22162         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
22163         * sysdeps/gnu/configure: Regenerated.
22164
22165 2012-06-21  Jeff Law  <law@redhat.com>
22166
22167         [BZ #14277]
22168         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
22169         free.  Simplify list management for _LIBC case.
22170
22171 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
22172
22173         [BZ #14273]
22174         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
22175         Clear sign bit of 64-bit integer value before comparing against
22176         overflow value.
22177
22178         * sysdeps/mach/configure: Regenerated.
22179
22180 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
22181
22182         [BZ #14278]
22183         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
22184
22185 2012-06-21  Jeff Law  <law@redhat.com>
22186
22187         [BZ #13882]
22188         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
22189         uint16_t for elements in the "seen" array to avoid char overflows.
22190         * elf/dl-fini.c (_dl_sort_fini): Likewise.
22191         * elf/dl-open.c (dl_open_worker): Likewise.
22192
22193 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
22194
22195         * scripts/list-sources.sh: Scan PORTS for translations.
22196         * po/libc.pot: Regenerated.
22197
22198 2012-06-21  Andreas Jaeger  <aj@suse.de>
22199
22200         [BZ #12194]
22201         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
22202         warning.
22203         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
22204         * bits/byteswap-16.h (__bswap_16): Likewise.
22205         * bits/byteswap.h (__bswap_constant_16): Likewise.
22206
22207 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
22208
22209         [BZ #14117]
22210         * sysdeps/i386/fpu_control.h: Removed.
22211         * sysdeps/x86_64/fpu_control.h: Moved to ...
22212         * sysdeps/x86/fpu_control.h: Here.
22213
22214         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
22215         (_FPU_SETCW): Likewise.
22216
22217 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
22218
22219         [BZ #14117]
22220         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
22221         * sysdeps/x86/fpu/bits/mathinline.h: This.
22222         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
22223
22224         [BZ #14050]
22225         [BZ #14117]
22226         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
22227         functions if __x86_64__ is defined.
22228
22229 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
22230
22231         * string/endian.h: Add !__ASSEMBLER__ condition for including
22232         conversion interfaces.
22233
22234 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
22235
22236         [BZ #14241]
22237         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
22238         of ABS(x) in calculating zero to negative powers other than odd
22239         integers.
22240         * math/libm-test.inc (pow_test): Add more tests.
22241
22242 2012-06-15  Andreas Jaeger  <aj@suse.de>
22243
22244         * manual/contrib.texi (Contributors): Update entry of Liubov
22245         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
22246         Machado Filho.
22247
22248 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
22249
22250         * string/string.h: Add __wur to GNU version of strerror_r.
22251
22252 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
22253
22254         [BZ #14229]
22255         * string/Makefile (tests): Add tst-strtok_r.
22256         * string/tst-strtok_r.c: New file.
22257         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
22258         RAX_LP/RDX_LP on SAVE_PTR.
22259
22260 2012-06-14  Roland McGrath  <roland@hack.frob.com>
22261
22262         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
22263
22264 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
22265
22266         * libm_test.inc (csqrt_test): Allow more spurious underflow
22267         exceptions.
22268         (j0_test): Likewise.
22269         (j1_test): Likewise.
22270         (y0_test): Likewise.
22271         (y1_test): Likewise.
22272
22273 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
22274
22275         * po/Makefile (libc.pot): Use UTF-8 charset.
22276
22277 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
22278
22279         [BZ #14210]
22280         Suppress sign-conversion warning from FD_SET.
22281         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
22282         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
22283         not unsigned long int.
22284         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
22285
22286 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
22287
22288         [BZ #14050]
22289         [BZ #14117]
22290         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
22291         __extern_always_inline instead of __extern_inline.
22292         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
22293         (__signbit): Likewise.
22294         (__signbitl): Support C++ namespace.
22295         (lrintf): New inline function.
22296         (lrint): Likewise.
22297         (llrintf): Likewise.
22298         (llrint): Likewise.
22299         (fmaxf): Likewise.
22300         (fmax): Likewise.
22301         (fminf): Likewise.
22302         (fmin): Likewise.
22303         (rint): Likewise.
22304         (rintf): Likewise.
22305         (ceil): Likewise.
22306         (ceilf): Likewise.
22307         (floor): Likewise.
22308         (floorf): Likewise.
22309         (nearbyint): Likewise.
22310         (nearbyintf): Likewise.
22311
22312 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
22313
22314         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
22315         non-default versions.
22316
22317 2012-06-11  Roland McGrath  <roland@hack.frob.com>
22318
22319         [BZ #14218]
22320         * manual/argp.texi (Argp): Reword argp_parse description slightly.
22321
22322 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
22323
22324         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
22325         (FE_UPWARD, FE_DOWNWARD): Don't define.
22326         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
22327         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
22328
22329         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
22330         reading it.
22331         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
22332         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
22333
22334 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22335
22336         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
22337         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
22338         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
22339         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
22340
22341 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
22342
22343         [BZ #14117]
22344         * sysdeps/i386/fpu/bits/fenv.h: Removed.
22345         * sysdeps/i386/fpu/Implies: New file.
22346         * sysdeps/x86_64/fpu/Implies: Likewise.
22347         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
22348         * sysdeps/x86/fpu/bits/fenv.h: This.
22349
22350         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
22351         __SSE_MATH__.
22352
22353 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22354
22355         [BZ #14134]
22356         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
22357         character 0xffff that matches the last element of the
22358         conversion table.
22359
22360 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22361
22362         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
22363         fmodl commit.
22364
22365 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22366
22367         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
22368         values higher than 25.6283.
22369
22370 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22371
22372         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
22373         subnormal exponent extraction and add some __builtin_expect.
22374         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
22375         Fix for subnormal mantissa calculation.
22376
22377 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
22378
22379         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
22380         cpu2 is -1 and errno is not ENOSYS.
22381
22382 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
22383
22384         [BZ #14117]
22385         * sysdeps/i386/i486/bits/string.h: Renamed to ...
22386         * sysdeps/x86/bits/string.h: This.
22387         * sysdeps/x86_64/bits/string.h: Removed.
22388
22389         * sysdeps/i386/i486/bits/string.h: Define inline functions only
22390         if not compiling for x86-64, but compiling for >= i486.
22391
22392         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
22393         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
22394
22395         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
22396         New macro from Linux kernel 3.4.0.
22397         (FP_XSTATE_MAGIC2): Likewise.
22398         (FP_XSTATE_MAGIC2_SIZE): Likewise.
22399         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
22400         (struct _fpx_sw_bytes): New struct.
22401         (struct _xsave_hdr): Likewise.
22402         (struct _ymmh_state): Likewise.
22403         (struct _xstate): Likewise.
22404
22405         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
22406         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
22407         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
22408         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
22409         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
22410         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
22411
22412         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
22413         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
22414         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
22415         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
22416         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
22417         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
22418
22419 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22420
22421         [BZ #13743]
22422         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
22423         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
22424         (sysdep_headers): Include sys/platform/ppc.h.
22425         * sysdeps/powerpc/test-gettimebase.c: Test for
22426         __ppc_get_timebase() to catch future ISA opcode/insn changes.
22427         * manual/Makefile (appendices): Include platform.texi.
22428         * manual/contrib.texi (Contributors): Update @node pointers.
22429         * manual/maint.texi (Maintenance): Likewise.
22430         (Platform): New node.
22431         * manual/platform.texi: New file.  Document the new features.
22432
22433 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22434             Jakub Jelinek  <jakub@redhat.com>
22435
22436         [BZ #14188]
22437         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
22438         where __builtin_expect is unavailable.
22439
22440 2012-06-03  David S. Miller  <davem@davemloft.net>
22441
22442         * stdlib/longlong.h: Updated from GCC.
22443
22444 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
22445
22446         [BZ #14042]
22447         * sysdeps/powerpc/powerpc32/mcount.c: New file.
22448         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
22449         __mcount_internal.
22450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
22451         (GLIBC_2.16): Likewise.
22452
22453 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
22454
22455         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
22456
22457 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
22458
22459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
22460         (default-abi): New variable.
22461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
22462         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
22463         variable.
22464         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
22465         Likewise.
22466         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
22467         Likewise.
22468         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
22469         Likewise.
22470
22471         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
22472         definition.  Document in comment.
22473
22474 2012-06-01  David S. Miller  <davem@davemloft.net>
22475
22476         * stdlib/longlong.h: Updated from GCC.
22477
22478 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
22479
22480         [BZ #14117]
22481         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
22482         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
22483         sys/debugreg.h sys/io.h here.
22484         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
22485         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
22486         sys/io.h.
22487         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
22488         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
22489         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
22490         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
22491         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
22492         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
22493
22494         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
22495         Define only if __x86_64__ is defined.
22496
22497 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
22498
22499         [BZ #14048]
22500         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
22501         Use int64_t for variable i.
22502         * math/libm-test.inc (fmod_test): Add more tests.
22503
22504         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
22505         z computation is not scheduled after fetestexcept.
22506         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
22507         Use math_force_eval instead of asm to ensure calculation scheduled
22508         before exception test.
22509         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
22510         Ensure a1 + u.d computation is not scheduled after fetestexcept.
22511
22512 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
22513
22514         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
22515         computation is not scheduled after fetestexcept.
22516
22517 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
22518
22519         [BZ #14117]
22520         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
22521         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
22522
22523 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22524
22525         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
22526         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
22527
22528 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
22529
22530         [BZ #14117]
22531         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
22532         <bits/wordsize.h>.
22533         (__WCHAR_MIN): Support __WORDSIZE == 64.
22534         (__WCHAR_MAX): Likewise.
22535
22536         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
22537         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
22538
22539         [BZ #14183]
22540         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
22541         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
22542
22543         [BZ #14117]
22544         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
22545         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
22546
22547         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
22548         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
22549
22550         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
22551         Defined to 1 if __x86_64__ isn't defined.
22552         (_STAT_VER_LINUX_OLD): New.
22553         (st_atime): Remove duplicate.
22554         (st_mtime): Likewise.
22555         (st_ctime): Likewise.
22556
22557 2012-05-31  David S. Miller  <davem@davemloft.net>
22558
22559         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
22560         entries.
22561
22562 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
22563
22564         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
22565         gen-libm-test.pl.
22566
22567         [BZ #14132]
22568         * elf/dl-reloc.c: Include <_itoa.h>.
22569         (_dl_reloc_bad_type): Remove use of INTUSE.
22570         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
22571         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
22572         * stdio-common/psiginfo.c (psiginfo): Likewise.
22573         * stdio-common/psignal.c (psignal): Likewise.
22574         * string/strsignal.c (strsignal): Likewise.
22575         * include/signal.h (_sys_siglist): Declare hidden proto.
22576         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
22577         INTVARDEF with libc_hidden_data_def.
22578         * stdio-common/itoa-udigits.c: Likewise.
22579         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
22580         (_itoa_lower_digits_internal): Remove declaration.
22581         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
22582         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
22583         (_sys_sigabbrev_internal): Remove aliases.
22584         (_sys_siglist): Define hidden alias.
22585
22586 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
22587
22588         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22589         bits/sysctl.h.
22590
22591 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
22592
22593         [BZ #14117]
22594         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
22595         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
22596
22597         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
22598         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
22599         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
22600         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
22601         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
22602         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
22603
22604         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
22605         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
22606         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
22607
22608         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
22609         with __addr.
22610         (insw): Likewise.
22611         (insl): Likewise.
22612         (outsb): Likewise.
22613         (outsw): Likewise.
22614         (outsl): Likewise.
22615
22616         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
22617         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
22618         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
22619
22620         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
22621         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
22622         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
22623         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
22624         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
22625         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
22626
22627         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
22628         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
22629
22630         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
22631         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
22632
22633         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
22634         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
22635         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
22636
22637         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
22638         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
22639         to ...
22640         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
22641
22642         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
22643         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
22644         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
22645
22646         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
22647         for x86-64.
22648         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
22649
22650 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
22651
22652         * math/math.h (M_El): Use two more decimal places.
22653         (M_LOG2El): Likewise.
22654         (M_LOG10El): Likewise.
22655         (M_LN2l): Likewise.
22656         (M_LN10l): Likewise.
22657         (M_PIl): Likewise.
22658         (M_PI_2l): Likewise.
22659         (M_PI_4l): Likewise.
22660         (M_1_PIl): Likewise.
22661         (M_2_PIl): Likewise.
22662         (M_2_SQRTPIl): Likewise.
22663         (M_SQRT2l): Likewise.
22664         (M_SQRT1_2l): Likewise.
22665
22666 2012-05-31  David S. Miller  <davem@davemloft.net>
22667
22668         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
22669         values between float registers.
22670         * sysdeps/sparc/sparc64/memset.S: Likewise.
22671         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
22672
22673 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
22674
22675         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
22676         -D_FORTIFY_SOURCE=1.
22677         (CPPFLAGS-tst-longjmp_chk.c): Define.
22678         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
22679         (CPPFLAGS-tst-longjmp_chk2.c): Define.
22680         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
22681         CFLAGS-tst-wchar-h.c.
22682
22683 2012-05-31  Marek Polacek  <polacek@redhat.com>
22684
22685         [BZ #14132]
22686         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
22687         __endmntent_internal): Remove declaration.
22688         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
22689         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
22690         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
22691
22692 2012-05-30  David S. Miller  <davem@davemloft.net>
22693
22694         * sysdeps/sparc/sparc32/soft-fp/q_util.c
22695         (___Q_simulate_exceptions): Use real FP ops rather than writing
22696         into the %fsr.
22697         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
22698         Likewise.
22699
22700 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22701
22702         [BZ #14117]
22703         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
22704         * sysdeps/x86/bits/xtitypes.h: This.
22705
22706         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
22707         * sysdeps/x86/bits/wordsize.h: This.
22708
22709         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
22710         * sysdeps/x86/bits/huge_vall.h: This.
22711
22712         * sysdeps/i386/bits/select.h: Removed.
22713         * sysdeps/x86_64/bits/select.h: Renamed to ...
22714         * sysdeps/x86/bits/select.h: This.
22715
22716         * sysdeps/i386/bits/setjmp.h: Removed.
22717         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
22718         * sysdeps/x86/bits/setjmp.h: This.
22719
22720         * sysdeps/i386/bits/mathdef.h: Removed.
22721         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
22722         * sysdeps/x86/bits/mathdef.h: This.
22723
22724 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
22725
22726         [BZ #14132]
22727         * include/sys/socket.h (__connect_internal)
22728         (__libc_sa_len_internal): Remove declaration.
22729         (__connect, __libc_sa_len): Declare hidden_proto.
22730         (SA_LEN): Remove use of INTUSE.
22731         * socket/connect.c: Add libc_hidden_def.
22732         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
22733         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
22734         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
22735         alias.
22736         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
22737         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
22738         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
22739         of adding _internal alias.
22740
22741 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22742
22743         [BZ #14117]
22744         * sysdeps/i386/bits/link.h: Removed.
22745         * sysdeps/i386/bits/linkmap.h: Likewise.
22746         * sysdeps/x86_64/bits/link.h: Renamed to ...
22747         * sysdeps/x86/bits/link.h: This.
22748         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
22749         * sysdeps/x86/bits/linkmap.h: This.
22750
22751         * sysdeps/i386/bits/endian.h: Removed.
22752         * sysdeps/x86_64/bits/endian.h: Renamed to ...
22753         * sysdeps/x86/bits/endian.h: This.
22754
22755         * sysdeps/i386/bits/byteswap.h: Removed.
22756         * sysdeps/i386/bits/byteswap-16.h: Likewise.
22757         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
22758         * sysdeps/x86/bits/byteswap.h: This.
22759         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
22760         * sysdeps/x86/bits/byteswap-16.h: This.
22761         * sysdeps/i386/Implies: Add x86.
22762         * sysdeps/x86_64/Implies: Likewise.
22763
22764 2012-05-30  David S. Miller  <davem@davemloft.net>
22765
22766         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
22767         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
22768         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
22769         (FP_TRAPPING_EXCEPTIONS): Define.
22770         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
22771         (FP_TRAPPING_EXCEPTIONS): Define.
22772         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
22773         subnormals only when inexact has been signalled or underflow
22774         exceptions are enabled.
22775         (_FP_PACK_CANONICAL): Likewise.
22776
22777 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22778
22779         [BZ #14183]
22780         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
22781         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
22782
22783 2012-05-30  Richard Henderson  <rth@twiddle.net>
22784
22785         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
22786         with #ifndef NOT_IN_libc.
22787
22788         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
22789         marked to avoid plt entry.
22790
22791 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22792
22793         [BZ #14112]
22794         * Makeconfig (default-abi): New macro.
22795         (abi-includes): Likewise.
22796         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
22797         $(abi-$(default-abi)-lib-soname) for soname if defined.
22798         ($(common-objpfx)gnu/lib-names.stmp): Generate from
22799         abi-variants.
22800         * Makefile (installed-stubs): Likewise.
22801         * include/stubs-biarch.h: Removed.
22802         * scripts/lib-names.awk: Only handle one library at a time.
22803         * scripts/soversions.awk: Remove WORDSIZE support.
22804         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
22805         entries.
22806         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
22807         Removed.
22808         (syscall-list-default-condition): Likewise.
22809         (syscall-list-default-condition): Likewise.
22810         (syscall-list-includes): Likewise.
22811         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
22812         syscall-list-* with abi-*.  Handle undefined abi-variants.
22813         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
22814         * sysdeps/unix/sysv/linux/i386/Implies: New file.
22815         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
22816         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
22817         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
22818         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
22819         Removed.
22820         (syscall-list-32-options): Likewise.
22821         (syscall-list-32-condition): Likewise.
22822         (syscall-list-64-options): Likewise.
22823         (syscall-list-64-condition): Likewise.
22824         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
22825         macro.
22826         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
22827         Renamed to ...
22828         (abi-*): This.
22829         (abi-64-ld-soname): New macro.
22830         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
22831         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
22832         Renamed to ...
22833         (abi-*): This.
22834         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
22835         * sysdeps/x86_64/x32/shlib-versions: Likewise.
22836
22837 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
22838
22839         * sysdeps/unix/sysv/linux/kernel-features.h
22840         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
22841         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
22842         include <kernel-features.h>.
22843         [!__NR_ftruncate64]: Remove conditional code.
22844         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22845         [__NR_ftruncate64]: Make code unconditional.
22846         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22847         * sysdeps/unix/sysv/linux/truncate64.c: Do not
22848         include <kernel-features.h>.
22849         [!__NR_ftruncate64]: Remove conditional code.
22850         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22851         [__NR_ftruncate64]: Make code unconditional.
22852         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
22854         include <kernel-features.h>.
22855         [!__NR_ftruncate64]: Remove conditional code.
22856         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22857         [__NR_ftruncate64]: Make code unconditional.
22858         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
22860         include <kernel-features.h>.
22861         [!__NR_ftruncate64]: Remove conditional code.
22862         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22863         [__NR_ftruncate64]: Make code unconditional.
22864         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22865
22866         * configure.in (libc_cv_fpie): Weaken to a compile test using
22867         LIBC_TRY_CC_OPTION.
22868         * configure: Regenerated.
22869
22870 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22871
22872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
22873         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
22874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
22875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22876         Refreshed.
22877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
22878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
22879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
22880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
22881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
22882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22883         Refreshed.
22884
22885 2012-05-27  David S. Miller  <davem@davemloft.net>
22886
22887         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
22888         (___Q_zero): New.
22889         (__Q_simulate_exceptions): Return void.  Change to simulate
22890         exceptions by writing into the %fsr.
22891         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
22892         (__Qp_handle_exceptions): Likewise.
22893         (numbers): Delete.
22894         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
22895         __Qp_handle_exceptions.
22896         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
22897         __Qp_handle_exceptions.
22898         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
22899         as unused and give dummy FP_RND_NEAREST initializer.
22900         (FP_INHIBIT_RESULTS): Define.
22901         (___Q_simulate_exceptions): Update declaration.
22902         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
22903         formatting.
22904         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
22905         as unused and give dummy FP_RND_NEAREST initializer.
22906         (__Qp_handle_exceptions): Update declaration.
22907         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
22908         formatting.
22909
22910 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
22911
22912         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
22913         the temporary FPU control word.
22914         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
22915         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
22916         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
22917         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
22918         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22919         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
22920         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
22921         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
22922         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
22923         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
22924         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
22925
22926 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22927
22928         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
22929         fields.
22930
22931 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
22932
22933         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
22934         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
22935         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
22936         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
22937         Likewise.
22938         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
22939         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
22940         Likewise.
22941
22942 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
22943
22944         * po/h.po: Update from translation team.
22945
22946 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
22947
22948         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
22949
22950         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
22951         handling of denormals.
22952         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
22953         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
22954         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
22955         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
22956         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22957         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
22958         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
22959         Likewise.
22960
22961 2012-05-26  Marek Polacek  <polacek@redhat.com>
22962
22963         [BZ #14152]
22964         * math/libm-test.inc (fma_test): Don't always expect underflow
22965         exception.
22966
22967 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22968
22969         [BZ #12416]
22970         * elf/tst-execstack.c: Include stackinfo.h.
22971         (do_test): Adjust test case to ensure that pthread_getattr_np
22972         behaviour remains the same after marking stack executable.
22973
22974 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
22975
22976         * sysdeps/unix/sysv/linux/kernel-features.h
22977         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
22978         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
22979         kernel-features.h.
22980         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
22981         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
22982         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
22983         kernel-features.h.
22984         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
22985         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
22986
22987 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22988
22989         * configure.in: Define the default includes to being none.
22990         * configure: Regenerated.
22991
22992 2012-05-25  Roland McGrath  <roland@hack.frob.com>
22993
22994         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
22995         * sysdeps/x86_64/setjmp.S: Likewise.
22996         * sysdeps/i386/bsd-setjmp.S: Likewise.
22997         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22998         * sysdeps/i386/setjmp.S: Likewise.
22999         * sysdeps/i386/__longjmp.S: Likewise.
23000         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
23001         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
23002
23003         * include/stap-probe.h: New file.
23004         * configure.in: Handle --enable-systemtap.
23005         * configure: Regenerated.
23006         * config.h.in (USE_STAP_PROBE): New #undef.
23007         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
23008         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
23009         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
23010
23011 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
23012
23013         [BZ #13717]
23014         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
23015         to 2.4.0 where earlier.
23016         * sysdeps/unix/sysv/linux/configure: Regenerated.
23017         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
23018         <kernel-features.h>.
23019         [__ASSUME_32BITUIDS]: Make code unconditional.
23020         [!__ASSUME_32BITUIDS]: Remove conditional code.
23021         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
23022         <kernel-features.h>.
23023         [__ASSUME_32BITUIDS]: Make code unconditional.
23024         [!__ASSUME_32BITUIDS]: Remove conditional code.
23025         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
23026         [__ASSUME_32BITUIDS]: Make code unconditional.
23027         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
23028         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
23029         <kernel-features.h>.
23030         [__ASSUME_32BITUIDS]: Make code unconditional.
23031         [!__ASSUME_32BITUIDS]: Remove conditional code.
23032         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
23033         <kernel-features.h>.
23034         [__ASSUME_32BITUIDS]: Make code unconditional.
23035         [!__ASSUME_32BITUIDS]: Remove conditional code.
23036         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
23037         <kernel-features.h>.
23038         [__ASSUME_32BITUIDS]: Make code unconditional.
23039         [!__ASSUME_32BITUIDS]: Remove conditional code.
23040         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
23041         <kernel-features.h>.
23042         [__ASSUME_32BITUIDS]: Make code unconditional.
23043         [!__ASSUME_32BITUIDS]: Remove conditional code.
23044         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
23045         <kernel-features.h>.
23046         [__ASSUME_32BITUIDS]: Make code unconditional.
23047         [!__ASSUME_32BITUIDS]: Remove conditional code.
23048         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
23049         <kernel-features.h>.
23050         [__ASSUME_32BITUIDS]: Make code unconditional.
23051         [!__ASSUME_32BITUIDS]: Remove conditional code.
23052         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
23053         <kernel-features.h>.
23054         [__ASSUME_32BITUIDS]: Make code unconditional.
23055         [!__ASSUME_32BITUIDS]: Remove conditional code.
23056         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
23057         <kernel-features.h>.
23058         [__ASSUME_32BITUIDS]: Make code unconditional.
23059         [!__ASSUME_32BITUIDS]: Remove conditional code.
23060         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
23061         <kernel-features.h>.
23062         [__ASSUME_32BITUIDS]: Make code unconditional.
23063         [!__ASSUME_32BITUIDS]: Remove conditional code.
23064         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
23065         <kernel-features.h>.
23066         [__ASSUME_32BITUIDS]: Make code unconditional.
23067         [!__ASSUME_32BITUIDS]: Remove conditional code.
23068         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
23069         <kernel-features.h>.
23070         [__NR_setresgid] (__setresgid): Do not declare.
23071         [__ASSUME_32BITUIDS]: Make code unconditional.
23072         [!__ASSUME_32BITUIDS]: Remove conditional code.
23073         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
23074         <kernel-features.h>.
23075         [__NR_setresuid] (__setresuid): Do not declare.
23076         [__ASSUME_32BITUIDS]: Make code unconditional.
23077         [!__ASSUME_32BITUIDS]: Remove conditional code.
23078         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
23079         <kernel-features.h>.
23080         [__ASSUME_32BITUIDS]: Make code unconditional.
23081         [!__ASSUME_32BITUIDS]: Remove conditional code.
23082         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
23083         <kernel-features.h>.
23084         [__ASSUME_32BITUIDS]: Make code unconditional.
23085         [!__ASSUME_32BITUIDS]: Remove conditional code.
23086         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
23087         <kernel-features.h>.
23088         [__ASSUME_32BITUIDS]: Make code unconditional.
23089         [!__ASSUME_32BITUIDS]: Remove conditional code.
23090         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
23091         <kernel-features.h>.
23092         [__ASSUME_32BITUIDS]: Make code unconditional.
23093         [!__ASSUME_32BITUIDS]: Remove conditional code.
23094         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
23095         <kernel-features.h>.
23096         [__ASSUME_32BITUIDS]: Make code unconditional.
23097         [!__ASSUME_32BITUIDS]: Remove conditional code.
23098         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
23099         <kernel-features.h>.
23100         [__ASSUME_32BITUIDS]: Make code unconditional.
23101         [!__ASSUME_32BITUIDS]: Remove conditional code.
23102         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
23103         <kernel-features.h>.
23104         [__ASSUME_32BITUIDS]: Make code unconditional.
23105         [!__ASSUME_32BITUIDS]: Remove conditional code.
23106         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
23107         <kernel-features.h>.
23108         [__ASSUME_32BITUIDS]: Make code unconditional.
23109         [!__ASSUME_32BITUIDS]: Remove conditional code.
23110         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
23111         <kernel-features.h>.
23112         [__ASSUME_32BITUIDS]: Make code unconditional.
23113         [!__ASSUME_32BITUIDS]: Remove conditional code.
23114         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
23115         <kernel-features.h>.
23116         [__ASSUME_32BITUIDS]: Make code unconditional.
23117         [!__ASSUME_32BITUIDS]: Remove conditional code.
23118         * sysdeps/unix/sysv/linux/kernel-features.h
23119         (__ASSUME_SETRESUID_SYSCALL): Remove.
23120         (__ASSUME_SETRESGID_SYSCALL): Likewise.
23121         (__ASSUME_32BITUIDS): Likewise.
23122         (__ASSUME_LDT_WORKS): Likewise.
23123         (__ASSUME_O_DIRECTORY): Likewise.
23124         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
23125         architecture but not kernel version.
23126         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
23127         (__ASSUME_MMAP2_SYSCALL): Likewise.
23128         (__ASSUME_STAT64_SYSCALL): Likewise.
23129         (__ASSUME_IPC64): Likewise.
23130         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
23131         <kernel-features.h>.
23132         [__ASSUME_32BITUIDS]: Make code unconditional.
23133         [!__ASSUME_32BITUIDS]: Remove conditional code.
23134         * sysdeps/unix/sysv/linux/opendir.c: Do not include
23135         <kernel-features.h>.
23136         [__ASSUME_O_DIRECTORY]: Make code unconditional.
23137         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
23138         132096]: Remove conditional code.
23139         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
23140         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
23141         <kernel-features.h>.
23142         [__ASSUME_32BITUIDS]: Make code unconditional.
23143         [!__ASSUME_32BITUIDS]: Remove conditional code.
23144         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
23145         <kernel-features.h>.
23146         [__ASSUME_32BITUIDS]: Make code unconditional.
23147         [!__ASSUME_32BITUIDS]: Remove conditional code.
23148         * sysdeps/unix/sysv/linux/setegid.c: Do not include
23149         <kernel-features.h>.
23150         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
23151         unconditional.
23152         (__setresgid): Do not declare.
23153         [__ASSUME_32BITUIDS]: Make code unconditional.
23154         [!__ASSUME_32BITUIDS]: Remove conditional code.
23155         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
23156         <kernel-features.h>.
23157         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
23158         unconditional.
23159         (__setresuid): Do not declare.
23160         [__ASSUME_32BITUIDS]: Make code unconditional.
23161         [!__ASSUME_32BITUIDS]: Remove conditional code.
23162         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
23163         <kernel-features.h>.
23164         [__ASSUME_32BITUIDS]: Make code unconditional.
23165         [!__ASSUME_32BITUIDS]: Remove conditional code.
23166         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
23167         <kernel-features.h>.
23168         [__ASSUME_32BITUIDS]: Make code unconditional.
23169         [!__ASSUME_32BITUIDS]: Remove conditional code.
23170
23171 2012-05-25  Richard Henderson  <rth@twiddle.net>
23172
23173         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
23174         dl_hwcap to ifunc resolver.
23175         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
23176         elf_ifunc_invoke.
23177         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
23178         dl_hwcap to ifunc resolver.
23179         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
23180
23181 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
23182
23183         [BZ #14153]
23184         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
23185         for |x| <= 2**-26, not 2**-57.
23186         * math/libm-test.inc (acos_test): Do not allow spurious underflow
23187         exception.
23188
23189 2012-05-24  Jeff Law  <law@redhat.com>
23190
23191         * stdio-common/Makefile (tests): Add bug25.
23192         * stdio-common/bug25.c: New test.
23193
23194 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
23195
23196         [BZ #13576]
23197         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
23198         multiple of MALLOC_ALIGNMENT in size.
23199         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
23200
23201 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
23202
23203         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
23204         Require >= 256.
23205         (FILENAME_MAX): Use macro-int-constant.
23206         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
23207         (_IOFBF): Use macro-int-constant.
23208         (_IOLBF): Likewise.
23209         (_IONBF): Likewise.
23210         (SEEK_CUR): Likewise.
23211         (SEEK_END): Likewise.
23212         (SEEK_SET): Likewise.
23213         (TMP_MAX): Likewise.
23214         (EOF): Use macro-int-constant.  Require < 0.
23215         (NULL): Use macro-constant.  Require == 0.
23216         (stdin): Require type to be FILE *.
23217         (stdout): Likewise.
23218         (stderr): Likewise.
23219         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
23220         macro-int-constant.
23221         (EXIT_SUCCESS): Likewise.
23222         (NULL): Use macro-constant.  Require == 0.
23223         (RAND_MAX): Use macro-int-constant.
23224         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
23225         [C99-based standards] (strtof): Require function.
23226         [C99-based standards] (strtold): Likewise.
23227         [C99-based standards] (strtoll): Likewise.
23228         [C99-based standards] (strtoull): Likewise.
23229         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
23230         [ISO || ISO99 || ISO11] (limits.h): Likewise.
23231         [ISO || ISO99 || ISO11] (math.h): Likewise.
23232         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
23233         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
23234         [ISO || ISO99 || ISO11] (*_t): Do not allow.
23235
23236 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
23237
23238         [BZ #14132]
23239         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
23240         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
23241         * intl/dgettext.c (DCGETTEXT): Likewise.
23242         * intl/gettext.c (DCGETTEXT): Likewise.
23243         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
23244         * posix/regex_internal.h (gettext): Likewise.
23245         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
23246         Remove declaration.
23247         * include/argz.h (__argz_count_internal)
23248         (__argz_stringify_internal): Remove declaration.
23249         (__argz_count, __argz_stringify): Declare hidden proto.
23250         * intl/dcgettext.c: Remove use of INTDEF.
23251         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
23252         * string/argz-stringify.c: Likewise.
23253         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
23254         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
23255         Declare hidden proto.
23256         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
23257         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
23258         Declare hidden proto.
23259         * include/stdio.h (__asprintf_internal): Don't declare.
23260         (__asprintf): Don't define as macro.  Declare hidden proto.
23261         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
23262         (__fsetlocking): Declare hidden proto.
23263         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
23264         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
23265         hidden proto.
23266         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
23267         (_IO_setlinebuf): Remove use of INTUSE.
23268         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
23269         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
23270         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
23271         Remove declaration.
23272         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
23273         (_IO_do_flush): Remove use of INTUSE.
23274         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
23275         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
23276         (_IO_adjust_column, _IO_least_wmarker)
23277         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
23278         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
23279         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
23280         (_IO_default_doallocate, _IO_wdefault_doallocate)
23281         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
23282         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
23283         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
23284         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
23285         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
23286         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
23287         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
23288         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
23289         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
23290         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
23291         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
23292         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
23293         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
23294         proto.
23295         (_IO_flush_all_internal, _IO_adjust_column_internal)
23296         (_IO_default_uflow_internal, _IO_default_finish_internal)
23297         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
23298         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
23299         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
23300         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
23301         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
23302         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
23303         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
23304         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
23305         (_IO_file_close_internal, _IO_file_close_it_internal)
23306         (_IO_file_underflow_internal, _IO_file_overflow_internal)
23307         (_IO_file_init_internal, _IO_file_attach_internal)
23308         (_IO_file_fopen_internal, _IO_file_read_internal)
23309         (_IO_file_sync_internal, _IO_file_seek_internal)
23310         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
23311         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
23312         (_IO_str_underflow_internal, _IO_str_overflow_internal)
23313         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
23314         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
23315         (_IO_list_all_internal, _IO_link_in_internal)
23316         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
23317         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
23318         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
23319         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
23320         (_IO_do_write_internal, _IO_padn_internal)
23321         (_IO_getline_info_internal, _IO_getline_internal)
23322         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
23323         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
23324         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
23325         (_IO_vfscanf_internal, _IO_vfprintf_internal)
23326         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
23327         (_IO_init_internal, _IO_un_link_internal): Don't declare.
23328         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
23329         with libc_hidden_ver, remove use of INTUSE.
23330         * libio/genops.c: Likewise.
23331         * libio/freopen.c: Likewise.
23332         * libio/freopen64.c: Likewise.
23333         * libio/iofclose.c: Likewise.
23334         * libio/iofdopen.c: Likewise.
23335         * libio/iofflush.c: Likewise.
23336         * libio/iofflush_u.c: Likewise.
23337         * libio/iofgets.c: Likewise.
23338         * libio/iofgets_u.c: Likewise.
23339         * libio/iofopen.c: Likewise.
23340         * libio/iofopncook.c: Likewise.
23341         * libio/iofread.c: Likewise.
23342         * libio/iofread_u.c: Likewise.
23343         * libio/ioftell.c: Likewise.
23344         * libio/iofwrite.c: Likewise.
23345         * libio/iogetline.c: Likewise.
23346         * libio/iogets.c: Likewise.
23347         * libio/iogetwline.c: Likewise.
23348         * libio/iopadn.c: Likewise.
23349         * libio/iopopen.c: Likewise.
23350         * libio/ioseekoff.c: Likewise.
23351         * libio/ioseekpos.c: Likewise.
23352         * libio/iosetbuffer.c: Likewise.
23353         * libio/iosetvbuf.c: Likewise.
23354         * libio/ioungetc.c: Likewise.
23355         * libio/ioungetwc.c: Likewise.
23356         * libio/iovdprintf.c: Likewise.
23357         * libio/iovsprintf.c: Likewise.
23358         * libio/iovsscanf.c: Likewise.
23359         * libio/memstream.c: Likewise.
23360         * libio/obprintf.c: Likewise.
23361         * libio/oldfileops.c: Likewise.
23362         * libio/oldiofclose.c: Likewise.
23363         * libio/oldiofdopen.c: Likewise.
23364         * libio/oldiofopen.c: Likewise.
23365         * libio/oldiopopen.c: Likewise.
23366         * libio/oldstdfiles.c: Likewise.
23367         * libio/putc.c: Likewise.
23368         * libio/setbuf.c: Likewise.
23369         * libio/setlinebuf.c: Likewise.
23370         * libio/stdfiles.c: Likewise.
23371         * libio/strops.c: Likewise.
23372         * libio/vasprintf.c: Likewise.
23373         * libio/vscanf.c: Likewise.
23374         * libio/vsnprintf.c: Likewise.
23375         * libio/vswprintf.c: Likewise.
23376         * libio/wfiledoalloc.c: Likewise.
23377         * libio/wfileops.c: Likewise.
23378         * libio/wgenops.c: Likewise.
23379         * libio/wmemstream.c: Likewise.
23380         * libio/wstrops.c: Likewise.
23381         * libio/__fpurge.c: Likewise.
23382         * libio/__fsetlocking.c: Likewise.
23383         * assert/assert.c: Likewise.
23384         * debug/fgets_chk.c: Likewise.
23385         * debug/fgets_u_chk.c: Likewise.
23386         * debug/fread_chk.c: Likewise.
23387         * debug/fread_u_chk.c: Likewise.
23388         * debug/gets_chk.c: Likewise.
23389         * debug/obprintf_chk.c: Likewise.
23390         * debug/vasprintf_chk.c: Likewise.
23391         * debug/vdprintf_chk.c: Likewise.
23392         * debug/vsnprintf_chk.c: Likewise.
23393         * debug/vsprintf_chk.c: Likewise.
23394         * malloc/mtrace.c: Likewise.
23395         * misc/error.c: Likewise.
23396         * misc/syslog.c: Likewise.
23397         * stdio-common/asprintf.c: Likewise.
23398         * stdio-common/fxprintf.c: Likewise.
23399         * stdio-common/getw.c: Likewise.
23400         * stdio-common/isoc99_fscanf.c: Likewise.
23401         * stdio-common/isoc99_scanf.c: Likewise.
23402         * stdio-common/isoc99_vfscanf.c: Likewise.
23403         * stdio-common/isoc99_vscanf.c: Likewise.
23404         * stdio-common/isoc99_vsscanf.c: Likewise.
23405         * stdio-common/printf-prs.c: Likewise.
23406         * stdio-common/printf_fp.c: Likewise.
23407         * stdio-common/printf_fphex.c: Likewise.
23408         * stdio-common/printf_size.c: Likewise.
23409         * stdio-common/putw.c: Likewise.
23410         * stdio-common/scanf.c: Likewise.
23411         * stdio-common/sprintf.c: Likewise.
23412         * stdio-common/tmpfile.c: Likewise.
23413         * stdio-common/vfprintf.c: Likewise.
23414         * stdio-common/vfscanf.c: Likewise.
23415         * stdlib/strfmon_l.c: Likewise.
23416         * sunrpc/openchild.c: Likewise.
23417         * sunrpc/xdr_stdio.c: Likewise.
23418         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
23419         * sysdeps/mach/hurd/tmpfile.c: Likewise.
23420
23421 2012-05-24  Roland McGrath  <roland@hack.frob.com>
23422
23423         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
23424
23425         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
23426         in the third column, to generate for the shared library an IFUNC
23427         that uses _dl_vdso_vsym.
23428         * Makerules (COMPILE.c, compile-stdin.c): New variables.
23429         * Makeconfig (object-suffixes-noshared): New variable.
23430
23431         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
23432         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
23433         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
23434         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
23435
23436         [BZ #14132]
23437         * include/sys/time.h (__gettimeofday): Remove macro.
23438         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
23439         * time/gettimeofday.c (__gettimeofday): Remove #undef.
23440         Remove INTDEF.
23441         (__gettimeofday): Add libc_hidden_def.
23442         (gettimeofday): Add libc_hidden_weak.
23443         * sysdeps/mach/gettimeofday.c: Likewise.
23444         * sysdeps/posix/gettimeofday.c: Likewise.
23445         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
23446         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
23447         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
23448         (__gettimeofday_internal): Remove strong_alias.
23449         (__gettimeofday): Add libc_hidden_def.
23450         (gettimeofday): Add libc_hidden_weak.
23451         * sysdeps/unix/syscalls.list (gettimeofday):
23452         Remove __gettimeofday_internal alias.
23453
23454 2012-05-24  Daniel Jacobowitz  <drow@false.org>
23455             H.J. Lu  <hongjiu.lu@intel.com>
23456
23457         [BZ #12495]
23458         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
23459         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
23460         (largebin_index_32_big): New.
23461         (largebin_index): Use it for 16-byte alignment.
23462         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
23463         correction with front_misalign.
23464
23465 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
23466
23467         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
23468         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
23469         Likewise.
23470         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
23471         Likewise.
23472         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23473         Likewise.
23474         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
23475         Likewise.
23476         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
23477         Likewise.
23478         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
23479         Likewise.
23480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
23481         Likewise.
23482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23483         Likewise.
23484         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
23485         Likewise.
23486         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
23487         Likewise.
23488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
23489         Likewise.
23490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
23491         Likewise.
23492
23493         * scripts/data/c++-types-x32-linux-gnu.data: New file.
23494         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
23495
23496 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
23497
23498         [BZ #10846]
23499         [BZ #14036]
23500         * math/libm-test.inc (exp_test): Add test from bug 14036.
23501         (pow_test): Add test from bug 10846.
23502
23503         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
23504         and other flags.
23505         (special_function): Do not include flags in test name.
23506         (parse_args): Likewise.
23507         * sysdeps/i386/fpu/libm-test-ulps: Update.
23508         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23509         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23510         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23512
23513         * math/gen-libm-test.pl (%beautify): Add entries for underflow
23514         exceptions.
23515         * math/libm-test.inc ("Philosophy"): Update comment about
23516         exception testing.
23517         (UNDERFLOW_EXCEPTION): New macro.
23518         (UNDERFLOW_EXCEPTION_OK): Likewise.
23519         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
23520         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
23521         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
23522         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
23523         (INVALID_EXCEPTION_OK): Update value.
23524         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
23525         (OVERFLOW_EXCEPTION_OK): Likewise.
23526         (IGNORE_ZERO_INF_SIGN): Likewise.
23527         (test_exceptions): Handle underflow exceptions.
23528         (acos_test): Update for underflow exception expectations.
23529         (cexp_test): Likewise.
23530         (clog_test): Likewise.
23531         (clog10_test): Likewise.
23532         (csqrt_test): Likewise.
23533         (ctan_test): Likewise.
23534         (ctanh_test): Likewise.
23535         (exp_test): Likewise.
23536         (exp10_test): Likewise.
23537         (exp2_test): Likewise.
23538         (expm1_test): Likewise.
23539         (fma_test): Likewise.
23540         (j0_test): Likewise.
23541         (jn_test): Likewise.
23542         (nexttoward_test): Likewise.
23543         (pow_test): Likewise.
23544         (scalbn_test): Likewise.
23545         (scalbln_test): Likewise.
23546         (tan_test): Likewise.
23547         (y1_test): Likewise.
23548         * sysdeps/i386/fpu/libm-test-ulps: Update.
23549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23550
23551 2012-05-23  David S. Miller  <davem@davemloft.net>
23552
23553         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
23554         (__libc_sigaction): Remove unused local variables.
23555
23556 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
23557
23558         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
23559
23560 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
23561
23562         mktime: avoid signed integer overflow
23563         * time/mktime.c (__mktime_internal): Do not mishandle the case
23564         where diff == INT_MIN.
23565
23566         mktime: simplify computation of average
23567         * time/mktime.c (ranged_convert): Use new time_t_avg function
23568         instead of rolling our own (probably-slower) code.
23569
23570         mktime: do not assume signed right shift propagates sign bit
23571         * time/mktime.c (isdst_differ): New static function.
23572         (__mktime_internal): No need to normalize tm_isdst now.
23573         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
23574         tm_isdst values.
23575
23576         mktime: merge another wrapv change from gnulib
23577         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
23578         from some compilers.
23579
23580         mktime: remove incorrect attempt at unusual arithmetics
23581         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
23582         The code didn't really work on such machines anyway.
23583         (TYPE_MINIMUM): Assume two's complement.
23584         (twos_complement_arithmetic): Verify that long_int and time_t
23585         are two's complement (or unsigned, in the latter case).
23586
23587         mktime: check signed shifts on long_int and time_t, too
23588         * time/mktime.c (SHR): Check that shifts work as desired
23589         on the types long_int and time_t too, as SHR is used on
23590         such types.
23591
23592         mktime: do not assume 'long' is wide enough
23593         * time/mktime.c (verify): Move decl up.
23594         (long_int): New type.
23595         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
23596         to remove assumption in the code that 'long' is wide enough to
23597         store year values.  This assumption is not true on x32 and on
23598         some non-glibc platforms.
23599
23600         mktime: merge wrapv change from gnulib
23601         * time/mktime.c (WRAPV): New macro.
23602         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
23603         (guess_time_tm, __mktime_internal): Do not assume that signed
23604         integer overflow wraps around; modern compilers generate code
23605         where this assumption is no longer valid.
23606
23607 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
23608
23609         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
23610         Replace "jmp L(pseudo_end)" with "ret".
23611         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
23612         Likewise.
23613
23614 2012-05-23  Andreas Jaeger  <aj@suse.de>
23615
23616         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
23617         * sysdeps/unix/sysv/linux/poll.c: Remove file.
23618
23619 2012-05-23  Andreas Jaeger  <aj@suse.de>
23620             Maximilian Attems  <max@stro.at>
23621
23622         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
23623         New macros.
23624
23625 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
23626
23627         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
23628         code so that pseudo_end is just ret and the stack pointer is
23629         correct also for static library in error case.
23630
23631 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
23632
23633         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
23634         move to syscalls.list.
23635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
23636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
23637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
23638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
23639
23640         * manual/install.texi (Running make install): Do not mention Linux
23641         kernel version for which pt_chown is not needed.
23642         (Linux): Do not mention problems with nscd with 2.0 kernels.
23643         * INSTALL: Regenerated.
23644
23645 2012-05-23  Andreas Jaeger  <aj@suse.de>
23646
23647         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
23648         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
23649         macro.
23650         * sysdeps/unix/sysv/linux/s390/bits/mman.h
23651         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23652         * sysdeps/unix/sysv/linux/sh/bits/mman.h
23653         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23654         * sysdeps/unix/sysv/linux/i386/bits/mman.h
23655         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23656         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
23657         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23658         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
23659         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23660         * sysdeps/unix/sysv/linux/bits/in.h
23661         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
23662
23663 2012-05-22  Roland McGrath  <roland@hack.frob.com>
23664
23665         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
23666         (PREPARE_VERSION): Just use assert instead, it will be elided
23667         under [NDEBUG] anyway.
23668
23669 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23670
23671         * sysdeps/unix/sysv/linux/Makefile: Include
23672         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
23673         (sysdep_routines): Remove sysctl.
23674         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
23675         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
23676         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
23677         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
23678         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
23679
23680 2012-05-22  Andreas Jaeger  <aj@suse.de>
23681
23682         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
23683         that pseudo_end is just ret and the stack pointer is correct also
23684         for static library in error case.
23685
23686 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
23687
23688         [BZ #14122]
23689         * nss/nsswitch.c (defconfig_entries): New variable.
23690         (__nss_database_lookup): Don't leak defconfig entries.
23691         (nss_parse_service_list): Don't leak on error paths.
23692         (free_database_entries): New function.
23693         (free_defconfig): New function.
23694         (free_mem): Move common code to free_database_entries.
23695
23696 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23697
23698         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
23699         Add arch_prctl.
23700         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
23701
23702         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
23703         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
23704         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
23705         New macro.
23706         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
23707         (INTERNAL_SYSCALL_TYPES): Likewise.
23708         (LOAD_ARGS_TYPES_[1-6]): Likewise.
23709         (LOAD_REGS_TYPES_[1-6]): Likewise.
23710         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
23711         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
23712
23713 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23714
23715         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
23716         copysignl for GLIBC_2_0.
23717         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
23718         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
23719         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
23720         logbl for GLIBC_2_0.
23721         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
23722         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
23723
23724 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23725
23726         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
23727         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
23728
23729         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
23730         Use "neg %eax".
23731
23732         * time/mktime.c: Update copyright years.
23733
23734 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
23735
23736         mktime: merge comment-quoting-style change from gnulib
23737         * time/mktime.c: Quote 'like this' in comments.
23738         The GNU coding standards suggest that we no longer quote `like this',
23739         as "`" and "'" are typically rendered asymmetrically nowadays.
23740         The typical gnulib style is to quote 'like this' when quoting
23741         code, and "like this" when quoting English.
23742
23743         * time/mktime.c (compile-command): Add "-I.".
23744
23745         mktime: merge mktime-internal.h change from gnulib
23746         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
23747
23748         mktime: merge time_r change from gnulib
23749         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
23750
23751         mktime: merge DEBUG change from gnulib
23752         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
23753         case system <time.h> has a #define.
23754
23755         mktime: merge <sys/types.h> change from gnulib
23756         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
23757         since <time.t> is now guaranteed to define time_t.
23758
23759         mktime: merge HAVE_CONFIG_H change from gnulib
23760         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
23761
23762 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23763
23764         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
23765         Use "neg %eax".
23766
23767         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
23768         __rlim_t cast.
23769         (struct rusage): Use anonymous union to pad each field to
23770         __syscall_slong_t.
23771
23772 2012-05-21  David S. Miller  <davem@davemloft.net>
23773
23774         * Makefules (o-iterator): Remove .s cases.
23775         (compile-command.s): Delete.
23776         (COMPILE.s): Delete.
23777         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
23778
23779 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
23780
23781         * configure.in (libc_cv_predef_stack_protector): Only consider
23782         "foobar" and "__stack_chk_fail" lines in libc_undefs.
23783         * configure: Regenerated.
23784
23785 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
23786
23787         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
23788         New macro.  Use R*LP on int and pointer.
23789         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
23790         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
23791         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
23792         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
23793
23794         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
23795         [__WORDSIZE_TIME64_COMPAT32] instead of
23796         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
23797         (struct utmp): Likewise.
23798         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
23799         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
23800         Renamed to ...
23801         (__WORDSIZE_TIME64_COMPAT32): This.
23802         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
23803         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
23804         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
23805         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
23806         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
23807         (__WORDSIZE_TIME64_COMPAT32): New macro.
23808
23809 2012-05-21  Andreas Jaeger  <aj@suse.de>
23810
23811         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
23812         only if [SHARED]. Add prototype for __wcschr_ia32.
23813
23814 2012-05-21  Roland McGrath  <roland@hack.frob.com>
23815
23816         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
23817         of %rbp unmolested in the jmp_buf while mangling the low bits.
23818         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
23819         unmolested high bits of %rbp while demangling the low bits.
23820         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
23821
23822 2012-05-21  Andreas Jaeger  <aj@suse.de>
23823
23824         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
23825         * sunrpc/svc_simple.c: Use it for registerrpc.
23826         * sunrpc/xcrypt.c: Use it for passwd2des.
23827
23828         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
23829
23830 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
23831
23832         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
23833         Don't define if [__SYSCALL_WORDSIZE != 32].
23834         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
23835         New macro.
23836
23837 2012-05-21  Bruno Haible  <bruno@clisp.org>
23838             Andreas Jaeger  <aj@suse.de>
23839
23840         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
23841         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
23842         inptr and inend for must_buffer_ch.
23843         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
23844         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
23845         * stdio-common/Makefile (tests): Remove bug15.
23846         (bug15-ENV): Remove macro.
23847         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
23848         anymore.
23849
23850 2012-05-19  Andreas Jaeger  <aj@suse.de>
23851             Roland McGrath  <roland@hack.frob.com>
23852
23853         * manual/contrib.texi: Completely rewritten. It contains now an
23854         alphabetical list of contributors and their contributions.
23855
23856 2012-05-21  Richard Henderson  <rth@twiddle.net>
23857
23858         * misc/getauxval.c (__getauxval): Use unsigned long int.
23859         * misc/sys/auxv.h: Include <sys/cdefs.h>.
23860         (getauxval): Use unsigned long int.
23861
23862 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
23863
23864         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
23865
23866 2012-05-21  Roland McGrath  <roland@hack.frob.com>
23867
23868         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
23869         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
23870         __alignof__ (long double).
23871
23872 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23873
23874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23875
23876 2012-05-20  Richard Henderson  <rth@twiddle.net>
23877
23878         * misc/getauxval.c: New file.
23879         * misc/sys/auxv.h: New file.
23880         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
23881         (routines): Add getauxval.
23882         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
23883         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
23884         * elf/dl-sysdep.c (_dl_auxv): Remove.
23885         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
23886         * elf/dl-support.c (_dl_auxv): New variable.
23887         (_dl_aux_init): Initialize it.
23888         * manual/startup.texi (Auxiliary Vector): New node.
23889         * sysdeps/generic/bits/hwcap.h: New file.
23890         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
23891         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
23892         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
23893         * sysdeps/sparc/sysdep.h: ... here.  Include it.
23894         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
23895         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
23896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23897         Update.
23898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
23899         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
23900         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
23901         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
23902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
23903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
23904         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
23905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
23906
23907 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23908
23909         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23910
23911 2012-05-19  David S. Miller  <davem@davemloft.net>
23912
23913         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23914
23915 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
23916
23917         [BZ #14123]
23918         * math/s_ccosh.c: Include <float.h>
23919         (__ccosh): Avoid internal overflow calculating sinh and cosh
23920         values before multiplying by sin and cos values.
23921         * math/s_ccoshf.c: Likewise.
23922         * math/s_ccoshl.c: Likewise.
23923         * math/s_csin.c: Likewise.
23924         * math/s_csinf.c: Likewise.
23925         * math/s_csinl.c: Likewise.
23926         * math/s_csinh.c: Likewise.
23927         * math/s_csinhf.c: Likewise.
23928         * math/s_csinhl.c: Likewise.
23929         * math/libm-test.inc (ccos_test): Add more tests.
23930         (ccosh_test): Likewise.
23931         (csin_test): Likewise.
23932         (csinh_test): Likewise.
23933         * sysdeps/i386/fpu/libm-test-ulps: Update.
23934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23935
23936 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
23937
23938         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
23939         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
23940
23941         * sysdeps/x86_64/x32/_itoa.h: Add comment.
23942
23943 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
23944
23945         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
23946         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
23947         * sysdeps/powerpc/soft-fp/Versions: Likewise.
23948         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
23949         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
23950         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
23951         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
23952         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
23953         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
23954         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
23955         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
23956         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
23957         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
23958         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
23959         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
23960         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
23961         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
23962         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
23963         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
23964         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
23965         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
23966         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
23967         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
23968         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
23969         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
23970         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
23971         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
23972         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
23973         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
23974         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
23975         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
23976
23977 2012-05-18  Andreas Jaeger  <aj@suse.de>
23978
23979         * csu/.gitignore: Delete.
23980
23981 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
23982
23983         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
23984         (timex): Use __syscall_slong_t.
23985
23986 2012-05-18  Andreas Jaeger  <aj@suse.de>
23987             Carlos O'Donell  <carlos_odonell@mentor.com>
23988
23989         * manual/install.texi (Configuring and compiling): Update
23990         description about files modified in the source directory.
23991         * INSTALL: Regenerated.
23992
23993 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
23994
23995         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
23996         value.  Use "or" to set return value to -1.
23997         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
23998         negate return value.
23999
24000 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24001
24002         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
24003         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
24004         failure if the compiler has Graphite support disabled.
24005         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
24006         Likewise.
24007         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
24008         CFLAGS-memmove.c): Likewise.
24009         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
24010         Likewise.
24011
24012 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
24013
24014         * sysdeps/x86_64/x32/_itoa.h: New file.
24015
24016         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
24017         getdents system call only if kernel and user dirents have the
24018         same d_ino and d_off.
24019
24020         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
24021         LLONG_MAX != LONG_MAX.
24022         (_itoa_word): Use _ITOA_WORD_TYPE on value.
24023         (_fitoa_word): Likewise.
24024
24025         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
24026         years.
24027         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
24028         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
24029         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
24030
24031         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
24032         include <bits/wordsize.h>.  Check __x86_64__ instead of
24033         __WORDSIZE.
24034         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
24035         if __x86_64__ is defined.  Use anonymous union on fpstate.
24036
24037         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
24038         anonymous union.
24039
24040 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
24041
24042         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
24043         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
24044         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
24045         Refer to _rtld_local_ro instead of _rtld_global_ro.
24046         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
24047         Likewise.
24048         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
24049         Likewise.
24050         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
24051         Likewise.
24052         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
24053         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
24054         of _rtld_global, and rtld_progname instead of _dl_argv[0].
24055
24056         * sysdeps/powerpc/powerpc32/dl-machine.c
24057         (__elf_machine_runtime_setup) [PROF]: Don't reference
24058         _dl_prof_resolve.
24059
24060 2012-05-18  Andreas Jaeger  <aj@suse.de>
24061
24062         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
24063         function only available for GCCs before 3.4 since GCC 3.4
24064         introduced a builtin.
24065         (lrint): Likewise.
24066         (llrintf): Likewise.
24067         (llrint): Likewise.
24068         (fmaxf): Likewise.
24069         (fmax): Likewise.
24070         (fminf): Likewise.
24071         (fmin): Likewise.
24072         (rint): Likewise.
24073         (rintf): Likewise.
24074         (nearbyint): Likewise.
24075         (nearbyintf): Likewise.
24076         (ceil): Likewise.
24077         (ceilf): Likewise.
24078         (floor): Likewise.
24079         (floorf): Likewise.
24080
24081 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
24082
24083         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
24084         on both fields and cast pointer to __syscall_ulong_t.
24085
24086         * bits/types.h (__fsword_t): New type.
24087         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
24088         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
24089         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24090         (__FSWORD_T_TYPE): Likewise.
24091         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24092         (__FSWORD_T_TYPE): Likewise.
24093         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24094         (__FSWORD_T_TYPE): Likewise.
24095         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
24096         (__FSWORD_T_TYPE): Likewise.
24097         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
24098         __SWORD_TYPE with __fsword_t.
24099         (statfs64): Likewise.
24100
24101 2012-05-17  David S. Miller  <davem@davemloft.net>
24102
24103         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
24104
24105 2012-05-17  Andreas Jaeger  <aj@suse.de>
24106
24107         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
24108         warning.
24109
24110 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
24111
24112         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
24113
24114 2012-05-17  Andreas Jaeger  <aj@suse.de>
24115
24116         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
24117         when it is used.
24118
24119 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
24120
24121         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
24122
24123 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
24124
24125         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
24126         * sysdeps/x86_64/tst-mallocalign1.c: New file.
24127
24128 2012-05-17  Andreas Jaeger  <aj@suse.de>
24129             Carlos O'Donell  <carlos_odonell@mentor.com>
24130
24131         [BZ #14059]
24132         * sysdeps/x86_64/multiarch/init-arch.h
24133         (bit_YMM_Usable): Rename to...
24134         (bit_AVX_Usable): ... this.
24135         (bit_FMA4_Usable): New macro.
24136         (bit_XMM_state): New macro.
24137         (bit_YMM_state): New macro.
24138         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
24139         [__ASSEMBLER__] (index_AVX_Usable): ... this.
24140         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
24141         (CPUID_OSXSAVE): New macro.
24142         (CPUID_AVX): New macro.
24143         (CPUID_FMA4): New macro.
24144         (index_YMM_Usable): Rename to...
24145         (index_AVX_Usable): ... this.
24146         (HAS_AVX): Use HAS_ARCH_FEATURE.
24147         (HAS_FMA4): Likewise.
24148         (HAS_YMM_USABLE): Remove.
24149         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24150         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
24151         are present.
24152         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
24153         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
24154         * sysdeps/x86_64/multiarch/Makefile: Likewise.
24155         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
24156         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
24157
24158 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
24159
24160         * math/libm-test.c: Support platforms without multiple rounding modes.
24161         * math/bug-nextafter.c: Support platforms without FP exceptions.
24162         * math/bug-nexttoward.c: Likewise.
24163         * math/test-fenv.c: Likewise.
24164         * math/test-misc.c: Likewise.
24165         * stdlib/bug-getcontext.c: Likewise.
24166
24167 2012-05-17  Andreas Jaeger  <aj@suse.de>
24168
24169         * manual/examples/search.c (critter_cmp): Change signature to
24170         avoid warnings.
24171         * manual/string.texi (Collation Functions): Likewise.
24172
24173 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24174
24175         * bits/types.h: Fold copyright years.
24176         * bits/typesizes.h: Likewise.
24177         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
24178         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
24179         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
24180         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
24181         * time/time.h: Likewise.
24182
24183 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
24184
24185         [BZ #208]
24186         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
24187         in instead of returning them.  Return void.
24188         (__libc_mallinfo): Accumulate over all arenas.
24189         (__malloc_stats): Adjust for change in int_mallinfo interface.
24190
24191 2012-05-16  Roland McGrath  <roland@hack.frob.com>
24192
24193         [BZ #10375]
24194         * configure.in (NM): Add AC_CHECK_TOOL for it.
24195         (libc_extra_cflags): New substituted variable.
24196         Check for -fstack-protector being used implicitly.
24197         * configure: Regenerated.
24198         * config.make.in (config-extra-cflags): New variable,
24199         gets @libc_extra_cflags@.
24200         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
24201
24202         [BZ #10375]
24203         * configure.in: Check for _FORTIFY_SOURCE being predefined.
24204         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
24205         * configure: Regenerated.
24206         * config.make.in (CPPUNDEFS): New substituted variable.
24207         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
24208         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
24209         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
24210
24211 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24212
24213         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
24214         (mq_attr): Use __syscall_slong_t.
24215
24216 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24217
24218         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
24219         Check __x86_64__ instead of __WORDSIZE.
24220         (_STAT_VER_LINUX): Likewise.
24221         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
24222         __syscall_ulong_t and __syscall_slong_t.
24223         (stat64): Likewise.
24224
24225 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24226
24227         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
24228
24229 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24230
24231         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
24232
24233 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24234
24235         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
24236         __syscall_ulong_t.
24237
24238         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
24239         include <bits/wordsize.h>.  Check __x86_64__ instead of
24240         __WORDSIZE.
24241         (greg_t): Use "__extension__ long long int" if __x86_64__ is
24242         defined.
24243         (mcontext_t): Replace "unsigned long" with "unsigned long long".
24244
24245         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
24246         include <bits/wordsize.h>.  Check __x86_64__ instead of
24247         __WORDSIZE.
24248         (user_regs_struct): Use "__extension__ unsigned long long"
24249         instead of "unsigned long" if __x86_64__ is defined.
24250         (user): Likewise.  Pad after pointer field if __ILP32__ is
24251         defined.
24252
24253 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
24254
24255         * configure.in (makeinfo): Require version 4.5 or later.  Allow
24256         versions 5 to 9.
24257         * configure: Regenerated.
24258         * manual/install.texi (texinfo): Increase version requirement to
24259         4.5 or later.
24260         * INSTALL: Regenerated.
24261
24262         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
24263
24264 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24265
24266         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
24267
24268         * sysdeps/x86_64/x32/ffs.c: New file.
24269
24270         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
24271         __syscall_ulong_t.
24272         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
24273         defined.  Use __syscall_ulong_t.
24274         (shminfo): Use __syscall_ulong_t.
24275         (shm_info): Likewise.
24276
24277         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
24278         __syscall_ulong_t.
24279
24280         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
24281         <bits/wordsize.h>.
24282         (msgqnum_t): Use __syscall_ulong_t.
24283         (msglen_t): Likewise.
24284         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
24285         __syscall_ulong_t.
24286
24287         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
24288         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
24289
24290         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
24291
24292         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
24293         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
24294
24295         * sysvipc/sys/msg.h (msgbuf): Replace long int with
24296         __syscall_slong_t.
24297
24298         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
24299         include <bits/wordsize.h>.  Check __x86_64__ instead of
24300         __WORDSIZE.
24301
24302         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
24303         "unsigned long long int" if __x86_64__ is defined.
24304         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
24305
24306         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
24307         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
24308         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
24309
24310         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
24311         <stdint.h>.
24312         (GET_PC): Cast to uintptr_t first.
24313         (GET_FRAME): Likewise.
24314         (GET_STACK): Likewise.
24315
24316         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
24317         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
24318         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
24319         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
24320         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
24321         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
24322         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
24323         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
24324         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
24325         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
24326         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
24327         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
24328         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
24329         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
24330         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
24331         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
24332         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
24333         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
24334         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
24335         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
24336         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
24337         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
24338         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
24339         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
24340         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
24341         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
24342         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
24343         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
24344         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
24345
24346 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
24347
24348         * Makerules (+depfiles): Also collect depfiles from .oS in
24349         $(extra-objs).
24350         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
24351         .oS, $(libnldbl-routines)).
24352
24353         * Makerules (native-compile-mkdep-flags): Define.
24354         * sunrpc/Makefile (extra-objs): Add $(addprefix
24355         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
24356         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
24357         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
24358         calling $(make-target-directory).
24359
24360 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24361
24362         * bits/types.h (__snseconds_t): Removed.
24363         * time/time.h (struct timespec): Replace __snseconds_t with
24364         __syscall_slong_t.
24365         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
24366         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
24367         Likewise.
24368         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24369         (__SNSECONDS_T_TYPE): Likewise.
24370         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24371         (__SNSECONDS_T_TYPE): Likewise.
24372         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24373         (__SNSECONDS_T_TYPE): Likewise.
24374
24375 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24376
24377         * sysdeps/mach/hurd/bits/typesizes.h
24378         (__SYSCALL_SLONG_TYPE): New macro.
24379         (__SYSCALL_ULONG_TYPE): Likewise.
24380
24381 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24382
24383         * bits/types.h (__syscall_slong_t): New type.
24384         (__syscall_ulong_t): Likewise.
24385
24386         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
24387         (__SYSCALL_ULONG_TYPE): Likewise.
24388         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24389         (__SYSCALL_SLONG_TYPE): Likewise.
24390         (__SYSCALL_ULONG_TYPE): Likewise.
24391         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24392         (__SYSCALL_SLONG_TYPE): Likewise.
24393         (__SYSCALL_ULONG_TYPE): Likewise.
24394         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24395         (__SYSCALL_SLONG_TYPE): Likewise.
24396         (__SYSCALL_ULONG_TYPE): Likewise.
24397
24398 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24399
24400         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
24401         Add sigaltstack-offsets.sym.
24402         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
24403         <sigaltstack-offsets.h>.
24404         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
24405         longjmp_msg pointer.
24406         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
24407         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
24408         signal stack.
24409         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
24410
24411 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
24412
24413         * elf/stackguard-macros.h: Remove file.
24414         * sysdeps/generic/stackguard-macros.h: New file.
24415         * sysdeps/i386/stackguard-macros.h: Likewise.
24416         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24417         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24418         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24419         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24420         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24421         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24422         * sysdeps/x86_64/stackguard-macros.h: Likewise.
24423         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
24424         <elf/stackguard-macros.h>.
24425
24426         [BZ #14109]
24427         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
24428         __aligned__ in attribute.
24429         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
24430         (gregset_t): Likewise.
24431
24432 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24433
24434         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
24435         * sysdeps/x86_64/64/Implies-after: Here.  New file.
24436         * sysdeps/x86_64/x32/Implies-after: New file.
24437
24438 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24439
24440         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
24441         and access return value for _dl_profile_fixup.  Use R10_LP to
24442         load frame size.
24443
24444 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24445
24446         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
24447
24448 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24449
24450         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
24451         * sysdeps/x86_64/x32/sysdep.h: New file.
24452
24453 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24454
24455         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
24456         * sysdeps/x86_64/setjmp.S: Likewise.
24457
24458 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24459
24460         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
24461         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
24462         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
24463         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
24464         remove unused global constant.
24465
24466 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
24467
24468         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
24469         include of <not-cancel.h>.
24470
24471 2012-05-15  Roland McGrath  <roland@hack.frob.com>
24472
24473         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
24474
24475 2012-05-15  Jeff Law  <law@redhat.com>
24476             Andreas Jaeger  <aj@suse.de>
24477
24478         [BZ #13594]
24479         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
24480         out from...
24481         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
24482         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
24483         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
24484         code changing __hst_map_handle.map.
24485
24486 2012-05-15  Roland McGrath  <roland@hack.frob.com>
24487
24488         * configure.in (sysnames): Look for Implies-before and Implies-after
24489         files.
24490         * configure: Regenerated.
24491
24492 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24493
24494         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
24495         8-byte data alignment with LP_SIZE alignment.
24496
24497 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24498
24499         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
24500         into R10_LP.
24501
24502 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24503
24504         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
24505
24506 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24507
24508         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
24509         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
24510         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
24511         Likewise.
24512         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
24513
24514 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24515
24516         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
24517         (stackinfo_sub_sp): Likewise.
24518
24519 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24520
24521         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
24522         RAX_LP.
24523
24524 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24525
24526         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
24527         into R*_LP.
24528
24529 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24530
24531         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
24532         sizes into R*_LP.
24533
24534 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24535
24536         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
24537
24538 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24539
24540         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
24541         into R11_LP and load __x86_64_shared_cache_size_half into
24542         R8_LP.
24543
24544 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24545
24546         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
24547         R8_LP.
24548
24549 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24550
24551         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
24552         logb for POWER7.
24553         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
24554         logbf for POWER7.
24555         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
24556         logbl for POWER7.
24557         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
24558         powerpc32/power7/fpu/s_logb.c via #include.
24559         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
24560         powerpc32/power7/fpu/s_logbf.c via #include.
24561         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
24562         powerpc32/power7/fpu/s_logbl.c via #include.
24563
24564 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
24565
24566         * README.libm: Remove file.
24567
24568 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24569
24570         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
24571         count for x32.  Use R*_LP and omit operand-size suffix.
24572
24573 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24574
24575         * shlib-versions: Move x86_64-.*-linux.* entries to ...
24576         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
24577         * sysdeps/x86_64/x32/shlib-versions: New file.
24578
24579 2012-05-14  Roland McGrath  <roland@hack.frob.com>
24580
24581         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
24582         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
24583         Use _dl_fatal_printf instead.
24584
24585 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
24586
24587         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
24588         set if not set by the user.  Do not allow for being unset.
24589         * sysdeps/unix/sysv/linux/configure: Regenerated.
24590
24591 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24592
24593         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
24594         the `q' suffix from lea and replace .quad with ASM_ADDR.
24595
24596 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24597
24598         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
24599         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
24600         instead of $17.
24601         (PTR_DEMANGLE): Likewise.
24602
24603 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24604
24605         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
24606         (LP_OP): Likewise.
24607         (ASM_ADDR): Likewise.
24608         (RAX_LP): Likewise.
24609         (RBP_LP): Likewise.
24610         (RBX_LP): Likewise.
24611         (RCX_LP): Likewise.
24612         (RDI_LP): Likewise.
24613         (RSI_LP): Likewise.
24614         (RSP_LP): Likewise.
24615         (R8_LP): Likewise.
24616         (R9_LP): Likewise.
24617         (R10_LP): Likewise.
24618         (R10_LP): Likewise.
24619         (R11_LP): Likewise.
24620         (R12_LP): Likewise.
24621         (R13_LP): Likewise.
24622         (R14_LP): Likewise.
24623         (R15_LP): Likewise.
24624
24625 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24626
24627         * sysdeps/x86_64/x32/dl-machine.h: New file.
24628
24629 2012-05-14  Andreas Jaeger  <aj@suse.de>
24630
24631         * manual/Makefile (subdir): Remove export of subdir.
24632         (all): Remove target.
24633         (.PHONY): Remove all from list.
24634         (mkinstalldirs): Remove.
24635         (.PHONY): Remove installdirs from list.
24636         ($(inst_infodir)/libc.info): Use make-target-directory.
24637         (installdirs): Remove.
24638         (subdir_%): Remove.
24639         (glibc-targets): Remove.
24640         (lib): Remove.
24641         (stubs): Remove.
24642         ($(objpfx)stubs ../po/manual.pot): Remove.
24643         ($(objpfx)stamp%): Remove.
24644         (make-target-directory): Remove.
24645         (subdir_install): Remove.
24646         (routines): Remove.
24647         (aux): Remove.
24648         (sources): Remove.
24649         (objects): Remove.
24650         (headers): Remove.
24651
24652         [BZ #13750]
24653         * manual/.gitignore: Remove, it's not needed anymore.
24654         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
24655         all files in it.
24656         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
24657         directory.
24658         (texis): Renamed to $(objpfx)texis.
24659         (texis-path): New, contains path to generated files.
24660         (chapters.%): Use texis-path for complete path, add extra argument
24661         libc-texinfo.sh.
24662         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
24663         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
24664         (summary,texi, stamp-summary): Use complete path of
24665         files. Generate files in build dir.
24666         (dir-add.texi): Build in build dir.
24667         (libm-err.texi,stamp-libm-err): Likewise.
24668         (version.texi, stamp-version): Likewise.
24669         (.%c.texi): Likewise.
24670         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
24671         (mostlyclean): Remove target.
24672         (realclean): Remove target.
24673         (generated): Add new variable with contents from mostlyclean and
24674         realclean, remove entries duplicated in common-mostlyclean, add
24675         stamp-libm-err and stamp-version.
24676         (generated-dirs): Add libc directory.
24677         ($(inst_infodir)/libc.info): Install files from build dir.
24678
24679         * manual/install.texi (Configuring and compiling): Adjust since
24680         the info files are not part of the tar ball anymore.
24681
24682 2012-05-14  Andreas Jaeger  <aj@suse.de>
24683
24684         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
24685         variable.
24686
24687 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
24688
24689         [BZ #13717]
24690         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
24691         to 2.2.0 where earlier.
24692         * sysdeps/unix/sysv/linux/configure: Regenerated.
24693         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
24694         Remove conditional code.
24695         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
24696         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
24697         Remove conditional code.
24698         [!__NR_lchown]: Likewise.
24699         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
24700         [__NR_lchown]: Likewise.
24701         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
24702         comment referencing __ASSUME_LCHOWN_SYSCALL.
24703         * sysdeps/unix/sysv/linux/i386/sigaction.c
24704         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24705         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24706         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
24707         Remove conditional code.
24708         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
24709         (__protocol_available): Remove #if 0 code.
24710         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
24711         conditional code.
24712         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
24713         * sysdeps/unix/sysv/linux/kernel-features.h
24714         (__ASSUME_GETCWD_SYSCALL): Don't define.
24715         (__ASSUME_REALTIME_SIGNALS): Likewise.
24716         (__ASSUME_PREAD_SYSCALL): Likewise.
24717         (__ASSUME_PWRITE_SYSCALL): Likewise.
24718         (__ASSUME_POLL_SYSCALL): Likewise.
24719         (__ASSUME_LCHOWN_SYSCALL): Likewise.
24720         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
24721         non-SPARC.
24722         (__ASSUME_SIOCGIFNAME): Don't define.
24723         (__ASSUME_MSG_NOSIGNAL): Likewise.
24724         (__ASSUME_SENDFILE): Define unconditionally.
24725         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
24726         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
24727         conditional code.
24728         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
24729         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
24730         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
24731         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
24732         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
24733         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
24734         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
24735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
24736         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24737         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
24739         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24740         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
24742         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24743         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
24745         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24746         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
24748         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24749         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
24751         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24752         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
24754         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24755         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
24757         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24758         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24759         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
24760         Remove conditional code.
24761         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24762         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
24763         Remove conditional code.
24764         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24765         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
24766         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
24767         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
24768         Remove conditional code.
24769         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24770         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
24771         Remove conditional code.
24772         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24773         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
24774         Remove conditional code.
24775         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24776         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
24777         Remove conditional code.
24778         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24779         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
24780         Remove conditional code.
24781         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24782         * sysdeps/unix/sysv/linux/sh/pwrite64.c
24783         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24784         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24785         * sysdeps/unix/sysv/linux/sigaction.c
24786         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24787         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24788         * sysdeps/unix/sysv/linux/sigpending.c
24789         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24790         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24791         * sysdeps/unix/sysv/linux/sigprocmask.c
24792         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24793         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24794         * sysdeps/unix/sysv/linux/sigsuspend.c
24795         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24796         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24797         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
24798         (__libc_missing_rt_sigs): Remove.
24799         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
24800         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
24801         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
24802         Remove conditional code.
24803         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
24804         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
24805         return 1.
24806         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
24807         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
24808         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
24809         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
24810
24811 2012-05-14  Andreas Jaeger  <aj@suse.de>
24812
24813         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
24814         it's not used in glibc.
24815         (__coshm1): Likewise.
24816         (__acosh1p): Likewise.
24817         (__sgn): Likewise.
24818
24819         * manual/string.texi (Copying and Concatenation): Add missing
24820         variable in concat example.
24821         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
24822
24823 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24824
24825         [BZ #14103]
24826         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
24827         __builtin_clzl with __builtin_clzll.
24828
24829 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24830
24831         [BZ #14104]
24832         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
24833         libc_freeres_ptr.
24834
24835 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24836
24837         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
24838         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
24839         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
24840         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
24841
24842 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
24843
24844         * NEWS: Update ia64 info.
24845
24846 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24847
24848         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
24849         used as bcopy.
24850
24851 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
24852
24853         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
24854         * sysdeps/unix/syscalls.list (dup3): Likewise.
24855         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
24856         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
24857
24858 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
24859
24860         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
24861         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
24862
24863 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
24864
24865         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
24866         thread pointer.
24867         (TLS_IE): Use mov/add instead of movq/addq to load thread
24868         pointer.
24869         (TLS_GD_PREFIX): New.
24870         (TLS_GD): Use it.
24871
24872 2012-05-11  David S. Miller  <davem@davemloft.net>
24873
24874         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
24875         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
24876         (_FPU_SETCW): Likewise.
24877
24878 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
24879
24880         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
24881         is 32-byte aligned.
24882
24883 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
24884
24885         [BZ #11837]
24886         * iconvdata/gb18030.c: Update tables.
24887         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
24888         characters specially.
24889         (BODY for TO_LOOP): Add encoding of missing ranges.
24890
24891 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
24892
24893         [BZ #13673]
24894         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
24895         * sysdeps/mach/hurd/dup3.c: Likewise.
24896         * sysdeps/mach/hurd/readlinkat.c: Likewise.
24897         * sysdeps/powerpc/memmove.c:: Likewise.
24898
24899 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
24900
24901         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
24902         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
24903
24904 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
24905
24906         * elf/elf.h (R_X86_64_RELATIVE64): New.
24907         (R_X86_64_NUM): Updated.
24908         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24909         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
24910         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
24911         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
24912         tst-quad1pie tst-quad2pie
24913         (modules-names): Add tst-quadmod1 tst-quadmod2.
24914         ($(objpfx)tst-quad1): New dependency.
24915         ($(objpfx)tst-quad2): Likewise.
24916         ($(objpfx)tst-quad1pie): Likewise.
24917         ($(objpfx)tst-quad2pie): Likewise.
24918         * sysdeps/x86_64/tst-quad1.c: New file.
24919         * sysdeps/x86_64/tst-quad1pie.c: New file.
24920         * sysdeps/x86_64/tst-quad2.c: Likewise.
24921         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
24922         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
24923         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
24924         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
24925         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
24926
24927 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24928
24929         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
24930         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
24931         * streams/stropts.h (t_scalar_t): Define type.
24932
24933         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
24934         (_PATH_PRESERVE): Set to "/var/lib".
24935         (_PATH_RWHODIR): Set to "/var/spool/rwho".
24936
24937         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
24938         instead of int.
24939
24940         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
24941         if __dir_mkfile succeeded.
24942
24943         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
24944         checking for _hurd_dtablesize.  Unlock it right after having
24945         finished _hurd_dtable allocation.
24946
24947 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
24948
24949         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
24950         * sysdeps/mach/hurd/configure: Regenerated.
24951         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
24952         special-casing to...
24953         * sysdeps/gnu/configure.in: ... this new file.
24954         * sysdeps/unix/sysv/linux/configure: Regenerated.
24955         * sysdeps/gnu/configure: New generated file.
24956
24957         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
24958         for Linux: use nsec instead of usec, as well as:
24959         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
24960         members of type struct timespec.
24961         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
24962         New macros.
24963         (struct stat64): Likewise.
24964         (_STATBUF_ST_NSEC): New macro.
24965         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
24966
24967         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
24968         __strtoul_internal rather than strtoul.
24969
24970 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24971
24972         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
24973         and reject them.
24974
24975 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24976
24977         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
24978         which preserves existing values.
24979         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
24980
24981 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24982
24983         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
24984         TIMEOUT values.  Return EINVAL for NFDS values either negative or
24985         greater than FD_SETSIZE.
24986
24987 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24988
24989         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
24990         allocated, call __vm_protect to finish enabling the existing space, and
24991         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
24992         allocate the remainder.
24993
24994 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24995
24996         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
24997         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
24998
24999 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25000
25001         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
25002         sysdeps/mach/hurd/readlink.c.
25003
25004         * posix/tst-sysconf.c (posix_options): Only use
25005         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
25006         _POSIX_SYNCHRONIZED_IO when they are defined
25007         * sysdeps/mach/hurd/bits/posix_opt.h:
25008         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
25009         (_XOPEN_REALTIME): Undefine macro.
25010         (_XOPEN_REALTIME_THREADS): Undefine macro.
25011         (_XOPEN_SHM): Undefine macro.
25012         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
25013         macro to -1.
25014         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
25015         macro to -1.
25016         (_POSIX_ASYNC_IO): Undefine macro.
25017         (_POSIX_PRIORITIZED_IO): Undefine macro.
25018         (_POSIX_SPIN_LOCKS): Define macro to -1.
25019
25020         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
25021         SA_NODEFER, SA_RESETHAND.
25022         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
25023         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
25024         F_DUPFD_CLOEXEC.
25025
25026 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25027
25028         * elf/Makefile (pldd-modules): Define unconditionally.
25029
25030 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25031
25032         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
25033
25034 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25035
25036         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
25037         Return ENOENT when name is empty.
25038         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
25039
25040 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25041
25042         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
25043
25044         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
25045
25046 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25047
25048         Fix mlock in all cases except non-readable pages.
25049         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
25050         instead of VM_PROT_ALL as parameter to __vm_wire function.
25051
25052         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
25053         (__mkdir): When path is `/', just fail with EEXIST.
25054         * sysdeps/mach/hurd/mkdirat.c: Likewise.
25055
25056 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25057
25058         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
25059         <sys/uio.h> (for writev).
25060         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
25061         and <sys/param.h> (for MIN).
25062
25063 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25064
25065         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
25066         REQUESTED_TIME.  Properly set the remaining time and return EINTR
25067         if interrupted.
25068
25069 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25070
25071         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
25072         Depend on against $(link-rpcuserlibs).
25073
25074 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25075
25076         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
25077         (__libc_stack_end): Do not use attribute_relro.
25078         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
25079         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
25080         to libthread-provided value.
25081         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
25082         attribute_relro.
25083
25084 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25085
25086         [BZ #3748]
25087         * bits/libc-lock.h (__libc_once_get): New macro.
25088         * sysdeps/mach/bits/libc-lock.h: Likewise.
25089         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
25090         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
25091         instead of using implementation details.
25092
25093         * libio/fileops.c: Unconditionally include <kernel-features.h>.
25094         * libio/freopen.c: Likewise.
25095         * libio/freopen64.c: Likewise.
25096         * misc/syslog.c: Likewise.
25097         * nscd/connections.c: Likewise.
25098         * nscd/netgroupcache.c: Likewise.
25099         * sysdeps/posix/getcwd.c: Likewise.
25100
25101 2012-05-10  Roland McGrath  <roland@hack.frob.com>
25102
25103         * math/w_ilogbf.c: Add #include <limits.h>.
25104
25105 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25106
25107         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
25108         path instead of returning without unlocking.
25109
25110         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
25111         immediate-write ioctls.
25112         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
25113
25114 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25115
25116         * sysdeps/mach/hurd/i386/init-first.c (init): Use
25117         __builtin_frame_address instead of making assumptions about the
25118         location of the return address relative to DATA.  Force early load of
25119         the return address.
25120         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
25121         __builtin_frame_address.
25122
25123         dup3 for GNU Hurd.
25124         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
25125         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
25126         implement dup3 and do some further code clean-ups.
25127         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
25128         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
25129
25130 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25131
25132         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
25133
25134         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
25135         HURD_CRITICAL_END around holding _hurd_dtable_lock.
25136         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
25137         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
25138         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
25139         d->port.lock.
25140
25141         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
25142         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
25143         when handler == SIG_ERR, not when handler != SIG_ERR.
25144
25145 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25146
25147         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
25148         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
25149         definitions.
25150
25151         accept4 for GNU Hurd.
25152         * include/sys/socket.h (__libc_accept4): New prototype.
25153         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
25154         to implement __libc_accept4.
25155         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
25156         __libc_accept4.
25157         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
25158
25159         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
25160         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
25161         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
25162         signal-defines.sym.
25163
25164 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25165
25166         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
25167
25168 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25169
25170         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
25171         assertion on O_CLOEXEC flag.
25172         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
25173         * hurd/intern-fd.c: Likewise.
25174         * hurd/port2fd.c: Likewise.
25175
25176 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25177
25178         [BZ #3906]
25179         * bits/in.h (IPV6_PKTINFO): Define new macro.
25180         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
25181
25182 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25183
25184         [BZ #13954]
25185         [BZ #13955]
25186         [BZ #13956]
25187         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
25188         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
25189         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
25190         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
25191         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25192         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
25193         * math/libm-test.inc (logb_test) : Additional logb tests.
25194
25195 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
25196             Andreas Jaeger  <aj@suse.de>
25197
25198         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
25199         * configure: Regenerated.
25200         * config.h.in (LINK_OBSOLETE_RPC): New macro.
25201         * config.make.in (link-obsolete-rpc): New substituted variable.
25202         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
25203         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
25204         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
25205         (shared-only-routines): Don't set it under [link-obsolete-rpc],
25206         so that libc.a contains the symbols.
25207         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
25208         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
25209         * sunrpc/auth_none.c: Likewise.
25210         * sunrpc/auth_unix.c: Likewise.
25211         * sunrpc/authdes_prot.c: Likewise.
25212         * sunrpc/authuxprot.c: Likewise.
25213         * sunrpc/clnt_gen.c: Likewise.
25214         * sunrpc/clnt_perr.c: Likewise.
25215         * sunrpc/clnt_raw.c: Likewise.
25216         * sunrpc/clnt_simp.c: Likewise.
25217         * sunrpc/clnt_tcp.c: Likewise.
25218         * sunrpc/clnt_udp.c: Likewise.
25219         * sunrpc/clnt_unix.c: Likewise.
25220         * sunrpc/des_crypt.c: Likewise.
25221         * sunrpc/des_soft.c: Likewise.
25222         * sunrpc/get_myaddr.c: Likewise.
25223         * sunrpc/key_call.c: Likewise.
25224         * sunrpc/key_prot.c: Likewise.
25225         * sunrpc/netname.c: Likewise.
25226         * sunrpc/pm_getmaps.c: Likewise.
25227         * sunrpc/pm_getport.c: Likewise.
25228         * sunrpc/pmap_clnt.c: Likewise.
25229         * sunrpc/pmap_prot.c: Likewise.
25230         * sunrpc/pmap_prot2.c: Likewise.
25231         * sunrpc/pmap_rmt.c: Likewise.
25232         * sunrpc/publickey.c: Likewise.
25233         * sunrpc/rpc_cmsg.c: Likewise.
25234         * sunrpc/rpc_common.c: Likewise.
25235         * sunrpc/rpc_dtable.c: Likewise.
25236         * sunrpc/rpc_prot.c: Likewise.
25237         * sunrpc/rpc_thread.c: Likewise.
25238         * sunrpc/rtime.c: Likewise.
25239         * sunrpc/svc.c: Likewise.
25240         * sunrpc/svc_auth.c: Likewise.
25241         * sunrpc/svc_raw.c: Likewise.
25242         * sunrpc/svc_run.c: Likewise.
25243         * sunrpc/svc_tcp.c: Likewise.
25244         * sunrpc/svc_udp.c: Likewise.
25245         * sunrpc/svc_unix.c: Likewise.
25246         * sunrpc/svcauth_des.c: Likewise.
25247         * sunrpc/xcrypt.c: Likewise.
25248         * sunrpc/xdr.c: Likewise.
25249         * sunrpc/xdr_array.c: Likewise.
25250         * sunrpc/xdr_float.c: Likewise.
25251         * sunrpc/xdr_intXX_t.c: Likewise.
25252         * sunrpc/xdr_mem.c: Likewise.
25253         * sunrpc/xdr_rec.c: Likewise.
25254         * sunrpc/xdr_ref.c: Likewise.
25255         * sunrpc/xdr_sizeof.c: Likewise.
25256         * sunrpc/xdr_stdio.c: Likewise.
25257
25258 2012-05-10  Roland McGrath  <roland@hack.frob.com>
25259
25260         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
25261         change.  Update copyright years.
25262
25263 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
25264
25265         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
25266
25267 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
25268             Joseph Myers  <joseph@codesourcery.com>
25269             Paul Pluzhnikov  <ppluzhnikov@google.com>
25270
25271         [BZ #14012]
25272         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
25273         requiring rpcgen.
25274         [cross-compiling] (extra-libs): Likewise.
25275         [cross-compiling] (extra-libs-others): Likewise.
25276         [cross-compiling] (librpcsvc-routines): Likewise.
25277         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
25278         [cross-compiling] (omit-deps): Likewise.
25279         (sunrpc-CPPFLAGS): New variable.
25280         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
25281         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
25282         (cross-rpcgen-objs): New variable.
25283         (extra-objs): Append $(cross-rpcgen-objs).
25284         ($(cross-rpcgen-objs)): New rule.
25285         ($(objpfx)cross-rpcgen): Likewise.
25286         (rpcgen-cmd): Define to use $(built-program-file).  Expand
25287         comment.
25288         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
25289         ($(objpfx)x%.stmp): Likewise.
25290         * sunrpc/proto.h [IS_IN_build] (_): Define.
25291         [IS_IN_build] (_libc_intl_domainname): Likewise.
25292
25293 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
25294
25295         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
25296         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
25297         and R_X86_64_TPOFF64.
25298
25299 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
25300
25301         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
25302         sysdeps/unix/sysv/syscalls.list.
25303         (stime): Likewise.
25304         (utime): Likewise.
25305         * sysdeps/unix/sysv/syscalls.list: Remove file.
25306
25307 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
25308
25309         [BZ #3440]
25310         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
25311         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
25312         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
25313         (__LC_IDENTIFICATION): Make these macros useful in #if
25314         expressions, as required by C99.
25315
25316 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
25317
25318         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
25319         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
25320         after this.
25321
25322 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
25323
25324         * stdlib/longlong.h: Updated from GCC.
25325
25326 2012-05-09  Andreas Jaeger  <aj@suse.de>
25327
25328         * nscd/nscd.c (run_modes): Make named enum, reorder so that
25329         default is first entry.
25330         (run_mode): Set type.
25331         (main): Remove informal message about syslog.
25332         (options): Fix typo.
25333
25334         [BZ #14053]
25335         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
25336         to asm.
25337         (lrint): Likewise.
25338         (llrintf): Likewise.
25339         (llrint): Likewise.
25340         (rint): Likewise.
25341         (rintf): Likewise.
25342         (nearbyint): Likewise.
25343         (nearbyintf): Likewise.
25344
25345 2012-05-09  Andreas Jaeger  <aj@suse.de>
25346             Pedro Alves  <palves@redhat.com>
25347
25348         * nscd/nscd.c (run_mode): Use enum.
25349         (main): Cleanup coding style issue.
25350
25351 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
25352             Andreas Jaeger  <aj@suse.de>
25353
25354         * nscd/nscd.c (go_background): Replaced with...
25355         (run_mode): ... this.
25356         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
25357         (options): Add -F --foreground.
25358         (main): Implement it.
25359         (parse_opt): Parse it.
25360
25361 2012-05-09  Andreas Jaeger  <aj@suse.de>
25362
25363         [BZ #14083]
25364         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
25365         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
25366         -Wconversion warning.
25367         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
25368         Likewise.
25369
25370 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
25371
25372         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
25373         == 0.
25374         (LC_ALL): Use macro-int-constant.
25375         (LC_COLLATE): Likewise.
25376         (LC_CTYPE): Likewise.
25377         (LC_MESSAGES): Likewise.
25378         (LC_MONETARY): Likewise.
25379         (LC_NUMERIC): Likewise.
25380         (LC_TIME): Likewise.
25381         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
25382         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
25383         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25384         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
25385         Specify type.
25386         [C99-based standards] (float_t): Expect type.
25387         [C99-based standards] (double_t): Expect type.
25388         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
25389         type.
25390         [C99-based standards] (HUGE_VALL): Likewise.
25391         [C99-based standards] (INFINITY): Likewise.
25392         [C99-based standards] (NAN): Likewise.
25393         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
25394         [C99-based standards] (FP_NAN): Likewise.
25395         [C99-based standards] (FP_NORMAL): Likewise.
25396         [C99-based standards] (FP_SUBNORMAL): Likewise.
25397         [C99-based standards] (FP_ZERO): Likewise.
25398         [C99-based standards] (FP_FAST_FMA): Use
25399         optional-macro-int-constant.  Specify type.  Require == 1.
25400         [C99-based standards] (FP_FAST_FMAF): Likewise.
25401         [C99-based standards] (FP_FAST_FMAL): Likewise.
25402         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
25403         [C99-based standards] (FP_ILOGBNAN): Likewise.
25404         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
25405         Specify type.
25406         [C99-based standards] (MATH_ERREXCEPT): Likewise.
25407         [C99-based standards] (math_errhandling): Specify type.
25408         [ISO99 || ISO11] (signgam): Do not allow.
25409         [non-C99-based standards] (copysignf): Do not allow.
25410         [non-C99-based standards] (exp2f): Likewise.
25411         [non-C99-based standards] (log2f): Likewise.
25412         [non-C99-based standards] (modff): Allow.
25413         [non-C99-based standards] (erff): Do not allow.
25414         [non-C99-based standards] (erfcf): Likewise.
25415         [non-C99-based standards] (gammaf): Likewise.
25416         [non-C99-based standards] (hypotf): Likewise.
25417         [non-C99-based standards] (j0f): Likewise.
25418         [non-C99-based standards] (j1f): Likewise.
25419         [non-C99-based standards] (jnf): Likewise.
25420         [non-C99-based standards] (lgammaf): Likewise.
25421         [non-C99-based standards] (tgammaf): Likewise.
25422         [non-C99-based standards] (y0f): Likewise.
25423         [non-C99-based standards] (y1f): Likewise.
25424         [non-C99-based standards] (ynf): Likewise.
25425         [non-C99-based standards] (isnanf): Likewise.
25426         [non-C99-based standards] (acoshf): Likewise.
25427         [non-C99-based standards] (asinhf): Likewise.
25428         [non-C99-based standards] (atanhf): Likewise.
25429         [non-C99-based standards] (cbrtf): Likewise.
25430         [non-C99-based standards] (expm1f): Likewise.
25431         [non-C99-based standards] (ilogbf): Likewise.
25432         [non-C99-based standards] (log1pf): Likewise.
25433         [non-C99-based standards] (logbf): Likewise.
25434         [non-C99-based standards] (nextafterf): Likewise.
25435         [non-C99-based standards] (remainderf): Likewise.
25436         [non-C99-based standards] (rintf): Likewise.
25437         [non-C99-based standards] (scalbf): Likewise.
25438         [non-C99-based standards] (copysignl): Likewise.
25439         [non-C99-based standards] (exp2l): Likewise.
25440         [non-C99-based standards] (log2l): Likewise.
25441         [non-C99-based standards] (modfl): Allow.
25442         [non-C99-based standards] (erfl): Do not allow.
25443         [non-C99-based standards] (erfcl): Likewise.
25444         [non-C99-based standards] (gammal): Likewise.
25445         [non-C99-based standards] (hypotl): Likewise.
25446         [non-C99-based standards] (j0l): Likewise.
25447         [non-C99-based standards] (j1l): Likewise.
25448         [non-C99-based standards] (jnl): Likewise.
25449         [non-C99-based standards] (lgammal): Likewise.
25450         [non-C99-based standards] (tgammal): Likewise.
25451         [non-C99-based standards] (y0l): Likewise.
25452         [non-C99-based standards] (y1l): Likewise.
25453         [non-C99-based standards] (ynl): Likewise.
25454         [non-C99-based standards] (isnanl): Likewise.
25455         [non-C99-based standards] (acoshl): Likewise.
25456         [non-C99-based standards] (asinhl): Likewise.
25457         [non-C99-based standards] (atanhl): Likewise.
25458         [non-C99-based standards] (cbrtl): Likewise.
25459         [non-C99-based standards] (expm1l): Likewise.
25460         [non-C99-based standards] (ilogbl): Likewise.
25461         [non-C99-based standards] (log1pl): Likewise.
25462         [non-C99-based standards] (logbl): Likewise.
25463         [non-C99-based standards] (nextafterl): Likewise.
25464         [non-C99-based standards] (remainderl): Likewise.
25465         [non-C99-based standards] (rintl): Likewise.
25466         [non-C99-based standards] (scalbl): Likewise.
25467         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25468         [non-C99-based standards] (FP_*): Do not allow.
25469         [C99-based standards] (FP_*): Change to
25470         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
25471         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
25472         allow.
25473         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
25474         (SIG_ERR): Likewise.
25475         [X/Open-based standards] (SIG_HOLD): Likewise.
25476         (SIG_IGN): Likewise.
25477         (SIGABRT): Use macro-int-constant.  Specify type.  Require
25478         positive value.
25479         (SIGFPE): Likewise.
25480         (SIGILL): Likewise.
25481         (SIGINT): Likewise.
25482         (SIGSEGV): Likewise.
25483         (SIGTER): Likewise.
25484         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
25485         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
25486         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
25487         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
25488         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
25489         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
25490         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
25491         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
25492         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
25493         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
25494         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
25495         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
25496         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
25497         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
25498         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
25499         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
25500         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
25501         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
25502         [X/Open-based standards] (SIGTRAP): Likewise.
25503         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
25504         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
25505         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
25506         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
25507         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
25508         allow.
25509
25510 2012-05-08  Ian Wienand  <ianw@vmware.com>
25511
25512         [BZ #14080]
25513         * time/tzset.c (__tzset_parse_tz): Update default rules for
25514         daylight time changes in the Energy Policy Act of 2005.
25515
25516 2012-05-09  Andreas Jaeger  <aj@suse.de>
25517
25518         [BZ #13983]
25519         * elf/ldconfig.c (parse_conf): Change string to make clear that
25520         ldconfig only issued a warning if ld.so.conf does not exist.
25521
25522 2012-05-08  David S. Miller  <davem@davemloft.net>
25523
25524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
25525         movxtod instead of popping the value on the stack.
25526
25527         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25528
25529 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
25530
25531         * config.h.in: Add HAVE_ARM_PCS_VFP.
25532
25533 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
25534
25535         [BZ #13979]
25536         * include/features.h: Warn if user requests __FORTIFY_SOURCE
25537         checking but the checks are disabled for any reason.
25538
25539 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
25540
25541         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
25542         and ELF64_R_TYPE with ELFW(R_TYPE).
25543
25544 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
25545
25546         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
25547         (ulimit): Likewise.
25548
25549         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
25550         (settimeofday): Likewise.
25551
25552 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
25553
25554         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
25555         a struct th_u2 inside the union, and move tu_block/tu_code into
25556         a new th_u3 union of tu_block/tu_code inside of that.  Move
25557         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
25558         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
25559         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
25560         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
25561         (th_stuff): Change to th_u1.tu_stuff.
25562         (th_data): Define.
25563         (th_msg): Change to th_u1.th_u2.tu_data.
25564
25565 2012-05-07  David S. Miller  <davem@davemloft.net>
25566
25567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25568
25569         [BZ #14074]
25570         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
25571         (SETUP_PIC_REG): Use it.
25572         (SETUP_PIC_REG_LEAF): Use it.
25573
25574 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
25575
25576         [BZ #13885]
25577         [BZ #13923]
25578         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25579         USE_AS_EXPM1L.
25580         (EXPL_FINITE): Likewise.
25581         (FLDLOG): Likewise.
25582         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
25583         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
25584         e_expl.S.
25585         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25586         USE_AS_EXPM1L.
25587         (EXPL_FINITE): Likewise.
25588         (FLDLOG): Likewise.
25589         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
25590         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
25591         e_expl.S.
25592         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
25593         test of -max_value argument for long double.
25594         * sysdeps/i386/fpu/libm-test-ulps: Update.
25595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25596
25597 2012-05-06  David S. Miller  <davem@davemloft.net>
25598
25599         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
25600         quad soft-float symbols whose references which are compiler
25601         generated.
25602         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
25603
25604 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
25605
25606         [BZ #13884]
25607         [BZ #13914]
25608         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25609         USE_AS_EXP10L.
25610         (EXPL_FINITE): Likewise.
25611         (FLDLOG): Likewise.
25612         (c0): Likewise.
25613         (c1): Likewise.
25614         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
25615         Adjust comments for base varying.
25616         (__expl_finite): Change alias to EXPL_FINITE.
25617         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
25618         e_expl.S.
25619         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
25620         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
25621         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25622         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
25623         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25624         USE_AS_EXP10L.
25625         (EXPL_FINITE): Likewise.
25626         (FLDLOG): Likewise.
25627         (c0): Likewise.
25628         (c1): Likewise.
25629         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
25630         Adjust comments for base varying.
25631         (__expl_finite): Change alias to EXPL_FINITE.
25632         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
25633         tests for bugs.
25634         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25635
25636         [BZ #14064]
25637         * math/libm-test.inc (check_float_internal): Correct ulp
25638         calculation for subnormal expected results.
25639
25640 2012-05-06  Andreas Jaeger  <aj@suse.de>
25641
25642         * Makeconfig (+math-flags): New, set to -frounding-math.
25643         (+cflags): Add +math-flags so that all of glibc gets compiled with
25644         it.
25645
25646         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
25647
25648 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
25649
25650         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
25651         Disable one test.
25652
25653         [BZ #13787]
25654         [BZ #13922]
25655         [BZ #14036]
25656         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
25657         (__ieee754_expl): Allow for and saturate large arguments.
25658         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
25659         (u_threshold): Likewise.
25660         (__exp): Call __ieee754_exp before checking for overflow and
25661         underflow.
25662         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
25663         (u_threshold): Likewise.
25664         (__expf): Call __ieee754_expf before checking for overflow and
25665         underflow.
25666         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
25667         (u_threshold): Likewise.
25668         (__expl): Call __ieee754_expl before checking for overflow and
25669         underflow.
25670         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
25671         (__ieee754_expl): Allow for and saturate large arguments.
25672         * math/libm-test.inc (exp_test): Add another test.  Do not allow
25673         missing overflow exception on overflow.
25674         (expm1_test): Do not allow missing overflow exception on overflow.
25675
25676         * sysdeps/i386/fpu/e_expl.c: Move to ...
25677         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
25678         rather than using inline asm.
25679         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
25680         * sysdeps/x86_64/fpu/e_expl.S: Copy from
25681         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
25682
25683         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
25684         (nice): Likewise.
25685         (poll): Likewise.
25686         (signal): Likewise.
25687         (time): Likewise.
25688         (times): Likewise.
25689
25690 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
25691
25692         * sysdeps/unix/syscalls.list (adjtime): Add entry from
25693         sysdeps/unix/common/syscalls.list.
25694         (fchmod): Likewise.
25695         (fchown): Likewise.
25696         (ftruncate): Likewise.
25697         (getrusage): Likewise.
25698         (gettimeofday): Likewise.
25699         (setpgid): Likewise.
25700         (setregid): Likewise.
25701         (setreuid): Likewise.
25702         (sigaction): Likewise.
25703         (truncate): Likewise.
25704         (vhangup): Likewise.
25705         * sysdeps/unix/common/syscalls.list: Remove file.
25706         * sysdeps/unix/bsd/Implies: Don't include unix/common.
25707         * sysdeps/unix/sysv/linux/Implies: Likewise.
25708
25709 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
25710
25711         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
25712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
25713         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
25714         Moved to ...
25715         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
25716         Here.
25717         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
25718         to ...
25719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
25720         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
25721         to ...
25722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
25723         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
25724         to ...
25725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
25726         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
25727         to ...
25728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
25729         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
25730         to ...
25731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
25732         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
25733         to ...
25734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
25735         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
25736         to ...
25737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25738         Here.
25739         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
25740         to ...
25741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
25742         Here.
25743         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
25744         to ...
25745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
25746         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
25747         Moved to ...
25748         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
25749         Here.
25750         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
25751         to ...
25752         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
25753
25754 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
25755
25756         * sysdeps/unix/common/bits/dirent.h: Remove file.
25757         * sysdeps/unix/common/bits/fcntl.h: Likewise.
25758
25759         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
25760         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
25761         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
25762         * sysdeps/unix/bsd/isatty.c: Likewise.
25763         * sysdeps/unix/bsd/tcdrain.c: Likewise.
25764         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
25765         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
25766
25767 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25768
25769         [BZ #13563]
25770         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
25771         long double comparison inaccuracies.
25772         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25773         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25774
25775 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
25776
25777         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
25778         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
25779
25780 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
25781
25782         [BZ #14049]
25783         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
25784         nonzero digits before rounding a hex value.
25785         * stdlib/tst-strtod.c (tests): Add another test.
25786
25787 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25788
25789         * sysdeps/s390/fpu/libm-test-ulps: Update.
25790
25791 2012-05-03  Andreas Jaeger  <aj@suse.de>
25792
25793         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
25794         does not get optimized out.
25795         (malloc_opt_barrier): New.
25796
25797 2012-05-03  Andreas Jaeger  <aj@suse.de>
25798             Roland McGrath  <roland@hack.frob.com>
25799
25800         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
25801         intermediate file deletion.
25802         (generated): Add .symlist files.
25803
25804 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
25805
25806         [BZ #13775]
25807         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
25808         Redirect under this condition.
25809         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
25810         [__USE_GNU] (__dprintf_chk): Not under this condition.
25811         [__USE_GNU] (__vdprintf_chk): Likewise.
25812         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
25813         under this condition.
25814         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
25815         [__USE_XOPEN2K8] (dprintf): Define under this condition.
25816         [__USE_XOPEN2K8] (vdprintf): Likewise.
25817         [__USE_GNU] (__dprintf_chk): Not under this condition.
25818         [__USE_GNU] (__vdprintf_chk): Likewise.
25819         [__USE_GNU] (dprintf): Likewise.
25820         [__USE_GNU] (vdprintf): Likewise.
25821
25822 2012-05-03  Roland McGrath  <roland@hack.frob.com>
25823
25824         * elf/Makefile (common-generated): Set this instead of generated for
25825         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
25826         $(all-built-dso)-derived lists.
25827
25828 2012-05-03  Andreas Jaeger  <aj@suse.de>
25829
25830         * sysdeps/i386/fpu/libm-test-ulps: Update.
25831
25832         * FAQ: Removed.
25833         * FAQ.in: Likewise.
25834         * scripts/gen-FAQ.pl: Likewise.
25835         * manual/install.texi (Installation): Point to online location of
25836         FAQ.
25837         * Makefile (files-for-dist): Remove FAQ.
25838         (FAQ): Remove.
25839
25840 2012-05-02  Allan McRae  <allan@archlinux.org>
25841
25842         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
25843         (LDFLAGS-reldepmod5.so): Likewise.
25844         (LDFLAGS-reldep6mod1.so): Likewise.
25845         (LDFLAGS-reldep6mod4.so): Likewise.
25846         (LDFLAGS-reldep8mod3.so): Likewise.
25847         (LDFLAGS-unload4mod1.so): Likewise.
25848         (LDFLAGS-unload4mod2.so): Likewise.
25849         (LDFLAGS-tst-initorder): Likewise.
25850         (LDFLAGS-tst-initordera2.so): Likewise.
25851         (LDFLAGS-tst-initordera3.so): Likewise.
25852         (LDFLAGS-tst-initordera4.so): Likewise.
25853         (LDFLAGS-tst-initorderb2.so): Likewise.
25854         (LDFLAGS-noload): Likewise.
25855         (LDFLAGS-next): Likewise.
25856         (LDFLAGS-order2mod1.so): Likewise.
25857         (LDFLAGS-order2mod2.so): Likewise.
25858         (LDFLAGS-tst-initorder2): Likewise.
25859         (LDFLAGS-tst-initorder2a.so): Likewise.
25860         (LDFLAGS-tst-initorder2b.so): Likewise.
25861         (LDFLAGS-tst-initorder2c.so): Likewise.
25862         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
25863
25864 2012-05-02  David S. Miller  <davem@davemloft.net>
25865
25866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25867
25868 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
25869
25870         [BZ #14055]
25871         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
25872
25873 2012-05-02  Andreas Jaeger  <aj@suse.de>
25874
25875         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
25876         since we manipulate rounding mode.
25877         (CPPFLAGS-test-idouble.c): Likewise.
25878         (CPPFLAGS-test-ifloat.c): Likewise.
25879         (CFLAGS-test-ldouble.c): Likewise.
25880         (CFLAGS-test-double.c): Likewise.
25881         (CFLAGS-test-float.c): Likewise.
25882         (CFLAGS-test-misc.c): Likewise.
25883         (CFLAGS-test-test-fenv.c): Likewise.
25884
25885 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25886
25887         [BZ #2550]
25888         [BZ #2570]
25889         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
25890         comparisons to determine direction to adjust input.
25891
25892 2012-05-01  Roland McGrath  <roland@hack.frob.com>
25893
25894         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
25895         output to the target.
25896
25897         * scripts/localplt.awk: New file.
25898         * elf/Makefile ($(objpfx)check-localplt): Target removed.
25899         (check-localplt-CFLAGS): Variable removed.
25900         ($(all-built-dso:=.jmprel)): New static pattern rule.
25901         (generated): Add those targets.
25902         (localplt-built-dso): New variable.
25903         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
25904
25905         * elf/check-localplt.c: File removed.
25906
25907         * scripts/check-execstack.awk: New file.
25908         * elf/Makefile ($(objpfx)check-execstack): Target removed.
25909         (check-execstack-CFLAGS): Variable removed.
25910         ($(objpfx)check-execstack.h): Target removed.
25911         ($(objpfx)execstack-default): New target.
25912         (generated): Add that instead of check-execstack.h.
25913         ($(all-built-dso:=.phdr)): New static pattern rule.
25914         (generated): Add those targets.
25915         * elf/check-execstack.c: File removed.
25916
25917         * scripts/check-textrel.awk: New file.
25918         * elf/Makefile ($(objpfx)check-textrel): Target removed.
25919         (check-textrel-CFLAGS): Variable removed.
25920         (all-built-dso): Use := to define.o
25921         ($(all-built-dso:=.dyn)): New static pattern rule.
25922         (generated): Add those targets.
25923         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
25924         * config.make.in (READELF): New substituted variable.
25925         * elf/check-textrel.c: File removed.
25926
25927 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
25928
25929         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
25930         allow.
25931         * conform/data/ctype.h-data [C99-based standards] (isblank):
25932         Expect function.
25933         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
25934         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
25935         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25936         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
25937         Specify type.  Require positive value.
25938         (EILSEQ): Likewise.
25939         (ERANGE): Likewise.
25940         [ISO || POSIX] (EILSEQ): Do not expect.
25941         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
25942         Specify type.  Require positive value.
25943         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
25944         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
25945         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
25946         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
25947         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
25948         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
25949         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
25950         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
25951         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
25952         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
25953         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
25954         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
25955         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
25956         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
25957         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
25958         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
25959         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
25960         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
25961         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
25962         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
25963         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
25964         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
25965         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
25966         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
25967         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
25968         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
25969         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
25970         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
25971         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
25972         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
25973         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
25974         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
25975         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
25976         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
25977         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
25978         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
25979         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
25980         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
25981         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
25982         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
25983         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
25984         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
25985         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
25986         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
25987         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
25988         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
25989         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
25990         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
25991         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
25992         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
25993         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
25994         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
25995         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
25996         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
25997         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
25998         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
25999         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
26000         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
26001         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
26002         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
26003         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
26004         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
26005         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
26006         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
26007         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
26008         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
26009         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
26010         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
26011         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
26012         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
26013         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
26014         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
26015         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
26016         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
26017         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
26018         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
26019         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
26020         Require >= 2.
26021         (FLT_ROUNDS): Expect as macro, not constant.
26022         (FLT_MANT_DIG): Use macro-int-constant.
26023         (DBL_MANT_DIG): Likewise.
26024         (LDBL_MANT_DIG): Likewise.
26025         (FLT_DIG): Likewise.
26026         (DBL_DIG): Likewise.
26027         (LDBL_DIG): Likewise.
26028         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
26029         (DBL_MIN_EXP): Likewise.
26030         (LDBL_MIN_EXP): Likewise.
26031         (FLT_MAX_EXP): Use macro-int-constant.
26032         (DBL_MAX_EXP): Likewise.
26033         (LDBL_MAX_EXP): Likewise.
26034         (FLT_MAX_10_EXP): Likewise.
26035         (DBL_MAX_10_EXP): Likewise.
26036         (LDBL_MAX_10_EXP): Likewise.
26037         (FLT_MAX): Use macro-constant.
26038         (DBL_MAX): Likewise.
26039         (LDBL_MAX): Likewise.
26040         (FLT_EPSILON): Use macro-constant.  Give upper bound.
26041         (DBL_EPSILON): Likewise.
26042         (LDBL_EPSILON): Likewise.
26043         (FLT_MIN): Likewise.
26044         (DBL_MIN): Likewise.
26045         (LDBL_MIN): Likewise.
26046         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
26047         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
26048         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
26049         [ISO11] (FLT_HAS_SUBNORM): Likewise.
26050         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
26051         [ISO11] (DBL_DECIMAL_DIG): Likewise.
26052         [ISO11] (FLT_DECIMAL_DIG): Likewise.
26053         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
26054         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
26055         [ISO11] (FLT_TRUE_MIN): Likewise.
26056         [ISO11] (LDBL_TRUE_MIN): Likewise.
26057         [ISO || ISO99 || ISO11] (*_t): Do not allow.
26058         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
26059         (SCHAR_MIN): Use macro-int-constant.  Specify type.
26060         (SCHAR_MAX): Likewise.
26061         (UCHAR_MAX): Likewise.
26062         (CHAR_MIN): Likewise.
26063         (CHAR_MAX): Likewise.
26064         (MB_LEN_MAX): Use macro-int-constant.
26065         (SHRT_MIN): Use macro-int-constant.  Specify type.
26066         (SHRT_MAX): Likewise.
26067         (USHRT_MAX): Likewise.
26068         (INT_MAX): Likewise.
26069         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
26070         bound negative.
26071         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
26072         bound with "U".
26073         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
26074         bound with "L".
26075         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
26076         bound negative.  Suffix upper bound with "L".
26077         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
26078         bound with "UL".
26079         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
26080         Specify type.
26081         [C99-based standards] (LLONG_MAX): Likewise.
26082         [C99-based standards] (ULLONG_MAX): Likewise.
26083         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
26084         == 0.
26085         [ISO11] (max_align_t): Require type.
26086         [ISO || ISO99 || ISO11] (*_t): Do not allow.
26087
26088         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
26089         from $CFLAGS, without defining away __attribute__ calls.
26090         (checknamespace): Use $CFLAGS_namespace.
26091
26092         * conform/conformtest.pl (@keywords): Only include C99 keywords
26093         for standards based on C99 or C11.
26094
26095         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
26096         Disable tests.
26097         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
26098         UNIX98]: Likewise.
26099
26100         * conform/conformtest.pl: Handle "macro-int-constant" and test for
26101         usability of symbols in #if.
26102
26103         * conform/conformtest.pl: If macro or constant types start
26104         "promoted:", expect the symbol to be of the following type
26105         promoted by the integer promotions.
26106
26107         * conform/conformtest.pl: Parse all "constant" and "macro" lines
26108         in one place.  Also handle "macro-constant".
26109
26110         * conform/conformtest.pl: Only accept expected macro values with
26111         "==".  Parse all "macro" lines in one place.
26112         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
26113
26114         * conform/conformtest.pl: Handle braced types on "constant" lines
26115         instead of handling "typed-constant".
26116         * conform/data/signal.h-data: Use "constant" instead of
26117         "typed-constant".
26118
26119         * conform/conformtest.pl: Handle "optional-" at start of lines in
26120         one place rather than duplicating several cases.  Handle each
26121         format of "macro" line with initial "optional-".
26122
26123         * conform/conformtest.pl: Only accept expected constant or
26124         optional-constant values with "==".  Parse all "constant" lines in
26125         one place.  Parse all "optional-constant" lines in one place.
26126         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
26127         * conform/data/fmtmsg.h-data: Likewise.
26128         * conform/data/netinet/in.h-data: Likewise.
26129         * conform/data/tar.h-data: Likewise.
26130         * conform/data/limits.h-data: Use "==" form on "constant" and
26131         "optional-constant" lines.
26132
26133         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
26134         Use -std=c99 for XOPEN2K.
26135         (@knownproblems): Remove.
26136         (newtoken): Don't check %isknown.
26137
26138         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
26139         Do not expect macro.
26140         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
26141         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
26142         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
26143         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
26144         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
26145         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
26146         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
26147         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
26148         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
26149         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
26150         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
26151         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
26152         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
26153         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
26154         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
26155         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
26156         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
26157         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
26158         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
26159         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
26160         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
26161         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
26162         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
26163         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
26164         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
26165         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
26166         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
26167         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
26168         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
26169         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
26170         [XPG3] (acosh): Likewise.
26171         [XPG3] (asinh): Likewise.
26172         [XPG3] (atanh): Likewise.
26173         [XPG3] (cbrt): Likewise.
26174         [XPG3] (expm1): Likewise.
26175         [XPG3] (ilogb): Likewise.
26176         [XPG3] (log1p): Likewise.
26177         [XPG3] (logb): Likewise.
26178         [XPG3] (nextafter): Likewise.
26179         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
26180         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
26181         [XPG3] (remainder): Likewise.
26182         [XPG3] (rint): Likewise.
26183         [XPG3 || XPG4 || UNIX98] (round): Likewise.
26184         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
26185         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
26186         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
26187         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
26188         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
26189         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
26190         [UNIX98 || XOPEN2K] (scalb): Expect.
26191         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
26192         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
26193         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
26194         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
26195         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
26196         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
26197         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
26198         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
26199         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
26200         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
26201         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
26202         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
26203         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
26204         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
26205         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
26206         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
26207         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
26208         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
26209         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
26210         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
26211         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
26212         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
26213         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
26214         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
26215         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
26216         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
26217         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
26218         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
26219         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
26220         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
26221         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
26222         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
26223         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
26224         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
26225         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
26226         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
26227         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
26228         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
26229         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
26230         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
26231         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
26232         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
26233         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
26234         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
26235         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
26236         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
26237         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
26238         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
26239         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
26240         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
26241         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
26242         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
26243         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
26244         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
26245         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
26246         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
26247         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
26248         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
26249         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
26250         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
26251         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
26252         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
26253         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
26254         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
26255         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
26256         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
26257         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
26258         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
26259         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
26260         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
26261         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
26262         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
26263         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
26264         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
26265         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
26266         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
26267         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
26268         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
26269         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
26270         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
26271         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
26272         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
26273         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
26274         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
26275         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
26276         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
26277         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
26278         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
26279         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
26280         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
26281         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
26282         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
26283         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
26284         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
26285         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
26286         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
26287         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
26288         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
26289         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
26290         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
26291         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
26292         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
26293         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
26294         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
26295         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
26296         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
26297         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
26298         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
26299         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
26300         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
26301         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
26302         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
26303         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
26304         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
26305         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
26306         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
26307         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
26308         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
26309         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
26310         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
26311         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
26312         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
26313         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
26314         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
26315         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
26316         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
26317         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
26318         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
26319         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
26320         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
26321         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
26322         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
26323         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
26324         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
26325         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
26326         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
26327         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
26328
26329         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
26330         _XOPEN_SOURCE_EXTENDED for XPG4.
26331
26332         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
26333
26334         * Makeconfig (localtime): Remove variable.
26335         (inst_localtime-file): Likewise.
26336
26337 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
26338
26339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
26340         Update.
26341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
26342         Update.
26343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
26344         Update.
26345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26346         Update.
26347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
26348         Update.
26349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
26350         Update.
26351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
26352         Update.
26353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
26354         Update.
26355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26356         Update.
26357
26358 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
26359
26360         [BZ #2550]
26361         [BZ #2570]
26362         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
26363         comparisons to determine direction to adjust input.
26364         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
26365         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
26366         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
26367         Likewise.
26368         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
26369         Likewise.
26370         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26371         Likewise.
26372         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
26373         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
26374         Likewise.
26375         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
26376         Likewise.
26377         * math/libm-test.inc (nexttoward_test): Add more tests.
26378
26379 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
26380
26381         [BZ #14040]
26382         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
26383         in version GLIBC_2.1, not GLIBC_2.0.
26384         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
26385         Likewise.
26386
26387 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
26388
26389         [BZ #13942]
26390         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
26391         (1 - x) * (1 + x).
26392         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
26393         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
26394         * math/libm-test.inc (acos_test): Add more tests.
26395         (asin_test): Likewise.
26396         * sysdeps/i386/fpu/libm-test-ulps: Update.
26397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26398
26399         [BZ #14034]
26400         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
26401         of square root.
26402         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
26403         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
26404         * math/libm-test.inc (acos_test_tonearest): New function.
26405         (acos_test_towardzero): Likewise.
26406         (acos_test_downward): Likewise.
26407         (acos_test_upward): Likewise.
26408         (asin_test_tonearest): Likewise.
26409         (asin_test_towardzero): Likewise.
26410         (asin_test_downward): Likewise.
26411         (asin_test_upward): Likewise.
26412         (main): Call the new functions.
26413         * sysdeps/i386/fpu/libm-test-ulps: Update.
26414         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26415
26416         [BZ #13884]
26417         [BZ #13924]
26418         * math/e_exp10.c: Include <float.h>.
26419         (__ieee754_exp10): Handle underflow here rather than multiplying
26420         large negative argument by M_LN10.
26421         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
26422         of __ieee754_expf.
26423         * math/e_exp10l.c: Include <float.h>.
26424         (__ieee754_exp10l): Handle underflow here rather than multiplying
26425         large negative argument by M_LN10l.
26426         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
26427         spurious overflow exception on underflow.
26428
26429 2012-04-29  Marek Polacek  <polacek@redhat.com>
26430
26431         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
26432         (__fortify_function): New macro.
26433         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
26434         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
26435         __extern_always_inline.
26436         * libio/bits/stdio2.h: Likewise.
26437         * libio/bits/stdio.h: Likewise.
26438         * string/string.h: Likewise.
26439         * string/bits/string3.h: Likewise.
26440         * include/stdio.h: Likewise.
26441         * stdlib/bits/stdlib.h: Likewise.
26442         * stdlib/stdlib.h: Likewise.
26443         * rt/bits/mqueue2.h: Likewise.
26444         * rt/mqueue.h: Likewise.
26445         * posix/bits/unistd.h: Likewise.
26446         * posix/unistd.h: Likewise.
26447         * io/bits/poll2.h: Likewise.
26448         * io/bits/fcntl2.h: Likewise.
26449         * io/fcntl.h: Likewise.
26450         * io/sys/poll.h: Likewise.
26451         * misc/bits/syslog.h: Likewise.
26452         * misc/bits/syslog-ldbl.h: Likewise.
26453         * misc/sys/syslog.h: Likewise.
26454         * socket/bits/socket2.h: Likewise.
26455         * socket/sys/socket.h: Likewise.
26456         * debug/tst-chk1.c: Likewise.
26457         * wcsmbs/bits/wchar2.h: Likewise.
26458         * wcsmbs/bits/wchar-ldbl.h: Likewise.
26459         * wcsmbs/wchar.h: Likewise.
26460
26461 2012-04-29  Andreas Jaeger  <aj@suse.de>
26462
26463         * Makerules (tests): Remove enable-check-abi protection.
26464         (check-abi-warn): Remove.
26465         (check-abi-%): Remove check-abi-warn usage.
26466
26467         * configure.in: Remove check-abi configure option.
26468         * configure: Regenerated.
26469         * config.make.in (enable-check-abi): Remove.
26470
26471 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
26472
26473         [BZ #14033]
26474         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
26475         double functions to double *_finite functions.
26476
26477         [BZ #13941]
26478         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
26479         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
26480         LDBL_MIN_EXP.
26481         * stdio-common/Makefile (tests): Add tst-sprintf3.
26482         * stdio-common/tst-sprintf3.c: New file.
26483
26484         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
26485         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
26486
26487 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
26488
26489         * conform/conformtest.pl: Remove duplicate typed-constant
26490         handling.
26491
26492 2012-04-28  David S. Miller  <davem@davemloft.net>
26493
26494         * Makerules (%.abilist): Add vpath on sysdep_dirs.
26495         (check-abi-%): Remove AWK script prerequisite and explicit
26496         abilist directory.
26497         (check-abi): Rewrite to just diff the symlist with the abilist.
26498         (config-tls, config-abi-config): Delete, no longer used.
26499         (update-abi-%): Remove AWK script and explicit abilist directory.
26500         (update-abi): Rewrite to simply compare and conditionally copy the
26501         symlist and the sysdep abilist file.  Remove update-abi-config
26502         checks.
26503         * abilist/ld.abilist: Remove.
26504         * abilist/libBrokenLocale.abilist: Remove.
26505         * abilist/libanl.abilist: Remove.
26506         * abilist/libcrypt.abilist: Remove.
26507         * abilist/libdl.abilist: Remove.
26508         * abilist/librt.abilist: Remove.
26509         * abilist/libthread_db.abilist: Remove.
26510         * abilist/libutil.abilist: Remove.
26511         * scripts/extract-abilist.awk: Remove.
26512         * scripts/merge-abilist.awk: Remove.
26513         * sysdeps/generic/libcidn.abilist: New file.
26514         * sysdeps/generic/libnss_compat.abilist: New file.
26515         * sysdeps/generic/libnss_db.abilist: New file.
26516         * sysdeps/generic/libnss_dns.abilist: New file.
26517         * sysdeps/generic/libnss_files.abilist: New file.
26518         * sysdeps/generic/libnss_hesiod.abilist: New file.
26519         * sysdeps/generic/libnss_nis.abilist: New file.
26520         * sysdeps/generic/libnss_nisplus.abilist: New file.
26521         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
26522         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
26523         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
26524         file.
26525         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
26526         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
26527         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
26528         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
26529         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
26530         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
26531         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
26532         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
26533         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
26534         file.
26535         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
26536         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
26537         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
26538         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
26539         file.
26540         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
26541         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
26542         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
26543         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
26544         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
26545         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
26546         file.
26547         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
26548         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
26549         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
26550         file.
26551         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
26552         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
26553         New file.
26554         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
26555         New file.
26556         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
26557         New file.
26558         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
26559         New file.
26560         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
26561         New file.
26562         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
26563         New file.
26564         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
26565         New file.
26566         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
26567         New file.
26568         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
26569         New file.
26570         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
26571         New file.
26572         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
26573         New file.
26574         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
26575         New file.
26576         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
26577         New file.
26578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
26579         file.
26580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
26581         New file.
26582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
26583         New file.
26584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
26585         file.
26586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
26587         New file.
26588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
26589         New file.
26590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
26591         file.
26592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
26593         New file.
26594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26595         New file.
26596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
26597         New file.
26598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
26599         New file.
26600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
26601         New file.
26602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
26603         New file.
26604         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
26605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
26606         file.
26607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
26608         New file.
26609         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
26610         file.
26611         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
26612         file.
26613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
26614         file.
26615         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
26616         file.
26617         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
26618         file.
26619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26620         New file.
26621         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
26622         file.
26623         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
26624         file.
26625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
26626         New file.
26627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
26628         file.
26629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
26630         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
26631         file.
26632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
26633         New file.
26634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
26635         file.
26636         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
26637         file.
26638         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
26639         file.
26640         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
26641         file.
26642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
26643         file.
26644         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26645         New file.
26646         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
26647         file.
26648         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
26649         file.
26650         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
26651         New file.
26652         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
26653         file.
26654         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
26655         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
26656         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
26657         file.
26658         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
26659         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
26660         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
26661         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
26662         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
26663         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
26664         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
26665         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
26666         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
26667         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
26668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
26669         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
26670         file.
26671         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
26672         New file.
26673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
26674         file.
26675         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
26676         file.
26677         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
26678         file.
26679         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
26680         file.
26681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
26682         file.
26683         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26684         New file.
26685         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
26686         New file.
26687         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
26688         file.
26689         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
26690         New file.
26691         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
26692         file.
26693         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
26694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
26695         file.
26696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
26697         New file.
26698         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
26699         file.
26700         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
26701         file.
26702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
26703         file.
26704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
26705         file.
26706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
26707         file.
26708         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26709         New file.
26710         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
26711         New file.
26712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
26713         file.
26714         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
26715         New file.
26716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
26717         file.
26718
26719 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
26720
26721         * conform/conformtest.pl: Fix typo in handling typed-constant from
26722         allow-header.
26723
26724 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
26725
26726         * README: Cut down references to pre-2.6 Linux kernels and
26727         Linuxthreads.  Update lists of configurations in libc and ports
26728         and sort alphabetically.  Say "or newer" with Linux kernel version
26729         requirements.
26730
26731         * config.h.in [IS_IN_build]: Allow compiling without optimization.
26732
26733 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26734
26735         [BZ #887]
26736         * math/libm-test.inc (logb_test_downward): New test to expose
26737         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
26738         rounding mode.
26739
26740 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
26741
26742         [BZ #14027]
26743         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
26744         to be done.
26745         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
26746         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
26747
26748 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
26749
26750         * sysdeps/unix/i386/brk.S: Remove file.
26751         * sysdeps/unix/i386/dl-brk.S: Likewise.
26752         * sysdeps/unix/i386/pipe.S: Likewise.
26753         * sysdeps/unix/i386/sigreturn.S: Likewise.
26754         * sysdeps/unix/i386/syscall.S: Likewise.
26755         * sysdeps/unix/i386/vfork.S: Likewise.
26756         * sysdeps/unix/i386/wait.S: Likewise.
26757
26758         * sysdeps/unix/common/tcsendbrk.c: Move to ...
26759         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
26760
26761         * configure.in (arm*-none*): Do not allow without
26762         --enable-hacker-mode.
26763         (netbsd*): Remove case setting base_os.
26764         (386bsd*): Likewise.
26765         (freebsd*): Likewise.
26766         (bsdi*): Likewise.
26767         (osf*): Likewise.
26768         (sunos*): Likewise.
26769         (ultrix*): Likewise.
26770         (newsos*): Likewise.
26771         (dynix*): Likewise.
26772         (*bsd*): Likewise.
26773         (sysv*): Likewise.
26774         (isc*): Likewise.
26775         (esix*): Likewise.
26776         (sco*): Likewise.
26777         (minix*): Likewise.
26778         (irix4*): Likewise.
26779         (irix6*): Likewise.
26780         (solaris[2-9]*): Likewise.
26781         (none): Likewise.
26782         * configure: Regenerated.
26783
26784 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26785
26786         [BZ #11521]
26787         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
26788         overflow or cancellation in calculating denominator.
26789         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
26790         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
26791         down expression to avoid unexpected rounding in newer GCCs.
26792         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
26793
26794 2012-04-26  David S. Miller  <davem@davemloft.net>
26795
26796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
26797         long-double compat symbols.
26798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
26800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
26801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
26802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
26803         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
26804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
26805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
26806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
26807         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
26808         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
26809         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
26810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
26811
26812 2012-04-25  David S. Miller  <davem@davemloft.net>
26813
26814         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
26815         HWCAP_* values only after the memory barriers have been defined.
26816         (atomic_full_barrier): Define.
26817         (atomic_read_barrier): Define.
26818         (atomic_write_barrier): Define.
26819
26820 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26821
26822         * shlib-versions: Add libgcc_s version information.
26823         * sysdeps/generic/libgcc_s.h: Remove.
26824         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
26825         libgcc_s.h.
26826         * sysdeps/gnu/unwind-resume.c: Likewise.
26827         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
26828
26829 2012-04-25  David S. Miller  <davem@davemloft.net>
26830
26831         * sysdeps/unix/sparc/brk.S: Delete.
26832         * sysdeps/unix/sparc/dl-brk.S: Delete.
26833         * sysdeps/unix/sparc/pipe.S: Delete.
26834         * sysdeps/unix/sparc/sysdep.S: Delete.
26835         * sysdeps/unix/sparc/sysdep.h: Delete.
26836         * sysdeps/unix/sparc/vfork.S: Delete.
26837         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
26838         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
26839         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
26840         ret_ERRVAL, r0, r1, MOVE): Define.
26841         (JUMPTARGET): Remove.
26842         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
26843         sysdeps/unix/sparc/sysdep.h
26844         (ENTRY, END): Remove.
26845         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
26846
26847 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
26848
26849         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
26850         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
26851         -DIS_IN_build.
26852
26853         * timezone/README: Update upstream location and email address for
26854         tzcode and tzdata.
26855         * timezone/zdump.c: Update from tzcode 2012b.
26856         * timezone/zic.c: Likewise.
26857
26858         * configure.in (libc_cv_as_needed): Remove test.
26859         * configure: Regenerated.
26860         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
26861         conditional definition.
26862         [$(have-as-needed) != yes] (no-as-needed): Likewise.
26863         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
26864         * config.make.in (have-as-needed): Remove variable.
26865
26866 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
26867             Paul Pluzhnikov  <ppluzhnikov@google.com>
26868
26869         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
26870         strings correctly.
26871
26872 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
26873
26874         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
26875         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
26876         * sysdeps/sh/strlen.S: Likewise.
26877
26878 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
26879
26880         * sysdeps/unix/fork.S: Remove file.
26881         * sysdeps/unix/i386/fork.S: Likewise.
26882         * sysdeps/unix/sparc/fork.S: Likewise.
26883
26884         * sysdeps/unix/system.c: Remove file.
26885         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
26886
26887         * sysdeps/unix/getegid.S: Remove file.
26888         * sysdeps/unix/geteuid.S: Likewise.
26889
26890 2012-04-24  Roland McGrath  <roland@hack.frob.com>
26891
26892         * scripts/check-localplt.awk: New file.
26893         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
26894         of diff.
26895         * scripts/data/localplt-generic.data: Add a comment.
26896
26897         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
26898         NODE when __dir_mkfile failed.
26899         * sysdeps/mach/hurd/symlinkat.c: Likewise.
26900         Reported by Ludovic Courtès <ludo@gnu.org>.
26901
26902 2012-04-24  Andreas Jaeger  <aj@suse.de>
26903
26904         * Makerules (common-clean): Also remove gen-as-const-headers
26905         files.
26906
26907 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
26908
26909         * Makerules (native-compile): Do not change working directory for
26910         build.  Use $(OUTPUT_OPTION) in command.
26911         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
26912
26913 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26914
26915         [BZ #13886]
26916         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
26917         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
26918         * math/libm-test.inc (floor_test): Add more tests.
26919         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
26920
26921 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
26922
26923         * sysdeps/unix/getdents.c: Remove file.
26924         * sysdeps/unix/sysv/getdents.c: Likewise.
26925         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
26926
26927         * sysdeps/unix/syscalls.list (madvise): Add syscall from
26928         sysdeps/unix/mman/syscalls.list.
26929         (mmap): Likewise.
26930         (mprotect): Likewise.
26931         (msync): Likewise.
26932         (munmap): Likewise.
26933         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
26934         * sysdeps/unix/mman/syscalls.list: Remove.
26935         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
26936
26937         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
26938         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
26939         * configure: Regenerated.
26940         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
26941         $(libgcc_s_suffix).
26942         * config.make.in (libgcc_s_suffix): Remove variable.
26943
26944 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
26945
26946         * sysdeps/unix/sysv/gethostname.c: Move to ...
26947         * sysdeps/posix/gethostname.c: ... here.
26948
26949         * sysdeps/unix/execve.S: Remove file.
26950
26951         * sysdeps/unix/_exit.S: Remove file.
26952
26953 2012-04-23  Andreas Jaeger  <aj@suse.de>
26954
26955         [BZ #13739]
26956         * manual/Makefile: Remove make dist support, there's no
26957         need for a stand-alone documentation tar ball.
26958         (TEXI2DVI): Define always, it's not in Makeconfig.
26959         (dist): Removed.
26960         (tar-it): Removed.
26961         (edition): Removed.
26962         (glibc-doc-$(edition).tar): Removed
26963         (%.Z): Removed.
26964         (%.gz): Removed.
26965         (%.uu): Removed.
26966         (ETAGS): Remove, it's in Makeconfig.
26967         (move-if-change): Remove, it's in Makeconfig.
26968
26969 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
26970
26971         [BZ #13970]
26972         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
26973         (strtod, strtof, strtold, strtol, strtoul, strtoq)
26974         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
26975         (strtod_l, strtof_l, strtold_l): Remove __wur.
26976         It is not necessarily an error to ignore strtol's return value.
26977         One can reliably look at the stored endptr to decide whether
26978         the number had valid syntax.
26979
26980 2012-04-21  Andreas Jaeger  <aj@suse.de>
26981
26982         [BZ #13739]
26983         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
26984
26985 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
26986
26987         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
26988         * sysdeps/unix/sysv/Versions: Remove file.
26989
26990 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
26991
26992         [BZ #13927]
26993         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26994
26995 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
26996
26997         [BZ #7064]
26998         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
26999         version from __vm86.
27000
27001 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
27002
27003         * sysdeps/unix/common/lxstat.c: Remove file.
27004         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
27005
27006         * sysdeps/unix/sysv/Makefile: Remove file.
27007
27008         * sysdeps/unix/sysv/direct.h: Remove file.
27009
27010         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
27011         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
27012         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
27013         * sysdeps/unix/sysv/bits/signum.h: Likewise.
27014         * sysdeps/unix/sysv/bits/stat.h: Likewise.
27015         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
27016         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
27017
27018         * sysdeps/unix/sysv/setrlimit.c: Remove file.
27019
27020         * sysdeps/unix/xmknod.c: Remove file.
27021         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
27022
27023         * sysdeps/unix/sysv/settimeofday.c: Remove file.
27024
27025         * sysdeps/unix/sysv/i386/time.S: Remove file.
27026
27027         * sysdeps/unix/fxstat.c: Remove file.
27028         * sysdeps/unix/xstat.c: Likewise.
27029         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
27030
27031         * sysdeps/unix/sysv/sigaction.c: Remove file.
27032
27033         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
27034         (sysdep_headers): Remove variable.
27035         [termio.h not in sysdep_headers] (generated): Likewise.
27036         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
27037         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
27038         * sysdeps/unix/sysv/tcdrain.c: Likewise.
27039         * sysdeps/unix/sysv/tcflow.c: Likewise.
27040         * sysdeps/unix/sysv/tcflush.c: Likewise.
27041         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
27042         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
27043         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
27044         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
27045         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
27046
27047         * sysdeps/unix/siglist.c: Remove file.
27048
27049         * sysdeps/unix/getppid.S: Remove file.
27050
27051         * sysdeps/unix/mkdir.c: Remove file.
27052         * sysdeps/unix/rmdir.c: Likewise.
27053
27054 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
27055
27056         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
27057         ERR_MAX value.
27058         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
27059         errlist-compat value.
27060
27061 2012-04-18  David S. Miller  <davem@davemloft.net>
27062
27063         * sysdeps/generic/memcopy.h (reg_char): Delete.
27064         * debug/strcat_chk.c: Use char, not reg_char.
27065         * debug/strcpy_chk.c: Likewise.
27066         * debug/strncat_chk.c: Likewise.
27067         * debug/strncpy_chk.c: Likewise.
27068         * string/memchr.c: Likewise.
27069         * string/memrchr.c: Likewise.
27070         * string/rawmemchr.c: Likewise.
27071         * string/strcat.c: Likewise.
27072         * string/strchr.c: Likewise.
27073         * string/strchrnul.c: Likewise.
27074         * string/strcmp.c: Likewise.
27075         * string/strcpy.c: Likewise.
27076         * string/strncat.c: Likewise.
27077         * string/strncmp.c: Likewise.
27078         * string/strncpy.c: Likewise.
27079
27080 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
27081
27082         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
27083         __builtin_memcopy is called when src and dest ranges are known to not
27084         overlap.
27085
27086 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
27087
27088         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
27089         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
27090         fwd_align_merge macro call.
27091         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
27092         bwd_align_merge macro call.
27093         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27094
27095 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
27096
27097         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
27098         bwd_align_merge macros.
27099         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
27100         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
27101         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27102
27103 2012-04-18  David S. Miller  <davem@davemloft.net>
27104
27105         * sysdeps/sparc/sparc64/memcopy.h: Delete.
27106
27107 2012-04-18  Andreas Jaeger  <aj@suse.de>
27108
27109         [BZ# 6794]
27110         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
27111         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
27112         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
27113
27114         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
27115         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
27116         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
27117
27118         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
27119         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
27120         Adjust for changed ldbl-128 files.
27121
27122         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
27123         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
27124         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
27125
27126 2012-04-17  David S. Miller  <davem@davemloft.net>
27127
27128         * sysdeps/sparc/sparc32/memcopy.h: Delete.
27129
27130 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
27131
27132         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
27133         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
27134         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
27135         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
27136         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
27137         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
27138
27139 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27140
27141         [BZ #6794]
27142         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
27143         * math/libm-test.inc: Add ilogb errno and exception tests.
27144         * math/w_ilogb.c: New file: ilogb wrapper.
27145         * math/w_ilogbf.c: New file: ilogbf wrapper.
27146         * math/w_ilogbl.c: New file: ilogbl wrapper.
27147         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
27148         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
27149         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
27150         exception being thrown with 0.0 as argument.
27151         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
27152         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
27153         exception being thrown with 0.0 as argument.
27154         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
27155         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
27156         exception being thrown with 0.0 as argument.
27157         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
27158         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
27159         exception being thrown with 0.0 as argument.
27160         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
27161         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
27162         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
27163         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
27164         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
27165         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
27166         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
27167         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
27168         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
27169
27170 2012-04-17  Petr Baudis  <pasky@ucw.cz>
27171
27172         * include/sys/uio.h: Change __vector to __iovec to avoid clash
27173         with altivec.
27174
27175 2012-04-16  Marek Polacek  <polacek@redhat.com>
27176
27177         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
27178
27179 2012-04-16  Marek Polacek  <polacek@redhat.com>
27180
27181         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
27182         operands of fdivp instruction.
27183
27184 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
27185
27186         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
27187         * elf/tst-auditmod3b.c: Likewise.
27188         * elf/tst-auditmod4b.c: Likewise.
27189         * elf/tst-auditmod5b.c: Likewise.
27190         * elf/tst-auditmod6b.c: Likewise.
27191         * elf/tst-auditmod6c.c: Likewise.
27192         * elf/tst-auditmod7b.c: Likewise.
27193         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
27194         * sysdeps/x86_64/preconfigure.in: Likewise.
27195         * sysdeps/x86_64/preconfigure: Regenerated.
27196
27197 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
27198
27199         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
27200         __ILP32__.
27201
27202 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
27203
27204         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
27205         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
27206
27207 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
27208
27209         [BZ #13973]
27210         * locale/iso-639.def: Fix gl language name. Spotted by
27211         Yaron Shahrabani.
27212
27213 2012-04-12  Roland McGrath  <roland@hack.frob.com>
27214
27215         [BZ #2074]
27216         * libio/libio.h (__io_write_fn): Update comment.
27217
27218 2012-04-12  Petr Baudis  <pasky@ucw.cz>
27219
27220         [BZ #2074]
27221         * stdio.texi (Hook Functions): The user provided writer function
27222         is not allowed to return -1.
27223
27224 2012-04-11  David S. Miller  <davem@davemloft.net>
27225
27226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27227
27228 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
27229
27230         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
27231         Add a leading slash to rtkaio.
27232
27233 2012-04-11  Jim Meyering  <meyering@redhat.com>
27234
27235         [BZ #11959]
27236         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
27237         It is not necessarily an error to ignore fwrite's return
27238         value.  One can reliably use ferror to test for errors after
27239         the fact.
27240
27241 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
27242
27243         * bits/types.h (__snseconds_t): New type.
27244         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
27245
27246         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
27247         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
27248         (__SNSECONDS_T_TYPE): Likewise.
27249         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
27250         (__SNSECONDS_T_TYPE): Likewise.
27251         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
27252         (__SNSECONDS_T_TYPE): Likewise.
27253
27254 2012-04-10  Andreas Jaeger  <aj@suse.de>
27255
27256         [BZ #2636]
27257         * manual/time.texi (Processor Time): Return type of times is
27258         elapsed real time since an arbitrary point in the past.
27259         (CPU Time): Move CLK_TCK from here...
27260         (Processor Time): ...to here.  Correct description.
27261         * manual/conf.texi (Constants for Sysconf): Correct description of
27262         _SC_CLK_TCK.
27263
27264 2012-04-10  David S. Miller  <davem@davemloft.net>
27265
27266         [BZ #13967]
27267         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
27268         where the is a gap between DT_REL(A) and DT_JMPREL.
27269
27270 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
27271
27272         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
27273         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
27274         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
27275
27276 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27277
27278         * elf/dl-support.c (_dl_inhibit_cache): New variable.
27279         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
27280         (dl_main): Handle --inhibit-cache.
27281         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
27282         _dl_inhibit_cache.
27283         * elf/dl-load.c (_dl_map_object): Use it.
27284         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
27285
27286 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
27287
27288         [BZ #13872]
27289         * sysdeps/i386/fpu/e_powl.S (p78): New object.
27290         (__ieee754_powl): Saturate large exponents rather than testing for
27291         overflow of y*log2(x).
27292         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27293         * math/libm-test.inc (pow_test): Do not permit spurious overflow
27294         exceptions.
27295
27296         [BZ #11521]
27297         * math/s_ctan.c: Include <float.h>.
27298         (__ctan): Avoid internal overflow or cancellation in calculating
27299         denominator.
27300         * math/s_ctanf.c: Likewise.
27301         * math/s_ctanl.c: Likewise.
27302         * math/s_ctanh.c: Likewise.
27303         * math/s_ctanhf.c: Likewise.
27304         * math/s_ctanhl.c: Likewise.
27305         * math/libm-test.inc (ctan_test): Add more tests.
27306         (ctanh_test): Likewise.
27307         * sysdeps/i386/fpu/libm-test-ulps: Update.
27308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27309
27310 2012-04-09  Andreas Jaeger  <aj@suse.de>
27311
27312         [BZ #6894]
27313         * manual/filesys.texi (Directory Entries): Mention that d_namlen
27314         is an optional BSD extension.
27315
27316         [BZ #10254]
27317         * manual/stdio.texi (Opening Streams): Document additional fopen
27318         parameters.
27319
27320 2012-04-09  Roland McGrath  <roland@hack.frob.com>
27321
27322         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
27323         %eax without telling the compiler.
27324
27325 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
27326
27327         [BZ # 13963]
27328         * manual/install.texi: Use sourceware.org.
27329
27330 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
27331
27332         [BZ #13873]
27333         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
27334         (__ieee754_pow): Generate overflow and underflow using huge*huge
27335         and tiny*tiny rather than just returning constant infinity or zero
27336         for large exponents.
27337         * math/libm-test.inc (pow_test): Require overflow exceptions for
27338         applicable cases of large exponents.
27339
27340         [BZ #706]
27341         * sysdeps/i386/fpu/e_pow.S (p10): New object.
27342         (__ieee754_pow): Use iterative multiplication algorithm only for
27343         integer exponents with absolute value below 1024.  Check for odd
27344         integer exponents when using algorithm for real exponents.
27345         * math/libm-test.inc (pow_test): Add more tests.
27346         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27347
27348 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
27349
27350         [BZ #13705]
27351         * math/libm-test.inc (exp_test): Do not allow overflow exception
27352         on underflow test.
27353
27354 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
27355
27356         [BZ #13705]
27357         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
27358         instead of __kernel_standard_f.
27359
27360 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
27361
27362         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
27363         * sysdeps/x86_64/memset_chk.S: Likewise.
27364
27365 2012-04-08  Andreas Jaeger  <aj@suse.de>
27366
27367         [BZ #10153]
27368         * manual/startup.texi (Environment Access): Describe return value
27369         for putenv and setenv.
27370
27371         [BZ #6895]
27372         * manual/filesys.texi (Directory Entries): Add description for
27373         DT_LNK.
27374
27375         [BZ #6890]
27376         * manual/filesys.texi (Directory Entries): Clarify that it's file
27377         system not operating system in the description of DT_UNKNOWN.
27378
27379         [BZ #6578]
27380         * manual/syslog.texi (closelog): Fix reference, it's openlog.
27381
27382 2012-04-08  Stephen Compall  <s11@member.fsf.org>
27383
27384         [BZ #6649]
27385         * manual/llio.texi (Opening and Closing Files): Add cross
27386         reference to explain mode argument.
27387
27388 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
27389
27390         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
27391         * sysdeps/x86_64/memset_chk.S: Likewise.
27392
27393 2012-04-07  David S. Miller  <davem@davemloft.net>
27394
27395         * elf/elf.h (R_SPARC_WDISP10): Define.
27396         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
27397         R_SPARC_SIZE32.
27398         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
27399         R_SPARC_SIZE64 and R_SPARC_H34.
27400
27401 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
27402
27403         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
27404         conditions and remove no longer applicable assertion.
27405
27406 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
27407
27408         * bits/byteswap.h: Include <features.h>.
27409         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
27410         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
27411
27412 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
27413
27414         * bits/byteswap.h (__bswap_16): Removed.
27415         Include <bits/byteswap-16.h> to get __bswap_16.
27416         * sysdeps/i386/bits/byteswap.h: Likewise.
27417         * sysdeps/s390/bits/byteswap.h: Likewise.
27418         * sysdeps/x86_64/bits/byteswap.h: Likewise.
27419         * bits/byteswap-16.h: New file.
27420         * sysdeps/i386/bits/byteswap-16.h: Likewise.
27421         * sysdeps/s390/bits/byteswap-16.h: Likewise.
27422         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
27423         * string/Makefile (headers): Add bits/byteswap-16.h.
27424
27425 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27426
27427         [BZ #13895]
27428         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
27429         extra indirection.
27430         * nss/Makefile (tests-static, tests): Add tst-nss-static.
27431         * nss/tst-nss-static.c: New.
27432
27433 2012-04-06  Robert Millan  <rmh@gnu.org>
27434
27435         [BZ #6486]
27436         * manual/llio.texi (File Position Primitive): lseek
27437         refers to WHENCE when it really means OFFSET.
27438
27439 2012-04-06  Andreas Jaeger  <aj@suse.de>
27440
27441         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
27442         strncmp declarations.
27443
27444         * abilist/libc.abilist: Add __poll and __ppoll.
27445
27446 2012-04-05  David S. Miller  <davem@davemloft.net>
27447
27448         * scripts/check-local-headers.sh: Accept a host triplet in the
27449         path matched by the exclude regexp.
27450
27451         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
27452         definition.
27453         * sysdeps/powerpc/powerpc32/dl-machine.h
27454         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
27455         * sysdeps/s390/s390-32/dl-machine.h
27456         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
27457         * sysdeps/sparc/sparc32/dl-machine.h
27458         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
27459         * sysdeps/sparc/sparc64/dl-machine.h
27460         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
27461
27462         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
27463         lazy binding.
27464         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
27465         undefined symbol errors.
27466
27467         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
27468         DT_NEEDED entries.
27469
27470 2012-04-05  Michael Matz  <matz@suse.de>
27471
27472         [BZ #13592]
27473         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
27474
27475 2012-04-05  Andreas Jaeger  <aj@suse.de>
27476
27477         [BZ #13908]
27478         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
27479         comment.
27480
27481 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27482
27483         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
27484         which ROUND is no valid rounding mode.
27485
27486 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27487
27488         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
27489         read again.
27490         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
27491
27492 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27493
27494         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
27495         an exception using FPU order intentionally.
27496
27497 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27498
27499         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
27500         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
27501         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
27502         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
27503
27504 2012-04-05  Simon Josefsson  <simon@josefsson.org>
27505
27506         [BZ #12340]
27507         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
27508         EINVAL when BUFLEN is too smal.
27509
27510 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27511
27512         [BZ #13553]
27513         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
27514         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
27515
27516 2012-04-03  Andreas Jaeger  <aj@suse.de>
27517
27518         [BZ #13938]
27519         * manual/setjmp.texi (System V contexts): Fix sentence.
27520
27521         [BZ #13926]
27522         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
27523         New macro for this case.
27524         [!__GNUC__] (__bswap_64): New inline function for this case.
27525         * sysdeps/x86_64/bits/byteswap.h: Likewise.
27526         * bits/byteswap.h: Likewise.
27527         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
27528         ull, guard with __GLIBC_HAVE_LONG_LONG.
27529
27530         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
27531         __GLIBC_HAVE_LONG_LONG.
27532
27533         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
27534         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
27535
27536 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27537
27538         [BZ #13691]
27539         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
27540         inptr and inend, rather than using last_ch.
27541
27542 2012-04-02  David S. Miller  <davem@davemloft.net>
27543
27544         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
27545         * stdio-common/printf-parse.h (read_int): Change return type to
27546         'int', return -1 on INT_MAX overflow.
27547         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
27548         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
27549         overflows INT_MAX.  Check for overflow of in-format-string precision
27550         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
27551         SIZE_MAX not INT_MAX for integer overflow test.
27552         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
27553         skip the construct in the format string but do not record anything.
27554         * stdio-common/bug22.c: Adjust to test both width/prevision
27555         INT_MAX overflow as well as total length INT_MAX overflow.  Check
27556         explicitly for proper errno values.
27557
27558 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27559
27560         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
27561         CHAR_MAX.
27562         * string/test-strcmp.c [! WIDE]: Likewise.
27563         * time/tst-mktime2.c: Likewise for INT_MAX.
27564         * string/test-string.h: #include <sys/param.h> for MIN.
27565
27566         * csu/init-first.c (__libc_init_first): Call __ctype_init.
27567         * sysdeps/i386/init-first.c (init): Likewise.
27568         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
27569         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
27570         * sysdeps/sh/init-first.c (init): Likewise.
27571
27572 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
27573
27574         * po/ru.po: Update from translation team.
27575         * po/vi.po: Likewise.
27576
27577 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27578
27579         * resolv/nss_dns/dns-host.c: Merge copyright years.
27580
27581 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
27582
27583         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
27584         Optimize memcpy with prefetch if
27585         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
27586         src, dst pointers have unequal 16 byte alignments.
27587
27588 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27589
27590         [BZ #13928]
27591         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
27592         from a CNAME entry and return the minimum ttl for the query.
27593         (gaih_getanswer_slice): Likewise.
27594
27595 2012-03-30  Jeff Law  <law@redhat.com>
27596
27597         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
27598         due to long keys.
27599         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
27600         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
27601
27602         * resolv/nss_dns/dns-host.c: Update copyright year.
27603
27604 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
27605
27606         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
27607         requests to save a system call.  Fix check that all bytes are sent.
27608
27609         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
27610         comments for sendmmsg.
27611
27612 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27613
27614         [BZ #13691]
27615         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
27616         with only 1 character between 0x0041 and 0x01b0.
27617         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
27618         * wcsmbs/tst-mbsnrtowcs.c: New file.
27619
27620 2012-03-29  David S. Miller  <davem@davemloft.net>
27621
27622         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
27623         small copies by hand.
27624
27625 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27626
27627         [BZ #13761]
27628         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
27629         _nss_compat_initgroups_dyn): Fall back to malloc/free
27630         for large group memberships.
27631
27632 2012-03-28  David S. Miller  <davem@davemloft.net>
27633
27634         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
27635         that branches into memcpy.
27636         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27637         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
27638         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
27639         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
27640         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
27641         bits.
27642         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
27643         implementation too.
27644         * sysdeps/sparc/mempcpy.S: New file.
27645
27646         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
27647         the IFUNC routine in the libc case.
27648         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
27649
27650         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
27651         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
27652         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
27653         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
27654         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
27655         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
27656         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
27657         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
27658
27659         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
27660         loop to 256 bytes instead of 64 bytes and fix test signedness.
27661
27662         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
27663         * sysdeps/sparc/sparc32/Makefile: rather than here...
27664         * sysdeps/sparc/sparc64/Makefile: and here.
27665
27666 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
27667
27668         * malloc/mallocbug.c: Avoid warnings about unused variables.
27669
27670 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27671
27672         [BZ #13760]
27673         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
27674         in the right place. Discard and retry query if response is
27675         larger than input buffer size.
27676
27677 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
27678
27679         [BZ #369]
27680         [BZ #2678]
27681         [BZ #3866]
27682         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
27683         x for large integer exponent.
27684         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
27685         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
27686         sign of result as needed afterwards.
27687         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
27688         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
27689         result for underflowing pow the same as for overflow.
27690         (__kernel_standard_l): Handle powl overflow and underflow here
27691         rather than calling __kernel_standard.
27692         * math/libm-test.inc (pow_test): Add more tests.
27693
27694         [BZ #3868]
27695         [BZ #13879]
27696         [BZ #13910]
27697         [BZ #13911]
27698         [BZ #13912]
27699         [BZ #13913]
27700         [BZ #13915]
27701         [BZ #13916]
27702         [BZ #13917]
27703         [BZ #13918]
27704         [BZ #13919]
27705         [BZ #13920]
27706         [BZ #13921]
27707         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
27708         * sysdeps/ieee754/k_standard.c: Include <float.h>.
27709         (__kernel_standard_l): New function.
27710         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
27711         __kernel_standard.
27712         * math/w_acosl.c (__acosl): Likewise.
27713         * math/w_asinl.c (__asinl): Likewise.
27714         * math/w_atan2l.c (__atan2l): Likewise.
27715         * math/w_atanhl.c (__atanhl): Likewise.
27716         * math/w_coshl.c (__coshl): Likewise.
27717         * math/w_exp10l.c (__exp10l): Likewise.
27718         * math/w_exp2l.c (__exp2l): Likewise.
27719         * math/w_fmodl.c (__fmodl): Likewise.
27720         * math/w_hypotl.c (__hypotl): Likewise.
27721         * math/w_j0l.c (__j0l, __y0l): Likewise.
27722         * math/w_j1l.c (__j1l, __y1l): Likewise.
27723         * math/w_jnl.c (__jnl, __ynl): Likewise.
27724         * math/w_lgammal.c (__lgammal): Likewise.
27725         * math/w_log10l.c (__log10l): Likewise.
27726         * math/w_log2l.c (__log2l): Likewise.
27727         * math/w_logl.c (__logl): Likewise.
27728         * math/w_powl.c (__powl): Likewise.
27729         * math/w_remainderl.c (__remainderl): Likewise.
27730         * math/w_scalbl.c (sysv_scalbl): Likewise.
27731         * math/w_sinhl.c (__sinhl): Likewise.
27732         * math/w_sqrtl.c (__sqrtl): Likewise.
27733         * math/w_tgammal.c (__tgammal): Likewise.
27734         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
27735         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
27736         * math/libm-test.inc (acos_test): Add more tests.
27737         (acosh_test): Likewise.
27738         (asin_test): Likewise.
27739         (atanh_test): Likewise.
27740         (exp_test): Likewise.
27741         (exp10_test): Likewise.
27742         (exp2_test): Likewise.
27743         (expm1_test): Likewise.
27744         (lgamma_test): Likewise.
27745         (log_test): Likewise.
27746         (log10_test): Likewise.
27747         (log1p_test): Likewise.
27748         (log2_test): Likewise.
27749         (pow_test): Do not allow some spurious overflow exceptions.
27750         (sqrt_test): Add more tests.
27751         (tgamma_test): Likewise.
27752         (y0_test): Likewise.
27753         (y1_test): Likewise.
27754         (yn_test): Likewise.
27755
27756 2012-03-27  Anton Blanchard  <anton@samba.org>
27757
27758         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
27759         MAP_HUGETLB.
27760         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27761         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
27762         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27763
27764 2012-03-27  David S. Miller  <davem@davemloft.net>
27765
27766         * conform/Makefile: Run run-conformtest.sh using $(BASH).
27767
27768         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
27769         have-as-vis3 check.
27770
27771 2012-03-27  Andreas Jaeger  <aj@suse.de>
27772
27773         * sysdeps/x86_64/elf/configure.in: Moved to ...
27774         * sysdeps/x86_64/configure.in: ... here.
27775         * sysdeps/x86_64/elf/start.S: Moved to ...
27776         * sysdeps/x86_64/start.S: ... here.
27777         * sysdeps/x86_64/elf/configure: Delete.
27778
27779         * sysdeps/x86_64/configure.in: Merge contents from
27780         sysdeps/i386/configure.in (without i686 check).
27781
27782         * sysdeps/i386/elf/Versions: Merge into ...
27783         * sysdeps/i386/Versions: ... this.
27784         * sysdeps/i386/elf/Versions: Delete file.
27785         * sysdeps/i386/elf/start.S: Moved to ...
27786         * sysdeps/i386/start.S: ...here.
27787         * sysdeps/i386/elf/configure.in: Merge into...
27788         * sysdeps/i386/configure.in: ...here.
27789         * sysdeps/i386/elf/configure.in: Delete file.
27790         * sysdeps/i386/elf/configure: Delete file.
27791
27792         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
27793         * debug/backtracesyms.c: ... here.
27794         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
27795         * debug/backtracesymsfd.c: ... here.
27796         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
27797         * sysdeps/generic/ifunc-sel.h: ... here.
27798
27799         * sysdeps/unix/i386/start.c: Delete file.
27800         * sysdeps/unix/sparc/start.c: Delete file.
27801         * sysdeps/unix/start.c: Delete file.
27802
27803         * sysdeps/sh/elf/configure.in: Moved to ...
27804         * sysdeps/sh/configure.in: ... here.
27805         * sysdeps/sh/elf/start.S: Moved to ...
27806         * sysdeps/sh/start.S: ... here.
27807         * sysdeps/sh/elf/configure: Delete file.
27808
27809         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
27810         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
27811         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
27812         * sysdeps/powerpc/powerpc64/entry.h: ... here.
27813         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
27814         * sysdeps/powerpc/powerpc64/start.S: here.
27815         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
27816         * sysdeps/powerpc/powerpc64/Makefile: ... this.
27817         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
27818         * sysdeps/powerpc/powerpc64/configure.in: ... this.
27819         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
27820
27821         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
27822         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
27823         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
27824         * sysdeps/powerpc/powerpc32/start.S: ... here.
27825         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
27826         * sysdeps/powerpc/powerpc32/configure.in: ... this.
27827         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
27828
27829         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
27830         * sysdeps/powerpc/ifunc-sel.h: ... here.
27831         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
27832         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
27833
27834         * sysdeps/sparc/elf/configure.in: Moved to ...
27835         * sysdeps/sparc/configure.in: ... here.
27836         * sysdeps/sparc/elf/configure: Delete file.
27837         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
27838         * sysdeps/sparc/sparc32/start.S: ... here.
27839         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
27840         * sysdeps/sparc/sparc64/start.S: ... here.
27841         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
27842         * sysdeps/sparc/sparc32/Makefile: ... this.
27843         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
27844         * sysdeps/sparc/sparc64/Makefile: ... this.
27845
27846         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
27847         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
27848         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
27849         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
27850         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
27851         * sysdeps/s390/s390-32/setjmp.S: ... here.
27852         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
27853         * sysdeps/s390/s390-32/configure.in: ... here.
27854         * sysdeps/s390/s390-32/elf/configure: Delete file.
27855         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
27856         * sysdeps/s390/s390-32/start.S: ... here.
27857
27858         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
27859         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
27860         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
27861         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
27862         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
27863         * sysdeps/s390/s390-64/setjmp.S: ... here.
27864         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
27865         * sysdeps/s390/s390-64/configure.in: ... here
27866         * sysdeps/s390/s390-64/elf/configure: Delete file.
27867         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
27868         * sysdeps/s390/s390-64/start.S: ... here.
27869         * sysdeps/s390/s390-64/elf/configure: Delete.
27870
27871         * configure.in: Remove support for elf directories in sysdeps.
27872
27873         * configure: Regenerated.
27874         * sysdeps/i386/configure: Regenerated.
27875         * sysdeps/powerpc/powerpc32/configure: Regenerated.
27876         * sysdeps/powerpc/powerpc64/configure: Regenerated.
27877         * sysdeps/s390/s390-32/configure: Regenerated.
27878         * sysdeps/s390/s390-64/configure: Regenerated.
27879         * sysdeps/sh/configure: Regenerated.
27880         * sysdeps/sparc/configure: Regenerated.
27881         * sysdeps/x86_64/configure: Regenerated.
27882
27883 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
27884
27885         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27886
27887         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
27888         denormal result into account.
27889
27890 2012-03-25  Roland McGrath  <roland@hack.frob.com>
27891
27892         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
27893         Reported by Allan McRae <allan@archlinux.org>.
27894
27895 2012-03-23  Jeff Law  <law@redhat.com>
27896
27897         * nss/getnssent.c (__nss_getent): Fix typo.
27898
27899 2012-03-23  David S. Miller  <davem@davemloft.net>
27900
27901         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27902
27903 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
27904
27905         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
27906         to pad to uint64_t for each field.
27907         (dl_tls_index): Replace unsigned long with uint64_t.
27908
27909 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
27910         Paul Pluzhnikov  <ppluzhnikov@google.com>
27911
27912         [BZ #6528]
27913         * grp/Makefile (otherlibs): Don't set it.
27914         * inet/Makefile (otherlibs): Likewise.
27915         * login/Makefile (otherlibs): Likewise.
27916         * nscd/Makefile (otherlibs): Likewise.
27917         * posix/Makefile (otherlibs): Likewise.
27918         * pwd/Makefile (otherlibs): Likewise.
27919         * rt/Makefile (otherlibs): Likewise.
27920         * sunrpc/Makefile (otherlibs): Likewise.
27921         * nss/Makefile (otherlibs): Likewise.
27922         Add libnss_files to routines and static-only-routines.
27923         ($(objpfx)getent): Remove rule.
27924         * resolv/Makefile: Add libnss_dns and libresolv to routines and
27925         static-only-routines.
27926
27927 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
27928
27929         [BZ #13892]
27930         * math/s_cexp.c: Include <float.h>.
27931         (__cexp): Handle exp result overflowing not necessarily
27932         overflowing both real and imaginary parts of result.
27933         * math/s_cexpf.c: Likewise.
27934         * math/s_cexpl.c: Likewise.
27935         * math/libm-test.inc (cexp_test): Add more tests.
27936         * sysdeps/i386/fpu/libm-test-ulps: Update.
27937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27938
27939 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27940
27941         * include/link.h (ELFW): New macro.
27942         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
27943         Replace ELF64_R_TYPE with ELFW(R_TYPE).
27944
27945 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27946
27947         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
27948         with uint64_t.
27949
27950 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27951
27952         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
27953         declaration.
27954         (struct La_x32_retval): Likewise.
27955
27956 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27957
27958         * sysdeps/x86_64/preconfigure.in: New file.
27959         * sysdeps/x86_64/preconfigure: New generated file.
27960
27961 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
27962
27963         [BZ #13824]
27964         * math/e_exp2l.c: Include <float.h>.
27965         (__ieee754_exp2l): Handle overflow and underflow cases
27966         separately.  Only pass fractional part of argument to
27967         __ieee754_expl.
27968         * math/libm-test.inc (exp2_test): Add more tests.
27969
27970         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
27971         negating x to take absolute value.
27972         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
27973         Likewise.
27974         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
27975         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
27976         Likewise.
27977         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
27978         computing low part if x was negated.
27979         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
27980
27981 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
27982
27983         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
27984         la_x32_gnu_pltexit.
27985         (pltexit): Cast int_retval to ptrdiff_t.
27986         * elf/tst-auditmod3b.c: Likewise.
27987         * elf/tst-auditmod4b.c: Likewise.
27988         * elf/tst-auditmod5b.c: Likewise.
27989         * elf/tst-auditmod6b.c: Likewise.
27990         * elf/tst-auditmod6c.c: Likewise.
27991         * elf/tst-auditmod7b.c: Likewise.
27992
27993         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
27994         and x32_gnu_pltexit.
27995
27996         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
27997         __ELF_NATIVE_CLASS.
27998         (La_x32_regs): New macro.
27999         (La_x32_retval): Likewise.
28000         (la_x32_gnu_pltenter): New function prototype.
28001         (la_x32_gnu_pltexit): Likewise.
28002
28003 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
28004
28005         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
28006         exponent.
28007
28008         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28009
28010         * configure.in (libc_cv_cc_nofma): Check for option to disable
28011         generation of FMA instructions.
28012         * configure: Regenerate.
28013         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
28014         * sysdeps/ieee754/dbl-64/Makefile: New file.
28015         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
28016         Remove brandred-fma4.
28017         (CFLAGS-brandred-fma4.c): Remove.
28018         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
28019         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
28020         define.
28021         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
28022         define.
28023
28024 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
28025
28026         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
28027         LLONG_MAX != LONG_MAX.
28028         (_itoa_word): Use _ITOA_WORD_TYPE on value.
28029         (_fitoa_word): Likewise.
28030         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
28031         LLONG_MAX != LONG_MAX.
28032         * stdio-common/_itowa.h: Include <_itoa.h>.
28033         (_itowa_word): Use _ITOA_WORD_TYPE on value.
28034         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
28035         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
28036         only if not defined.
28037         (_ITOA_WORD_TYPE): Likewise.
28038         (_itoa_word): Use _ITOA_WORD_TYPE on value.
28039         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
28040
28041 2012-03-21  David S. Miller  <davem@davemloft.net>
28042
28043         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28044
28045 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
28046
28047         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
28048         of x86_64 when setting libc_cv_slibdir, libdir and
28049         libc_cv_localedir.
28050         * sysdeps/unix/sysv/linux/configure: Regenerated.
28051
28052 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
28053
28054         * manual/lang.texi (Old Varargs): Remove section.
28055         (How Variadic): Update menu.
28056         (va_start): Do not mention varargs.h.
28057
28058 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28059             Joseph Myers  <joseph@codesourcery.com>
28060
28061         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
28062         link test.
28063         * configure: Regenerated.
28064
28065 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28066
28067         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
28068         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
28069         conformtest.pl
28070
28071 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
28072
28073         * NOTES: Remove.
28074         * Makefile (files-for-dist): Remove NOTES.
28075         (NOTES): Remove rule.
28076         * README: Don't refer to NOTES.
28077         * manual/creature.texi: Don't include macros.texi.
28078         * manual/intro.texi (creature.texi): Remove comment referring to
28079         NOTES.
28080
28081         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
28082         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
28083         * configure: Regenerated.
28084         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
28085         LIBC_TRY_CC_OPTION.
28086         (libc_cv_as_i686): Likewise.
28087         (libc_cv_cc_avx): Likewise.
28088         (libc_cv_cc_sse2avx): Likewise.
28089         (libc_cv_cc_fma4): Likewise.
28090         (libc_cv_cc_novzeroupper): Likewise.
28091         * sysdeps/i386/configure: Regenerated.
28092
28093         [BZ #13883]
28094         * sysdeps/i386/fpu/s_cexp.S: Remove.
28095         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
28096         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
28097         * math/libm-test.inc (cexp_test): Add more tests.
28098         * sysdeps/i386/fpu/libm-test-ulps: Update.
28099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28100
28101 2012-03-21  Allan McRae  <allan@archlinux.org>
28102
28103         * timezone/Makefile: Do not install iso3166.tab and zone.tab
28104
28105 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
28106
28107         [BZ #13871]
28108         * math/w_exp2.c: Do not include <float.h>.
28109         (o_threshold, u_threshold): Remove.
28110         (__exp2): Calculate result before checking finiteness and calling
28111         __kernel_standard.
28112         * math/w_exp2f.c: Likewise.
28113         * math/w_exp2l.c: Likewise.
28114         * math/libm-test.inc (exp2_test): Require overflow exception for
28115         1e6 input.
28116
28117         [BZ #3866]
28118         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
28119         range of signed 64-bit integers before using fistpll.  Remove
28120         checks for whether integers fit in mantissa bits.
28121         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
28122         the range of signed 32-bit integers before using fistpl.  Remove
28123         checks for whether integers fit in mantissa bits.
28124         * sysdeps/i386/fpu/e_powl.S (p64): New object.
28125         (__ieee754_powl): Test for y outside the range of signed 64-bit
28126         integers before using fistpll.  Reduce 64-bit values to 63-bit
28127         ones as needed.
28128         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
28129         divide-by-zero is raised for zero to large negative powers.
28130         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
28131         (__ieee754_powl): Test for y outside the range of signed 64-bit
28132         integers before using fistpll.  Reduce 64-bit values to 63-bit
28133         ones as needed.
28134         * math/libm-test.inc (pow_test): Add more tests.
28135
28136 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
28137
28138         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
28139         <stdio-common/_itoa.h>.
28140         * debug/segfault.c: Likewise.
28141         * elf/dl-cache.c: Likewise.
28142         * elf/dl-minimal.c: Likewise.
28143         * elf/dl-misc.c: Likewise.
28144         * elf/dl-sysdep.c: Likewise.
28145         * elf/dl-version.c: Likewise.
28146         * elf/rtld.c: Likewise.
28147         * hurd/hurdsock.c: Likewise.
28148         * hurd/lookup-retry.c: Likewise.
28149         * malloc/malloc.c: Likewise.
28150         * malloc/mtrace.c: Likewise.
28151         * nscd/nscd_getgr_r.c: Likewise.
28152         * nscd/nscd_getpw_r.c: Likewise.
28153         * nscd/nscd_getserv_r.c: Likewise.
28154         * posix/getopt_init.c: Likewise.
28155         * posix/wordexp.c: Likewise.
28156         * stdio-common/_itoa.c: Likewise.
28157         * stdio-common/printf_fphex.c: Likewise.
28158         * stdio-common/vfprintf.c: Likewise.
28159         * string/_strerror.c: Likewise.
28160         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
28161         * sysdeps/i386/i686/hp-timing.h: Likewise.
28162         * sysdeps/mach/_strerror.c: Likewise.
28163         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
28164         * sysdeps/mach/hurd/sethostid.c: Likewise.
28165         * sysdeps/mach/hurd/xmknodat.c: Likewise.
28166         * sysdeps/mach/xpg-strerror.c: Likewise.
28167         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28168         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
28169         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
28170         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
28171         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
28172         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
28173         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
28174         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
28175         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
28176         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
28177         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
28178         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
28179         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
28180         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28181         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28182         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
28183         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
28184         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
28185         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
28186         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
28187         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
28188
28189         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
28190
28191         * stdio-common/_itoa.h: Moved to ...
28192         * sysdeps/generic/_itoa.h: Here.
28193
28194         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
28195
28196         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
28197         instead of "_itoa.h" and "_itowa.h".
28198         * stdio-common/vfprintf.: Likewise.
28199
28200 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
28201
28202         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
28203         <bits/wordsize.h>.
28204         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
28205         (__signbit): Likwise.
28206         (llrintf): Likwise.
28207         (llrint): Likwise.
28208
28209 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
28210
28211         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
28212         __WORDSIZE != 64.
28213
28214 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
28215
28216         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
28217         OVERFLOW_EXCEPTION_OK.
28218         * math/libm-test.inc ("Philosophy"): Update comment about
28219         exception testing.
28220         (OVERFLOW_EXCEPTION): Define.
28221         (OVERFLOW_EXCEPTION_OK): Likewise.
28222         (INVALID_EXCEPTION_OK): Renumber.
28223         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28224         (IGNORE_ZERO_INF_SIGN): Likewise.
28225         (test_exceptions): Handle FE_OVERFLOW.
28226         (exp10_test): Expect overflow exceptions.
28227         (exp2_test): Likewise.
28228         (expm1_test): Likewise.
28229         (nextafter_test): Likewise.
28230         (pow_test): Likewise.
28231         (scalbn_test): Likewise.
28232         (scalbln_test): Likewise.
28233
28234 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28235
28236         * sysdeps/x86_64/bits/atomic.h
28237         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
28238         64bit integer.
28239         (atomic_exchange_acq): Likewise.
28240         (__arch_exchange_and_add_body): Likewise.
28241         (__arch_add_body): Likewise.
28242         (atomic_add_negative): Likewise.
28243         (atomic_add_zero): Likewise.
28244
28245 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28246
28247         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
28248         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
28249
28250 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28251
28252         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
28253         Check __x86_64__ instead of __WORDSIZE.
28254
28255 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28256
28257         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
28258
28259 2012-03-19  David S. Miller  <davem@davemloft.net>
28260
28261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28262
28263         * sysdeps/sparc/fpu/fenv_private.h: New file.
28264         * sysdeps/sparc/fpu/math_private.h: Use it.
28265         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
28266         Remove.
28267         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
28268         (libc_feholdexcept_setroundl): Remove.
28269         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
28270         Remove.
28271         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
28272         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
28273
28274 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28275
28276         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
28277         int64_t instead of long int.
28278         (INSERT_WORDS64): Likwise.
28279
28280 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28281
28282         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
28283         _Unwind_GetCFA return to _Unwind_Ptr first.
28284
28285 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
28286
28287         [BZ #13629]
28288         * math/s_clog.c: Include <float.h>.
28289         (__clog): Scale large or subnormal inputs.
28290         * math/s_clogf.c: Likewise.
28291         * math/s_clogl.c: Likewise.
28292         * math/s_clog10.c: Include <float.h>.
28293         (M_LOG10_2): Define.
28294         (__clog10): Scale large or subnormal inputs.
28295         * math/s_clog10f.c: Likewise.
28296         * math/s_clog10l.c: Likewise.
28297         * math/libm-test.inc (clog_test): Add more tests.
28298         (clog10_test): Likewise.
28299         * sysdeps/i386/fpu/libm-test-ulps: Update.
28300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28301
28302         [BZ #11451]
28303         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
28304         x and y.
28305         * math/libm-test.inc (atan2_test): Add another test.
28306
28307         * Makerules (common-objdir-compile): Remove.
28308         * sysdeps/unix/Makefile (config-generated): Do not add
28309         $(unix-generated) to variable.
28310         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
28311         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
28312         Remove rule.
28313         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
28314         Likewise.
28315         [generic bits/local_lim.h] (before-compile): Do not append to
28316         variable.
28317         [generic bits/local_lim.h] (common-generated): Likewise.
28318         [generic sys/param.h] (before-compile): Do not append to variable.
28319         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
28320         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
28321         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
28322         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
28323         include.
28324         [generic sys/param.h] (sys/param.h-includes): Remove variable.
28325         [generic sys/param.h] (sys/param.h-includes): Remove rule.
28326         [generic sys/param.h] ($(addprefix
28327         $(common-objpfx),$(sys/param.h-includes))): Likewise.
28328         [generic sys/param.h] (common-generated): Do not append to
28329         variable.
28330         [generic sys/param.h] (sysdep_headers): Likewise.
28331         [generic bits/errno.h] (before-compile): Do not append to
28332         variable.
28333         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
28334         rule.
28335         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
28336         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
28337         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
28338         [generic bits/errno.h] (common-generated): Do not append to
28339         variable.
28340         [generic bits/ioctls.h] (before-compile): Do not append to
28341         variable.
28342         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
28343         rule.
28344         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
28345         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
28346         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
28347         rule.
28348         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
28349         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
28350         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
28351         [generic bits/ioctls.h] (common-generated): Do not append to
28352         variable.
28353         [generic sys/syscall.h] (syscall.h): Remove variable.
28354         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
28355         rule.
28356         [generic sys/syscall.h] (before-compile): Do not append to
28357         variable.
28358         [generic sys/syscall.h] (common-generated): Likewise.
28359         * sysdeps/unix/errnos-tmpl.c: Remove file.
28360         * sysdeps/unix/errnos.awk: Likewise.
28361         * sysdeps/unix/ioctls-tmpl.c: Likewise.
28362         * sysdeps/unix/ioctls.awk: Likewise.
28363         * sysdeps/unix/mk-local_lim.c: Likewise.
28364         * sysdeps/unix/snarf-ioctls: Likewise.
28365
28366 2012-03-19  Richard Henderson  <rth@twiddle.net>
28367
28368         * sysdeps/i386/fpu/fenv_private.h: New file.
28369         * sysdeps/i386/fpu/math_private.h: Use it.
28370         (math_opt_barrier, math_force_eval): Remove.
28371         (libc_feholdexcept_setround_53bit): Remove.
28372         (libc_feupdateenv_53bit): Remove.
28373         * sysdeps/x86_64/fpu/math_private.h: Likewise.
28374         (math_opt_barrier, math_force_eval): Remove.
28375         (libc_feholdexcept): Remove.
28376         (libc_feholdexcept_setround): Remove.
28377         (libc_fetestexcept, libc_fesetenv): Remove.
28378         (libc_feupdateenv_test): Remove.
28379         (libc_feupdateenv, libc_feholdsetround): Remove.
28380         (libc_feresetround): Remove.
28381
28382         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
28383         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
28384
28385         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
28386         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
28387         (libc_feupdateenv_testl): New.
28388         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
28389         (libc_feupdateenv_testf): New.
28390         (libc_feupdateenv): Use libc_feupdateenv_test.
28391         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
28392         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
28393
28394         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
28395         (libc_feholdsetroundf, libc_feholdsetroundl): New.
28396         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
28397         (libc_feresetround_noex): New.
28398         (libc_feresetround_noexf): New.
28399         (libc_feresetround_noexl): New.
28400         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
28401         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
28402         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
28403         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
28404         SET_RESTORE_ROUND.
28405         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28406         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
28407         (__cos): Likewise.
28408         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
28409         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
28410         SET_RESTORE_ROUND_NOEX.
28411         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
28412         SET_RESTORE_ROUND_NOEXF.
28413         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
28414         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
28415         (libc_feholdsetroundf): New.
28416         (libc_feresetround, libc_feresetroundf): New.
28417
28418         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
28419         (libc_feholdexcept_setround_53bit): Convert from macro to function.
28420         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
28421
28422         * sysdeps/generic/math_private.h: Include <fenv.h>.
28423         (default_libc_feholdexcept): New.
28424         (default_libc_feholdexcept_setround): New.
28425         (default_libc_fesetenv, default_libc_feupdateenv): New.
28426         (libc_feholdexcept): Only define if undefined.
28427         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
28428         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
28429         (libc_feholdexcept_setroundl): Likewise.
28430         (libc_feholdexcept_setround_53bit): Likewise.
28431         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
28432         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
28433         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
28434         (libc_feupdateenv_53bit): Likewise.
28435         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
28436         (libc_feholdexcept): Convert from macro to inline function.
28437         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
28438         (libc_fesetenv, libc_feupdateenv): Likewise.
28439
28440         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
28441         not previously defined.
28442         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
28443         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
28444         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
28445         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
28446         * sysdeps/ieee754/flt-32/math_private.h: New file.
28447         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
28448         math_private.h below SET_FLOAT_WORD.
28449         (__isnan, __isinf_ns, __finite): Remove.
28450         (__isnanf, __isinf_nsf, __finitef): Remove.
28451
28452 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
28453
28454         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28455
28456 2012-03-17  David S. Miller  <davem@davemloft.net>
28457
28458         [BZ #6471]
28459         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
28460         for 2.16.
28461
28462 2012-03-16  David S. Miller  <davem@davemloft.net>
28463
28464         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
28465         warnings.
28466
28467         [BZ #6471]
28468         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
28469         properly.
28470         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
28471         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
28472         sysdep_routines when subdir is sysvipc.
28473         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
28474         __getshmlba helper.
28475
28476         * sysdeps/sparc/fpu/libm-test/ulps: Update.
28477
28478 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28479
28480         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
28481         [__LP64__].
28482
28483 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28484
28485         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
28486         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
28487         (__lround): Renamed to ...
28488         (__llround): This.  Replace long int with long long int.
28489         Define lround functions as aliases of llround functions.
28490         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
28491
28492 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28493
28494         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
28495         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
28496         adresses to uintptr_t.  Replace "long int" and "unsigned long
28497         int" with "greg_t" on va_arg.
28498
28499 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28500
28501         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
28502         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
28503
28504         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
28505         Move e_machine check before EI_CLASS check.  Handle x32
28506         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
28507         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
28508         SKIP_EM_IA_64 and include
28509         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
28510
28511         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
28512         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
28513         (add_system_dir): New macro.
28514
28515         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
28516         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
28517
28518 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
28519
28520         [BZ #2551]
28521         [BZ #2552]
28522         [BZ #2553]
28523         [BZ #2554]
28524         [BZ #2562]
28525         [BZ #2563]
28526         [BZ #2565]
28527         [BZ #2566]
28528         [BZ #2576]
28529         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
28530         (y0): Likewise.
28531         * math/w_j0f.c (j0f): Likewise.
28532         (y0f): Likewise.
28533         * math/w_j0l.c (__j0l): Likewise.
28534         (__y0l): Likewise.
28535         * math/w_j1.c (j1): Likewise.
28536         (y1): Likewise.
28537         * math/w_j1f.c (j1f): Likewise.
28538         (y1f): Likewise.
28539         * math/w_j1l.c (__j1l): Likewise.
28540         (__y1l): Likewise.
28541         * math/w_jn.c (jn): Likewise.
28542         (yn): Likewise.
28543         * math/w_jnf.c (jnf): Likewise.
28544         (ynf): Likewise.
28545         * math/w_jnl.c (__jnl): Likewise.
28546         (__ynl): Likewise.
28547         * math/libm-test.inc (j0_test): Add more tests.
28548         (j1_test): Likewise.
28549         (jn_test): Likewise.  Add trailing semicolon to existing test.
28550         (y0_test): Likewise.
28551         (y1_test): Likewise.
28552         * sysdeps/i386/fpu/libm-test-ulps: Update.
28553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28554
28555         [BZ #13851]
28556         [BZ #13854]
28557         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
28558         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
28559         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
28560         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
28561         (__tanl): Set errno for infinite argument.
28562         * sysdeps/i386/fpu/mptan.c: Remove.
28563         * sysdeps/i386/fpu/s_tan.S: Likewise.
28564         * sysdeps/i386/fpu/s_tanl.S: Likewise.
28565         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
28566         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
28567         * math/libm-test.inc (tan_test): Add more tests and enable more
28568         tests for double and long double.
28569         * sysdeps/i386/fpu/libm-test-ulps: Update.
28570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28571
28572 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
28573
28574         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
28575         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
28576
28577 2012-03-16  Roland McGrath  <roland@hack.frob.com>
28578
28579         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
28580         * configure.in: Use it for both main tree and add-ons.
28581         * configure: Regenerated.
28582
28583 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28584
28585         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
28586
28587 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
28588
28589         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
28590         in comment.
28591
28592         [BZ #13851]
28593         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
28594         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
28595         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
28596         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
28597         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
28598         infinite argument.
28599         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
28600         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
28601         != 0 for prec == 2.
28602         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
28603         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
28604         * sysdeps/i386/fpu/s_cosl.S: Likewise.
28605         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
28606         * sysdeps/i386/fpu/s_sinl.S: Likewise.
28607         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
28608         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
28609         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
28610         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
28611         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
28612         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
28613         * math/libm-test.inc (cos_test): Add more tests and enable more
28614         tests for long double.
28615         (sin_test): Likewise.
28616         (sincos_test): Likewise.
28617         * sysdeps/i386/fpu/libm-test-ulps: Update.
28618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28619
28620 2012-03-16  David S. Miller  <davem@davemloft.net>
28621
28622         * sysdeps/sparc/fpu/math_private.h: New file.
28623
28624 2012-03-15  David S. Miller  <davem@davemloft.net>
28625
28626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
28627         file.
28628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
28629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
28630         file.
28631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
28632         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
28633         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
28634         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
28635         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
28636         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
28637         sysdep routines.
28638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
28639
28640         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
28641         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
28642
28643         * sysdeps/sparc/sparc-ifunc.h: New file.
28644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
28645         sparc-ifunc.h
28646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
28647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
28648         Likewise.
28649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
28650         Likewise.
28651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
28652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
28653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
28654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
28655         Likewise.
28656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
28657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
28658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
28659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
28660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
28661         Likewise.
28662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
28663         Likewise.
28664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
28665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
28666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
28667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
28668         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
28669         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
28670         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
28671         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
28672         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
28673         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
28674         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
28675         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
28676         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
28677         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
28678         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
28679         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
28680         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
28681         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
28682         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
28683         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
28684         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
28685         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
28686         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
28687         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
28688
28689 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
28690
28691         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
28692         scaling.
28693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28694
28695 2012-03-15  Andreas Jaeger  <aj@suse.de>
28696
28697         [BZ #13852]
28698         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
28699         ieee754/flt-32 implementation for sin, cos and sincos.
28700         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
28701         * sysdeps/i386/fpu/s_cosf.S: Likewise.
28702         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
28703         * sysdeps/i386/fpu/s_sinf.S: Likewise.
28704         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
28705         ieee754/flt-32 implementation for tan.
28706
28707         * math/libm-test.inc (cos_test): Enable some large input tests for
28708         float as well
28709         (sin_test): Likewise.
28710         (sincos_test): Likewise.
28711         (tan_test): Add tests for large input.
28712
28713         * sysdeps/i386/fpu/libm-test-ulps: Update.
28714
28715 2012-03-15  Andreas Jaeger  <aj@suse.de>
28716
28717         [BZ #13658]
28718         * math/libm-test.inc (cos_test): Add more test cases.
28719         (sin_test): Likewise.
28720         (sincos_test): Likewise.
28721
28722 2012-03-15  Andreas Jaeger  <aj@suse.de>
28723
28724         [BZ #13837]
28725         * math/libm-test.inc (cos_test): Add a test case for large input
28726         value.
28727         (sin_test): Likewise.
28728         (sincos_test): Likewise.
28729
28730 2012-03-15  Andreas Jaeger  <aj@suse.de>,
28731         Joseph Myers  <joseph@codesourcery.com>
28732
28733         [BZ #13658]
28734         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
28735         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
28736         * sysdeps/i386/fpu/branred.c: Likewise.
28737         * sysdeps/i386/fpu/dosincos.c: Likewise.
28738         * sysdeps/i386/fpu/mpa.c: Likewise.
28739         * sysdeps/i386/fpu/s_cos.S: Likewise.
28740         * sysdeps/i386/fpu/s_sin.S: Likewise.
28741         * sysdeps/i386/fpu/s_sincos.S: Likewise.
28742         * sysdeps/i386/fpu/sincos32.c: Likewise.
28743
28744         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
28745         Define.
28746         (libc_feupdateenv_53bit): Define.
28747         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
28748         Define.
28749         (libc_feupdateenv_53bit): Define.
28750
28751         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
28752         53 bit (without extend i386 double precision).
28753
28754         * math/libm-test.inc (sincos_test): Add tests for large input.
28755         (sin): Likewise.
28756         (cos): Likewise.
28757
28758         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
28759
28760 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
28761
28762         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28763
28764 2012-03-15  David S. Miller  <davem@davemloft.net>
28765
28766         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
28767         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
28768         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
28769         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
28770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
28771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
28772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
28773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
28774         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
28775         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
28776         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
28777         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
28778         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
28779         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
28780         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
28781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
28782         file.
28783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
28784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
28785         file.
28786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
28787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
28788         file.
28789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
28790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
28791         file.
28792         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
28793         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
28794         fmin/fmax sysdep routines.
28795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
28796
28797 2012-03-14  David S. Miller  <davem@davemloft.net>
28798
28799         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
28800         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
28801         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
28802         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
28803         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
28804         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
28805         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
28806         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
28807         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
28808         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
28809         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
28810         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
28811         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
28812         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
28813         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
28814         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
28815         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
28816         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
28817         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
28818         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
28819         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
28820         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
28821         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
28822         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
28823         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
28824         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
28825         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
28826         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
28827         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
28828         routines.
28829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
28830         file.
28831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
28832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
28833         file.
28834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
28835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
28836         file.
28837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
28838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
28839         file.
28840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
28841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
28842         file.
28843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
28844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
28845         file.
28846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
28847         file.
28848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
28849         file.
28850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
28851         file.
28852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
28853         New file.
28854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
28855         file.
28856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
28857         file.
28858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
28859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
28860         file.
28861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
28862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
28863         file.
28864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
28865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
28866         file.
28867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
28868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
28869         VIS3 routines.
28870
28871         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
28872         New file.
28873
28874         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28875
28876         * sysdeps/sparc/configure.in: New file.
28877         * sysdeps/sparc/configure: Generate.
28878         * configure.in (libc_cv_sparc_as_vis3): Substitute.
28879         * configure: Regenerate.
28880         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
28881         * config.make.in (have-as-vis3): New.
28882         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
28883         available use -Av9d instead of -Av9a.
28884         * sysdeps/sparc/sparc64/Makefile: Likewise.
28885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
28886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
28887         New file.
28888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
28889         file.
28890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
28891         New file.
28892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
28893         file.
28894         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
28895         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
28896         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
28897         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
28898         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
28899
28900         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
28901         fzeros/fnegs to load 0x80000000 into a float register instead of
28902         using the stack.
28903         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
28904
28905 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
28906
28907         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28908         bits/syscall.h.
28909         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
28910         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
28911         ($(inst_includedir)/bits/syscall.h): Remove rule.
28912         ($(objpfx)bits/syscall.d): Include instead of
28913         $(objpfx)syscall-list.d.
28914         (generated): Change syscall-list.h and syscall-list.d to
28915         bits/syscall.h and bits/syscall.d.
28916
28917 2012-03-14  Roland McGrath  <roland@hack.frob.com>
28918
28919         [BZ #13846]
28920         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
28921
28922 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
28923
28924         [BZ #13841]
28925         * math/s_csqrt.c: Include <float.h>.
28926         (__csqrt): Scale large or subnormal inputs.
28927         * math/s_csqrtf.c: Likewise.
28928         * math/s_csqrtl.c: Likewise.
28929         * math/libm-test.inc (csqrt_test): Add more tests.
28930         * sysdeps/i386/fpu/libm-test-ulps: Update.
28931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28932
28933         [BZ #13840]
28934         * math/libm-test.inc (hypot_test): Add more tests.
28935
28936 2012-03-13  David S. Miller  <davem@davemloft.net>
28937
28938         [BZ #13840]
28939         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
28940         double-precision for the calculation instead of scaling.
28941
28942 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
28943
28944         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
28945         manipulate bits before adding and subtracting TWO52[sx].
28946         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
28947         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
28948         Likewise.
28949         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
28950
28951 2012-03-13  David S. Miller  <davem@davemloft.net>
28952
28953         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
28954         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
28955         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
28956         rtld-global-offsets.h
28957         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28958
28959         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
28960         large parameters.
28961
28962         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
28963
28964         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
28965         'err' in the ifdef scope in which it is actually used.
28966
28967         * nss/nss_db/db-init.c: Include string.h
28968
28969 2012-03-12  David S. Miller  <davem@davemloft.net>
28970
28971         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
28972         masking out of the most significant byte of random value used.
28973         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
28974         Fix coding style in previous change.
28975
28976         * sysdeps/unix/sysv/linux/kernel-features.h
28977         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
28978         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
28979         expression.
28980         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
28981         later.
28982
28983 2012-03-11  David S. Miller  <davem@davemloft.net>
28984
28985         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28986         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
28987         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
28988         for 'resultvar' otherwise things get truncated on 64-bit.
28989
28990         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
28991         Fix masking out of the most significant byte of random value used.
28992
28993         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28994
28995 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
28996
28997         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28998
28999 2012-03-09  David S. Miller  <davem@davemloft.net>
29000
29001         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
29002         variables with appropriate CPP guards.
29003         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
29004         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
29005         on resulting framesize and the management of the outregs buffer for pltexit.
29006         Preserve floating point return values across _dl_call_pltexit call.
29007         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
29008         framesize and the management of the outregs buffer for pltexit.
29009         Preserve floating point return values across _dl_call_pltexit
29010         call.
29011         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
29012         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
29013         (print_exit): Fix format string for return register value.
29014
29015 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
29016
29017         * sunrpc/Makefile (others): Add rpcgen.
29018         ($(objpfx)rpcgen): Remove special build rule and dependency on
29019         libc.
29020         * sunrpc/rpcgen.c: New file.
29021
29022 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
29023
29024         [BZ #13673]
29025         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
29026         * stdio-common/bug-vfprintf-nargs.c: Likewise.
29027         * sysdeps/i386/crti.S: Likewise.
29028         * sysdeps/i386/crtn.S: Likewise.
29029         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
29030         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
29031         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
29032         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
29033         * sysdeps/sh/crti.S: Likewise.
29034         * sysdeps/sh/crtn.S: Likewise.
29035         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
29036
29037         [BZ #13673]
29038         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
29039         with URL.
29040         * locale/programs/locfile-kw.gperf: Likewise.
29041         * locale/programs/charmap-kw.h: Regenerated.
29042         * locale/programs/locfile-kw.h: Likewise.
29043
29044         [BZ #13673]
29045         * intl/plural.y: Replace FSF snail mail address with URL.
29046         * intl/plural.c: Regenerated.
29047
29048 2012-03-09  Richard Henderson  <rth@twiddle.net>
29049
29050         * include/math_private.h: Remove file.
29051         * math/math_private.h: Move file ...
29052         * sysdeps/generic/math_private.h: ... here.
29053
29054         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
29055         * sysdeps/powerpc/fpu/math_private.h: Likewise.
29056         * sysdeps/x86_64/fpu/math_private.h: Likewise.
29057
29058         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
29059         and <math_private.h>.
29060         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
29061         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
29062         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
29063         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
29064         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
29065         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
29066         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29067         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29068         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
29069         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29070         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29071         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
29072         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
29073         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29074         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
29075         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
29076         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
29077         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
29078         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
29079         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
29080         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29081         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
29082         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
29083         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29084         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
29085         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
29086         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
29087         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29088         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29089         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
29090         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
29091         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29092         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
29093         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
29094         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
29095         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
29096         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
29097         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
29098         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
29099         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29100         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
29101         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
29102         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
29103         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
29104         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
29105         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
29106         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
29107         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
29108         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
29109         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
29110         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
29111         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
29112         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
29113         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
29114         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
29115         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
29116         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29117         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
29118         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
29119         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
29120         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29121         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
29122         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29123         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
29124         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
29125         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29126         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29127         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29128         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
29129         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
29130         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29131         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
29132         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29133         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29134         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
29135         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
29136         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
29137         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29138         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
29139         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
29140         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29141         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
29142         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29143         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
29144         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29145         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
29146         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
29147         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
29148         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
29149         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
29150         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
29151         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
29152         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
29153         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
29154         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
29155         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
29156         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
29157         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
29158         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
29159         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
29160         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
29161         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
29162         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
29163         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
29164         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
29165         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
29166         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
29167         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
29168         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
29169         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
29170         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
29171         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
29172         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
29173         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
29174         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
29175         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
29176         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
29177         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
29178         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
29179         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
29180         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
29181         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
29182         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
29183         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
29184         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
29185         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
29186         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
29187         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
29188         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
29189         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
29190         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
29191         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
29192         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
29193         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
29194         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
29195         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
29196         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
29197         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
29198         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
29199         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
29200         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29201         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
29202         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
29203         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
29204         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
29205         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
29206         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
29207         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
29208         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
29209         * sysdeps/ieee754/k_standard.c: Likewise.
29210         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
29211         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
29212         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
29213         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
29214         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
29215         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
29216         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
29217         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
29218         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
29219         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
29220         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
29221         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
29222         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
29223         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
29224         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
29225         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
29226         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
29227         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
29228         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
29229         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
29230         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
29231         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
29232         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
29233         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
29234         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
29235         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
29236         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
29237         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
29238         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
29239         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
29240         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
29241         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
29242         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
29243         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
29244         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
29245         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
29246         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
29247         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
29248         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
29249         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
29250         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
29251         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
29252         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
29253         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
29254         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
29255         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
29256         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
29257         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
29258         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
29259         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
29260         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
29261         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
29262         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
29263         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
29264         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
29265         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
29266         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
29267         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
29268         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
29269         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
29270         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
29271         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
29272         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
29273         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
29274         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
29275         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
29276         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
29277         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
29278         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
29279         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
29280         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
29281         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
29282         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
29283         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
29284         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
29285         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
29286         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
29287         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
29288         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
29289         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
29290         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
29291         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
29292         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
29293         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
29294         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
29295         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
29296         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
29297         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
29298         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
29299         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
29300         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
29301         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
29302         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
29303         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
29304         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
29305         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
29306         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
29307         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
29308         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
29309         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
29310         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
29311         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
29312         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
29313         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
29314         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
29315         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
29316         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
29317         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
29318         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
29319         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
29320         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
29321         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
29322         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
29323         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
29324         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
29325         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
29326         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
29327         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
29328         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
29329         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
29330         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
29331         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
29332         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
29333         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
29334         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
29335         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
29336         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
29337         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
29338         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
29339         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
29340         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
29341         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
29342         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
29343         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
29344         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
29345         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
29346         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
29347         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
29348         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
29349         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
29350         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
29351         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
29352         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
29353         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
29354         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
29355         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
29356         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
29357         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
29358         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
29359         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
29360         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
29361         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
29362         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
29363         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
29364         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
29365         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
29366         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
29367         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
29368         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
29369         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
29370         * sysdeps/ieee754/s_lib_version.c: Likewise.
29371         * sysdeps/ieee754/s_matherr.c: Likewise.
29372         * sysdeps/ieee754/s_signgam.c: Likewise.
29373         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29374         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29375         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
29376         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
29377         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
29378         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
29379         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
29380         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
29381         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
29382         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
29383         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
29384         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
29385         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
29386         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
29387         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
29388         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
29389         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29390         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
29391         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29392         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
29393         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
29394
29395 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
29396
29397         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
29398         * sunrpc/rpc_main.c: Likewise.
29399         * sunrpc/rpc_svcout.c: Likewise.
29400
29401 2012-03-09  David S. Miller  <davem@davemloft.net>
29402
29403         * include/math_private.h: New file.
29404
29405 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
29406
29407         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
29408         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
29409         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
29410         from <bits/socket_type.h>.
29411         (enum __socket_type): Don't define here.
29412         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
29413         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29414         bits/socket_type.h.
29415
29416         [BZ #13566]
29417         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
29418         checking __USE_GNU.
29419
29420         * Makerules ($(inst_includedir)/%.h): New rule.
29421         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
29422         (install-others): Remove variable setting.
29423         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
29424
29425 2012-03-08  Richard Henderson  <rth@twiddle.net>
29426
29427         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
29428         from macro to inline function; merge with the
29429         !__LIBC_INTERNAL_MATH_INLINES version.
29430         (__ieee754_sqrtf): Likewise.
29431
29432         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
29433         to inline function.
29434         (__rintf, __floor, __floorf): Likewise.
29435
29436         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
29437         macro to inline function.
29438         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
29439
29440         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
29441         not <math/math_private.h>.
29442
29443 2012-03-08  David S. Miller  <davem@davemloft.net>
29444
29445         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
29446         copyright year.
29447         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
29448
29449 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
29450
29451         * resolv/gai_misc.c (handle_requests): Fix struct timespec
29452         normalization.
29453         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
29454         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
29455
29456 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
29457
29458         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
29459         be defined individually, they must be defined as a block.  Define
29460         S for printing a string instead of hidint the different by using a
29461         macro for adding the 'l'.
29462         * stdio-common/tst-fphex-wide.c: Adjust.
29463
29464 2012-03-07  Marek Polacek  <polacek@redhat.com>
29465
29466         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
29467
29468 2012-03-08  Marek Polacek  <polacek@redhat.com>
29469
29470         [BZ #13806]
29471         * stdio-common/Makefile (tests): Add tst-fphex-wide.
29472         * stdio-common/tst-fphex.c: Define a few macros to make the
29473         test reusable.  Use them.
29474         * stdio-common/tst-fphex-wide.c: New file.
29475
29476 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
29477
29478         [BZ #6911]
29479         * manual/macros.texi (gnusystems): New macro.
29480         (nongnusystems): Likewise.
29481         (gnulinuxhurdsystems): Likewise.
29482         (gnuhurdsystems): Likewise..
29483         (gnulinuxsystems): Likewise.
29484         * manual/charset.texi: Use new macros or @theglibc{} to refer to
29485         variants of the GNU system, not "GNU system".
29486         * manual/conf.texi: Likewise.
29487         * manual/errno.texi: Likewise.  Update example of errno macro
29488         expansion.
29489         * manual/filesys.texi: Likewise.
29490         (getumask): Document as specific to GNU/Hurd.
29491         * manual/install.texi: Likewise.  Reword some references to
29492         GNU/Linux.
29493         * manual/intro.texi: Likewise.
29494         * manual/io.texi: Likewise.
29495         (File Name Portability): Detail which constraints are inapplicable
29496         to all GNU systems and which are only inapplicable to GNU/Hurd.
29497         * manual/job.texi: Likewise.
29498         * manual/llio.texi: Likewise.
29499         (O_NOCTTY): Document as present on GNU/Linux.
29500         * manual/maint.texi: Likewise.
29501         * manual/memory.texi: Likewise.
29502         * manual/pattern.texi: Likewise.
29503         * manual/pipe.texi: Likewise.
29504         * manual/process.texi: Likewise.
29505         * manual/resource.texi: Likewise.
29506         (RUSAGE_CHILDREN): Remove statement about specifying a particular
29507         child on GNU/Hurd.
29508         * manual/setjmp.texi: Likewise.
29509         * manual/signal.texi: Likewise.
29510         * manual/startup.texi: Likewise.
29511         * manual/stdio.texi: Likewise.
29512         * manual/terminal.texi: Likewise.
29513         (ONLCR): Document as POSIX.
29514         (OXTABS): Document availability on GNU/Linux as XTABS.
29515         (ONOEOT): Document availability separately from other bits.
29516         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
29517         * manual/time.texi: Likewise.
29518         * manual/users.texi: Likewise.
29519         * INSTALL: Regenerated.
29520         * sysdeps/gnu/errlist.c: Regenerated.
29521
29522         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
29523         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
29524         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
29525         puts.
29526         * configure: Regenerated.
29527
29528 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
29529
29530         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
29531         default includes instead of AC_HEADER_CHECK.
29532         * sysdeps/i386/configure: Regenerated.
29533
29534         [BZ #10716]
29535         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
29536         * math/s_cacoshf.c (__cacoshf): Likewise.
29537         * math/s_cacoshl.c (__cacoshl): Likewise.
29538         * math/s_casinh.c (__casinh): Set signs of result from argument.
29539         * math/s_casinhf.c (__casinhf): Likewise.
29540         * math/s_casinhl.c (__casinhl): Likewise.
29541         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
29542         (casinh_test): Add more tests.
29543         * sysdeps/i386/fpu/libm-test-ulps: Update.
29544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29545
29546 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
29547
29548         * po/zh_TW.po: Update from translation team.
29549
29550         * login/Makefile (distribute): Remove variable.
29551         * catgets/Makefile: Likewise.
29552         * mach/Makefile: Likewise.
29553         * malloc/Makefile: Likewise.
29554         * misc/Makefile: Likewise.
29555         * iconv/Makefile: Likewise.
29556         * nscd/Makefile: Likewise.
29557         * hurd/Makefile: Likewise.
29558         * manual/Makefile: Likewise.
29559         * locale/Makefile: Likewise.
29560         * intl/Makefile: Likewise.
29561         * conform/Makefile: Likewise.
29562         * nss/Makefile: Likewise.
29563         * time/Makefile: Likewise.
29564         * soft-fp/Makefile: Likewise.
29565         * dirent/Makefile: Likewise.
29566         * gmon/Makefile: Likewise.
29567         * po/Makefile: Likewise.
29568         * rt/Makefile: Likewise.
29569         * socket/Makefile: Likewise.
29570         * math/Makefile: Likewise.
29571         * signal/Makefile: Likewise.
29572         * debug/Makefile: Likewise.
29573         * elf/Makefile: Likewise.
29574         * timezone/Makefile: Likewise.
29575         * stdlib/Makefile: Likewise.
29576         * iconvdata/Makefile: Likewise.
29577         * sunrpc/Makefile: Likewise.
29578         * io/Makefile: Likewise.
29579         * argp/Makefile: Likewise.
29580         * inet/Makefile: Likewise.
29581         * hesiod/Makefile: Likewise.
29582         * grp/Makefile: Likewise.
29583         * csu/Makefile: Likewise.
29584         * wctype/Makefile: Likewise.
29585         * crypt/Makefile: Likewise.
29586         * libio/Makefile: Likewise.
29587         * string/Makefile: Likewise.
29588         * nis/Makefile: Likewise.
29589         * resolv/Makefile: Likewise.
29590         * stdio-common/Makefile: Likewise.
29591         * wcsmbs/Makefile: Likewise.
29592         * dlfcn/Makefile: Likewise.
29593         * posix/Makefile: Likewise.
29594
29595         [BZ #6959]
29596         * timezone/Makefile: Don't install timezone files, just the programs
29597         and scripts.
29598
29599 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
29600
29601         * nss/databases.def: Add missing gshadow entry.
29602
29603         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
29604
29605 2012-03-06  Marek Polacek  <polacek@redhat.com>
29606
29607         [BZ #13726]
29608         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
29609         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
29610         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
29611         * stdio-common/tst-long-dbl-fphex.c: New file.
29612
29613 2012-03-06  David S. Miller  <davem@davemloft.net>
29614
29615         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29616         (set_obp_int): New function.
29617         (get_obp_int): New function.
29618         (__get_clockfreq_via_dev_openprom): Likewise.
29619         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
29620         Avoid unused variable warnings on 'val' and use builtin_expect.
29621         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
29622         __builtin_expect.
29623         (INLINE_CLONE_SYSCALL): Likewise.
29624
29625 2012-03-05  David S. Miller  <davem@davemloft.net>
29626
29627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29628
29629 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
29630
29631         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29632
29633         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
29634         only for |x| >= 40.
29635         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
29636
29637 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
29638
29639         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
29640         Replace gettimeofday with __vdso_gettimeofday.
29641
29642         * sysdeps/unix/sysv/linux/x86_64/init-first.c
29643         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
29644         __vdso_clock_gettime and __vdso_getcpu.
29645
29646         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
29647         time with __vdso_time.
29648
29649 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
29650
29651         * manual/lang.texi (size_t): Note types to which size_t may be
29652         equivalent with the GNU C Library, but do not describe when
29653         differences between them are significant.
29654
29655 2012-03-05  Andreas Jaeger  <aj@suse.de>
29656
29657         * sysdeps/i386/fpu/libm-test-ulps: Update.
29658
29659 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
29660
29661         [BZ #3976]
29662         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
29663         (__ieee754_pow): Save and restore rounding mode and use
29664         round-to-nearest for main computations.
29665         * math/libm-test.inc (pow_test_tonearest): New function.
29666         (pow_test_towardzero): Likewise.
29667         (pow_test_downward): Likewise.
29668         (pow_test_upward): Likewise.
29669         (main): Call the new functions.
29670         * sysdeps/i386/fpu/libm-test-ulps: Update.
29671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29672
29673         [BZ #3976]
29674         * math/libm-test.inc (cosh_test_tonearest): New function.
29675         (cosh_test_towardzero): Likewise.
29676         (cosh_test_downward): Likewise.
29677         (cosh_test_upward): Likewise.
29678         (sinh_test_tonearest): Likewise.
29679         (sinh_test_towardzero): Likewise.
29680         (sinh_test_downward): Likewise.
29681         (sinh_test_upward): Likewise.
29682         (main): Call the new functions.
29683         * sysdeps/i386/fpu/libm-test-ulps: Update.
29684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29685
29686 2012-03-05  Tom de Vries  <tom@codesourcery.com>
29687
29688         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
29689         default stack guard is set in last bytes.
29690         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
29691
29692 2012-03-05  Kees Cook  <keescook@chromium.org>
29693
29694         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
29695
29696         [BZ #13656]
29697         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
29698         possibly allocate from heap instead of stack.
29699         * stdio-common/bug-vfprintf-nargs.c: New file.
29700         * stdio-common/Makefile (tests): Add nargs overflow test.
29701
29702 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
29703
29704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29705
29706 2012-03-03  Marek Polacek  <polacek@redhat.com>
29707
29708         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
29709         * math/math_private.h: Likewise.
29710         * stdlib/tst-strtod.c: Likewise.
29711         * sysdeps/i386/i486/bits/atomic.h: Likewise.
29712         * sysdeps/x86_64/bits/atomic.h: Likewise.
29713
29714 2012-03-02  David S. Miller  <davem@davemloft.net>
29715
29716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
29717         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
29718         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
29719         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
29720         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
29721         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
29722         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
29723         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
29724
29725 2012-03-02  Roland McGrath  <roland@hack.frob.com>
29726
29727         [BZ #13792]
29728         * manual/examples/README: New file, says the example source files
29729         can be used under GPL>=2.
29730         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
29731         line containing just "*/".
29732         * manual/examples/add.c: Add copyright header (GPL>=2).
29733         * manual/examples/argp-ex1.c: Likewise.
29734         * manual/examples/argp-ex2.c: Likewise.
29735         * manual/examples/argp-ex3.c: Likewise.
29736         * manual/examples/argp-ex4.c: Likewise.
29737         * manual/examples/atexit.c: Likewise.
29738         * manual/examples/db.c: Likewise.
29739         * manual/examples/dir.c: Likewise.
29740         * manual/examples/dir2.c: Likewise.
29741         * manual/examples/execinfo.c: Likewise.
29742         * manual/examples/filecli.c: Likewise.
29743         * manual/examples/filesrv.c: Likewise.
29744         * manual/examples/fmtmsgexpl.c: Likewise.
29745         * manual/examples/genpass.c: Likewise.
29746         * manual/examples/inetcli.c: Likewise.
29747         * manual/examples/inetsrv.c: Likewise.
29748         * manual/examples/isockad.c: Likewise.
29749         * manual/examples/longopt.c: Likewise.
29750         * manual/examples/memopen.c: Likewise.
29751         * manual/examples/memstrm.c: Likewise.
29752         * manual/examples/mkfsock.c: Likewise.
29753         * manual/examples/mkisock.c: Likewise.
29754         * manual/examples/mygetpass.c: Likewise.
29755         * manual/examples/pipe.c: Likewise.
29756         * manual/examples/popen.c: Likewise.
29757         * manual/examples/rprintf.c: Likewise.
29758         * manual/examples/search.c: Likewise.
29759         * manual/examples/select.c: Likewise.
29760         * manual/examples/setjmp.c: Likewise.
29761         * manual/examples/sigh1.c: Likewise.
29762         * manual/examples/sigusr.c: Likewise.
29763         * manual/examples/stpcpy.c: Likewise.
29764         * manual/examples/strdupa.c: Likewise.
29765         * manual/examples/strftim.c: Likewise.
29766         * manual/examples/strncat.c: Likewise.
29767         * manual/examples/subopt.c: Likewise.
29768         * manual/examples/swapcontext.c: Likewise.
29769         * manual/examples/termios.c: Likewise.
29770         * manual/examples/testopt.c: Likewise.
29771         * manual/examples/testpass.c: Likewise.
29772         * manual/examples/timeval_subtract.c: Likewise.
29773
29774         [BZ #13792]
29775         * manual/time.texi (Elapsed Time): Move timeval_subtract example
29776         function to ...
29777         * manual/timeval_subtract.c.texi: ... here, new file.
29778
29779 2012-03-02  David S. Miller  <davem@davemloft.net>
29780
29781         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
29782
29783 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
29784
29785         [BZ #3976]
29786         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
29787         (__sin): Save and restore rounding mode and use round-to-nearest
29788         for all computations.
29789         (__cos): Save and restore rounding mode and use round-to-nearest
29790         for all computations.
29791         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
29792         <fenv.h>.
29793         (tan): Save and restore rounding mode and use round-to-nearest for
29794         all computations.
29795         * math/libm-test.inc (cos_test_tonearest): New function.
29796         (cos_test_towardzero): Likewise.
29797         (cos_test_downward): Likewise.
29798         (cos_test_upward): Likewise.
29799         (sin_test_tonearest): Likewise.
29800         (sin_test_towardzero): Likewise.
29801         (sin_test_downward): Likewise.
29802         (sin_test_upward): Likewise.
29803         (tan_test_tonearest): Likewise.
29804         (tan_test_towardzero): Likewise.
29805         (tan_test_downward): Likewise.
29806         (tan_test_upward): Likewise.
29807         (main): Call the new functions.
29808         * sysdeps/i386/fpu/libm-test-ulps: Update.
29809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29810
29811         [BZ #10135]
29812         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
29813         small n, then large n, before computing and testing k+n.
29814         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
29815         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
29816         Likewise.
29817         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
29818         Likewise.
29819         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
29820         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
29821         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
29822         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
29823         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
29824         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
29825         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
29826         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
29827         * math/libm-test.inc (scalbn_test): Add more tests.
29828         (scalbln_test): Likewise.
29829
29830         * manual/filesys.texi (mode_t): Describe constraints on size and
29831         signedness, not exact equivalence to a particular type.
29832         (ino_t): Likewise.
29833         (ino64_t): Likewise.
29834         (dev_t): Likewise.
29835         (nlink_t): Likewise.
29836         (blkcnt_t): Likewise.
29837         (blkcnt64_t): Likewise.
29838         * manual/llio.texi (off_t): Likewise.
29839
29840         [BZ #3976]
29841         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
29842         (__ieee754_exp): Save and restore rounding mode and use
29843         round-to-nearest for all computations.
29844         * math/libm-test.inc (exp_test_tonearest): New function.
29845         (exp_test_towardzero): Likewise.
29846         (exp_test_downward): Likewise.
29847         (exp_test_upward): Likewise.
29848         (main): Call the new functions.
29849         * sysdeps/i386/fpu/libm-test-ulps: Update.
29850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29851
29852 2012-03-01  Chris Demetriou  <cgd@google.com>
29853
29854         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
29855         have predictable order.
29856
29857 2012-03-01  David S. Miller  <davem@davemloft.net>
29858
29859         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
29860
29861         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
29862         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
29863         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
29864         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
29865
29866         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
29867         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
29868         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
29869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
29870         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
29871         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
29872         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
29873         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
29874         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
29875
29876         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29877
29878         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
29879         * sysdeps/sparc/fpu/libm-test-ulps: to here.
29880         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
29881
29882         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
29883         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
29884         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
29885         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
29886         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
29887         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
29888         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
29889         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
29890         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
29891         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
29892         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
29893         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
29894         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
29895         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
29896         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
29897         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
29898         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
29899         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
29900         * sysdeps/sparc/elf/configure: Regenerated.
29901
29902 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
29903
29904         * configure.in (AS, LD): Require binutils 2.20 or later.
29905         * configure: Regenerated.
29906         * manual/install.texi (Tools for Compilation): Give binutils 2.20
29907         as required minimum version.
29908         * INSTALL: Regenerated.
29909
29910         [BZ #2541]
29911         [BZ #4108]
29912         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
29913         before squaring exponent.
29914         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
29915         bottom long double and 27 bits of top long double before squaring
29916         exponent.
29917         * math/libm-test.inc (erfc_test): Add more tests.
29918         * sysdeps/i386/fpu/libm-test-ulps: Update.
29919         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29921
29922 2012-03-01  Kai Tietz  <ktietz@redhat.com>
29923
29924         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
29925         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
29926         containing bit-fields.
29927         * soft-fp/extended.h (_FP_UNION_E): Likewise.
29928         * soft-fp/single.h (_FP_UNION_S): Likewise.
29929         * soft-fp/double.h (_FP_UNION_D): Likewise.
29930
29931 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
29932
29933         [BZ #13786]
29934         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
29935         not include ../strcmp.S.
29936         [USE_AS_STRNCASECMP_L]: Likewise.
29937         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
29938         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
29939         * sysdeps/i386/i686/multiarch/strncase_l-c.c
29940         (__strncasecmp_l_ia32): Define as alias to
29941         __strncasecmp_l_nonascii.
29942
29943         [BZ #5794]
29944         * math/libm-test.inc (expm1_test): Add test for bug 5794.
29945         * sysdeps/i386/fpu/libm-test-ulps: Update.
29946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29947
29948         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
29949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29950
29951 2012-02-29  Jeff Law  <law@redhat.com>
29952
29953         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
29954         out of bounds read.
29955
29956 2012-02-29  Marek Polacek  <polacek@redhat.com>
29957
29958         [BZ #13706]
29959         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
29960         * elf/Makefile: Add rules to run tst-unused-dep.out.
29961
29962 2012-02-28  David S. Miller  <davem@davemloft.net>
29963
29964         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
29965         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
29966         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
29967         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
29968         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
29969         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
29970
29971 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
29972
29973         * math/libm-test.inc (llround_test): Move one test from
29974         lround_test.  Use TEST_f_L in moved test.
29975         (lround_test): Move misplaced test to llround_test.  Add testcase
29976         from bug 2561.
29977
29978 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
29979
29980         * sysdeps/x86_64/fpu/e_expf.S: New file.
29981         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
29982
29983 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
29984
29985         [BZ #13637]
29986         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
29987         of remain_len that may cause incomplete multi-byte character and
29988         false match.
29989         * posix/bug-regex33.c: New file.
29990         * posix/Makefile (tests): Add bug-regex33.
29991
29992 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
29993
29994         * manual/macros.texi: New file.
29995         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
29996         * manual/libc.texinfo: Include macros.texi.
29997         * manual/creatute.texi: Likewise.
29998         * manual/install.texi: Likewise.
29999         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
30000         @glibcadj{} in references to the GNU C Library.
30001         * manual/charset.texi: Likewise.
30002         * manual/conf.texi: Likewise.
30003         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
30004         when not using those macros.
30005         * manual/creature.texi: Likewise.
30006         * manual/crypt.texi: Likewise.
30007         * manual/errno.texi: Likewise.
30008         * manual/filesys.texi: Likewise.
30009         * manual/header.texi: Likewise.
30010         * manual/install.texi: Likewise.
30011         * manual/intro.texi: Likewise.
30012         * manual/io.texi: Likewise.
30013         * manual/job.texi: Likewise.
30014         * manual/lang.texi: Likewise.
30015         * manual/libc.texiinfo: Likewise.
30016         * manual/llio.texi: Likewise.
30017         * manual/locale.texi: Likewise.
30018         * manual/maint.texi: Likewise.
30019         * manual/math.texi: Likewise.
30020         * manual/memory.texi: Likewise.
30021         * manual/message.texi: Likewise.
30022         * manual/nss.texi: Likewise.
30023         * manual/pattern.texi: Likewise.
30024         * manual/process.texi: Likewise.
30025         * manual/resource.texi: Likewise.
30026         * manual/search.texi: Likewise.
30027         * manual/setjmp.texi: Likewise.
30028         * manual/signal.texi: Likewise.
30029         * manual/socket.texi: Likewise.
30030         * manual/startup.texi: Likewise.
30031         * manual/stdio.texi: Likewise.
30032         * manual/string.texi: Likewise.
30033         * manual/sysinfo.texi: Likewise.
30034         * manual/syslog.texi: Likewise.
30035         * manual/terminal.texi: Likewise.
30036         * manual/time.texi: Likewise.
30037         * manual/users.texi: Likewise.
30038         * INSTALL: Regenerated.
30039         * NOTES: Regenerated.
30040         * sysdeps/gnu/errlist.c: Regenerated.
30041
30042 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
30043
30044         * include/dirent.h: Include <dirstream.h> before
30045         <dirent/dirent.h>.
30046
30047 2012-02-28  David S. Miller  <davem@davemloft.net>
30048
30049         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
30050         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
30051         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
30052         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
30053
30054 2012-02-27  David S. Miller  <davem@davemloft.net>
30055
30056         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
30057         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
30058         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
30059         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
30060
30061         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
30062         frame pointer instead of stack pointer relative arg slot.
30063         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
30064         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
30065         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
30066
30067 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
30068
30069         [BZ #3992]
30070         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
30071
30072 2012-02-27  David S. Miller  <davem@davemloft.net>
30073
30074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
30075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
30076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
30077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
30078         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
30079         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
30080         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
30081         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
30082
30083 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
30084
30085         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
30086         later.  Allow versions 5-9.
30087         * configure: Regenerated.
30088         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
30089         required minimum version and 4.6 as recommended version.  Do not
30090         mention bugs in GCC 2.7 and 2.8.
30091         * INSTALL: Regenerated.
30092
30093 2012-02-27  David S. Miller  <davem@davemloft.net>
30094
30095         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
30096         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
30097         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
30098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
30099         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
30100         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
30101         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
30102         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
30103
30104         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
30105         manipulate bits before adding and subtracting TWO112[sx].
30106         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30107
30108 2012-02-27  Roland McGrath  <roland@hack.frob.com>
30109
30110         [BZ #13775]
30111         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
30112         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
30113         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
30114         being in POSIX, because they are in 1003.1-2008.
30115
30116         * rt/tst-aio.c: Include <fcntl.h>.
30117         * rt/tst-aio7.c: Likewise.
30118         * rt/tst-aio64.c: Likewise.
30119
30120         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
30121
30122 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
30123
30124         * manual/install.texi (--with-headers): Describe headers as
30125         interface headers, not private headers.
30126         (Specific advice for GNU/Linux systems): Describe use of headers
30127         from "make headers_install", not private headers from older
30128         kernels.
30129         * INSTALL: Regenerated.
30130         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
30131         Change to 2.6.19.
30132         * sysdeps/unix/sysv/linux/configure: Regenerated.
30133
30134         * manual/llio.texi (fclean): Remove documentation.
30135
30136         * manual/Makefile (libc-texi-generated): New variable.  Include
30137         version.texi.
30138         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
30139         $(libc-texi-generated), not duplicated list of files.
30140         (version.texi, stamp-version): New rules.
30141         (realclean): Remove $(libc-texi-generated), not individual files
30142         from that list.  Do not remove dir-add.texinfo.
30143         * manual/libc.texinfo: Comment out uses of edition numbers and
30144         references to printed manual.  Remove last-updated dates.
30145         (EDITION): Comment out.
30146         (ISBN): Likewise.
30147         (VERSION, UPDATED): Remove.
30148         (version.texi): Include.
30149
30150 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
30151
30152         * sysdeps/posix/spawni.c: Include <signal.h>.
30153         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
30154         * sysdeps/pthread/aio_fsync.c: Likewise.
30155
30156 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
30157
30158         * conform/Makefile (tests): Run only when not cross-compiling and
30159         when fast-check is not defined.
30160
30161         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
30162         * conform/data/limits.h-data: Fixes for POSIX2008.
30163         * conform/run-conformtest.sh: Run all tests.
30164         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
30165         headers.
30166         * include/bits/dlfcn.h: Likewise.
30167         * include/langinfo.h: Likewise.
30168         * include/monetary.h: Likewise.
30169         * include/sys/poll.h: Likewise.
30170
30171         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
30172         for __USE_GNU.
30173         * posix/spawn.h: Define __need_sigset_t.
30174         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
30175         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
30176         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
30177         to get sigevent_t only.
30178         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
30179         only for __USE_GNU.
30180         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
30181         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
30182         process_vm_writev only for __USE_GNU.
30183         * termios/termios.h: Declare tcgetsid also for POSIX2008.
30184
30185         * conform/Makefile: For now ignore errors from run-conformtest.
30186         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
30187         POSIX to avoid namespace pollution.  Don't prepend headers.
30188         * conform/data/aio.h-data: Fixes for POSIX testing.
30189         * conform/data/fcntl.h-data: Likewise.
30190         * conform/data/glob.h-data: Likewise.
30191         * conform/data/grp.h-data: Likewise.
30192         * conform/data/pthread.h-data: Likewise.
30193         * conform/data/pwd.h-data: Likewise.
30194         * conform/data/signal.h-data: Likewise.
30195         * conform/data/spawn.h-data: Likewise.
30196         * conform/data/stdio.h-data: Likewise.
30197         * conform/data/stdlib.h-data: Likewise.
30198         * conform/data/stropts.h-data: Likewise.
30199         * conform/data/sys/mman.h-data: Likewise.
30200         * conform/data/sys/stat.h-data: Likewise.
30201         * conform/data/sys/types.h-data: Likewise.
30202         * conform/data/sys/wait.h-data: Likewise.
30203         * conform/data/time.h-data: Likewise.
30204         * conform/data/unistd.h-data: Likewise.
30205         * conform/data/utime.h-data: Likewise.
30206
30207         * io/sys/stat.h: fchmod was always in POSIX.
30208         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
30209         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
30210         * rt/aio.h: Define __need_timespec before including <time.h>.
30211         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
30212         struct.  Add forward declaration of pthread_attr_t and use it in
30213         sigevent.
30214         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
30215         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
30216         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
30217         always remove CLK_TCK definition.
30218
30219 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
30220
30221         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
30222
30223 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
30224
30225         * conform/run-conformtest.sh: New file.
30226         * conform/Makefile: Run run-conformtest for tests.
30227         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
30228         support.
30229
30230         * conform/data/uchar.h-data: New file.
30231         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
30232         * conform/data/arpa/inet.h-data: Likewise.
30233         * conform/data/assert.h-data: Likewise.
30234         * conform/data/complex.h-data: Likewise.
30235         * conform/data/cpio.h-data: Likewise.
30236         * conform/data/ctype.h-data: Likewise.
30237         * conform/data/dirent.h-data: Likewise.
30238         * conform/data/dlfcn.h-data: Likewise.
30239         * conform/data/errno.h-data: Likewise.
30240         * conform/data/fcntl.h-data: Likewise.
30241         * conform/data/float.h-data: Likewise.
30242         * conform/data/fmtmsg.h-data: Likewise.
30243         * conform/data/fnmatch.h-data: Likewise.
30244         * conform/data/ftw.h-data: Likewise.
30245         * conform/data/glob.h-data: Likewise.
30246         * conform/data/grp.h-data: Likewise.
30247         * conform/data/iconv.h-data: Likewise.
30248         * conform/data/inttypes.h-data: Likewise.
30249         * conform/data/langinfo.h-data: Likewise.
30250         * conform/data/libgen.h-data: Likewise.
30251         * conform/data/limits.h-data: Likewise.
30252         * conform/data/locale.h-data: Likewise.
30253         * conform/data/math.h-data: Likewise.
30254         * conform/data/monetary.h-data: Likewise.
30255         * conform/data/mqueue.h-data: Likewise.
30256         * conform/data/ndbm.h-data: Likewise.
30257         * conform/data/net/if.h-data: Likewise.
30258         * conform/data/netdb.h-data: Likewise.
30259         * conform/data/netinet/in.h-data: Likewise.
30260         * conform/data/nl_types.h-data: Likewise.
30261         * conform/data/poll.h-data: Likewise.
30262         * conform/data/pthread.h-data: Likewise.
30263         * conform/data/pwd.h-data: Likewise.
30264         * conform/data/regex.h-data: Likewise.
30265         * conform/data/sched.h-data: Likewise.
30266         * conform/data/search.h-data: Likewise.
30267         * conform/data/semaphore.h-data: Likewise.
30268         * conform/data/setjmp.h-data: Likewise.
30269         * conform/data/signal.h-data: Likewise.
30270         * conform/data/spawn.h-data: Likewise.
30271         * conform/data/stdarg.h-data: Likewise.
30272         * conform/data/stdio.h-data: Likewise.
30273         * conform/data/stdlib.h-data: Likewise.
30274         * conform/data/string.h-data: Likewise.
30275         * conform/data/strings.h-data: Likewise.
30276         * conform/data/stropts.h-data: Likewise.
30277         * conform/data/sys/ipc.h-data: Likewise.
30278         * conform/data/sys/mman.h-data: Likewise.
30279         * conform/data/sys/msg.h-data: Likewise.
30280         * conform/data/sys/resource.h-data: Likewise.
30281         * conform/data/sys/select.h-data: Likewise.
30282         * conform/data/sys/sem.h-data: Likewise.
30283         * conform/data/sys/shm.h-data: Likewise.
30284         * conform/data/sys/socket.h-data: Likewise.
30285         * conform/data/sys/stat.h-data: Likewise.
30286         * conform/data/sys/statvfs.h-data: Likewise.
30287         * conform/data/sys/time.h-data: Likewise.
30288         * conform/data/sys/timeb.h-data: Likewise.
30289         * conform/data/sys/times.h-data: Likewise.
30290         * conform/data/sys/types.h-data: Likewise.
30291         * conform/data/sys/uio.h-data: Likewise.
30292         * conform/data/sys/un.h-data: Likewise.
30293         * conform/data/sys/utsname.h-data: Likewise.
30294         * conform/data/sys/wait.h-data: Likewise.
30295         * conform/data/syslog.h-data: Likewise.
30296         * conform/data/tar.h-data: Likewise.
30297         * conform/data/termios.h-data: Likewise.
30298         * conform/data/utime.h-data: Likewise.
30299         * conform/data/utmpx.h-data: Likewise.
30300         * conform/data/varargs.h-data: Likewise.
30301         * conform/data/wchar.h-data: Likewise.
30302         * conform/data/wctype.h-data: Likewise.
30303         * conform/data/wordexp.h-data: Likewise.
30304
30305         * include/stropts.h: New file.
30306         * include/uchar.h: New file.
30307         * include/aio.h: Changes to allow conformtest.pl to use the headers.
30308         * include/assert.h: Likewise.
30309         * include/ctype.h: Likewise.
30310         * include/dirent.h: Likewise.
30311         * include/dlfcn.h: Likewise.
30312         * include/fcntl.h: Likewise.
30313         * include/fnmatch.h: Likewise.
30314         * include/glob.h: Likewise.
30315         * include/grp.h: Likewise.
30316         * include/libio.h: Likewise.
30317         * include/locale.h: Likewise.
30318         * include/math.h: Likewise.
30319         * include/net/if.h: Likewise.
30320         * include/netdb.h: Likewise.
30321         * include/netinet/in.h: Likewise.
30322         * include/pthread.h: Likewise.
30323         * include/pwd.h: Likewise.
30324         * include/regex.h: Likewise.
30325         * include/sched.h: Likewise.
30326         * include/search.h: Likewise.
30327         * include/setjmp.h: Likewise.
30328         * include/signal.h: Likewise.
30329         * include/stdio.h: Likewise.
30330         * include/stdlib.h: Likewise.
30331         * include/string.h: Likewise.
30332         * include/sys/cdefs.h: Likewise.
30333         * include/sys/mman.h: Likewise.
30334         * include/sys/msg.h: Likewise.
30335         * include/sys/resource.h: Likewise.
30336         * include/sys/select.h: Likewise.
30337         * include/sys/socket.h: Likewise.
30338         * include/sys/stat.h: Likewise.
30339         * include/sys/statvfs.h: Likewise.
30340         * include/sys/time.h: Likewise.
30341         * include/sys/times.h: Likewise.
30342         * include/sys/uio.h: Likewise.
30343         * include/sys/utsname.h: Likewise.
30344         * include/sys/wait.h: Likewise.
30345         * include/termios.h: Likewise.
30346         * include/time.h: Likewise.
30347         * include/ulimit.h: Likewise.
30348         * include/unistd.h: Likewise.
30349         * include/utime.h: Likewise.
30350         * include/wchar.h: Likewise.
30351         * include/wctype.h: Likewise.
30352         * include/wordexp.h: Likewise.
30353
30354         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
30355
30356         * time/time.h: TIME_UTC must be a macro.
30357         Make timespec_get available for ISO C11 only as well.
30358
30359 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
30360
30361         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
30362         Reported by Peng Haitao <penght@cn.fujitsu.com>.
30363
30364 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
30365
30366         * configure.in: Use -o not -a in test for unsupported multi-arch.
30367
30368 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
30369
30370         * manual/texinfo.tex: Update to version 2012-01-19.16.
30371
30372 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
30373
30374         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
30375
30376 2012-02-24  Roland McGrath  <roland@hack.frob.com>
30377
30378         [BZ #13738]
30379         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
30380         * manual/fdl-1.3.texi: New file.
30381         * manual/fdl-1.1.texi: File removed.
30382
30383         [BZ #13738]
30384         * manual/libc.texinfo (FDL_VERSION): New @set.
30385         Use it for mention of FDL in cover text.
30386         (Documentation License): Use it in @include file name.
30387
30388 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30389             Roland McGrath  <roland@hack.frob.com>
30390
30391         [BZ #5461]
30392         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
30393         not LONG_LONG_MAX and LONG_LONG_MIN.
30394         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
30395         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
30396         name.
30397         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
30398
30399 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30400
30401         [BZ #2547]
30402         [BZ #11365]
30403         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
30404         manipulate bits before adding and subtracting TWO23[sx].
30405         * math/libm-test.inc (nearbyint_test): Add more tests.
30406
30407 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30408
30409         [BZ #2548]
30410         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
30411         bits before adding and subtracting TWO23[sx].
30412         * math/libm-test.inc (rint_test): Add more tests.
30413         (rint_test_tonearest): Likewise.
30414         (rint_test_towardzero): Likewise.
30415         (rint_test_downward): Likewise.
30416         (rint_test_upward: Likewise.
30417
30418 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30419
30420         [BZ #10110]
30421         * include/stdc-predef.h: New file.  Extracted from features.h.
30422         * include/features.h: Include stdc-predef.h.
30423         * Makefile (headers): Add stdc-predef.h.
30424         * CONFORMANCE (Compiler limitations): Update.
30425
30426 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30427
30428         * manual/libc.texinfo (VERSION, UPDATED): Revert.
30429
30430 2012-02-21  David S. Miller  <davem@davemloft.net>
30431
30432         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
30433         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
30434
30435 2012-02-20  David S. Miller  <davem@davemloft.net>
30436
30437         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
30438         using a normal save/restore sequence, rather than allocating a
30439         dummy stack frame just to store a frame pointer and restore.
30440         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
30441
30442 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
30443
30444         * manual/install.texi: Fix stray word in line-wrapped comment.
30445
30446 2012-02-20  David S. Miller  <davem@davemloft.net>
30447
30448         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
30449         both binutils and gcc support GOTDATA.
30450
30451         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
30452         "rd %pc" in the PIC register setup sequences.
30453
30454         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
30455         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
30456         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
30457         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
30458         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
30459         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
30460         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30461         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
30462         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
30463         (SYSCALL_ERROR_HANDLER): Likewise.
30464         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
30465         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
30466         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
30467         (SYSCALL_ERROR_HANDLER): Likewise.
30468
30469         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
30470         (HAVE_GCC_GOTDATA): New.
30471         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
30472         relocation support in both binutils and gcc.
30473         * sysdeps/sparc/elf/configure: Regenerate.
30474
30475         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
30476         * sysdeps/sparc/sparc32/elf/configure: Delete.
30477         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
30478         * sysdeps/sparc/sparc64/elf/configure: Delete.
30479         * sysdeps/sparc/elf/configure.in: New file.
30480         * sysdeps/sparc/elf/configure: Generate.
30481
30482         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
30483         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
30484         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
30485         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
30486         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
30487
30488 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
30489
30490         * manual/install.texi: Do not mention specific glibc version
30491         numbers.
30492         * manual/libc.texinfo (VERSION, UPDATED): Update.
30493         (@copying): Use @copyright{} and range of years.
30494
30495 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
30496
30497         [BZ #13695]
30498         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
30499         [crti.S not in sysdirs] (generated): Do not append.
30500         [crti.S not in sysdirs] (omit-deps): Likewise.
30501         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
30502         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
30503         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
30504         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
30505         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
30506         Likewise.
30507         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
30508         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
30509         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
30510         * csu/defs.awk: Remove file.
30511         * sysdeps/generic/initfini.c: Likewise.
30512         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
30513         variable.
30514         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
30515         Likewise.
30516
30517 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
30518
30519         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
30520         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
30521         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
30522         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
30523         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
30524         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
30525         <bits/epoll.h>.
30526         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
30527         (__EPOLL_PACKED): Define to empty if not defined by
30528         <bits/epoll.h>.
30529         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
30530         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30531         bits/epoll.h.
30532
30533 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
30534
30535         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
30536         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
30537         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
30538         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
30539         <bits/timerfd.h>.
30540         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
30541         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30542         bits/timerfd.h.
30543
30544 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
30545
30546         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
30547         in C locale.
30548         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
30549         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
30550         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
30551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30552
30553 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
30554
30555         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30556         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
30557
30558 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
30559
30560         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
30561         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
30562         defined.
30563         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
30564         Likewise.
30565         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
30566         entry for 2.16.
30567
30568 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
30569
30570         * math/w_acos.c: Use non-signaling floating-point comparisons.
30571         * math/w_acosf.c: Likewise.
30572         * math/w_acosh.c: Likewise.
30573         * math/w_acoshf.c: Likewise.
30574         * math/w_acoshl.c: Likewise.
30575         * math/w_acosl.c: Likewise.
30576         * math/w_asin.c: Likewise.
30577         * math/w_asinf.c: Likewise.
30578         * math/w_asinl.c: Likewise.
30579         * math/w_atanh.c: Likewise.
30580         * math/w_atanhf.c: Likewise.
30581         * math/w_atanhl.c: Likewise.
30582         * math/w_exp2.c: Likewise.
30583         * math/w_exp2f.c: Likewise.
30584         * math/w_exp2l.c: Likewise.
30585         * math/w_j0.c: Likewise.
30586         * math/w_j0f.c: Likewise.
30587         * math/w_j0l.c: Likewise.
30588         * math/w_j1.c: Likewise.
30589         * math/w_j1f.c: Likewise.
30590         * math/w_j1l.c: Likewise.
30591         * math/w_jn.c: Likewise.
30592         * math/w_jnf.c: Likewise.
30593         * math/w_log.c: Likewise.
30594         * math/w_log10.c: Likewise.
30595         * math/w_log10f.c: Likewise.
30596         * math/w_log10l.c: Likewise.
30597         * math/w_log2.c: Likewise.
30598         * math/w_log2f.c: Likewise.
30599         * math/w_log2l.c: Likewise.
30600         * math/w_logf.c: Likewise.
30601         * math/w_logl.c: Likewise.
30602         * math/w_sqrt.c: Likewise.
30603         * math/w_sqrtf.c: Likewise.
30604         * math/w_sqrtl.c: Likewise.
30605         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
30606         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
30607         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
30608         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
30609         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
30610
30611 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
30612
30613         [BZ #9739]
30614         * manual/string.texi (strnlen): Use correct parameter name in
30615         equivalent expression.
30616
30617 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
30618
30619         [BZ #11174]
30620         * manual/users.texi (seteuid): Consistently use neweuid for
30621         argument name.
30622
30623 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
30624
30625         [BZ #13704]
30626         * manual/nss.texi (Services in the NSS configuration): Correct
30627         list of services in example configuration file.
30628
30629 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
30630
30631         [BZ #11322]
30632         * manual/arith.texi: Remove statements about negative zero
30633         behaving identically to zero.
30634
30635 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
30636
30637         [BZ #5993]
30638         * manual/install.texi: Do not document upgrading from libc5.
30639
30640 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
30641
30642         [BZ #4596]
30643         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
30644
30645 2012-02-18  David S. Miller  <davem@davemloft.net>
30646
30647         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
30648         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
30649         %o7 across the call.
30650         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
30651         instead.
30652         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
30653         SETUP_PIC_REG_LEAF.
30654         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
30655         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
30656         * sysdeps/sparc/crtn.S: Likewise.
30657
30658 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
30659
30660         * aout/Makefile: Remove.
30661
30662 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
30663
30664         [BZ #13058]
30665         * manual/examples/argp-ex1.c (main): Format definition in GNU
30666         style.
30667         * manual/examples/argp-ex2.c (main): Likewise.
30668         * manual/examples/argp-ex3.c (main): Likewise.
30669         * manual/examples/argp-ex4.c (main): Likewise.
30670         * manual/examples/longopt.c (main): Use new-style prototype
30671         definition.
30672         * manual/examples/strncat.c (main): Specify return type and use
30673         (void) for arguments.
30674         * manual/examples/subopt.c (main): Use char **argv argument.
30675
30676 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30677
30678         [BZ #5077]
30679         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
30680         rounding modes.
30681
30682 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
30683
30684         [BZ #6907]
30685         * manual/string.texi (strchr): Change when strchrnul is
30686         recommended.
30687
30688 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
30689
30690         [BZ #174]
30691         * manual/locale.texi (setlocale): Document LOCPATH.
30692
30693 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30694
30695         [BZ #10210]
30696         * manual/process.texi (execle): Move @dots{} before last argument.
30697
30698 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
30699
30700         [BZ #12047]
30701         * manual/charset.texi (Generic Charset Conversion): Fix typo
30702         (LC_TYPE -> LC_CTYPE).
30703
30704 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
30705
30706         [BZ #5805]
30707         * manual/arith.texi (scalbn): Use @var{} on parameter names.
30708         (scalbnf): Likewise.
30709         (scalbnl): Likewise.
30710         (scalbln): Likewise.
30711         (scalblnf): Likewise.
30712         (scalblnl): Likewise.
30713         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
30714         (vwarnx): Likewise.
30715         (verr): Likewise.
30716         (verrx): Likewise.
30717         * manual/filesys.texi (telldir): Use braces around return type.
30718         * manual/llio.texi (mmap): Add space after comma.
30719         (mmap64): Likewise.
30720         * manual/math.texi (jn): Use @var{} on parameter names.
30721         (jnf): Likewise.
30722         (jnl): Likewise.
30723         (yn): Likewise.
30724         (ynf): Likewise.
30725         (ynl): Likewise.
30726         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
30727         line.
30728         * manual/resource.texi (ulimit): Use @dots{} instead of literal
30729         "...".
30730         (sched_get_priority_min): Remove semicolon on @deftypefun line.
30731         (sched_get_priority_max): Likewise.
30732         * manual/signal.texi (sigvec): Add space after comma.
30733         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
30734         names.
30735         (if_indextoname): Likewise.
30736         (if_freenameindex): Likewise.
30737         (sendto): Use ',' instead of '.' in prototype.
30738         * manual/startup.texi (syscall): Use @dots{} instead of literal
30739         "...".
30740         * manual/stdio.texi (__fpending): Separate initial words of
30741         paragraph from @deftypefun line.
30742         * manual/syslog.texi (syslog): Use @dots{} instead of literal
30743         "...".
30744         (vsyslog): Use @var{} on parameter names.
30745         * manual/terminal.texi (stty): Use @var{} on parameter names.
30746         * manual/users.texi (getutmp): Use @var{} on parameter names.
30747         (getutmpx): Likewise.
30748
30749 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30750
30751         [BZ #6884]
30752         * manual/stdio.texi (fopen): Fix typos in description of
30753         ",ccs=STRING".
30754
30755 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
30756
30757         [BZ #4026]
30758         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
30759         get clock_id definition.
30760
30761 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
30762
30763         [BZ #4822]
30764         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
30765         (madvise): Cast every argument to void on its own.
30766
30767 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30768
30769         [BZ #9902]
30770         * manual/startup.texi (Exit Status): Fix typo.
30771
30772 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30773
30774         [BZ #10140]
30775         * manual/examples/argp-ex1.c: Include <stdlib.h>.
30776         * manual/examples/argp-ex2.c: Likewise.
30777         * manual/examples/argp-ex3.c: Likewise.
30778
30779 2012-02-16  Richard Henderson  <rth@redhat.com>
30780
30781         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
30782         * sysdeps/s390/s390-32/initfini.c: Remove.
30783         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
30784         * sysdeps/s390/s390-64/initfini.c: Remove.
30785
30786 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30787
30788         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
30789         compiler output for sysdeps/generic/initfini.c.
30790         * sysdeps/sh/elf/initfini.c: Remove file.
30791
30792 2012-02-16  David S. Miller  <davem@davemloft.net>
30793
30794         [BZ #11494]
30795         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
30796
30797         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
30798         * sysdeps/sparc/crti.S: New file.
30799         * sysdeps/sparc/crtn.S: New file.
30800         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
30801         * sysdeps/sparc/sparc64/Makefile: Likewise.
30802
30803 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
30804
30805         [BZ #3335]
30806         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
30807
30808 2012-02-15  Roland McGrath  <roland@hack.frob.com>
30809
30810         [BZ #4822]
30811         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
30812
30813         * mach/devstream.c (cookie_io_functions_t): Macro removed.
30814         (write, read, close): Likewise.
30815         Patch by Aurelien Jarno <aurelien@aurel32.net>.
30816
30817 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
30818
30819         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
30820         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
30821         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
30822         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
30823         <bits/signalfd.h>.
30824         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
30825         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30826         bits/signalfd.h.
30827
30828 2012-02-14  Marek Polacek  <polacek@redhat.com>
30829
30830         * sysdeps/x86_64/crti.S: New file.
30831         * sysdeps/x86_64/crtn.S: New file.
30832         * sysdeps/x86_64/elf/initfini.c: Remove file.
30833
30834 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
30835
30836         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
30837         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
30838         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
30839         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
30840         <bits/inotify.h>.
30841         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
30842         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30843         bits/inotify.h.
30844
30845 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
30846
30847         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
30848         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
30849         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
30850         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
30851         <bits/eventfd.h>.
30852         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
30853         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30854         bits/eventfd.h.
30855
30856 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
30857
30858         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
30859         __feraiseexcept instead of feraiseexcept.
30860
30861         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
30862         nanosleep invocations.
30863         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
30864         strings, and add error checking for a nanosleep invocations.
30865
30866 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
30867
30868         Replace FSF snail mail address with URLs, as per GNU coding standards.
30869         Most of the snail mail addresses were wrong anyway, and omitting
30870         them makes the source code easier to maintain.  Almost all of the
30871         changes are to license notices and to locale LC_IDENTIFICATION
30872         addresses, except for this one:
30873         * manual/libc.texinfo: In "Published by", give the FSF's URL,
30874         not its snail mail address.
30875
30876 2012-02-09  Richard Henderson  <rth@twiddle.net>
30877
30878         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
30879         of kernel-features.h.
30880
30881         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
30882
30883 2012-02-08  Marek Polacek  <polacek@redhat.com>
30884
30885         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
30886         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
30887         * sysdeps/gnu/_G_config.h: Likewise.
30888         * sysdeps/generic/_G_config.h: Likewise.
30889
30890 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
30891
30892         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
30893         tests.
30894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30895
30896         * sysdeps/powerpc/powerpc32/crti.S: New file.
30897         * sysdeps/powerpc/powerpc32/crtn.S: New file.
30898         * sysdeps/powerpc/powerpc64/crti.S: New file.
30899         * sysdeps/powerpc/powerpc64/crtn.S: New file.
30900
30901         * Makeconfig (have-initfini): Don't set.
30902         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
30903         * configure.in (nopic_initfini): Don't substitute.
30904         * config.h.in (HAVE_INITFINI): Don't #undef.
30905         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
30906         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
30907
30908 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
30909
30910         Support crti.S and crtn.S provided directly by architectures.
30911         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
30912         [crti.S in sysdirs] (omit-deps): Likewise.
30913         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
30914         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
30915         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
30916         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
30917         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
30918         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
30919         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
30920         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
30921         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
30922         compiler output for sysdeps/generic/initfini.c.
30923         * sysdeps/i386/elf/Makefile: Remove file.
30924         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
30925
30926 2012-02-07  Marek Polacek  <polacek@redhat.com>
30927
30928         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
30929         * sysdeps/gnu/_G_config.h: Likewise.
30930         * sysdeps/mach/hurd/_G_config.h: Likewise.
30931
30932 2012-02-07  Marek Polacek  <polacek@redhat.com>
30933
30934         * math/Makefile (tests): Add tst-CMPLX2.
30935         * math/tst-CMPLX2.c: New file.
30936
30937 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
30938
30939         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30940
30941         * math/libm-test.inc (jn_test): Add missing L suffix.
30942
30943 2012-02-06  Marek Polacek  <polacek@redhat.com>
30944
30945         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
30946         * sysdeps/i386/fpu/e_powf.S: Likewise.
30947         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
30948         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
30949         * sysdeps/i386/fpu/e_acosh.S: Likewise.
30950         * sysdeps/i386/fpu/e_pow.S: Likewise.
30951         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
30952         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
30953         * sysdeps/i386/fpu/s_expm1.S: Likewise.
30954         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
30955         * sysdeps/i386/fpu/e_log2.S: Likewise.
30956         * sysdeps/i386/fpu/e_log2l.S: Likewise.
30957         * sysdeps/i386/fpu/e_scalb.S: Likewise.
30958         * sysdeps/i386/fpu/e_powl.S: Likewise.
30959         * sysdeps/i386/fpu/s_log1p.S: Likewise.
30960         * sysdeps/i386/fpu/e_log10f.S: Likewise.
30961         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
30962         * sysdeps/i386/fpu/e_logl.S: Likewise.
30963         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
30964         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
30965         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
30966         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
30967         * sysdeps/i386/fpu/e_log2f.S: Likewise.
30968         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
30969         * sysdeps/i386/fpu/e_log.S: Likewise.
30970         * sysdeps/i386/fpu/s_cexp.S: Likewise.
30971         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
30972         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
30973         * sysdeps/i386/fpu/e_logf.S: Likewise.
30974         * sysdeps/i386/fpu/e_log10l.S: Likewise.
30975         * sysdeps/i386/fpu/e_atanh.S: Likewise.
30976         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
30977         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
30978         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
30979         * sysdeps/i386/fpu/e_log10.S: Likewise.
30980         * sysdeps/i386/fpu/s_frexp.S: Likewise.
30981         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
30982         * sysdeps/i386/fpu/s_asinh.S: Likewise.
30983         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
30984         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
30985         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
30986         * sysdeps/i386/asm-syntax.h: Likewise.
30987         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
30988         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
30989         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
30990         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
30991         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
30992         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
30993         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
30994         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
30995         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
30996         * sysdeps/powerpc/sysdep.h: Likewise.
30997         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
30998         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30999
31000 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
31001
31002         [BZ #411]
31003         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
31004
31005 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
31006
31007         * sysdeps/i386/sysdep.h: Include <features.h>.
31008         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
31009         version.
31010
31011 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
31012
31013         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
31014         Define.
31015         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
31016         LOAD_PIC_REG_STR.
31017
31018 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
31019
31020         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
31021         (SETUP_PIC_REG): Use GET_PC_THUNK.
31022         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
31023         macro.
31024
31025 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
31026
31027         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
31028         for non-PIC compilation.
31029         (SETUP_PIC_REG): Add .p2align directive.
31030         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
31031         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
31032         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31033         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31034         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
31035         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31036         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
31037         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
31038         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31039         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31040         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31041         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31042         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31043         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31044         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31045         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
31046         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
31047         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31048         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31049         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31050         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31051         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
31052         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31053         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31054         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
31055         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
31056         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31057         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
31058         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31059         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31060         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31061         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31062         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31063         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31064         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31065         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31066         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31067         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31068         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31069         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31070         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31071
31072 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
31073
31074         * math/tst-CMPLX.c: Include <stdio.h>.
31075
31076 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
31077
31078         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
31079         float.
31080         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
31081         * sysdeps/sparc/bits/mathdef.h: Likewise.
31082
31083 2012-01-31  Marek Polacek  <polacek@redhat.com>
31084
31085         * libio/libio.h: Don't define _PARAMS.
31086         * locale/programs/config.h: Don't define PARAMS.
31087         * stdlib/strtol_l.c: Likewise.
31088         (__strtol_l): Remove PARAMS from the prototype.
31089
31090 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
31091
31092         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
31093         names.  Just use the correct names.  Remove unnecessary wrapper
31094         functions.
31095         * malloc/arena.c: Likewise.
31096         * malloc/hooks.c: Likewise.
31097
31098         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
31099         ARENA_TEST says not to.  Simplify test for creation of a new arena.
31100         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
31101
31102 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
31103
31104         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
31105         into tail calls.
31106         (update_get_addr): New function.
31107         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
31108         GET_ADDR_MODULE parameter.
31109
31110 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
31111
31112         * crypt/cert.c: Remove __STDC__ conditionals.
31113         * crypt/crypt-entry.c: Likewise.
31114         * crypt/crypt_util.c: Likewise.
31115         * libio/filedoalloc.c: Likewise.
31116         * libio/fileops.c: Likewise.
31117         * libio/genops.c: Likewise.
31118         * libio/iofclose.c: Likewise.
31119         * libio/iofdopen.c: Likewise.
31120         * libio/iofopen.c: Likewise.
31121         * libio/iofopen64.c: Likewise.
31122         * libio/iogetdelim.c: Likewise.
31123         * libio/iopopen.c: Likewise.
31124         * libio/obprintf.c: Likewise.
31125         * libio/oldfileops.c: Likewise.
31126         * libio/oldiofclose.c: Likewise.
31127         * libio/oldiofdopen.c: Likewise.
31128         * libio/oldiofopen.c: Likewise.
31129         * libio/oldiopopen.c: Likewise.
31130         * libio/wfiledoalloc.c: Likewise.
31131         * libio/wgenops.c: Likewise.
31132         * locale/programs/xmalloc.c: Likewise.
31133         * misc/syslog.c: Likewise.
31134         * stdio-common/xbug.c: Likewise.
31135         * string/memchr.c: Likewise.
31136         * string/memcmp.c: Likewise.
31137         * string/memrchr.c: Likewise.
31138         * string/rawmemchr.c: Likewise.
31139         * sysdeps/posix/getcwd.c: Likewise.
31140         * time/strftime_l.c: Likewise.
31141
31142 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
31143
31144         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
31145         * config.make.in (config-cflags-sse2avx): Define.
31146         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
31147         Fix typo.
31148
31149 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
31150
31151         * scripts/config.guess: Update from upstream config git repository.
31152         * scripts/config.sub: Likewise.
31153
31154 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
31155
31156         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
31157         (EM_NUM): Update.
31158         (R_TILEPRO_*, R_TILEGX_*): New macros.
31159
31160         * scripts/firstversions.awk: Fix bug in version range handling.
31161
31162         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
31163
31164         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
31165
31166         * include/sys/epoll.h: New file.
31167         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
31168         libc_hidden_def.
31169
31170 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
31171
31172         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
31173         Avoid unnecessary __WORDSIZE == 64 test.
31174         (fmaxf): Use VEX format if possible.
31175         (fmax): Likewise.
31176         (fminf): Likewise.
31177         (fmin): Likewise.
31178
31179         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
31180         * math/math_private.h: Remove libc_fegetround* and
31181         libc_fesetround*.
31182         * sysdeps/i386/configure.in: Check for -msse2avx.
31183         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
31184         also if SSE2AVX is defined.
31185         Remove libc_fegetround* and libc_fesetround*.
31186         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
31187         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
31188         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
31189         of HAS_YMM_USABLE.
31190         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
31191         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
31192         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
31193         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
31194         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
31195
31196         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
31197
31198 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31199
31200         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
31201         size is not set.
31202         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
31203
31204 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
31205
31206         [BZ #13618]
31207         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
31208         relocation.
31209         * Makeconfig (libm): Define.
31210         * elf/Makefile: Add rules to build and run tst-relsort1.
31211         * elf/tst-relsort1.c: New file.
31212         * elf/tst-relsort1mod1.c: New file.
31213         * elf/tst-relsort1mod2.c: New file.
31214
31215 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
31216
31217         * math/s_ldexp.c: Remove __STDC__ conditionals.
31218         * math/s_ldexpf.c: Likewise.
31219         * math/s_ldexpl.c: Likewise.
31220         * math/s_nextafter.c: Likewise.
31221         * math/s_nexttowardf.c: Likewise.
31222         * math/s_significand.c: Likewise.
31223         * math/s_significandf.c: Likewise.
31224         * math/s_significandl.c: Likewise.
31225         * math/w_jnl.c: Likewise.
31226         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
31227         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
31228         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
31229         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
31230         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
31231         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
31232         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
31233         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
31234         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
31235         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
31236         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
31237         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
31238         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
31239         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
31240         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
31241         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
31242         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
31243         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
31244         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
31245         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
31246         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
31247         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
31248         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
31249         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
31250         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
31251         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
31252         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
31253         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
31254         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
31255         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
31256         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
31257         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
31258         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
31259         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
31260         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
31261         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
31262         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
31263         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
31264         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
31265         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
31266         * sysdeps/ieee754/k_standard.c: Likewise.
31267         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
31268         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
31269         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
31270         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
31271         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
31272         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
31273         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
31274         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
31275         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
31276         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
31277         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
31278         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
31279         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
31280         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
31281         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
31282         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
31283         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
31284         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
31285         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
31286         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
31287         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
31288         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
31289         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
31290         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
31291         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
31292         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
31293         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
31294         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
31295         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
31296         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
31297         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
31298         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
31299         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
31300         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
31301         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
31302         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
31303         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
31304         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
31305         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
31306         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
31307         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
31308         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
31309         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
31310         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
31311         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
31312         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
31313         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
31314         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
31315         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
31316         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
31317         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
31318         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
31319         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
31320         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
31321         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
31322         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
31323         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
31324         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
31325         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
31326         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
31327         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
31328         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
31329         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
31330         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
31331         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
31332         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
31333         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
31334         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
31335         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
31336         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
31337         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
31338         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
31339         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
31340         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
31341         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
31342         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
31343         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
31344         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
31345         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
31346         * sysdeps/ieee754/s_matherr.c: Likewise.
31347         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
31348         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
31349         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
31350         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
31351
31352 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
31353
31354         * crypt/md5.h: Remove __STDC__ conditionals.
31355         * libio/libioP.h: Likewise.
31356         * locale/programs/config.h: Likewise.
31357         * sysdeps/generic/sysdep.h: Likewise.
31358         * sysdeps/i386/asm-syntax.h: Likewise.
31359         * sysdeps/s390/asm-syntax.h: Likewise.
31360         * sysdeps/unix/sysdep.h: Likewise.
31361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
31362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31363
31364 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
31365
31366         * libio/libio.h: Remove __STDC__ conditionals.
31367         * malloc/obstack.h: Likewise.
31368         * math/complex.h: Likewise.
31369         * math/math.h: Likewise.
31370         * sysdeps/generic/_G_config.h: Likewise.
31371         * sysdeps/gnu/_G_config.h: Likewise.
31372         * sysdeps/mach/hurd/_G_config.h: Likewise.
31373         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31374         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
31375         * sysdeps/sparc/bits/mathdef.h: Likewise.
31376
31377 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
31378
31379         [BZ #13583]
31380         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
31381         Clean up HAS_* macros.
31382         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
31383         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
31384         possible.
31385         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
31386         HAS_AVX.
31387         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
31388         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
31389         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
31390         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
31391         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
31392
31393 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
31394
31395         * elf/tst-unique3.cc (gets): Remove declaration.
31396         * elf/tst-unique3lib.cc (gets): Likewise.
31397         * elf/tst-unique3lib2.cc (gets): Likewise.
31398         * elf/tst-unique4.cc (gets): Likewise.
31399
31400 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
31401
31402         * include/stdio.h: Add C++ protection.  Add gets declarations and
31403         definitions.
31404         * debug/tst-chk1.c: Don't declare gets here.
31405         * stdio-common/tst-gets.c: Likewise.
31406
31407 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
31408
31409         * posix/glob: Remove directory.
31410
31411 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
31412
31413         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
31414
31415 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
31416
31417         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
31418         of the non-standard EPFNOSUPPORT.
31419
31420 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31421
31422         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
31423         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
31424         ANYWHERE set to 1 only on KERN_NO_SPACE error.
31425
31426 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
31427
31428         * wcsmbs/uchar.h: Test __STDC_VERSION__.
31429
31430 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
31431
31432         * nscd/aicache.c (addhstaiX): Do not cache negative results of
31433         transient errors.
31434         * nscd/grpcache.c (cache_addgr): Likewise.
31435         * nscd/hstcache.c (cache_addhst): Likewise.
31436         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31437         * nscd/pwdcache.c (cache_addpw): Likewise.
31438         * nscd/servicescache.c (cache_addserv): Likewise.
31439
31440 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
31441
31442         * malloc/malloc.c: Various cleanups.
31443         * malloc/hooks.c: Likewise.
31444
31445         * stdlib/Makefile (tests): Add bug-fmtmsg1.
31446         * stdlib/bug-fmtmsg1.c: New file.
31447
31448         * stdlib/fmtmsg.c (init): Add missing unlock.
31449         Patch by Peng Haitao <penght@cn.fujitsu.com>.
31450
31451 2012-01-12  Marek Polacek  <polacek@redhat.com>
31452
31453         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
31454         and _GNU_SOURCE.
31455
31456 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
31457
31458         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
31459         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
31460         macro to ensure uniqueness of label name.
31461         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
31462         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
31463
31464 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
31465
31466         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
31467
31468         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
31469         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
31470         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
31471         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
31472
31473 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
31474
31475         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
31476
31477         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
31478         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
31479         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
31480
31481         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
31482
31483         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
31484         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
31485         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
31486         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
31487
31488         * math/bits/math-finite.h: Add ldexp support.
31489
31490 2012-01-10  Marek Polacek  <polacek@redhat.com>
31491
31492         * locale/programs/localedef.h (show_archive_content): Add noreturn
31493         attribute.
31494
31495 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
31496
31497         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
31498
31499 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
31500
31501         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
31502
31503         * io/Makefile (headers): Add bits/poll2.h.
31504
31505 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
31506
31507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
31508         typo #include statement.
31509
31510 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
31511
31512         * include/sys/cdefs.h: Define __attribute_alloc_size.
31513         * catgets/gencat.c: Add alloc_size attribute and apply consistently
31514         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
31515         * elf/pldd.c: Likewise.
31516         * iconv/iconv_charmap.c: Likewise.
31517         * iconv/iconvconfig.c: Likewise.
31518         * iconv/strtab.c: Likewise.
31519         * locale/programs/locale.c: Likewise.
31520         * locale/programs/localedef.h: Likewise.
31521         * locale/programs/simple-hash.c: Likewise.
31522         * nscd/nscd.h: Likewise.
31523         * nss/makedb.c: Likewise.
31524         * sysdeps/generic/ldconfig.h: Likewise.
31525         * locale/programs/localedef.c: Remove xmalloc prototype.
31526         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
31527
31528 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31529
31530         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
31531         appropriate.
31532
31533 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
31534
31535         * math/Makefile (tests): Add tst-CMPLX.
31536         * math/tst-CMPLX.c: New file.
31537
31538         * math/complex.h (CMPLXL): Fix typo.
31539
31540         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
31541         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
31542         GLIBC_2.16.
31543         * debug/tst-chk1.c: Add poll and ppoll tests.
31544         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
31545         * include/sys/poll.h: Add hidden proto for ppoll.
31546         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
31547         * sysdeps/mach/hurd/ppoll.c: Likewise.
31548         * io/ppoll.c: Likewise.
31549         * debug/poll_chk.c: New file.
31550         * debug/ppoll_chk.c: New file.
31551         * include/bits/poll2.h: New file.
31552         * io/bits/poll2.h: New file.
31553
31554         [BZ #1350]
31555         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
31556
31557         * configure.in: static is always set to yes.  Remove.
31558         * config.make.in: Don't set build-static.
31559         * Makeconfig: Remove use of build-static.
31560         * dlfcn/Makefile: Likewise.
31561         * elf/Makefile: Likewise.
31562         * math/Makefile: Likewise.
31563         * misc/Makefile: Likewise.
31564         * nptl/Makefile: Likewise.
31565         * sysdeps/mach/hurd/Makefile: Likewise.
31566
31567         * configure.in: PWD_P is not used anymore.
31568         * config.make.in: Remove PWD_P entry.
31569
31570         * configure.in: Remove last remnants of RANLIB.
31571         No need to check for signed size_t anymore.
31572         Don't set libc_commonpagesize and libc_relro_required here for Alpha
31573         and IA-64.
31574         Remove __builtin_expect test because we require at least gcc 3.4.
31575         * aclocal.m4: Likewise.
31576
31577         * wcsmbs/mbrtoc16.c: Implement using towc function.
31578         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
31579         * wcsmbs/wcsmbsload.c: Likewise.
31580         * iconv/gconv_simple.c: Likewise.
31581         * iconv/gconv_int.h: Likewise.
31582         * iconv/gconv_builtin.h: Likewise.
31583         * iconv/iconv_prog.c: Remove CHAR16 handling.
31584
31585         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
31586
31587         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
31588
31589         * configure.in: Remove --with-elf and --enable-bounded options.
31590         Dont set base_machine for ia64.  More non-ELF conditions removed.
31591         Remove testing and setting of leading underscore information.
31592         * config.make.in (build-bounded): Set to no.
31593         * config.h.in: Remove NO_UNDERSCORES entry.
31594         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
31595         them.
31596         * csu/start.c: Remove !NO_UNDERSCORE code.
31597         * locale/localeinfo.h: Likewise.
31598         * sysdeps/generic/machine-gmon.h: Likewise.
31599         * sysdeps/generic/sysdep.h: Likewise.
31600         * sysdeps/i386/sysdep.h: Likewise.
31601         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
31602         * sysdeps/mach/sysdep.h: Likewise.
31603         * sysdeps/s390/s390-32/sysdep.h: Likewise.
31604         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31605         * sysdeps/sh/sysdep.h: Likewise.
31606         * sysdeps/sparc/sparc32/alloca.S: Likewise.
31607         * sysdeps/unix/i386/sysdep.S: Likewise.
31608         * sysdeps/unix/sparc/start.c: Likewise.
31609         * sysdeps/unix/sparc/sysdep.S: Likewise.
31610         * sysdeps/unix/sparc/sysdep.h: Likewise.
31611         * sysdeps/unix/start.c: Likewise.
31612         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31613         * sysdeps/x86_64/sysdep.h: Likewise.
31614
31615 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
31616
31617         [BZ #13553]
31618         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
31619         for non-gcc.
31620         * argp/argp-fmtstream.h: Use const instead __const.
31621         * argp/argp.h: Likewise.
31622         * assert/assert.h: Likewise.
31623         * bits/fenv.h: Likewise.
31624         * bits/sched.h: Likewise.
31625         * bits/sigset.h: Likewise.
31626         * bits/sigthread.h: Likewise.
31627         * catgets/nl_types.h: Likewise.
31628         * conform/data/pthread.h-data: Likewise.
31629         * crypt/crypt-private.h: Likewise.
31630         * crypt/crypt.h: Likewise.
31631         * crypt/crypt_util.c: Likewise.
31632         * ctype/ctype.h: Likewise.
31633         * debug/execinfo.h: Likewise.
31634         * debug/mbsnrtowcs_chk.c: Likewise.
31635         * debug/mbsrtowcs_chk.c: Likewise.
31636         * debug/wcsnrtombs_chk.c: Likewise.
31637         * debug/wcsrtombs_chk.c: Likewise.
31638         * debug/wcstombs_chk.c: Likewise.
31639         * dirent/dirent.h: Likewise.
31640         * dlfcn/dlfcn.h: Likewise.
31641         * elf/neededtest4.c: Likewise.
31642         * grp/grp.h: Likewise.
31643         * gshadow/gshadow.h: Likewise.
31644         * iconv/gconv.h: Likewise.
31645         * iconv/gconv_int.h: Likewise.
31646         * iconv/gconv_simple.c: Likewise.
31647         * iconv/iconv.h: Likewise.
31648         * iconv/loop.c: Likewise.
31649         * iconv/skeleton.c: Likewise.
31650         * include/aio.h: Likewise.
31651         * include/aliases.h: Likewise.
31652         * include/argz.h: Likewise.
31653         * include/arpa/inet.h: Likewise.
31654         * include/assert.h: Likewise.
31655         * include/dirent.h: Likewise.
31656         * include/dlfcn.h: Likewise.
31657         * include/execinfo.h: Likewise.
31658         * include/fcntl.h: Likewise.
31659         * include/fenv.h: Likewise.
31660         * include/glob.h: Likewise.
31661         * include/grp.h: Likewise.
31662         * include/libintl.h: Likewise.
31663         * include/mntent.h: Likewise.
31664         * include/netdb.h: Likewise.
31665         * include/pwd.h: Likewise.
31666         * include/rpc/netdb.h: Likewise.
31667         * include/sched.h: Likewise.
31668         * include/search.h: Likewise.
31669         * include/shadow.h: Likewise.
31670         * include/signal.h: Likewise.
31671         * include/stdio.h: Likewise.
31672         * include/stdlib.h: Likewise.
31673         * include/string.h: Likewise.
31674         * include/sys/socket.h: Likewise.
31675         * include/sys/stat.h: Likewise.
31676         * include/sys/statfs.h: Likewise.
31677         * include/sys/statvfs.h: Likewise.
31678         * include/sys/syslog.h: Likewise.
31679         * include/sys/time.h: Likewise.
31680         * include/sys/uio.h: Likewise.
31681         * include/time.h: Likewise.
31682         * include/unistd.h: Likewise.
31683         * include/utmp.h: Likewise.
31684         * include/wchar.h: Likewise.
31685         * include/wctype.h: Likewise.
31686         * inet/aliases.h: Likewise.
31687         * inet/arpa/inet.h: Likewise.
31688         * inet/netinet/ether.h: Likewise.
31689         * inet/netinet/in.h: Likewise.
31690         * intl/libintl.h: Likewise.
31691         * io/bits/fcntl2.h: Likewise.
31692         * io/fcntl.h: Likewise.
31693         * io/ftw.h: Likewise.
31694         * io/sys/poll.h: Likewise.
31695         * io/sys/stat.h: Likewise.
31696         * io/sys/statfs.h: Likewise.
31697         * io/sys/statvfs.h: Likewise.
31698         * io/utime.h: Likewise.
31699         * libio/bits/stdio.h: Likewise.
31700         * libio/bits/stdio2.h: Likewise.
31701         * libio/libio.h: Likewise.
31702         * libio/libioP.h: Likewise.
31703         * libio/stdio.h: Likewise.
31704         * locale/lc-ctype.c: Likewise.
31705         * locale/locale.h: Likewise.
31706         * login/utmp.h: Likewise.
31707         * malloc/arena.c: Likewise.
31708         * malloc/malloc.c: Likewise.
31709         * malloc/malloc.h: Likewise.
31710         * malloc/mcheck.c: Likewise.
31711         * malloc/mtrace.c: Likewise.
31712         * math/bits/mathcalls.h: Likewise.
31713         * math/fenv.h: Likewise.
31714         * math/math_private.h: Likewise.
31715         * misc/bits/error.h: Likewise.
31716         * misc/bits/syslog.h: Likewise.
31717         * misc/err.h: Likewise.
31718         * misc/error.h: Likewise.
31719         * misc/fstab.h: Likewise.
31720         * misc/mntent.h: Likewise.
31721         * misc/regexp.h: Likewise.
31722         * misc/search.h: Likewise.
31723         * misc/sgtty.h: Likewise.
31724         * misc/sys/mman.h: Likewise.
31725         * misc/sys/syslog.h: Likewise.
31726         * misc/sys/uio.h: Likewise.
31727         * misc/sys/xattr.h: Likewise.
31728         * misc/ttyent.h: Likewise.
31729         * nis/rpcsvc/ypclnt.h: Likewise.
31730         * nss/nss.h: Likewise.
31731         * posix/bits/unistd.h: Likewise.
31732         * posix/fnmatch.h: Likewise.
31733         * posix/glob.h: Likewise.
31734         * posix/sched.h: Likewise.
31735         * posix/spawn.h: Likewise.
31736         * posix/sys/wait.h: Likewise.
31737         * posix/unistd.h: Likewise.
31738         * posix/wordexp.h: Likewise.
31739         * pwd/pwd.h: Likewise.
31740         * resolv/netdb.h: Likewise.
31741         * resource/sys/resource.h: Likewise.
31742         * rt/aio.h: Likewise.
31743         * rt/bits/mqueue2.h: Likewise.
31744         * rt/mqueue.h: Likewise.
31745         * shadow/shadow.h: Likewise.
31746         * signal/signal.h: Likewise.
31747         * socket/send.c: Likewise.
31748         * socket/sendto.c: Likewise.
31749         * socket/sys/socket.h: Likewise.
31750         * stdio-common/printf.h: Likewise.
31751         * stdlib/bits/stdlib.h: Likewise.
31752         * stdlib/fmtmsg.h: Likewise.
31753         * stdlib/monetary.h: Likewise.
31754         * stdlib/stdlib.h: Likewise.
31755         * stdlib/ucontext.h: Likewise.
31756         * streams/stropts.h: Likewise.
31757         * string/argz.h: Likewise.
31758         * string/bits/string2.h: Likewise.
31759         * string/string.h: Likewise.
31760         * string/strings.h: Likewise.
31761         * sunrpc/rpc/auth.h: Likewise.
31762         * sunrpc/rpc/auth_des.h: Likewise.
31763         * sunrpc/rpc/clnt.h: Likewise.
31764         * sunrpc/rpc/netdb.h: Likewise.
31765         * sunrpc/rpc/pmap_clnt.h: Likewise.
31766         * sunrpc/rpc/xdr.h: Likewise.
31767         * sysdeps/generic/inttypes.h: Likewise.
31768         * sysdeps/generic/net/if.h: Likewise.
31769         * sysdeps/generic/sys/swap.h: Likewise.
31770         * sysdeps/gnu/net/if.h: Likewise.
31771         * sysdeps/gnu/utmpx.h: Likewise.
31772         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
31773         * sysdeps/i386/i486/bits/string.h: Likewise.
31774         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
31775         * sysdeps/s390/bits/string.h: Likewise.
31776         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
31777         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
31778         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
31779         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
31780         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
31781         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
31782         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
31783         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
31784         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
31785         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
31786         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
31787         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
31788         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
31789         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
31790         * sysdeps/unix/sysv/linux/readv.c: Likewise.
31791         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
31792         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
31793         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
31794         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
31795         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
31796         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
31797         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
31798         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
31799         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
31800         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
31801         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
31802         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
31803         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
31804         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
31805         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
31806         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
31807         * sysvipc/sys/ipc.h: Likewise.
31808         * sysvipc/sys/msg.h: Likewise.
31809         * sysvipc/sys/sem.h: Likewise.
31810         * sysvipc/sys/shm.h: Likewise.
31811         * termios/termios.h: Likewise.
31812         * time/sys/time.h: Likewise.
31813         * time/time.h: Likewise.
31814         * wcsmbs/bits/wchar2.h: Likewise.
31815         * wcsmbs/uchar.h: Likewise.
31816         * wcsmbs/wchar.h: Likewise.
31817         * wctype/wctype.h: Likewise.
31818
31819         [BZ #13551]
31820         * Makeconfig: Remove all but ELF support including AIX support.
31821         * Makerules: Likewise.
31822         * config.h.in: Likewise.
31823         * config.make.in: Likewise.
31824         * configure: Likewise.
31825         * configure.in: Likewise.
31826         * csu/Makefile: Likewise.
31827         * csu/version.c: Likewise.
31828         * debug/Makefile: Likewise.
31829         * dlfcn/Makefile: Likewise.
31830         * elf/Makefile: Likewise.
31831         * extra-lib.mk: Likewise.
31832         * iconv/Makefile: Likewise.
31833         * include/libc-symbols.h: Likewise.
31834         * include/shlib-compat.h: Likewise.
31835         * resolv/Makefile: Likewise.
31836         * resolv/res_libc.c: Likewise.
31837         * rt/Makefile: Likewise.
31838         * sysdeps/i386/asm-syntax.h: Likewise.
31839         * sysdeps/i386/sysdep.h: Likewise.
31840         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
31841         * sysdeps/mach/sysdep.h: Likewise.
31842         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
31843         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
31844         * sysdeps/s390/asm-syntax.h: Likewise.
31845         * sysdeps/s390/s390-32/sysdep.h: Likewise.
31846         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31847         * sysdeps/sh/sysdep.h: Likewise.
31848         * sysdeps/unix/sparc/sysdep.h: Likewise.
31849         * sysdeps/wordsize-32/divdi3.c: Likewise.
31850         * sysdeps/x86_64/sysdep.h: Likewise.
31851
31852         * argp/Versions: Remove _argp_unlock_xxx.
31853
31854         [BZ #13559]
31855         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
31856         * abilist/libBrokenLocale.abilist: Likewise.
31857         * abilist/libanl.abilist: Likewise.
31858         * abilist/libc.abilist: Likewise.
31859         * abilist/libcrypt.abilist: Likewise.
31860         * abilist/libdl.abilist: Likewise.
31861         * abilist/libm.abilist: Likewise.
31862         * abilist/libnsl.abilist: Likewise.
31863         * abilist/libpthread.abilist: Likewise.
31864         * abilist/libresolv.abilist: Likewise.
31865         * abilist/librt.abilist: Likewise.
31866         * abilist/libthread_db.abilist: Likewise.
31867         * abilist/libutil.abilist: Likewise.
31868         * abilist/libnss_db.abilist: New file.
31869
31870         * scripts/abilist.awk: Add support for indirect functions.
31871
31872         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
31873
31874         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
31875
31876         * shlib-versions: Remove entries for ports architectures.
31877
31878         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
31879         files in ports.
31880         * elf/stackguard-macros.h: Remove support for IA-64.
31881         * elf/tst-auditmod1.c: Likewise.
31882         * sysdeps/generic/ldsodefs.h: Likewise.
31883
31884         * sysdeps/unix/sysv/linux/configure.in: Ports should define
31885         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
31886         configure files.
31887
31888         [BZ #13552]
31889         * configure.in: Remove --enable-omitfp support.
31890         * FAQ.in: Adjust.
31891         * config.make.in: Likewise.
31892         * Makeconfig: Likewise.
31893         * manual/install.texi: Likewise.
31894
31895         In case anyone cares, the IA-64 architecture could move to ports.
31896         * sysdeps/ia64/*: Removed.
31897         * sysdeps/unix/sysv/linux/ia64/*: Removed.
31898         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
31899
31900         [BZ #13555]
31901         * configure.in: Remove entries for unsupported architectures.
31902
31903         [BZ #13533]
31904         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
31905         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
31906         routines.
31907         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
31908         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
31909         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
31910         fall back to using wcrtomb.
31911         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
31912         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
31913         renaming.
31914         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
31915         * wcsmbs/tst-c16c32-1.c: New file.
31916
31917         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
31918         local variable.
31919
31920         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
31921
31922         * elf/tst-unique3.cc: Add explicit declaration of gets.
31923         * elf/tst-unique3lib.cc: Likewise.
31924         * elf/tst-unique3lib2.cc: Likewise.
31925         * elf/tst-unique4.cc: Likewise.
31926
31927         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
31928
31929 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
31930
31931         [BZ #13566]
31932         * assert/assert.h (static_assert): Don't define for C++.
31933         * libio/stdio.h (gets): Do declare for C++ <= C++11.
31934         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
31935
31936 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
31937
31938         * iconv/loop.c (single loop): Fix assertion in storing of
31939         remaining bytes.
31940
31941         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
31942
31943 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
31944
31945         * posix/getconf.c: Update copyright year.
31946         * nss/getent.c: Likewise.
31947         * nss/makedb.c: Likewise.
31948         * iconv/iconvconfig.c: Likewise.
31949         * iconv/iconv_prog.c: Likewise.
31950         * elf/ldconfig.c: Likewise.
31951         * elf/pldd.c: Likewise.
31952         * elf/sotruss.ksh: Likewise.
31953         * catgets/gencat.c: Likewise.
31954         * csu/version.c: Likewise.
31955         * elf/ldd.bash.in: Likewise.
31956         * elf/sprof.c (print_version): Likewise.
31957         * locale/programs/locale.c: Likewise.
31958         * locale/programs/localedef.c: Likewise.
31959         * login/programs/pt_chown.c: Likewise.
31960         * nscd/nscd.c (print_version): Likewise.
31961         * debug/xtrace.sh: Likewise.
31962         * malloc/memusage.sh: Likewise.
31963         * malloc/mtrace.pl: Likewise.
31964         * debug/catchsegv.sh: Likewise.
31965
31966 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
31967
31968         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
31969         pure attribute.
31970
31971 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
31972
31973         [BZ #13533]
31974         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
31975         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
31976         transformations.
31977         * iconv/gconv_int.h: Likewise.
31978         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
31979         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
31980         from libc for GLIBC_2.16.
31981         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
31982         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
31983         * wcsmbs/uchar.h: Really define mbstate_t.
31984         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
31985         * wcsmbs/c16rtomb.c: New file.
31986         * wcsmbs/mbrtoc16.c: New file.
31987         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
31988         for C/POSIX locale.
31989         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
31990         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
31991
31992         * wcsmbs/wchar.h: Add missing __restrict.
31993
31994 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
31995
31996         [BZ #13532]
31997         * time/Makefile (routines): Add timespec_get.
31998         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
31999         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
32000         timespec for ISO C11.
32001         * time/timespec_get.c: New file.
32002         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
32003         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
32004
32005         [BZ #13531]
32006         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
32007         * stdlib/stdlib.h: Declare aligned_alloc.
32008         * Versions.def: Add GLIBC_2.16 for libc.
32009         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
32010
32011         [BZ 13527]
32012         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
32013         ISO C11.
32014
32015         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
32016         code.
32017
32018         [BZ #13528]
32019         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
32020
32021         [BZ #13529]
32022         * assert/assert.h (static_assert): Define.
32023
32024         * version.h: Update for 2.16 development version.
32025
32026         [BZ #13526]
32027         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
32028         _ISOC11_SOURCE.
32029
32030         * version.h (RELEASE): Bump for 2.15 release.
32031         * include/features.h (__GLIBC_MINOR__): Bump to 15.
32032
32033         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
32034         Patch by Marek Polacek <mpolacek@redhat.com>.
32035
32036         * bits/byteswap.h: Protect long long constants with __extension__.
32037         * sysdeps/i386/bits/byteswap.h: Likewise.
32038         * sysdeps/ia64/bits/byteswap.h: Likewise.
32039         * sysdeps/s390/bits/byteswap.h: Likewise.
32040         * sysdeps/x86_64/bits/byteswap.h: Likewise.
32041
32042 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32043
32044         [BZ #13540]
32045         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
32046         destination buffer.
32047         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
32048
32049 2011-12-23  Marek Polacek  <polacek@redhat.com>
32050
32051         * elf/dl-addr.c (determine_info): Add inline keyword.
32052         * elf/tst-auditmod4b.c (check_avx): Likewise.
32053         * elf/tst-auditmod6b.c (check_avx): Likewise.
32054         * elf/tst-auditmod6c.c (check_avx): Likewise.
32055         * elf/tst-auditmod7b.c (check_avx): Likewise.
32056
32057 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
32058
32059         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
32060         !__SSE_MATH__.
32061
32062 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32063
32064         [BZ #13540]
32065         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
32066         processing for last bytes.
32067
32068 2011-08-06  Bruno Haible  <bruno@clisp.org>
32069
32070         [BZ #13061]
32071         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
32072         U+0385, not to U+1FEE.
32073
32074         [BZ #13062]
32075         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
32076         entry for U+00A5 U+0301.
32077
32078 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
32079
32080         [BZ #13166]
32081         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
32082         buffer for the output is too small.
32083
32084         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
32085         optimization.
32086
32087         [BZ #13185]
32088         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
32089         SSE flags if possible.
32090
32091 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32092
32093         [BZ #13540]
32094         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
32095         processing for last bytes.
32096
32097 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
32098
32099         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
32100         (syscall-list-default-options, syscall-list-default-condition)
32101         (syscall-list-includes): Define.
32102         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
32103         list of ABIs and options and #if conditions for each ABI.  Do not
32104         handle common syscalls between ABIs specially.
32105         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
32106         Remove.
32107         (syscall-list-variants, syscall-list-32bit-options)
32108         (syscall-list-32bit-condition, syscall-list-64bit-options)
32109         (syscall-list-64bit-condition): Define.
32110         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
32111         (syscall-list-variants, syscall-list-32bit-options)
32112         (syscall-list-32bit-condition, syscall-list-64bit-options)
32113         (syscall-list-64bit-condition): Define.
32114         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
32115         Remove.
32116         (syscall-list-variants, syscall-list-32bit-options)
32117         (syscall-list-32bit-condition, syscall-list-64bit-options)
32118         (syscall-list-64bit-condition): Define.
32119         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
32120         Remove.
32121         (syscall-list-variants, syscall-list-32bit-options)
32122         (syscall-list-32bit-condition, syscall-list-64bit-options)
32123         (syscall-list-64bit-condition): Define.
32124
32125 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
32126
32127         * locale/iso-639.def: Add brx entry.
32128
32129         [BZ #13328]
32130         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
32131         Proposed by Mariusz_Cukr <marcukr@op.pl>.
32132
32133         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
32134         __feraiseexcept_renamed.
32135
32136 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
32137
32138         [BZ #13538]
32139         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
32140         EPOLLET with unsigned values.
32141         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
32142         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
32143
32144         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
32145         to large cancellation.
32146         * math/s_cacoshf.c: Likewise.
32147         * math/s_cacoshl.c: Likewise.
32148
32149 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
32150
32151         [BZ #13305]
32152         [BZ #12786]
32153         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
32154         * math/s_cacoshf.c: Likewise.
32155         * math/s_cacoshl.c: Likewise.
32156
32157 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
32158
32159         [BZ #13439]
32160         * iconv/gconv.h: Define __GCONV_SWAP.
32161         * iconvdata/unicode.c: The swap bit must be stored in __flags.
32162         * iconvdata/utf-16.c: Likewise.
32163         * iconvdata/utf-32.c: Likewise.
32164
32165 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
32166
32167         [BZ #13524]
32168         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
32169         numerator after shifting it by one limb.
32170
32171 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
32172
32173         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
32174         under [__USE_EXTERN_INLINES].
32175
32176 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
32177
32178         [BZ #13446]
32179         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
32180
32181 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32182
32183         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
32184         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
32185         optimized code.
32186         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
32187         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
32188         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
32189         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
32190         for strncasecmp/strncasecmp_l compilation.
32191         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
32192         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
32193
32194 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
32195
32196         [BZ #13484]
32197         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
32198         of __asm__.
32199
32200 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
32201
32202         [BZ #13506]
32203         * time/tzfile.c (__tzfile_read): Check values from file header.
32204
32205 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32206
32207         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
32208         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
32209         * powerpc/powerpc32/dl-start.S: Likewise.
32210         * powerpc/powerpc32/elf/start.S: Likewise.
32211         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
32212         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
32213         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
32214         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
32215         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
32216         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
32217         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
32218         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
32219         * powerpc/powerpc32/fpu/s_round.S: Likewise.
32220         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
32221         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
32222         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
32223         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
32224         * powerpc/powerpc32/memset.S: Likewise.
32225         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
32226         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32227         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32228         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32229         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32230         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
32231         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
32232         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
32233         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
32234         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
32235         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
32236         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
32237         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
32238
32239 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32240
32241         * math/libm-test.inc: Added more nearbyint tests.
32242         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
32243         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
32244         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
32245         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
32246
32247 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
32248
32249         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
32250         FD_CLOEXEC.
32251
32252 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32253
32254         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
32255         Add wcscpy-ssse3 wcscpy-c.
32256         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
32257         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
32258         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
32259         * sysdeps/x86_64/wcschr.S: New file.
32260         * sysdeps/x86_64/wcsrchr.S: New file.
32261         * string/test-strcmp.c: Remove checking of wcscmp function for
32262         wrong alignments.
32263         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
32264         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
32265         wcsrchr-sse2 wcsrchr-c.
32266         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
32267         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
32268         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
32269         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
32270         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
32271         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
32272         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
32273         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
32274         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
32275         * wcsmbc/wcschr.c (WCSCHR): New macro.
32276
32277 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32278
32279         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
32280         * wcsmbs/test-wcsrchr.c: New file.
32281         * string/test-strrchr.c: Add wcsrchr support.
32282         (WIDE): New macro.
32283         * wcsmbs/test-wcscpy.c: New file.
32284         * string/test-strcpy.c: Add wcscpy support.
32285         (WIDE): New macro.
32286
32287 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
32288
32289         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
32290         the inner loop.
32291
32292 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
32293
32294         [BZ #13472]
32295         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
32296
32297 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
32298
32299         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
32300         Minor optimizations.
32301
32302         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
32303         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
32304         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
32305
32306 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
32307
32308         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
32309         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
32310         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
32311         for gcc to avoid warnings.
32312         * inet/Makefile (tests): Add tst-checks.
32313         * inet/tst-checks.c: New file.
32314
32315         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
32316         warning.
32317
32318         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
32319         __wmemcmp_sse2.
32320
32321         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
32322         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
32323
32324         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
32325
32326 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
32327
32328         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
32329         problem.
32330
32331         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
32332
32333 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
32334
32335         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
32336         conditional on GCC version.
32337         (__arch_compare_and_exchange_val_8_acq)
32338         (__arch_compare_and_exchange_val_16_acq)
32339         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
32340         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
32341         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
32342
32343 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
32344
32345         * sysdeps/sh/backtrace.c: New file.
32346
32347 2011-12-02  Andreas Schwab  <schwab@redhat.com>
32348
32349         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
32350         parenthesis.
32351
32352 2011-12-01  Andreas Schwab  <schwab@redhat.com>
32353
32354         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
32355         falling back to utime.
32356
32357 2011-11-30  Andreas Schwab  <schwab@redhat.com>
32358
32359         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
32360         expectations for float.
32361
32362 2011-11-29  Andreas Schwab  <schwab@redhat.com>
32363
32364         * locale/weight.h (findidx): Add parameter len.
32365         * locale/weightwc.h (findidx): Likewise.
32366         * posix/fnmatch_loop.c (FCT): Adjust caller.
32367         * posix/regcomp.c (build_equiv_class): Likewise.
32368         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
32369         * posix/regexec.c (check_node_accept_bytes): Likewise.
32370         * string/strcoll_l.c (STRCOLL): Likewise.
32371         * string/strxfrm_l.c (STRXFRM): Likewise.
32372
32373 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
32374
32375         * Makefile.in: Remove CVSOPT handling.
32376         * configure.in: Remove use of AC_REVISION.
32377         * iconvdata/Makefile (distribute): No need to filter out CVS.
32378         * scripts/list-sources.sh: Remove CVS, subversion and monotone
32379         handling.
32380
32381 2011-11-16  Andreas Schwab  <schwab@redhat.com>
32382
32383         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
32384         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
32385         [USE_AS_STRNCASECMP_L]: Likewise.
32386         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
32387         NO_TLS_DIRECT_SEG_REFS.
32388         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
32389         Fix argument offsets for non-PIC.
32390         [USE_AS_STRNCASECMP_L]: Likewise.
32391         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
32392         NO_TLS_DIRECT_SEG_REFS.
32393
32394 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
32395
32396         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
32397         O_CLOEXEC.
32398         * locale/loadlocale.c (_nl_load_locale): Likewise.
32399
32400 2011-11-15  Andreas Schwab  <schwab@redhat.com>
32401
32402         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
32403         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
32404         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
32405         (SYSCALL_GETTIME): Set errno on error.
32406
32407         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
32408         count references to noai6ai_cached.
32409
32410 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
32411
32412         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
32413
32414         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
32415         FD_CLOEXEC for /proc/self/maps.
32416
32417         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
32418         FD_CLOEXEC for /proc/meminfo.
32419
32420         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
32421         gai.conf.
32422
32423         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
32424         FD_CLOEXEC for given file.
32425
32426         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
32427
32428         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
32429         FD_CLOEXEC for /etc/hosts.
32430         (_gethtent): Likewise.
32431
32432         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
32433
32434         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
32435         cancellation and set FD_CLOEXEC for /etc/netgroup.
32436
32437         * nss/nss_files/files-key.c (search): Don't allow cancellation when
32438         reading /etc/publickey.
32439
32440         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
32441         allow cancellation when reading /etc/group.
32442
32443         * nss/nss_files/files-alias.c (internal_setent): Don't allow
32444         cancellation.
32445         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
32446
32447         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
32448         when using data file.
32449
32450         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
32451
32452         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
32453         (write_nis_obj): Use "c" and "e" in fopen.
32454
32455         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
32456
32457         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
32458
32459         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
32460
32461         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
32462
32463         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
32464         locale.alias.
32465
32466         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
32467
32468         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
32469
32470         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
32471
32472         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
32473         file parsing and set FD_CLOEXEC.
32474
32475 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
32476
32477         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
32478
32479 2011-11-14  Andreas Schwab  <schwab@redhat.com>
32480
32481         * malloc/arena.c (arena_get2): Don't call reused_arena when
32482         _int_new_arena failed.
32483
32484 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
32485
32486         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
32487         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
32488         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
32489         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
32490         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
32491         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
32492         to compile strcasecmp and strncasecmp.
32493         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
32494         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
32495
32496         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
32497
32498 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
32499
32500         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
32501         locale-defines.sym to gen-as-const-headers.
32502         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
32503         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
32504         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
32505         to compile strcasecmp and strncasecmp.
32506         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
32507         strcasecmp_l and strncasecmp_l.
32508         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
32509         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
32510         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
32511         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
32512         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
32513         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
32514         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
32515         * sysdeps/i386/i686/multiarch/strncase.S: New file.
32516         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
32517         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
32518         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
32519
32520 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
32521
32522         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
32523         result of SYSDEP_GETTIME_CPU to retval.
32524         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
32525         parameter list to macro.  Remove trailing semicolon.  Adjust users.
32526
32527         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
32528         variable.
32529
32530         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
32531         mantissa words.
32532         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
32533
32534         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
32535         from unused variable.
32536
32537         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
32538         DWARF definitions.
32539         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
32540         for assembling.
32541
32542         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
32543         over namespaces.
32544
32545         * sunrpc/rpc_prot.c (rejected): Fix case value.
32546
32547         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
32548         unsigned long long int to avoid warnings in shift.
32549
32550         * posix/regex_internal.c (re_string_reconstruct): Actually use result
32551         of use of trans.
32552         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
32553         variable tmp.
32554
32555         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
32556         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
32557         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
32558
32559         * nis/nis_table.c (nis_list): Use variable of correct type for
32560         result of __follow_path call.
32561
32562 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32563
32564         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
32565         of math functions ceil, trunc, floor, round, and sqrt, when
32566         avaliable on the platform.
32567         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
32568         name clash.
32569         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
32570         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
32571         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
32572
32573 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
32574
32575         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
32576         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32577
32578 2011-11-11  Roland McGrath  <roland@hack.frob.com>
32579
32580         * include/unistd.h: Fix __readlink return type.
32581         Reported by Chris Metcalf <cmetcalf@tilera.com>.
32582
32583 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
32584
32585         * stdlib/ucontext.h: Undo last change for makecontext.
32586
32587 2011-11-11  Andreas Schwab  <schwab@redhat.com>
32588
32589         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
32590
32591         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
32592         * setjmp/setjmp.h: Mark functions as non-leaf.
32593         * setjmp/bits/setjmp2.h: Likewise.
32594         * stdlib/ucontext.h: Likewise.
32595
32596 2011-11-10  Andreas Schwab  <schwab@redhat.com>
32597
32598         * malloc/arena.c (_int_new_arena): Don't increment narenas.
32599         (reused_arena): Don't check arena limit.
32600         (arena_get2): Atomically check arena limit.
32601
32602 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
32603
32604         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
32605         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
32606
32607         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
32608         instructions.
32609
32610 2011-11-07  Andreas Schwab  <schwab@redhat.com>
32611
32612         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
32613         handler when locking.
32614
32615         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
32616         Fix size of allocated buffer.
32617
32618 2011-11-04  Andreas Schwab  <schwab@redhat.com>
32619
32620         [BZ #10103]
32621         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
32622         declarations for long double functions.
32623         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
32624
32625         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
32626
32627 2011-11-03  Andreas Schwab  <schwab@redhat.com>
32628
32629         * nscd/nscd.c (main): Don't start AVC thread until credentials are
32630         installed.
32631
32632         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
32633         is disabled.
32634
32635 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32636
32637         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
32638
32639 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32640
32641         * include/alloca.h (stackinfo_alloca_round): Define.
32642         (extend_alloca): Use it.
32643         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
32644         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
32645         here.
32646
32647         * scripts/check-local-headers.sh: Ignore libaudit.h.
32648
32649         * nscd/Makefile (extra-objs): Make recursively expanded.
32650
32651 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
32652
32653         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
32654         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
32655
32656         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
32657         * posix/tst-rfc3484-2.c: Likewise.
32658         * posix/tst-rfc3484-3.c: Likewise.
32659
32660         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
32661         process_vm_writev.
32662         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
32663         process_vm_writev.
32664         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
32665         process_vm_writev from libc using GLIBC_2.15 version.
32666
32667         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
32668
32669 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
32670
32671         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
32672         stack usage.
32673
32674 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
32675
32676         [BZ #13367]
32677         * nss/getent.c (initgroups_keys): Show error message in case no group
32678         names are given.
32679
32680         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
32681         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
32682         __bump_nl_timestamp.
32683         * nscd/connections (nscd_init): When host database is served open
32684         netlink socket and request notification about configuration changes.
32685         (main_loop_poll): Track netlink file descriptor and bump timestamp
32686         in case data becomes available.
32687         (main_loop_epoll): Likewise.
32688         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
32689         (database_pers_head): Add extra_data fileds.
32690         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
32691         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
32692         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
32693         Adjust caller.
32694         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
32695         in6ai data, call __free_in6ai.
32696         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
32697         Add -DHAVE_NETLINK.
32698         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
32699         interface information.  Reuse previous data if netlink timestamp
32700         is not changed.
32701         (__bump_nl_timestamp): New function.
32702         (__free_in6ai): New function.
32703
32704 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
32705
32706         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
32707         close_not_cancel_no_status here.
32708         (__check_pf): Reorganize code a bit to not call close twice if OOM.
32709
32710 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
32711
32712         [BZ #13276]
32713         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
32714         return value.
32715
32716         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
32717         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
32718         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
32719
32720 2011-07-03  Andreas Jaeger  <aj@suse.de>
32721
32722         [BZ #10709]
32723         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
32724         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
32725         * math/libm-test.inc (sin_test): Add test case.
32726
32727 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
32728
32729         [BZ #13337]
32730         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
32731         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
32732
32733         * elf/chroot_canon.c (chroot_canon): Cleanups.
32734
32735         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
32736
32737         [BZ #13335]
32738         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
32739         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
32740
32741         * string/test-strchr.c: Make usable for strchrnul testing.
32742         * string/test-strchrnul.c: New file.
32743         * string/Makefile (strop-tests): Add strchrnul.
32744
32745         * po/it.po: Update from translation team.
32746         * po/es.po: Likewise.
32747
32748 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
32749
32750         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
32751         the three constants needed as parameters.  Drop the others.
32752         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
32753         __m128i_strloadu_tolower.
32754         Create and initialize variable zero and use it in all the places
32755         where _mm_setzero_si128 was used.
32756
32757         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
32758         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
32759         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
32760         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
32761         anymore.
32762         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
32763         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
32764         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
32765         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
32766         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
32767         __mpranred, __mptan.
32768         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
32769         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
32770         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
32771         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
32772         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
32773         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
32774         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
32775         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
32776         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
32777
32778 2011-10-28  Andreas Schwab  <schwab@redhat.com>
32779
32780         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
32781         redefine if SHARED.
32782         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
32783
32784         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
32785         wide char related routines to wcsmbs subdir.
32786
32787 2011-10-27  Andreas Schwab  <schwab@redhat.com>
32788
32789         [BZ #13344]
32790         * misc/sys/cdefs.h (__THROWNL): Define.
32791         * posix/unistd.h: Use __THREADNL instead of __THREAD
32792         for memory synchronization functions.
32793
32794 2011-10-26  Roland McGrath  <roland@hack.frob.com>
32795
32796         [BZ #13349]
32797         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
32798         doesn't exist.
32799         * manual/stdio.texi (Obstack Streams): Node removed.
32800
32801 2011-10-26  Andreas Schwab  <schwab@redhat.com>
32802
32803         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
32804         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
32805         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
32806
32807         * math/math_private.h (math_force_eval): Allow non-addressable
32808         arguments.
32809         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
32810
32811 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
32812
32813         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
32814         file is not needed.
32815
32816         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
32817         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
32818         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
32819         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
32820         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
32821         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
32822         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
32823         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
32824         Add AVX variants.
32825         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
32826         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
32827         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
32828         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
32829         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
32830         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
32831         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
32832         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
32833         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
32834         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
32835         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
32836         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
32837         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
32838         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
32839         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
32840         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
32841         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
32842         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
32843         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
32844
32845         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
32846         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
32847
32848         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
32849         place.  Use VEX encoding when compiling for AVX.
32850
32851 2011-10-25  Andreas Schwab  <schwab@redhat.com>
32852
32853         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
32854         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
32855
32856         * string/test-strchr.c (do_test): Don't generate NUL bytes.
32857
32858 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
32859
32860         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
32861         useless if() expression.
32862         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
32863         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
32864         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
32865         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
32866         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
32867         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
32868         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
32869         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
32870         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
32871         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
32872         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
32873         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
32874         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
32875         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
32876         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
32877         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
32878         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
32879         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
32880         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
32881
32882         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
32883
32884 2011-10-25  Andreas Schwab  <schwab@redhat.com>
32885
32886         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
32887         condition.
32888         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32889
32890 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
32891
32892         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
32893         .text section.  Avoid duplicate constants.
32894         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32895         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32896         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32897         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32898         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32899         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32900         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32901         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32902         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32903         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
32904         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32905         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32906         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32907         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32908         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32909         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32910         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32911         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32912         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32913         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32914         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32915         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32916         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32917         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
32918         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
32919         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
32920         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
32921         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
32922         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
32923         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
32924         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
32925         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
32926         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32927         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
32928         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
32929         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
32930         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
32931         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
32932         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
32933         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
32934         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
32935         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
32936         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
32937         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
32938         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
32939
32940 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
32941
32942         * sysdeps/x86_64/dla.h: Move to ...
32943         * sysdeps/x86_64/fpu/dla.h: ...here.
32944         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
32945         situations.  Use __builtin_fma only for gcc 4.6 and up.
32946
32947         * config.make.in: Add have-mfma4 entry.
32948         * configure.in: Substitute libc_cv_cc_fma4.
32949         * math/Makefile (dbl-only-routines): Add sincostab.
32950         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
32951         Use __sincostab not sincos.
32952         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
32953         name is a macro.
32954         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32955         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32956         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32957         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
32958         using __copysign.
32959         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
32960         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
32961         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
32962         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
32963         and __inv.
32964         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
32965         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
32966         __copysign.
32967         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
32968         define aliases when function name is a macro.
32969         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
32970         sysdeps/ieee754/dbl-64/sincos.tbl.
32971         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
32972         fma4-enabled routines.
32973         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
32974         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
32975         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
32976         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
32977         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
32978         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
32979         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
32980         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
32981         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
32982         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
32983         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
32984         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
32985         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
32986         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
32987         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
32988         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
32989         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
32990         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
32991         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
32992         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
32993         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
32994         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
32995         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
32996         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
32997         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
32998         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
32999         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
33000         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
33001         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
33002         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
33003
33004         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
33005         rename.
33006         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33007         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33008         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33009         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33010         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33011         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33012         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33013         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33014
33015 2011-10-24  Andreas Schwab  <schwab@redhat.com>
33016
33017         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
33018
33019 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
33020
33021         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
33022
33023         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
33024         prediction.
33025         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
33026
33027         * string/strnlen.c: Don't define STRNLEN, reverse logic.
33028         Remove unused variable magic_bits.
33029         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
33030
33031         * string/strnlen.c: Define and use STRNLEN macro.
33032         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
33033         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
33034         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
33035         * wcsmbs/wcslen.c: Define and use WCSLEN.
33036         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
33037         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
33038         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
33039         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
33040         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
33041         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
33042         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
33043
33044 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33045
33046         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33047         strnlen-sse2-no-bsf.
33048         Rename strlen-no-bsf to strlen-sse2-no-bsf.
33049         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
33050         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
33051         Add strnlen support.
33052         (USE_AS_STRNLEN): New macro.
33053         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
33054         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
33055         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
33056         * sysdeps/x86_64/wcslen.S: New file.
33057
33058 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
33059
33060         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
33061         XMM-moves are used for copying on small sizes.
33062
33063 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33064
33065         * wcsmbs/Makefile (strop-tests): Add wcschr.
33066         * wcsmbs/test-wcschr.c: New file.
33067         * string/test-strchr.c: Update.
33068         Add wcschr support.
33069         (WIDE): New macro.
33070
33071 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33072
33073         * wcsmbs/Makefile (strop-tests): Add wcslen.
33074         * wcsmbs/test-wcslen.c: New file.
33075         * string/test-strlen.c: Update.
33076         Add wcslen support.
33077         (WIDE): New macro.
33078
33079 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
33080
33081         * po/it.po: Update from translation team.
33082
33083 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33084
33085         * sysdeps/x86_64/wcscmp.S: Update.
33086         Fix wrong comparison semantics.
33087         wcscmp shall use signed comparison not unsigned.
33088         Don't use substraction to avoid overflow bug.
33089         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
33090         * wcsmbc/wcscmp.c: Likewise.
33091         * string/test-strcmp.c: Likewise.
33092         Add new tests to check cases with negative values.
33093
33094 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
33095
33096         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
33097         * sysdeps/x86_64/dla.h: ...here.  New file.
33098         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
33099         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33100         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33101         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33102         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33103         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33104         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33105         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33106         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33107
33108 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
33109
33110         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
33111         __ynl_finite aliases.
33112
33113 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
33114
33115         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33116
33117         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
33118         define DLA_FMA.
33119         [DLA_FMA] (EMULV): Use DLA_FMA.
33120         [DLA_FMA] (MUL12): Use EMULV.
33121         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
33122         that are not needed.
33123         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33124         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33125         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33126         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33127         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33128         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33129         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33130
33131 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
33132
33133         * math/s_nan.c: Undef __nan.
33134         * math/s_nanf.c: Undef __nanf.
33135         * math/s_nanl.c: Undef __nanl.
33136         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
33137         "math_private.h".
33138
33139 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
33140
33141         * math/s_catan.c: Add branch predictions.
33142         * math/s_catanf.c: Likewise.
33143         * math/s_catanh.c: Likewise.
33144         * math/s_catanhf.c: Likewise.
33145         * math/s_catanhl.c: Likewise.
33146         * math/s_catanl.c: Likewise.
33147         * math/s_cexp.c: Likewise.
33148         * math/s_cexpf.c: Likewise.
33149         * math/s_cexpl.c: Likewise.
33150         * math/s_clog.c: Likewise.
33151         * math/s_clog10.c: Likewise.
33152         * math/s_clog10f.c: Likewise.
33153         * math/s_clog10l.c: Likewise.
33154         * math/s_clogf.c: Likewise.
33155         * math/s_clogl.c: Likewise.
33156         * math/s_csqrt.c: Likewise.
33157         * math/s_csqrtf.c: Likewise.
33158         * math/s_csqrtl.c: Likewise.
33159         * math/s_ctanf.c: Likewise.
33160         * math/s_ctanh.c: Likewise.
33161         * math/s_ctanhf.c: Likewise.
33162         * math/s_ctanhl.c: Likewise.
33163         * math/s_ctanl.c: Likewise.
33164
33165         * math/math_private.h: Define __nan, __nanf, __nanl.
33166         * math/s_cacosh.c: Include <math_private.h>.
33167         * math/s_cacoshl.c: Likewise.
33168         * math/s_casinh.c: Likewise.
33169         * math/s_casinhf.c: Likewise.
33170         * math/s_casinhl.c: Likewise.
33171         * math/s_ccos.c: Rely entire on ccosh.
33172         * math/s_ccosf.c: Rely entire on ccoshf.
33173         * math/s_ccosl.c: Rely entirely on ccoshl.
33174         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
33175         Remove tests for FE_INVALID.
33176         * math/s_ccoshf.c: Likewise.
33177         * math/s_ccoshl.c: Likewise.
33178         * math/s_csin.c: Likewise.
33179         * math/s_csinf.c: Likewise.
33180         * math/s_csinh.c Likewise.
33181         * math/s_csinhf.c: Likewise.
33182         * math/s_csinhl.c: Likewise.
33183         * math/s_csinl.c: Likewise.
33184         * math/s_ctan.c: Likewise.
33185         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
33186         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
33187         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
33188
33189 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
33190
33191         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
33192         compilation problems.
33193
33194         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
33195         __builtin_expect.
33196
33197 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
33198
33199         * sysdeps/i386/configure.in: Test for -mfma4 option.
33200         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
33201         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
33202         COMMON_CPUID_INDEX_80000001.
33203         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
33204         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
33205         use it if FMA3 is not supported.
33206         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
33207
33208         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
33209         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
33210
33211 2011-10-20  Andreas Schwab  <schwab@redhat.com>
33212
33213         [BZ #12892]
33214         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
33215         it would create a cycle with a link time dependency.
33216
33217 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
33218
33219         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
33220         instruction.
33221         * string/Makefile (strop-tests): Add rawmemchr.
33222         * string/test-rawmemchr.c: New file.
33223
33224         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
33225         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
33226         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
33227         when compiling str{,n}casecmp and when AVX is available.  Hook up
33228         new optimized code in initializers.
33229
33230 2011-10-19  Andreas Schwab  <schwab@redhat.com>
33231
33232         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
33233         __feraiseexcept instead of feraiseexcept.
33234
33235 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
33236
33237         * math/math_private.h: Define defaults for libc_fetestexcept and
33238         libc_feupdateenv.
33239         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
33240         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
33241         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
33242         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
33243         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
33244         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
33245         libc_fetestexcept and libc_feupdateenv.
33246
33247         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
33248         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
33249         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
33250         * sysdeps/x86_64/fpu/math_private.h: Define special version of
33251         libc_feholdexcept_setround.
33252
33253         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
33254         Add s_nearbyint-c and s_nearbyintf-c.
33255         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
33256         nearbyintf inlines.
33257         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
33258         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
33259         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
33260         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
33261
33262         * math/math_private.h: Define defaults for libc_fegetround,
33263         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
33264         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
33265         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
33266         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
33267         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
33268         standard functions.
33269         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
33270         Remove comments and hacks for old compiler versions.
33271         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
33272         libc_fegetround, libc_fesetround, libc_feholdexcept, and
33273         libc_feholdexceptl.
33274
33275 2011-10-18  Andreas Schwab  <schwab@redhat.com>
33276
33277         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
33278         (__feraiseexcept_renamed): Add __NTH.
33279         (feraiseexcept): Add __NTH.  Rename local variables to fix
33280         namespace violations.
33281
33282 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
33283
33284         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
33285
33286         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
33287
33288         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
33289         recently added interfaces.
33290         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
33291
33292         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
33293         about macro parameter expansion.
33294
33295         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
33296         __NO_MATH_INLINES is defined.  Cleanups.
33297
33298         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
33299         and __floorf is target has SSE4.1.
33300         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
33301         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
33302         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
33303         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
33304
33305         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
33306         name.
33307         (floorf): Likewise.
33308
33309         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
33310
33311 2011-10-17  Andreas Schwab  <schwab@redhat.com>
33312
33313         * misc/sys/cdefs.h: Fix last change.
33314
33315         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
33316         database lookup.
33317
33318 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
33319
33320         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
33321
33322         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
33323         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
33324         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
33325         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
33326         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
33327         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
33328         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
33329         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
33330         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
33331         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
33332         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
33333         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
33334         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
33335         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
33336         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
33337         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
33338         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
33339         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
33340         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
33341         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
33342         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
33343         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
33344
33345         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
33346         ceil, ceilf, floor, floorf.
33347
33348         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
33349         Perform IRELATIVE relocations last.
33350
33351         * elf/do-rel.h: Add another parameter nrelative, replacing the
33352         local variable with the same name.  Change name of the function
33353         to end in Rel or Rela (uppercase).
33354         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
33355         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
33356         elf_dynamic_do_##reloc function.
33357
33358 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
33359
33360         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
33361         is sufficient, at least on modern CPUs.
33362
33363         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
33364
33365         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
33366         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
33367
33368         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
33369         __expl_finite.
33370         * math/bits/math-finite.h: Add entries for exp.
33371         * math/e_expl.c: Add __*_finite alias.
33372         * sysdeps/i386/fpu/e_exp.S: Likewise.
33373         * sysdeps/i386/fpu/e_expf.S: Likewise.
33374         * sysdeps/i386/fpu/e_expl.c: Likewise.
33375         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33376         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
33377         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
33378         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
33379         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
33380         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
33381         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
33382
33383         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
33384         is sufficient, at least on modern CPUs.
33385
33386         * ctype/ctype-info.c (__ctype_init): Define.
33387         * include/ctype.h (__ctype_init): Declare.
33388         (__ctype_b_loc): The variable is always initialized.
33389         (__ctype_toupper_loc): Likewise.
33390         (__ctype_tolower_loc): Likewise.
33391         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
33392         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
33393
33394 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
33395
33396         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
33397
33398         * configure.in: Also look in $cxxmachine/include for C++ system
33399         headers.
33400
33401 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33402
33403         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
33404         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
33405         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
33406         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
33407         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
33408         (USE_AS_WMEMCMP): New macro.
33409         Fixing indents.
33410         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
33411         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
33412         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
33413         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
33414         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33415         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
33416         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
33417         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
33418         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
33419         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
33420         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
33421         (USE_AS_WMEMCMP): New macro.
33422         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
33423         * sysdeps/string/test-memcmp.c: Update.
33424         Fix simple_wmemcmp.
33425         Add new tests.
33426         * wcsmbs/wmemcmp.c: Update.
33427         (WMEMCMP): New macro.
33428         Fix overflow bug.
33429
33430 2011-10-12  Andreas Jaeger  <aj@suse.de>
33431
33432         [BZ #13268]
33433         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
33434
33435 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
33436
33437         * libio/iofwide.c (do_length): Avoid warning.
33438
33439         * ctype/ctype.h (__isctype_f): Add missing __THROW.
33440
33441 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
33442
33443         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
33444
33445         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
33446         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
33447         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
33448         * sysdeps/i386/i686/fpu/e_log.S: New file.
33449         * sysdeps/i386/i686/fpu/e_logf.S: New file.
33450         * sysdeps/i386/i686/fpu/e_logl.S: New file.
33451
33452         * ctype/ctype.h: Add support for inlined isXXX functions when
33453         compiling C++ code.
33454
33455 2011-10-14  Andreas Schwab  <schwab@redhat.com>
33456
33457         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
33458
33459         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
33460
33461 2011-10-13  Roland McGrath  <roland@hack.frob.com>
33462
33463         [BZ #13291]
33464         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
33465
33466 2011-10-13  Andreas Schwab  <schwab@redhat.com>
33467
33468         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
33469         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
33470         feraiseexcept.
33471
33472         * sysdeps/x86_64/memrchr.S: Check for zero size.
33473
33474         * string/stratcliff.c: Add memrchr tests.
33475
33476 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33477
33478         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33479         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
33480         rawmemchr-sse2 rawmemchr-sse2-bsf.
33481         * sysdeps/i386/i686/multiarch/memchr.S: New file.
33482         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
33483         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
33484         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
33485         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
33486         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
33487         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
33488         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
33489         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
33490         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
33491         * string/memrchr.c (MEMRCHR): New macro.
33492
33493 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
33494
33495         Add integration with gcc's -ffinite-math-only and optimize wrapper
33496         functions in libm.
33497         * Versions.def: Define GLIBC_2.15 version for libm.
33498         * math/Makefile (headers): Add bits/math-finite.h.
33499         * math/bits/math-finite.h: New file.
33500         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
33501         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
33502         * math/e_acoshl.c: Add __*_finite alias.
33503         * math/e_acosl.c: Likewise.
33504         * math/e_asinl.c: Likewise.
33505         * math/e_atan2l.c: Likewise.
33506         * math/e_atanhl.c: Likewise.
33507         * math/e_coshl.c: Likewise.
33508         * math/e_exp10.c: Likewise.
33509         * math/e_exp10f.c: Likewise.
33510         * math/e_exp10l.c: Likewise.
33511         * math/e_exp2l.c: Likewise.
33512         * math/e_fmodl.c: Likewise.
33513         * math/e_gammal_r.c: Likewise.
33514         * math/e_hypotl.c: Likewise.
33515         * math/e_j0l.c: Likewise.
33516         * math/e_j1l.c: Likewise.
33517         * math/e_jnl.c: Likewise.
33518         * math/e_lgammal_r.c: Likewise.
33519         * math/e_log10l.c: Likewise.
33520         * math/e_log2l.c: Likewise.
33521         * math/e_logl.c: Likewise.
33522         * math/e_powl.c: Likewise.
33523         * math/e_sinhl.c: Likewise.
33524         * math/e_sqrtl.c: Likewise.
33525         * math/e_scalb.c: Completely rewritten and optimized.
33526         * math/e_scalbf.c: Likewise.
33527         * math/e_scalbl.c: Likewise.
33528         * math/w_acos.c: Likewise.
33529         * math/w_acosf.c: Likewise.
33530         * math/w_acosl.c: Likewise.
33531         * math/w_acosh.c: Likewise.
33532         * math/w_acoshf.c: Likewise.
33533         * math/w_acoshl.c: Likewise.
33534         * math/w_asin.c: Likewise.
33535         * math/w_asinf.c: Likewise.
33536         * math/w_asinl.c: Likewise.
33537         * math/w_atan2.c: Likewise.
33538         * math/w_atan2f.c: Likewise.
33539         * math/w_atan2l.c: Likewise.
33540         * math/w_atanh.c: Likewise.
33541         * math/w_atanhf.c: Likewise.
33542         * math/w_atanhl.c: Likewise.
33543         * math/w_exp10.c: Likewise.
33544         * math/w_exp10f.c: Likewise.
33545         * math/w_exp10l.c: Likewise.
33546         * math/w_fmod.c: Likewise.
33547         * math/w_fmodf.c: Likewise.
33548         * math/w_fmodl.c: Likewise.
33549         * math/w_j0.c: Likewise.
33550         * math/w_j0f.c: Likewise.
33551         * math/w_j0l.c: Likewise.
33552         * math/w_j1.c: Likewise.
33553         * math/w_j1f.c: Likewise.
33554         * math/w_j1l.c: Likewise.
33555         * math/w_jn.c: Likewise.
33556         * math/w_jnf.c: Likewise.
33557         * math/w_log.c: Likewise.
33558         * math/w_logf.c: Likewise.
33559         * math/w_logl.c: Likewise.
33560         * math/w_log10.c: Likewise.
33561         * math/w_log10f.c: Likewise.
33562         * math/w_log10l.c: Likewise.
33563         * math/w_log2.c: Likewise.
33564         * math/w_log2f.c: Likewise.
33565         * math/w_log2l.c: Likewise.
33566         * math/w_pow.c: Likewise.
33567         * math/w_powf.c: Likewise.
33568         * math/w_powl.c: Likewise.
33569         * math/w_remainder.c: Likewise.
33570         * math/w_remainderf.c: Likewise.
33571         * math/w_remainderl.c: Likewise.
33572         * math/w_scalb.c: Likewise.
33573         * math/w_scalbf.c: Likewise.
33574         * math/w_scalbl.c: Likewise.
33575         * math/w_sqrt.c: Likewise.
33576         * math/w_sqrtf.c: Likewise.
33577         * math/w_sqrtl.c: Likewise.
33578         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
33579         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
33580         used.
33581         * math/math_private.h: Declare __kernel_standard_f.
33582         * math/w_cosh.c: Remove cruft and optimize a bit.
33583         * math/w_coshf.c: Likewise.
33584         * math/w_coshl.c: Likewise.
33585         * math/w_exp2.c: Likewise.
33586         * math/w_exp2f.c: Likewise.
33587         * math/w_exp2l.c: Likewise.
33588         * math/w_hypot.c: Likewise.
33589         * math/w_hypotf.c: Likewise.
33590         * math/w_hypotl.c: Likewise.
33591         * math/w_lgamma.c: Likewise.
33592         * math/w_lgamma_r.c: Likewise.
33593         * math/w_lgammaf.c: Likewise.
33594         * math/w_lgammaf_r.c: Likewise.
33595         * math/w_lgammal.c: Likewise.
33596         * math/w_lgammal_r.c: Likewise.
33597         * math/w_sinh.c: Likewise.
33598         * math/w_sinhf.c: Likewise.
33599         * math/w_sinhl.c: Likewise.
33600         * math/w_tgamma.c: Likewise.
33601         * math/w_tgammaf.c: Likewise.
33602         * math/w_tgammal.c: Likewise.
33603         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
33604         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
33605         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
33606         Minor optimizations.  Pretty printing.  Remove cruft.
33607         * sysdeps/i386/fpu/e_acosf.S: Likewise.
33608         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33609         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33610         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33611         * sysdeps/i386/fpu/e_acosl.c: Likewise.
33612         * sysdeps/i386/fpu/e_asin.S: Likewise.
33613         * sysdeps/i386/fpu/e_asinf.S: Likewise.
33614         * sysdeps/i386/fpu/e_atan2.S: Likewise.
33615         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
33616         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
33617         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33618         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33619         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33620         * sysdeps/i386/fpu/e_exp10.S: Likewise.
33621         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
33622         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
33623         * sysdeps/i386/fpu/e_exp2.S: Likewise.
33624         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
33625         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
33626         * sysdeps/i386/fpu/e_fmod.S: Likewise.
33627         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
33628         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
33629         * sysdeps/i386/fpu/e_hypot.S: Likewise.
33630         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
33631         * sysdeps/i386/fpu/e_log.S: Likewise.
33632         * sysdeps/i386/fpu/e_log10.S: Likewise.
33633         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33634         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33635         * sysdeps/i386/fpu/e_log2.S: Likewise.
33636         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33637         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33638         * sysdeps/i386/fpu/e_logf.S: Likewise.
33639         * sysdeps/i386/fpu/e_logl.S: Likewise.
33640         * sysdeps/i386/fpu/e_pow.S: Likewise.
33641         * sysdeps/i386/fpu/e_powf.S: Likewise.
33642         * sysdeps/i386/fpu/e_powl.S: Likewise.
33643         * sysdeps/i386/fpu/e_remainder.S: Likewise.
33644         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
33645         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
33646         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33647         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33648         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33649         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
33650         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
33651         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
33652         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
33653         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33654         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33655         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
33656         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
33657         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
33658         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
33659         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
33660         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
33661         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
33662         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
33663         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
33664         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33665         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
33666         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
33667         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33668         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33669         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
33670         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33671         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33672         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
33673         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
33674         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
33675         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
33676         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
33677         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
33678         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
33679         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
33680         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
33681         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
33682         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
33683         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
33684         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
33685         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
33686         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
33687         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
33688         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
33689         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
33690         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
33691         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
33692         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
33693         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
33694         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
33695         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
33696         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
33697         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
33698         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
33699         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
33700         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
33701         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
33702         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
33703         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
33704         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
33705         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
33706         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
33707         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
33708         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
33709         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
33710         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
33711         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
33712         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
33713         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
33714         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
33715         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
33716         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
33717         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
33718         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
33719         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
33720         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
33721         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
33722         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
33723         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
33724         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
33725         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
33726         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
33727         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
33728         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33729         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
33730         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
33731         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
33732         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
33733         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
33734         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
33735         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
33736         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
33737         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
33738         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
33739         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
33740         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
33741         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
33742         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
33743         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
33744         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
33745         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
33746         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
33747         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
33748         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
33749         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
33750         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
33751         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
33752         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
33753         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
33754         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
33755         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
33756         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33757         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33758         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33759         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33760         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
33761         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33762         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
33763         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
33764         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
33765         (__isnanf): Likewise.
33766         (__isinf_ns): Likewise.
33767         (__isinf_nsf): Likewise.
33768         (__finite): Likewise.
33769         (__finitef): Likewise.
33770         (__ieee754_sqrt): Define as macro.
33771         (__ieee754_sqrtf): Define as macro.
33772         (__ieee754_sqrtl): Define as macro.
33773         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
33774         inlined copy.
33775         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
33776         __FINITE_MATH_ONLY__ consistent.
33777         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
33778
33779 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
33780
33781         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
33782         of rawmemchr.
33783
33784         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
33785
33786 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
33787
33788         * po/ja.po: Update from translation team.
33789
33790 2011-10-08  Roland McGrath  <roland@hack.frob.com>
33791
33792         * locale/programs/locarchive.c (prepare_address_space): New function.
33793         (create_archive, enlarge_archive, open_archive): Use it.
33794
33795         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
33796         inside [SHARED], where it is used.
33797
33798         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
33799
33800         * nss/getent.c (netgroup_keys): Remove unused variable.
33801         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
33802
33803 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
33804
33805         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
33806         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
33807         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
33808         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
33809         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
33810         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
33811         * math/Makefile (libm-calls): Add s_isinf_ns.
33812         * math/divtc3.c: Use __isinf_nsl instead of isinf.
33813         * math/multc3.c: Likewise.
33814         * math/s_casin.c: Likewise.
33815         * math/s_casinf.c: Likewise.
33816         * math/s_casinl.c: Likewise.
33817         * math/s_ccos.c: Likewise.
33818         * math/s_ccosf.c: Likewise.
33819         * math/s_ccosl.c: Likewise.
33820         * math/s_ctan.c: Likewise.
33821         * math/s_ctanf.c: Likewise.
33822         * math/s_ctanh.c: Likewise.
33823         * math/s_ctanhf.c: Likewise.
33824         * math/s_ctanhl.c: Likewise.
33825         * math/s_ctanl.c: Likewise.
33826         * math/w_fmod.c: Likewise.
33827         * math/w_fmodf.c: Likewise.
33828         * math/w_fmodl.c: Likewise.
33829         * math/w_remainder.c: Likewise.
33830         * math/w_remainderf.c: Likewise.
33831         * math/w_remainderl.c: Likewise.
33832         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
33833         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
33834         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
33835         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
33836         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
33837         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
33838         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
33839         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
33840
33841         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
33842         of the number.
33843         * stdio-common/printf_fphex.c: Likewise.
33844         * stdio-common/printf_size.c: Likewise.
33845
33846         * math/e_exp10.c: Include math_private.h using <...> not "...".
33847         * math/e_exp10f.c: Likewise.
33848         * math/e_exp10l.c: Likewise.
33849         * math/e_exp2l.c: Likewise.
33850         * math/e_j0l.c: Likewise.
33851         * math/e_j1l.c: Likewise.
33852         * math/e_jnl.c: Likewise.
33853         * math/e_lgammal_r.c: Likewise.
33854         * math/e_rem_pio2l.c: Likewise.
33855         * math/e_scalb.c: Likewise.
33856         * math/e_scalbf.c: Likewise.
33857         * math/e_scalbl.c: Likewise.
33858         * math/k_cosl.c: Likewise.
33859         * math/k_sinl.c: Likewise.
33860         * math/k_tanl.c: Likewise.
33861         * math/s_cacoshf.c: Likewise.
33862         * math/s_catan.c: Likewise.
33863         * math/s_catanf.c: Likewise.
33864         * math/s_catanh.c: Likewise.
33865         * math/s_catanhf.c: Likewise.
33866         * math/s_catanhl.c: Likewise.
33867         * math/s_catanl.c: Likewise.
33868         * math/s_ccosh.c: Likewise.
33869         * math/s_ccoshf.c: Likewise.
33870         * math/s_ccoshl.c: Likewise.
33871         * math/s_cexp.c: Likewise.
33872         * math/s_cexpf.c: Likewise.
33873         * math/s_cexpl.c: Likewise.
33874         * math/s_clog.c: Likewise.
33875         * math/s_clog10.c: Likewise.
33876         * math/s_clog10f.c: Likewise.
33877         * math/s_clog10l.c: Likewise.
33878         * math/s_clogf.c: Likewise.
33879         * math/s_clogl.c: Likewise.
33880         * math/s_csin.c: Likewise.
33881         * math/s_csinf.c: Likewise.
33882         * math/s_csinh.c: Likewise.
33883         * math/s_csinhf.c: Likewise.
33884         * math/s_csinhl.c: Likewise.
33885         * math/s_csinl.c: Likewise.
33886         * math/s_csqrt.c: Likewise.
33887         * math/s_csqrtf.c: Likewise.
33888         * math/s_csqrtl.c: Likewise.
33889         * math/s_ctan.c: Likewise.
33890         * math/s_ctanf.c: Likewise.
33891         * math/s_ctanh.c: Likewise.
33892         * math/s_ctanhf.c: Likewise.
33893         * math/s_ctanhl.c: Likewise.
33894         * math/s_ctanl.c: Likewise.
33895         * math/s_ldexp.c: Likewise.
33896         * math/s_ldexpf.c: Likewise.
33897         * math/s_ldexpl.c: Likewise.
33898         * math/s_significand.c: Likewise.
33899         * math/s_significandf.c: Likewise.
33900         * math/s_significandl.c: Likewise.
33901         * math/w_acos.c: Likewise.
33902         * math/w_acosf.c: Likewise.
33903         * math/w_acosh.c: Likewise.
33904         * math/w_acoshf.c: Likewise.
33905         * math/w_acoshl.c: Likewise.
33906         * math/w_acosl.c: Likewise.
33907         * math/w_asin.c: Likewise.
33908         * math/w_asinf.c: Likewise.
33909         * math/w_asinl.c: Likewise.
33910         * math/w_atan2.c: Likewise.
33911         * math/w_atan2f.c: Likewise.
33912         * math/w_atan2l.c: Likewise.
33913         * math/w_atanh.c: Likewise.
33914         * math/w_atanhf.c: Likewise.
33915         * math/w_atanhl.c: Likewise.
33916         * math/w_cosh.c: Likewise.
33917         * math/w_coshf.c: Likewise.
33918         * math/w_coshl.c: Likewise.
33919         * math/w_dremf.c: Likewise.
33920         * math/w_exp10.c: Likewise.
33921         * math/w_exp10f.c: Likewise.
33922         * math/w_exp10l.c: Likewise.
33923         * math/w_exp2.c: Likewise.
33924         * math/w_exp2f.c: Likewise.
33925         * math/w_fmod.c: Likewise.
33926         * math/w_fmodf.c: Likewise.
33927         * math/w_fmodl.c: Likewise.
33928         * math/w_hypot.c: Likewise.
33929         * math/w_hypotf.c: Likewise.
33930         * math/w_hypotl.c: Likewise.
33931         * math/w_j0.c: Likewise.
33932         * math/w_j0f.c: Likewise.
33933         * math/w_j0l.c: Likewise.
33934         * math/w_j1.c: Likewise.
33935         * math/w_j1f.c: Likewise.
33936         * math/w_j1l.c: Likewise.
33937         * math/w_jn.c: Likewise.
33938         * math/w_jnf.c: Likewise.
33939         * math/w_jnl.c: Likewise.
33940         * math/w_lgamma.c: Likewise.
33941         * math/w_lgamma_r.c: Likewise.
33942         * math/w_lgammaf.c: Likewise.
33943         * math/w_lgammaf_r.c: Likewise.
33944         * math/w_lgammal.c: Likewise.
33945         * math/w_lgammal_r.c: Likewise.
33946         * math/w_log.c: Likewise.
33947         * math/w_log10.c: Likewise.
33948         * math/w_log10f.c: Likewise.
33949         * math/w_log10l.c: Likewise.
33950         * math/w_log2.c: Likewise.
33951         * math/w_log2f.c: Likewise.
33952         * math/w_log2l.c: Likewise.
33953         * math/w_logf.c: Likewise.
33954         * math/w_logl.c: Likewise.
33955         * math/w_pow.c: Likewise.
33956         * math/w_powf.c: Likewise.
33957         * math/w_powl.c: Likewise.
33958         * math/w_remainder.c: Likewise.
33959         * math/w_remainderf.c: Likewise.
33960         * math/w_remainderl.c: Likewise.
33961         * math/w_scalb.c: Likewise.
33962         * math/w_scalbf.c: Likewise.
33963         * math/w_scalbl.c: Likewise.
33964         * math/w_sinh.c: Likewise.
33965         * math/w_sinhf.c: Likewise.
33966         * math/w_sinhl.c: Likewise.
33967         * math/w_sqrt.c: Likewise.
33968         * math/w_sqrtf.c: Likewise.
33969         * math/w_sqrtl.c: Likewise.
33970         * math/w_tgamma.c: Likewise.
33971         * math/w_tgammaf.c: Likewise.
33972         * math/w_tgammal.c: Likewise.
33973
33974         * po/ja.po: Update from translation team.
33975
33976 2011-09-29  Andreas Jaeger  <aj@suse.de>
33977
33978         [BZ #13179]
33979         * sunrpc/netname.c (netname2host): Fix logic.
33980
33981         [BZ #6779]
33982         [BZ #6783]
33983         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
33984         correctly.
33985         * math/w_remainder.c (__remainder): Likewise.
33986         * math/w_remainderf.c (__remainderf): Likewise.
33987         * math/libm-test.inc (remainder_test): Add test cases.
33988
33989 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33990
33991         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
33992         sdiv_qrnnd.
33993
33994 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
33995
33996         * string/test-memcmp.c: Avoid unncessary #defines.
33997         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
33998
33999 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34000
34001         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
34002         Use new sse2 version for core i3 - i7 as it's faster
34003         than sse42 version.
34004         (bit_Prefer_PMINUB_for_stringop): New.
34005         * sysdeps/x86_64/rawmemchr.S: Update.
34006         Replace with faster SSE2 version.
34007         * sysdeps/x86_64/memrchr.S: New file.
34008         * sysdeps/x86_64/memchr.S: Update.
34009         Replace with faster SSE2 version.
34010
34011 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
34012
34013         * elf/dl-load.c (lose): Add cast to avoid warning.
34014
34015 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
34016
34017         * po/ca.po: Update from translation team.
34018
34019         * inet/getnetgrent_r.c: Hook up nscd.
34020         * nscd/Makefile (routines): Add nscd_netgroup.
34021         (nscd-modules): Add netgroupcache.
34022         (CFLAGS-netgroupcache.c): Define.
34023         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
34024         (cache_search): Add const to second parameter.
34025         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
34026         INNETGR.
34027         (dbs): Add netgrdb entry.
34028         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
34029         (verify_persistent_db): Handle netgrdb.
34030         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
34031         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
34032         GETFDNETGR.
34033         (netgroup_response_header): Define.
34034         (innetgroup_response_header): Define.
34035         (datahead): Add netgroup_response_header and innetgroup_response_header
34036         elements.
34037         * nscd/nscd.conf: Add entries for netgroup cache.
34038         * nscd/nscd.h (dbtype): Add netgrdb.
34039         (_PATH_NSCD_NETGROUP_DB): Define.
34040         (netgroup_iov_disabled): Declare.
34041         (xmalloc, xcalloc, xrealloc): Move declarations here.
34042         (cache_search): Adjust prototype.
34043         Add netgroup-related prototypes.
34044         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
34045         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
34046         (__nscd_innetgr): Declare.
34047         * nscd/selinux.c (perms): Use access_vector_t as element type and
34048         add netgroup-related initializers.
34049         * nscd/netgroupcache.c: New file.
34050         * nscd/nscd_netgroup.c: New file.
34051         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
34052         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
34053         For four parameters use innetgr.
34054         * nss/nss_files/files-init.c: Add definition and callback for netgr.
34055         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
34056         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
34057         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
34058
34059         * nscd/connections.c (register_traced_file): Don't register file
34060         for disabled databases.
34061
34062 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
34063
34064         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
34065
34066         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
34067         from tree and freeing node.
34068
34069 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
34070
34071         * nss/nsswitch.c (__nss_database_lookup): Handle
34072         nss_parse_service_list out of memory case.
34073
34074 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
34075
34076         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
34077         out of memory case.
34078
34079 2011-10-04  Andreas Schwab  <schwab@redhat.com>
34080
34081         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
34082         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
34083         pass it down.
34084         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
34085         elf_machine_rela, elf_machine_lazy_rel.
34086         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
34087         (ELF_DYNAMIC_DO_REL): Likewise.
34088         (ELF_DYNAMIC_DO_RELA): Likewise.
34089         (ELF_DYNAMIC_RELOCATE): Likewise.
34090         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
34091         to ELF_DYNAMIC_DO_REL.
34092         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
34093         (dl_main): In trace mode always set __RTLD_NOIFUNC.
34094         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
34095         elf_machine_rela.
34096         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
34097         skip_ifunc, don't call ifunc function if non-zero.
34098         (elf_machine_rela): Likewise.
34099         (elf_machine_lazy_rel): Likewise.
34100         (elf_machine_lazy_rela): Likewise.
34101         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
34102         (elf_machine_lazy_rel): Likewise.
34103         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
34104         Likewise.
34105         (elf_machine_lazy_rel): Likewise.
34106         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34107         Likewise.
34108         (elf_machine_lazy_rel): Likewise.
34109         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
34110         (elf_machine_lazy_rel): Likewise.
34111         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
34112         (elf_machine_lazy_rel): Likewise.
34113         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
34114         (elf_machine_lazy_rel): Likewise.
34115         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
34116         (elf_machine_lazy_rel): Likewise.
34117         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
34118         (elf_machine_lazy_rel): Likewise.
34119         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
34120         (elf_machine_lazy_rel): Likewise.
34121
34122 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
34123
34124         * nss/nss_files/files-init.c (_nss_files_init): Use static
34125         initialization for all the *_traced_file variables.
34126
34127 2011-09-28  Andreas Schwab  <schwab@redhat.com>
34128
34129         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
34130
34131 2011-09-27  Roland McGrath  <roland@hack.frob.com>
34132
34133         [BZ #13226]
34134         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
34135
34136 2011-09-27  Andreas Schwab  <schwab@redhat.com>
34137
34138         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
34139         Reread the line before reparsing it.
34140
34141 2011-09-26  Andreas Schwab  <schwab@redhat.com>
34142
34143         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
34144
34145 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
34146             Maxim Kuvyrkov  <maxim@codesourcery.com>
34147             Joseph Myers  <joseph@codesourcery.com>
34148
34149         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
34150         if needed for __stack_chk_guard.
34151
34152 2011-09-19  Roland McGrath  <roland@hack.frob.com>
34153
34154         * sysdeps/posix/spawni.c (script_execute): Always define it.
34155         It will be optimized away if unused.
34156         (maybe_script_execute): New function.
34157         (__spawni): Call it.
34158
34159         * Makerules: Don't include tls.make.
34160         (config-tls): Always set to thread.
34161         * tls.make.c: File removed.
34162
34163 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
34164
34165         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
34166         * config.make.in (CPPFLAGS-config): New substituted variable.
34167
34168 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
34169
34170         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
34171
34172         [BZ #13192]
34173         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
34174         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
34175
34176 2011-09-15  Roland McGrath  <roland@hack.frob.com>
34177
34178         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
34179         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
34180         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
34181         (CALL_FAIL): Likewise.
34182         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
34183         (CALL_FAIL): Macro removed.
34184         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
34185
34186 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
34187
34188         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
34189         for __FINITE_MATH_ONLY__ == 1.
34190
34191 2011-09-15  Andreas Schwab  <schwab@redhat.com>
34192
34193         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
34194         __ieee754_sqrt instead of sqrt.
34195         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
34196         __ieee754_sqrtf instead of sqrtf.
34197         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
34198         __floorf instead of floorf.
34199         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
34200         __floorf, __truncf instead of floorf, truncf.
34201
34202 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
34203
34204         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
34205
34206         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
34207         __extern_always_inline.
34208         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
34209         32-bit.
34210
34211 2011-09-14  Andreas Schwab  <schwab@redhat.com>
34212
34213         * elf/rtld.c (dl_main): Also relocate in dependency order when
34214         doing symbol dependency testing.
34215
34216 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
34217
34218         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34219         Always define `refsym'.
34220
34221 2011-09-13  Andreas Schwab  <schwab@redhat.com>
34222
34223         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
34224         (__FD_ELT): Renamed from __FDELT.
34225         * misc/bits/select2.h (__FD_ELT): Likewise.
34226         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
34227         __FD_MASK instead of __FDELT, __FDMASK.
34228         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
34229         Likewise.
34230         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
34231         Likewise.
34232
34233         * elf/Makefile (gen-ldd): Fix pattern.
34234
34235         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
34236         (init_tls): Likewise.
34237
34238 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
34239
34240         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
34241
34242 2011-09-12  Andreas Schwab  <schwab@redhat.com>
34243
34244         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
34245         `struct cmsghdr *' instead of `void *'.
34246         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
34247         Likewise.
34248
34249 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
34250
34251         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
34252         if non-absolute.
34253         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
34254         ldd_rewrite_script.
34255
34256 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
34257
34258         * configure.in: Remove --with-tls option.
34259         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
34260         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
34261         out in case it is missing.
34262         * sysdeps/ia64/elf/configure.in: Likewise.
34263         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
34264         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
34265         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
34266         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
34267         * sysdeps/sh/elf/configure.in: Likewise.
34268         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
34269         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
34270         * sysdeps/x86_64/elf/configure.in: Likewise.
34271         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
34272         * sysdeps/mach/hurd/tls.h: Likewise.
34273
34274         [BZ #13067]
34275         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
34276
34277         [BZ #13090]
34278         * configure.in: Fix use of AC_INIT.
34279
34280         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
34281
34282 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
34283
34284         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
34285         __set_errno.
34286         * malloc/hooks.c: Likewise.
34287
34288         [BZ #11929]
34289         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
34290         variables statically.
34291         (narenas): Initialize.
34292         (list_lock): Initialize.
34293         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
34294         initializtion of main_arena and list_lock.  Small cleanups.
34295         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
34296         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
34297         Add initializers to main_arena and mp_.
34298         (malloc_state): Remove pagesize member.  Change all users to use
34299         GLRO(dl_pagesize).
34300
34301         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
34302         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
34303         is always initialized.
34304
34305         * malloc/malloc.c: Removed unused configurations and dead code.
34306         * malloc/arena.c: Likewise.
34307         * malloc/hooks.c: Likewise.
34308         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
34309
34310         * include/tls.h: Removed.  USE___THREAD must always be defined.
34311         * bits/libc-tsd.h: Don't handle !USE___THREAD.
34312         * elf/dl-libc.c: Likewise.
34313         * elf/dl-tsd.c: Likewise.
34314         * include/errno.h: Likewise.
34315         * include/netdb.h: Likewise.
34316         * include/resolv.h: Likewise.
34317         * inet/herrno-loc.c: Likewise.
34318         * inet/herrno.c: Likewise.
34319         * malloc/arena.c: Likewise.
34320         * malloc/hooks.c: Likewise.
34321         * malloc/malloc.c: Likewise.
34322         * resolv/res-state.c: Likewise.
34323         * resolv/res_libc.c: Likewise.
34324         * sysdeps/i386/dl-machine.h: Likewise.
34325         * sysdeps/ia64/dl-machine.h: Likewise.
34326         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
34327         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34328         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
34329         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
34330         * sysdeps/sh/dl-machine.h: Likewise.
34331         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
34332         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
34333         * sysdeps/unix/i386/sysdep.S: Likewise.
34334         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
34335         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
34336         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
34337         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
34338         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
34339         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
34340         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
34341         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
34342         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
34343         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
34344         * sysdeps/unix/x86_64/sysdep.S: Likewise.
34345         * sysdeps/x86_64/dl-machine.h: Likewise.
34346         * tls.make.c: Likewise.
34347
34348         * configure.in: Remove --with-__thread option.  Make tests for
34349         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
34350         tls_model attribute fail if no support is available.  Remove
34351         USE_IN_LIBIO.
34352         * Makeconfig: Adjust for dropped configure option.  All features are
34353         now mandatory.
34354         * Makerules: Likewise.
34355         * Versions.def: Likewise.
34356         * argp/argp-fmtstream.c: Likewise.
34357         * argp/argp-fmtstream.h: Likewise.
34358         * argp/argp-help.c: Likewise.
34359         * assert/assert.c: Likewise.
34360         * config.h.in: Likewise.
34361         * config.make.in: Likewise.
34362         * configure: Likewise.
34363         * configure.in: Likewise.
34364         * csu/Versions: Likewise.
34365         * csu/init.c: Likewise.
34366         * elf/tst-audit2.c: Likewise.
34367         * elf/tst-tls10.c: Likewise.
34368         * elf/tst-tls10.h: Likewise.
34369         * elf/tst-tls11.c: Likewise.
34370         * elf/tst-tls12.c: Likewise.
34371         * elf/tst-tls14.c: Likewise.
34372         * elf/tst-tlsmod11.c: Likewise.
34373         * elf/tst-tlsmod12.c: Likewise.
34374         * elf/tst-tlsmod13.c: Likewise.
34375         * elf/tst-tlsmod13a.c: Likewise.
34376         * elf/tst-tlsmod14a.c: Likewise.
34377         * elf/tst-tlsmod15b.c: Likewise.
34378         * elf/tst-tlsmod16a.c: Likewise.
34379         * elf/tst-tlsmod16b.c: Likewise.
34380         * elf/tst-tlsmod7.c: Likewise.
34381         * elf/tst-tlsmod8.c: Likewise.
34382         * elf/tst-tlsmod9.c: Likewise.
34383         * gmon/gmon.c: Likewise.
34384         * grp/fgetgrent_r.c: Likewise.
34385         * grp/putgrent.c: Likewise.
34386         * hurd/fopenport.c: Likewise.
34387         * include/libc-symbols.h: Likewise.
34388         * include/tls.h: Likewise.
34389         * intl/gettextP.h: Likewise.
34390         * intl/loadinfo.h: Likewise.
34391         * locale/global-locale.c: Likewise.
34392         * locale/localeinfo.h: Likewise.
34393         * mach/devstream.c: Likewise.
34394         * malloc/arena.c: Likewise.
34395         * malloc/set-freeres.c: Likewise.
34396         * misc/err.c: Likewise.
34397         * misc/getttyent.c: Likewise.
34398         * misc/mntent_r.c: Likewise.
34399         * posix/getopt.c: Likewise.
34400         * posix/wordexp.c: Likewise.
34401         * pwd/fgetpwent_r.c: Likewise.
34402         * resolv/Versions: Likewise.
34403         * resolv/res_hconf.c: Likewise.
34404         * shadow/fgetspent_r.c: Likewise.
34405         * shadow/putspent.c: Likewise.
34406         * stdio-common/printf_fphex.c: Likewise.
34407         * stdio-common/tmpfile.c: Likewise.
34408         * stdlib/abort.c: Likewise.
34409         * stdlib/fmtmsg.c: Likewise.
34410         * sunrpc/auth_unix.c: Likewise.
34411         * sunrpc/clnt_perr.c: Likewise.
34412         * sunrpc/clnt_tcp.c: Likewise.
34413         * sunrpc/clnt_udp.c: Likewise.
34414         * sunrpc/clnt_unix.c: Likewise.
34415         * sunrpc/openchild.c: Likewise.
34416         * sunrpc/svc_simple.c: Likewise.
34417         * sunrpc/svc_tcp.c: Likewise.
34418         * sunrpc/svc_udp.c: Likewise.
34419         * sunrpc/svc_unix.c: Likewise.
34420         * sunrpc/xdr.c: Likewise.
34421         * sunrpc/xdr_array.c: Likewise.
34422         * sunrpc/xdr_rec.c: Likewise.
34423         * sunrpc/xdr_ref.c: Likewise.
34424         * sunrpc/xdr_stdio.c: Likewise.
34425
34426 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
34427
34428         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
34429
34430 2011-07-03  Andreas Jaeger  <aj@suse.de>
34431
34432         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
34433         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
34434         regenerate with gen-libm-tests.pl.
34435
34436 2010-05-12  Petr Baudis  <pasky@suse.cz>
34437
34438         [BZ #11589]
34439         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
34440         around j0() zero points by switching to j1().
34441         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
34442         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
34443         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
34444         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
34445
34446 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
34447
34448         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
34449         instead of 0.
34450         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
34451         instead of 0.
34452         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
34453         Patch in part by Pavel Roskin <proski@gnu.org>.
34454
34455         [BZ #13138]
34456         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
34457         realloc.
34458         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
34459         Free memory block if necessary.
34460
34461         [BZ #12847]
34462         * libio/genops.c (INTDEF): For string streams the _lock pointer can
34463         be NULL.  Don't lock in this case.
34464
34465 2011-09-09  Roland McGrath  <roland@hack.frob.com>
34466
34467         * elf/elf.h (ELFOSABI_GNU): New macro.
34468         (ELFOSABI_LINUX): Define to that.
34469
34470 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
34471
34472         * string/strncat.c (strncat): Undef the symbol in case it has been
34473         defined in bits/string.h.
34474
34475 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
34476
34477         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
34478
34479         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
34480         link map.
34481
34482 2011-08-17  Andreas Jaeger  <aj@suse.de>
34483
34484         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
34485
34486 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
34487             Ian Lance Taylor  <iant@google.com>
34488
34489         * math/libm-test.inc (lround_test): New testcase.
34490         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
34491
34492 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
34493
34494         * Makefile: Remove support for automatic cvs check-ins.
34495         * Makerules: Likewise.
34496         * config.make.in: Likewise.
34497         * configure.in: Likewise.
34498         * intl/Makefile: Likewise.
34499         * locale/Makefile: Likewise.
34500         * po/Makefile: Likewise.
34501         * posix/Makefile: Likewise.
34502         * sysdeps/gnu/Makefile: Likewise.
34503         * sysdeps/mach/hurd/Makefile: Likewise.
34504         * sysdeps/sparc/sparc32/Makefile: Likewise.
34505
34506         [BZ #13118]
34507         * posix/Makefile (bug-regex32-ENV): Define.
34508         Patch by John Stanley <jpsinthemix@verizon.net>.
34509
34510         * misc/Makefile (headers): Add bits/select2.h.
34511         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
34512         * misc/bits/select2.h: New file.
34513         * include/bits/select2.h: New file.
34514         * debug/Makefile (routines): Add fdelt_chk.
34515         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
34516         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
34517         FD_ISSET.
34518         * debug/fdelt_chk.c: New file.
34519
34520         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
34521         * wcsmbs/test-wmemcmp.c: Likewise.
34522         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
34523         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
34524
34525 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34526
34527         * string/Makefile (strop-tests): Add memcmp.
34528         * string/test-wmemcmp.c: New file.
34529         * string/test-memcmp.c: Add wmemcmp support.
34530
34531 2011-09-08  Roland McGrath  <roland@hack.frob.com>
34532
34533         [BZ #13153]
34534         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
34535         2011-07-19 change.
34536
34537         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
34538         garbage value in a __mach_port_mod_refs call in the cases of the
34539         task-self and thread-self ports.
34540
34541 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34542
34543         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
34544
34545 2011-09-08  Andreas Schwab  <schwab@redhat.com>
34546
34547         * elf/dl-load.c (lose): Check for non-null L.
34548
34549 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
34550
34551         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
34552
34553         * elf/dl-libc.c (dlerror_run): Pass back error code from
34554         dl_catch_error.
34555
34556         [BZ #13123]
34557         * elf/dl-load.c (lose): Free l_origin if it is valid.
34558
34559         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
34560         names.
34561         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
34562         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
34563         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
34564         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
34565         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
34566         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
34567
34568 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34569
34570         * sysdeps/powerpc/fpu/e_hypot.c: New file.
34571         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
34572         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
34573         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
34574         * sysdeps/powerpc/fpu/k_cosf.c: New file.
34575         * sysdeps/powerpc/fpu/k_sinf.c: New file.
34576         * sysdeps/powerpc/fpu/s_cosf.c: New file.
34577         * sysdeps/powerpc/fpu/s_sinf.c: New file.
34578         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
34579         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
34580
34581 2011-08-15  Alan Modra  <amodra@gmail.com>
34582
34583         [BZ #13092]
34584         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
34585         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
34586         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
34587         ppc_mcount to static-only-routines.
34588         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
34589         __mcount_internal.
34590         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
34591         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
34592
34593 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
34594
34595         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
34596         for finite and infinity parameters.
34597
34598 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
34599
34600         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
34601         and add nop instructions for throughput optimization.
34602         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34603
34604 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
34605
34606         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
34607         aligned copy for power7 with vector-scalar instructions.
34608         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
34609
34610 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
34611
34612         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
34613         AVX check.
34614
34615 2011-09-07  Andreas Schwab  <schwab@redhat.com>
34616
34617         [BZ #13144]
34618         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
34619         last change.
34620
34621 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
34622
34623         * sysdeps/unix/sysv/linux/x86_64/init-first.c
34624         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
34625         syscall wrapper around clock_gettime in __vdso_clock_gettime.
34626         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
34627         clock_gettime.
34628
34629 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
34630
34631         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
34632         Forgot to demangle the pointer.
34633
34634         * sysdeps/i386/sysdep.h: Define atom_text_section.
34635         * sysdeps/x86_64/sysdep.h: Likewise.
34636         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
34637         section with atom_text_section.
34638         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
34639         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
34640         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
34641         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
34642         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
34643
34644         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
34645         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
34646         already be defined.  Change to take two parameters and don't assign
34647         result to variable.  Adjust all users.
34648         Define INTERNAL_GETTIME if not already defined.
34649         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
34650         call.
34651         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
34652         HAVE_CLOCK_GETTIME_VSYSCALL.
34653         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
34654
34655         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
34656         gettimeofday vsyscall, just use time.
34657
34658 2011-09-06  Andreas Schwab  <schwab@redhat.com>
34659
34660         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
34661         <errno.h>.
34662
34663 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
34664
34665         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
34666         syscall on x86-64.
34667         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
34668         syscall.
34669         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
34670         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
34671         syscall if possible.
34672
34673 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
34674
34675         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
34676         e_ident.  Don't pass to find_mapsXX.
34677         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
34678
34679 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
34680
34681         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34682         strchr-sse2-no-bsf strrchr-sse2-no-bsf
34683         * sysdeps/x86_64/multiarch/strchr.S: Update.
34684         Check bit_slow_BSF bit.
34685         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34686         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
34687         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
34688
34689 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
34690
34691         [BZ #13134]
34692         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
34693         before glibc 2.15.
34694         (tryshell): Define.
34695         (__spawni): Change last parameter to be flag.  Test
34696         SPAWN_XFLAGS_USE_PATH flag to use path or not.
34697         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
34698         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
34699         * posix/spawni.c: Likewise.
34700         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
34701         * posix/spawnp.c: Likewise.  Change normal version to use
34702         SPAWN_XFLAGS_USE_PATH.
34703         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
34704         SPAWN_XFLAGS_TRY_SHELL.
34705
34706         [BZ #13150]
34707         * posix/glob.h: Remove gcc 1.x support.
34708
34709         [BZ #13068]
34710         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
34711
34712 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
34713
34714         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
34715         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
34716         strrchr-sse2-bsf
34717         * sysdeps/i386/i686/multiarch/strchr.S: New file.
34718         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
34719         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
34720         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
34721         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
34722         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
34723
34724 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34725
34726         * sysdeps/x86_64/wcscmp.S: New file.
34727
34728         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
34729         wcscmp-c wcscmp-sse2
34730         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
34731         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
34732         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
34733         * wcsmbs/wcscmp.c: Allow renaming.
34734
34735 2011-09-05  David S. Miller  <davem@davemloft.net>
34736
34737         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
34738         stack slot, rather than the struct return pointer slot.
34739         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
34740         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
34741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
34742         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
34743
34744 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
34745
34746         * po/ja.po: Update from translation team.
34747
34748         [BZ #13144]
34749         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
34750         kernel in 64-bit binaries.
34751
34752 2011-09-01  David S. Miller  <davem@davemloft.net>
34753
34754         * elf/elf.h (HWCAP_SPARC_*): Move to..
34755         * sysdeps/sparc/sysdep.h: this new file and add new values.
34756         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
34757         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
34758         _DL_HWCAP_COUNT to 24.
34759         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34760         entries.
34761         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
34762         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
34763         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
34764         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
34765         instead of magic constants.
34766         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34767
34768 2011-08-31  David S. Miller  <davem@davemloft.net>
34769
34770         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
34771         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
34772         Reimplement to do errno handling inline.
34773         (SYSCALL_ERROR_HANDLER): New macro.
34774         (__SYSCALL_STRING): Do not do errno handling in asm.
34775         (__CLONE_SYSCALL_STRING): Delete.
34776         (__INTERNAL_SYSCALL_STRING): Delete.
34777         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
34778         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
34779         (PSEUDO): Reimplement to do errno handling inline.
34780         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
34781         (SYSCALL_ERROR_HANDLER): New macro.
34782         (__SYSCALL_STRING): Do not do errno handling in asm.
34783         (__CLONE_SYSCALL_STRING): Delete.
34784         (__INTERNAL_SYSCALL_STRING): Delete.
34785         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
34786         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
34787         i386.
34788         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
34789         (inline_syscall*): Add 'err' argument.
34790         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
34791         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
34792         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
34793         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
34794
34795         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
34796         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
34797
34798 2011-08-30  Andreas Schwab  <schwab@redhat.com>
34799
34800         * elf/rtld.c (dl_main): Relocate objects in dependency order.
34801
34802 2011-08-29  Jiri Olsa <jolsa@redhat.com>
34803
34804         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
34805         directive.
34806
34807 2011-08-24  David S. Miller  <davem@davemloft.net>
34808
34809         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
34810
34811 2011-08-24  Andreas Schwab  <schwab@redhat.com>
34812
34813         * elf/Makefile: Add rules to build and run unload8 test.
34814         * elf/unload8.c: New file.
34815         * elf/unload8mod1.c: New file.
34816         * elf/unload8mod1x.c: New file.
34817         * elf/unload8mod2.c: New file.
34818         * elf/unload8mod3.c: New file.
34819
34820         * elf/dl-close.c (_dl_close_worker): Reset private search list if
34821         it wasn't used.
34822
34823 2011-08-23  David S. Miller  <davem@davemloft.net>
34824
34825         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
34826         subtract stack bias.
34827         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
34828         %sp not %fp in calculations.
34829         (_JMPBUF_UNWINDS_ADJ): Likewise.
34830
34831         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
34832         (aio_suspend): Call it to force an exception region around the
34833         AIO_MISC_WAIT() invocation.
34834
34835 2011-08-23  Andreas Schwab  <schwab@redhat.com>
34836
34837         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
34838         backslash.
34839
34840 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
34841
34842         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
34843         protection macro.
34844         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
34845         and <dl-machine.h>.
34846         (Elf64_FuncDesc): Remove.
34847
34848 2011-08-22  David S. Miller  <davem@davemloft.net>
34849
34850         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
34851         sigaltstack check, add missing cfi directives.
34852         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
34853         missing cfi directives, and sigaltstack handling.
34854
34855 2011-08-16  Andreas Schwab  <schwab@redhat.com>
34856
34857         [BZ #11724]
34858         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
34859         object is seen twice.
34860         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34861
34862         * elf/Makefile (distribute): Add tst-initorder2.c.
34863         (tests): Add tst-initorder2.
34864         (modules-names): Add tst-initorder2a tst-initorder2b
34865         tst-initorder2c tst-initorder2d.  Add rules to build them.
34866         ($(objpfx)tst-initorder2.out): New rule.
34867         * elf/tst-initorder2.c: New file.
34868         * elf/tst-initorder2.exp: New file.
34869
34870 2011-08-22  Andreas Schwab  <schwab@redhat.com>
34871
34872         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
34873
34874         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
34875         dependencies back to end of function.
34876
34877         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
34878         $(elfobjdir)/ld.so.
34879
34880 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
34881
34882         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
34883         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
34884         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
34885         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
34886         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
34887         of __vdso_gettimeofday.
34888         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
34889         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
34890         attribute_hidden.
34891         (_libc_vdso_platform_setup): Remove initialization of
34892         __vdso_gettimeofday and __vdso_time.
34893
34894 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
34895
34896         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
34897         and fgetc_unlocked.
34898         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
34899         getc_unlocked.
34900
34901         * elf/dl-open.c (add_to_global): Report additions to the global scope
34902         for LD_DEBUG=scopes.
34903         (dl_open_worker): Also print scope of newly loaded dependencies.
34904         (_dl_show_scope): Indicate if there is no scope.
34905
34906         [BZ #13114]
34907         * stdio-common/Makefile (tests): Add bug24.
34908         * stdio-common/bug24.c: New file.
34909
34910 2011-08-19  Andreas Jaeger  <aj@suse.de>
34911
34912         [BZ #13114]
34913         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
34914         non-existant file when using close-on-exec mode.
34915
34916 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
34917
34918         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
34919         the very first instruction.
34920
34921         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
34922         the CFI state in the end.
34923         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
34924         inclusion of dl-trampoline.h.
34925         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
34926
34927 2011-08-19  Andreas Schwab  <schwab@redhat.com>
34928
34929         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
34930         expectations for long double.
34931
34932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
34933         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
34934
34935 2011-08-14  David S. Miller  <davem@davemloft.net>
34936
34937         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
34938         artificual limit depends upon the system page size.
34939
34940 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
34941
34942         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
34943         * resolv/Makefile: Define CFLAGS-libresolv.
34944
34945 2011-08-17  Andreas Schwab  <schwab@redhat.com>
34946
34947         * nss/makedb.c (compute_tables): Make variables used in nested
34948         function static.
34949
34950 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
34951
34952         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
34953         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
34954         if buffer was too small.
34955
34956         * elf/pldd.c (main): Attach to all threads in the process.
34957         Rewrite /proc handling to use *at functions.
34958
34959 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
34960
34961         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
34962         specifies first scope to show.
34963         (dl_open_worker): Update callers.  Move printing scope of new
34964         object to before the relocation.
34965         * elf/rtld.c (dl_main): Update _dl_show_scope call.
34966         * sysdeps/generic/ldsodefs.h: Update declaration.
34967
34968         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
34969         string for the scope number.
34970
34971 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
34972
34973         * nscd/servicescache.c (cache_addserv): Make sure written is always
34974         initialized.
34975
34976 2011-08-14  Roland McGrath  <roland@hack.frob.com>
34977
34978         * sysdeps/i386/i486/bits/atomic.h
34979         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
34980         statement expression, so as to suppress "set but not used" warning.
34981         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
34982
34983         * string/strncat.c (STRNCAT): Use prototype definition.
34984
34985         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
34986         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
34987         -Iprograms here.
34988         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
34989         (localedef-modules): Add localedef.
34990         (locale-modules): Add locale.
34991
34992         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
34993         * elf/rtld.c (dl_main): Invert order of assignment in last change,
34994         to avoid a warning.
34995
34996 2011-08-14  David S. Miller  <davem@davemloft.net>
34997
34998         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
34999         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
35000
35001 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
35002
35003         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
35004         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
35005         * elf/rtld.c (dl_main): Set l_name of vDSO.
35006         Call _dl_show_scope when DL_DEBUG_SCOPES.
35007         (process_dl_debug): Recognize scopes flag and also set it for all.
35008         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
35009         Declare _dl_show_scope.
35010
35011         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
35012         (do_dlopen): Pass caller_dlopen to dl_open.
35013         (__libc_dlopen_mode): Initialize caller_dlopen.
35014
35015         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
35016         of libc.  Make tolower call locale-independent.  Optimize a bit by
35017         using isdigit instead of isalnum.
35018         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
35019
35020 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
35021
35022         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
35023         was a dependency or dynamically loaded.
35024
35025 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
35026
35027         * intl/l10nflist.c: Allow architecture-specific pop function.
35028         * sysdeps/x86_64/l10nflist.c: New file.
35029
35030         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
35031         classification.
35032
35033 2011-08-10  Andreas Schwab  <schwab@redhat.com>
35034
35035         * include/dirent.h: Add libc_hidden_proto for scandirat and
35036         scandirat64.  Don't declare __scandirat64.
35037         * dirent/scandirat.c: Add libc_hidden_def.
35038         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
35039         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
35040
35041 2011-08-10  David S. Miller  <davem@davemloft.net>
35042
35043         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
35044         enum.
35045         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
35046         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
35047         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
35048
35049 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
35050
35051         * Versions.def [libc]: Add GLIBC_2.15.
35052         * dirent/Makefile (routines): Add scandirat and scandirat64.
35053         * dirent/Versions [libc]: Export scandirat and scandirat64 for
35054         GLIBC_2.15.
35055         * dirent/dirent.h: Declare scandirat and scandirat64.
35056         * dirent/scandirat.c: New file.
35057         * dirent/scandirat64.c: New file.
35058         * sysdeps/wordsize-64/scandirat.c: New file.
35059         * sysdeps/wordsize-64/scandirat64.c: New file.
35060         * dirent/opendir.c: Define opendirat.
35061         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
35062         using scandirat.
35063         * dirent/scandir64.c: Adjust for scandir.c change.
35064         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
35065         __scandirat64, and __scandir_cancel_handler.
35066         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
35067         additional parameter and use openat instead of open (outside of ld.so).
35068         Add new __opendir as wrapper around __opendirat.
35069         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
35070         here without requiring old scandirat implementation.
35071
35072 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
35073
35074         * dirent/scandir.c (cancel_handler): Renamed to
35075         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
35076         defined.  Adjust users.
35077         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
35078         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
35079
35080 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
35081
35082         * string/test-string.h (IMPL): Use __STRING to expand name and then
35083         stringify it.
35084
35085         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
35086         of cleanups.
35087
35088 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35089
35090         * string/Makefile: Update.
35091         (strop-tests): Append strncat.
35092         * string/test-wcscmp.c: New file.
35093         New comprehensive test for wcscmp.
35094         * string/test-strcmp.c: Update.
35095         (WIDE): New define.
35096
35097 2011-07-22  Andreas Schwab  <schwab@redhat.com>
35098
35099         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
35100         line.
35101
35102 2011-07-26  Andreas Schwab  <schwab@redhat.com>
35103
35104         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
35105         encoding to ACE if AI_IDN.
35106
35107 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
35108
35109         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
35110         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
35111
35112 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
35113
35114         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
35115         Fix overflow bug in strncat.
35116         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
35117
35118         * string/test-strncat.c: Update.
35119         Add new tests for checking overflow bugs.
35120
35121 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
35122
35123         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35124         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
35125         * sysdeps/i386/i686/multiarch/strcat.S: New file.
35126         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
35127         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
35128         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
35129         * sysdeps/i386/i686/multiarch/strncat.S: New file.
35130         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
35131         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
35132
35133         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
35134         (USE_AS_STRCAT): Define.
35135         Add strcat and strncat support.
35136         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
35137
35138 2011-07-25  Andreas Schwab  <schwab@redhat.com>
35139
35140         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
35141         __n bigger than INT_MAX+1.
35142         (__strncmp_g): Likewise.
35143
35144 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
35145
35146         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
35147         * libio/stido.h: Likewise.
35148
35149         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
35150         (AF_NFC): Define.
35151         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
35152         (AF_NFC): Define.
35153
35154         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
35155         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
35156         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
35157         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
35158         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
35159
35160         [BZ #13021]
35161         * scripts/test-installation.pl: Don't expect libnss_test1 to be
35162         installed.
35163
35164         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
35165         typo.
35166         (_dl_x86_64_save_sse): Likewise.
35167
35168 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
35169
35170         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
35171         OSXSAVE.
35172         (_dl_x86_64_save_sse): Likewise.
35173
35174         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
35175
35176         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
35177
35178 2011-07-21  Andreas Schwab  <schwab@redhat.com>
35179
35180         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
35181         change.
35182         (_dl_x86_64_save_sse): Use correct AVX check.
35183
35184 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35185
35186         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
35187         bug in strncpy/strncat.
35188         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
35189
35190 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
35191
35192         * string/tester.c (test_strcat): Add tests for different alignments
35193         of source and destination.
35194         (test_strncat): Likewise.
35195
35196 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
35197
35198         [BZ #12852]
35199         * posix/glob.c (glob): Check passed in values before using them in
35200         expressions to avoid some overflows.
35201         (glob_in_dir): Likewise.
35202
35203         [BZ #13007]
35204         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
35205         check for AVX enablement so that we don't crash with old kernels and
35206         new hardware.
35207         * elf/tst-audit4.c: Add same checks here.
35208         * elf/tst-audit6.c: Likewise.
35209
35210         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
35211
35212 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
35213
35214         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
35215
35216 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
35217
35218         * po/cs.po: Update from translation team.
35219         * po/bg.po: Likewise.
35220
35221 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
35222
35223         * misc/sys/cdefs.h: Add support for const attribute.
35224         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
35225         to gnu_dev_{major,minor,makedev} functions.
35226
35227 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
35228
35229         * intl/dcigettext.c (get_output_charset): Add missing bracket.
35230
35231 2011-07-20  Andreas Schwab  <schwab@redhat.com>
35232
35233         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
35234         strlen results.
35235
35236 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35237
35238         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
35239         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
35240         register in order to avoid conflicts with the soft frame pointer
35241         being held in r11 when necessary.
35242         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
35243         (INTERNAL_VSYSCALL_NCS): Likewise.
35244
35245 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
35246
35247         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
35248         * elf/dl-fini.c (_dl_fini): Adjust caller.
35249         * elf/dl-close.c (_dl_close_worker): Likewise.
35250         * sysdeps/generic/ldsodefs.h: Adjust declaration.
35251
35252 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
35253
35254         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
35255         "aux_cache->nlibs < 0".
35256
35257         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
35258         in the reload-count case.
35259
35260 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
35261
35262         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35263         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
35264         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
35265         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
35266         * sysdeps/x86_64/multiarch/strcat.S: New file.
35267         * sysdeps/x86_64/multiarch/strncat.S: New file.
35268         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
35269         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
35270         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
35271         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
35272         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
35273         (USE_AS_STRCAT): Define.
35274         Add strcat and strncat support.
35275         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
35276         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
35277         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
35278         * string/strncat.c: Update.
35279         (USE_AS_STRNCAT): Define.
35280         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35281         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
35282         and i7.
35283         * sysdeps/x86_64/multiarch/init-arch.h
35284         (bit_Prefer_PMINUB_for_stringop): New.
35285         (index_Prefer_PMINUB_for_stringop): Likewise.
35286         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
35287         bit_Prefer_PMINUB_for_stringop.
35288
35289 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
35290
35291         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
35292         buffer64.
35293         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
35294         of casting of buffer.
35295         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
35296         buffer32 and buffer64.
35297         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
35298         writes instead of casting of buffer.
35299         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
35300         buffer32.
35301         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
35302         casting of buffer.
35303
35304 2011-07-19  Andreas Schwab  <schwab@redhat.com>
35305
35306         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
35307
35308 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
35309
35310         * nscd/nscd.c (termination_handler): Don't do anything for a database
35311         if it has not yet been initialized.
35312
35313 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
35314
35315         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
35316
35317 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
35318
35319         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
35320
35321 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
35322
35323         * po/nl.po: Update from translation team.
35324         * po/sv.po: Likewise.
35325
35326 2011-07-16  Roland McGrath  <roland@hack.frob.com>
35327
35328         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
35329         now disallowed by GCC.
35330
35331         * configure.in (use-default-link): Default to yes if a test -shared
35332         link meets our qualifications.
35333         * configure: Regenerated.
35334
35335         * config.make.in (output-format): New variable.
35336         * configure.in: Check for ld --print-output-format support.
35337         * configure: Regenerated.
35338         * Makerules ($(common-objpfx)format.lds)
35339         [$(output-format) != unknown]: Just use $(output-format),
35340         instead of the linker-script munging.
35341
35342 2011-07-14  Roland McGrath  <roland@hack.frob.com>
35343
35344         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
35345         of $(common-objpfx)shlib.lds.
35346         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
35347
35348         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
35349         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
35350
35351         * configure.in (-z relro check): Adjust test code to add a large
35352         writable data section after it.
35353         * configure: Regenerated.
35354
35355 2011-07-11  Roland McGrath  <roland@hack.frob.com>
35356
35357         * configure.in (-z relro check): Fix test code to make the variable
35358         truly const.
35359         * configure: Regenerated.
35360
35361 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
35362
35363         * nscd/nscd.h (struct traced_file): Define.
35364         (struct database_dyn): Remove inotify_descr, reset_res, and filename
35365         elements.  Add traced_files.
35366         (inotify_fd): Declare.
35367         (register_traced_file): Declare.
35368         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
35369         (inotify_fd): Export.
35370         (resolv_conf_descr): Remove.
35371         (nscd_init): Move inotify descriptor creation to main.
35372         Don't register files for notification here.
35373         (register_traced_file): New function.
35374         (invalidate_cache): Don't use reset_res to determine whether to call
35375         res_init, go through the list of registered files.
35376         (main_loop_poll): The inotify descriptors are now stored in the
35377         structures for the traced files.
35378         (main_loop_epoll): Likewise
35379         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
35380         to __nss_disable_nscd.
35381         * nscd/cache.c (prune_cache): There is no single inotify descriptor
35382         for a database anymore.  Check the records for all the registered
35383         files instead.
35384         * nss/Makefile (libnss_files-routines): Add files-init.
35385         (libnss_db-routines): Add db-init.
35386         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
35387         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
35388         * nss/nss_db/db-init.c: New file.
35389         * nss/nss_files/files-init.c: New file.
35390         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
35391         __nss_lookup_function.
35392         (__nss_lookup_function): Call nss_load_library.
35393         (nss_load_all_libraries): New function.
35394         (__nss_disable_nscd): Take parameter with callback function for files
35395         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
35396         used for the cached services.
35397         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
35398         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
35399         options for features to all the files in nscd.
35400
35401         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
35402
35403 2011-07-10  Roland McGrath  <roland@hack.frob.com>
35404
35405         * csu/elf-init.c (__libc_csu_init): Comment typo.
35406
35407 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
35408
35409         * po/pl.po: Update from translation team.
35410         * po/ja.po: Likewise.
35411         * po/ru.po: Likewise.
35412         * po/ko.po: Likewise.
35413         * po/fr.po: Likewise.
35414
35415 2011-07-09  Roland McGrath  <roland@hack.frob.com>
35416
35417         * configure.in (.ctors/.dtors header and trailer check):
35418         Use an empirical test on a built program.
35419         * configure: Regenerated.
35420
35421         * configure.in (-z relro check): Use an empirical test on a built DSO.
35422         Detect, but do not require, on ia64.
35423         * configure: Regenerated.
35424
35425         * configure.in (READELF): Find it with AC_CHECK_TOOL.
35426         Update tests that use readelf to use $READELF instead.
35427         * configure: Regenerated.
35428
35429 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
35430
35431         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
35432         if the result is not used.
35433
35434 2011-07-05  Andreas Jaeger  <aj@suse.de>
35435
35436         [BZ#9696]
35437         * stdlib/tst-strtod.c: Add testcase.
35438
35439 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
35440
35441         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
35442         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
35443         The latter has a higher limit.  Take additional parameter to pass to
35444         the new function.
35445         (__pathconf): Pass file to __statfs_link_max.
35446         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
35447         __statfs_link_max.
35448         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
35449         __statfs_link_max.
35450
35451         [BZ #12868]
35452         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
35453         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35454         Handle Lustre.
35455         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
35456         (__statfs_filesize_max): Likewise.
35457         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
35458
35459 2011-07-05  Andreas Jaeger  <aj@suse.de>
35460
35461         * resolv/res_comp.c (dn_skipname): Remove unused variable.
35462
35463 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
35464
35465         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
35466         `status' variable.
35467         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
35468         Likewise.
35469
35470 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
35471
35472         * Makefile (strop-tests): Add strncat.
35473         * string/test-strncat.c: New file.
35474
35475 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
35476
35477         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
35478
35479 2011-06-21  Andreas Jaeger  <aj@suse.de>
35480
35481         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
35482         Copy rule from iconvdata/Makefile.
35483
35484 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
35485
35486         [BZ #12922]
35487         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
35488         but no long options are defined, just return 'W'.
35489
35490 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
35491
35492         [BZ #9696]
35493         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
35494
35495 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
35496
35497         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
35498         netgroups to read.
35499         (innetgr): Likewise.
35500
35501 2011-07-05  Roland McGrath  <roland@hack.frob.com>
35502
35503         * config.make.in (install_root): Default to $(DESTDIR).
35504
35505 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
35506
35507         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
35508
35509 2011-07-02  Roland McGrath  <roland@hack.frob.com>
35510
35511         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
35512
35513         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
35514         containing directory rather than embedding absolute directory names.
35515
35516         * scripts/check-local-headers.sh: Rewritten using awk.
35517         Match by word, not by line.  Print error messages for matches.
35518         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
35519
35520         * Makerules [shlib-lds-flags empty]:
35521         ($(common-objpfx)libc_pic.opts): New target.
35522         ($(common-objpfx)libc_pic.os.clean): New target.
35523         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
35524
35525         * config.make.in (OBJCOPY): New variable.
35526         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
35527         * configure: Regenerated.
35528
35529         * config.make.in (use-default-link): New variable.
35530         * configure.in (use_default_link): Grok --with-default-link to set it.
35531         * configure: Regenerated.
35532         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
35533         (shlib-lds, shlib-lds-flags): Define to empty.
35534
35535         * Makerules (shlib-lds): New variable.
35536         (shlib-lds-flags): New variable.
35537         (build-shlib, build-moduile, build-module-asneeded): Use it.
35538         ($(common-objpfx)libc.so): Use $(shlib-lds).
35539         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
35540         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
35541
35542         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
35543         DT_FLAGS/DT_FLAGS_1 with zero flags.
35544
35545         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
35546         linker script munging.
35547
35548 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
35549
35550         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
35551         as 128-bit value.
35552         * crypt/sha512.c (sha512_process_block): Perform total addition using
35553         128-bit if possible.
35554         (__sha512_finish_ctx): Likewise.
35555         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
35556         as 64-bit value.
35557         * crypt/sha256.c (SWAP64): Define.
35558         (sha256_process_block): Perform total addition using 64-bit if
35559         possible.
35560         (__sha256_finish_ctx): Likewise.
35561
35562 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
35563
35564         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
35565         * nscd/initgrcache.c (addinitgroupsX): Likewise.
35566         * nscd/hstcache.c (cache_addhst): Likewise.
35567         * nscd/grpcache.c (cache_addgr): Likewise.
35568         * nscd/aicache.c (addhstaiX): Likewise
35569         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
35570
35571 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
35572
35573         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
35574         * nscd/initgrcache.c (addinitgroupsX): Likewise.
35575         * nscd/hstcache.c (cache_addhst): Likewise.
35576         * nscd/grpcache.c (cache_addgr): Likewise.
35577         * nscd/aicache.c (addhstaiX): Likewise
35578
35579 2011-07-01  Andreas Schwab  <schwab@redhat.com>
35580
35581         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
35582         domain only when needed.
35583
35584 2011-06-30  Andreas Schwab  <schwab@redhat.com>
35585
35586         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
35587         is always restored.
35588
35589 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
35590
35591         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
35592         are re-adding the entry.
35593         * nscd/servicescache.c (cache_addserv): Likewise.
35594
35595 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
35596
35597         * sysdeps/generic/dl-irel.h: fix protection against multiple
35598         inclusions.
35599         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
35600
35601 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
35602
35603         [BZ #12935]
35604         * malloc/memusage.sh: Fix quoting in message.
35605         * debug/xtrace.sh: Likewise.
35606
35607         * configure.in: Remove support for --experimental-malloc option, make
35608         it the default.
35609         * config.make.in: Likewise.
35610         * malloc/Makefile: Likewise.
35611
35612 2011-06-27  Andreas Schwab  <schwab@redhat.com>
35613
35614         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
35615         two-byte characters.
35616
35617 2011-06-27  Roland McGrath  <roland@hack.frob.com>
35618
35619         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
35620         AC_CACHE_CHECK invocation.
35621         * configure: Regenerated.
35622
35623         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
35624
35625 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
35626
35627         [BZ #12350]
35628         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
35629         bit from old_res_options.
35630
35631         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
35632
35633         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
35634         value type for setfct.
35635
35636 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
35637
35638         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
35639         __gettimeofday instead of gettimeofday.
35640
35641 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
35642
35643         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
35644
35645 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
35646
35647         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
35648
35649         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
35650         info.
35651
35652 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
35653
35654         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35655         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
35656         strcpy-sse2-unaligned strncpy-sse2-unaligned
35657         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
35658         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
35659         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
35660         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
35661         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
35662         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
35663         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
35664         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
35665         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
35666         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
35667         (STRCPY): Support SSE2 and SSSE3 versions.
35668
35669 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
35670
35671         [BZ #12874]
35672         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
35673         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
35674         kernels which artificially limit size of requests.
35675
35676 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
35677
35678         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35679         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
35680         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
35681         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
35682         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
35683         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
35684         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
35685         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
35686         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
35687         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
35688         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
35689         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
35690         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
35691         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
35692         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
35693         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35694         Enable unaligned load optimization for Intel Core i3, i5 and i7
35695         processors.
35696         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
35697         Define.
35698         (index_Fast_Unaligned_Load): Define.
35699         (HAS_FAST_UNALIGNED_LOAD): Define.
35700
35701 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
35702
35703         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
35704
35705 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
35706
35707         [BZ #12907]
35708         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
35709         until it is clear that the information is realy needed.
35710         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
35711
35712 2011-06-22  Andreas Schwab  <schwab@redhat.com>
35713
35714         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
35715
35716 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
35717
35718         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
35719         /sys/devices/system/cpu/online if it is usable.
35720
35721         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
35722         reading the information from the /proc filesystem to once a second.
35723
35724 2011-06-21  Andreas Jaeger  <aj@suse.de>
35725
35726         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
35727         NULL after inclusion of kernel headers.
35728
35729 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
35730
35731         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
35732         calls to internal_setent.
35733
35734         [BZ #12885]
35735         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
35736         addresses using gethostbyname4_r ignore IPv4 addresses.
35737
35738         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
35739         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
35740
35741         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
35742
35743 2011-06-20  David S. Miller  <davem@davemloft.net>
35744
35745         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
35746         inclusions.
35747         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
35748
35749         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
35750         (elf_irel): Use it.
35751         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
35752         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
35753         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
35754         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
35755         * sysdeps/x86_64/dl-irel.h: Likewise.
35756
35757         * elf/dl-runtime.c: Use elf_ifunc_invoke.
35758         * elf/dl-sym.c: Likewise.
35759
35760 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
35761
35762         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
35763         need to dereference resplen2.
35764
35765 2011-06-14  Andreas Schwab  <schwab@redhat.com>
35766
35767         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
35768
35769 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
35770
35771         * Makeconfig: Define vardbdir and inst_vardbdir.
35772         * nss/Makefile: Add rules to install db-Makefile.
35773
35774         * nss/nss_db/db-XXX.c: Cleanup.
35775
35776         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
35777         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
35778         GLIBC_PRIVATE.
35779         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
35780         * nss/makedb.c: Implement -g option to specify that value strings
35781         are generated and should not be added to table iterated over for
35782         get*ent calls.
35783         * nss/nss_db/db-initgroups.c: New file.
35784
35785         * nss/getent.c: Add support for initgroups lookups through getgrouplist
35786         interface.
35787
35788         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
35789         (internal_getgrouplist): Adjust to name change.
35790         Update use_initgroups_entry if this is not the first call.
35791         * nss/databases.def: Add initgroups entry.
35792
35793         * nss/makedb.c (compute_tables): Check result of multiple hash table
35794         sizes to minimize maximum chain length.
35795
35796 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
35797
35798         * Versions.def: Add entry for libnss_db.
35799         * shlib-versions: Likewise.
35800         * nss/Makefile: Add rules to build libnss_db.
35801         * nss/Versions: Add libnss_db information.  Organize libnss_files
35802         entries better.
35803         * nss/db-Makefile: Add gshadow support.  Change rules for the new
35804         makedb progra.  Some minor improvements to generate smaller files.
35805         * nss/nss_db/nss_db.h: Move NSS database header data structures to
35806         here from...
35807         * nss/makedb.c: ...here.
35808         Improve database format to be smaller and require less memory at
35809         runtime.
35810         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
35811         db anymore.
35812         * nss/nss_db/db-netgrp.c: Likewise.
35813         * nss/nss_db/db-open.c: Likewise.
35814         * nss/nss_files/flies-XXX.x: Adjust comments.
35815         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
35816         * nss/nss_files/files-grp.c: Likewise.
35817         * nss/nss_files/files-hosts.c: Likewise.
35818         * nss/nss_files/files-network.c: Likewise.
35819         * nss/nss_files/files-proto.c: Likewise.
35820         * nss/nss_files/files-pwd.c: Likewise.
35821         * nss/nss_files/files-rpc.c: Likewise.
35822         * nss/nss_files/files-service.c: Likewise.
35823         * nss/nss_files/files-sgrp.c: Likewise.
35824         * nss/nss_files/files-spwd.c: Likewise.
35825         * nss/nss_db/db-alias.c: Removed.
35826         * nss/nss_db/dummy-db.h: Removed.
35827
35828 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
35829
35830         * nss/makedb.c: Rewritten to not use database library.
35831         * nss/Makefile: Update to build new makedb program.
35832
35833 2011-06-14  Andreas Jaeger  <aj@suse.de>
35834
35835         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
35836         memset declaration.
35837
35838 2011-06-10  Andreas Schwab  <schwab@redhat.com>
35839
35840         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
35841         tmpbuf.
35842
35843 2011-06-10  Roland McGrath  <roland@hack.frob.com>
35844
35845         * Makerules (shlib.lds): Fail if the linker script comes out empty.
35846         * elf/Makefile ($(objpfx)ld.so): Likewise.
35847
35848         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
35849         Don't list ld.so twice in dependencies.
35850
35851         * posix/bug-regex31.c: Include <stdlib.h>.
35852
35853         * nscd/hstcache.c (cache_addhst): Remove unused variable.
35854
35855         * nis/nss_compat/compat-spwd.c
35856         (getspent_next_nss_netgr): Remove unused variable.
35857         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
35858
35859         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
35860         nonmembers" output to use the right array.
35861
35862         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
35863
35864         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
35865
35866         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
35867         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
35868         * catgets/gencat.c (read_input_file): Likewise.
35869         * locale/programs/locarchive.c (enlarge_archive): Likewise.
35870
35871         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
35872         variable definition inside #if's controlling its use.
35873
35874         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
35875
35876         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
35877
35878         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
35879
35880         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
35881         unreachable code.
35882
35883         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
35884
35885         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
35886         * configure: Regenerated.
35887
35888         * Makerules: Revert last change.
35889         * elf/Makefile: Likewise.
35890
35891 2011-06-09  Roland McGrath  <roland@hack.frob.com>
35892
35893         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
35894         * elf/Makefile ($(objpfx)librtld.os): Likewise.
35895         (reloc-link): Likewise.
35896
35897 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
35898
35899         * elf/Makefile: Add rules to build pldd.
35900         * elf/pldd.c: New file.
35901         * elf/pldd-xx.c: New file.
35902
35903 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
35904
35905         * version.h: Update for 2.15 development version.
35906
35907 2011-06-07  David S. Miller  <davem@davemloft.net>
35908
35909         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
35910         ifuncs.
35911         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
35912         elf_machine_lazy_rel): Likewise.
35913         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
35914         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
35915         elf_machine_lazy_rel): Likewise.
35916         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
35917         dl_hwcap via passed in argument.
35918         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
35919         Likewise.
35920
35921 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35922
35923         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
35924
35925 2011-06-06  Roland McGrath  <roland@hack.frob.com>
35926
35927         [BZ #12849]
35928         * manual/fdl-1.1.texi: New file, verbatim from:
35929         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
35930         * manual/lgpl-2.1.texi: New file, verbatim from:
35931         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
35932         * manual/Makefile (licenses): New variable, list those new file names.
35933         (texis): Use it.
35934         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
35935
35936         * manual/fdl.texi: File removed.
35937         * manual/lesser.texi: File removed.
35938         * manual/libc.texinfo (Copying, Documentation License):
35939         Use new @include file names, put @appendix directive before @include.
35940
35941 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
35942
35943         [BZ #12841]
35944         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
35945         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
35946         (mq_open): Add __NTH.
35947
35948 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
35949
35950         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35951         Assume Intel Core i3/i5/i7 processor if AVX is available.
35952
35953 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
35954
35955         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
35956         typo.
35957
35958 2011-05-31  Andreas Schwab  <schwab@redhat.com>
35959
35960         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
35961         memory.  Use alloca_account.  Fix memory leak when retrying.
35962
35963 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
35964
35965         * version.h (RELEASE): Bump for 2.14 release.
35966         * include/features.h (__GLIBC_MINOR__): Bump to 14.
35967
35968         * config.make.in (RANLIB): Remove entry.
35969
35970 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
35971
35972         * po/Makefile (po-sed-cmd): Add ksh to extensions.
35973         (libc.pot): Work around missing support for .ksh extension in xgettext.
35974
35975         [BZ #12684]
35976         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
35977         if both request failed.
35978         (send_dg): In case of server errors clear resplen or *resplen2.
35979
35980         [BZ #12454]
35981         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
35982         when there are multiple maps.
35983         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
35984         (_dl_fini): Remove test here.
35985
35986         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
35987
35988 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
35989
35990         [BZ #12350]
35991         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
35992         bit from old_res_options.
35993         (gaih_inet): Likewise.
35994
35995         [BZ #11099]
35996         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
35997         as signed.
35998
35999         * resolv/res_init.c (res_setoptions): Make the code more compact.
36000
36001         [BZ #11558]
36002         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
36003         set RES_USEVC.
36004
36005         [BZ #11634]
36006         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
36007
36008         * malloc/malloc.h: Mark malloc hook variables as deprecated.
36009
36010         [BZ #11781]
36011         * malloc/malloc.h: Declare malloc hook variables as volatile.
36012
36013         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
36014         in last patch.
36015
36016         [BZ #11799]
36017         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
36018         raise in the comment.
36019         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
36020         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
36021         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
36022
36023 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
36024
36025         [BZ #12811]
36026         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
36027         grow the buffers more if it already has to be sufficient.
36028         (build_wcs_upper_buffer): Likewise.
36029         * posix/regexec.c (check_matching): Likewise.
36030         (clean_state_log_if_needed): Likewise.
36031         (extend_buffers): Don't enlarge buffers beyond size of the input
36032         buffer.
36033         Patches mostly by Emil Wojak <emil@wojak.eu>.
36034         * posix/bug-regex32.c: New file.
36035         * posix/Makefile (tests): Add bug-regex32.
36036
36037         * locale/findlocale.c (_nl_find_locale): Return right away if
36038         _nl_explode_name failed.
36039         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
36040
36041         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
36042
36043         * debug/xtrace.sh: Unify messages.
36044         * malloc/memusage.sh: Likewise.
36045
36046         [BZ #12813]
36047         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
36048         time symbol from vDSO.  Substitute with vsyscall if not available.
36049         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
36050         __vdso_time.
36051
36052         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
36053         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
36054         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
36055         Add sendmmsg and internal_sendmmsg.
36056         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
36057         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
36058         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
36059
36060         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
36061         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
36062         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
36063
36064 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
36065
36066         [BZ #12813]
36067         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
36068         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
36069         available.
36070         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
36071         __vdso_getcpu.
36072
36073         [BZ #12814]
36074         * iconvdata/Makefile (tests): Add bug-iconv9.
36075         * iconvdata/bug-iconv9.c: New file.
36076
36077 2011-05-27  Andreas Schwab  <schwab@redhat.com>
36078
36079         [BZ #12814]
36080         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
36081
36082 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
36083
36084         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
36085         (struct user_regs_struct): Change intcs field back to cs.
36086
36087 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
36088
36089         * po/ja.po: Update from translation team.
36090
36091 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
36092
36093         [BZ #12795]
36094         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
36095         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
36096
36097 2011-05-20  Andreas Schwab  <schwab@redhat.com>
36098
36099         * stdlib/longlong.h: Update from GCC.
36100
36101 2011-05-23  Andreas Schwab  <schwab@redhat.com>
36102
36103         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
36104         parameter name.
36105         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
36106         Add parameter name.
36107         (__sysconf): Pass it down.
36108
36109 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
36110
36111         [BZ #12671]
36112         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
36113         some situations.
36114         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
36115         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
36116         add in in __libc_use_alloca calls.  Adjust callers.
36117         (glob): Use malloc in some situations.
36118
36119         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
36120         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
36121         pltexit.
36122
36123 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
36124
36125         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
36126         and CLOCK_BOOTTIME_ALARM.
36127
36128         [BZ #12782]
36129         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
36130         is returned.
36131
36132         * string/_strerror.c (__strerror_r): Print negative errors as signed
36133         numbers.
36134
36135         [BZ #12777]
36136         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
36137         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
36138         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
36139
36140         * configure.in: Fix typo in redirection and correct removal of test
36141         files in two cases.
36142
36143         [BZ #12788]
36144         * locale/setlocale.c (new_composite_name): Fix test to check for
36145         identical name of all categories.
36146
36147         [BZ #12792]
36148         * libio/filedoalloc.c (local_isatty): New function.
36149         (_IO_file_doallocate): Use local_isatty.
36150         * stdio-common/perror.c (perror): In case a new stream is used
36151         forward the stream error.
36152         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
36153         error flag.
36154
36155 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
36156
36157         [BZ #11869]
36158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
36159         alloca.
36160         * include/alloca.h (extend_alloca_account): Define.
36161
36162         [BZ #11857]
36163         * posix/regex.h: Fix comments with documentation of user-accessible
36164         fields after compilation and describe correct free'ing of pattern
36165         after re_compile_pattern.
36166         Patch by Reuben Thomas <rrt@sc3d.org>.
36167
36168 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
36169
36170         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
36171         and -mno-altivec to prevent the compiler from using Altivec and/or
36172         VSX instructions when the corresponding registers are not available.
36173
36174 2011-05-19  Andreas Schwab  <schwab@redhat.com>
36175
36176         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
36177
36178 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
36179
36180         * libio/freopen.c (freopen): Use __dup2, not dup2.
36181         * libio/freopen64.c (freopen64): Likewise.
36182
36183 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36184
36185         [BZ #12775]
36186         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
36187         * math/Makefile (tests): Add test-powl.
36188         (CFLAGS-test-powl.c): Define.
36189         * math/test-powl.c: New file.
36190
36191 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36192
36193         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
36194
36195 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
36196
36197         [BZ #11837]
36198         * iconvdata/gb18030.c: Update to GB18020-2005.
36199
36200 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
36201
36202         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
36203         RE_SYNTAX_POSIX_AWK): Update to match recent development.
36204         Patch by Aharon Robbins <arnold@skeeve.com>.
36205
36206         [BZ #11892]
36207         * stdlib/putenv.c (putenv): Don't always create copy of the variable
36208         on the stack.
36209
36210         [BZ #11895]
36211         * misc/pselect.c (__pselect): Handle timeout value errors hidden
36212         through underflows.
36213
36214         [BZ #12766]
36215         * misc/error.c (error_at_line): Ensure file_name and old_file_name
36216         point to strings before performing equality test for error_one_per_line
36217         mode.
36218
36219         [BZ #11697]
36220         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
36221
36222         [BZ #11820]
36223         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
36224         (struct user_fpregs_struct): Avoid __uint*_t types.
36225
36226         [BZ #6420]
36227         * malloc/mtrace.c (tr_where): Add additional parameter to point to
36228         symbol info.  Use it instead of calling _dl_addr locally.
36229         (lock_and_info): New function.
36230         (tr_freehook): Call lock_and_info and pass symbol info as additional
36231         parameter to tr_where.
36232         (tr_mallochook): Likewise.
36233         (tr_reallochook): Likewise.
36234         (tr_memalignhook): Likewise.
36235
36236         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
36237         used and couldn't be at all thread-safe.
36238
36239 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
36240
36241         * libio/freopen.c (freopen): Don't close old file descriptor
36242         before the new one is opened.  Instead dup the new file descriptor
36243         to the old one after the new stream is created.
36244         * libio/freopen64.c (freopen64): Likewise.
36245         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
36246         * libio/fileops.c (_IO_new_file_close_it): Handle new
36247         _IO_FLAGS2_NOCLOSE flag.
36248         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
36249         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
36250         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
36251         _IO_FLAGS2_NOCLOSE flag.
36252         * include/unistd.h: Add hidden_proto for dup3.
36253         Define __have_dup3.
36254         * io/dup3.c: Define hidden symbol.
36255         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
36256
36257         [BZ #7101]
36258         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
36259         when an incomplete long option is used.
36260         * posix/tst-getopt_long1.c: New file.
36261         * posix/Makefile (tests): Add tst-getopt_long1.
36262
36263         [BZ #10138]
36264         * scripts/config.guess: Update from autoconf-2.68.
36265         * scripts/config.sub: Likewise.
36266
36267         [BZ #10157]
36268         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
36269         tests into ...
36270         (has_cpuclock): ...this.  New function.
36271         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
36272         macro here based on has_cpuclock code.
36273
36274         [BZ #10149]
36275         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
36276         First byte (not low byte) is now always NUL.
36277         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
36278
36279         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
36280         Use non-cancelable interfaces.
36281
36282         [BZ #9809]
36283         * locale/iso-639.def: Add entry for Sorani.
36284
36285         [BZ #11901]
36286         * include/stdlib.h: Move include protection to the right place.
36287         Define abort_msg_s.  Declare __abort_msg with it.
36288         * stdlib/abort.c (__abort_msg): Adjust type.
36289         * assert/assert.c (__assert_fail_base): New function.  Majority
36290         of code from __assert_fail.  Allocate memory for __abort_msg with
36291         mmap.
36292         (__assert_fail): Now call __assert_fail_base.
36293         * assert/assert-perr.c: Remove bulk of implementation.  Use
36294         __assert_fail_base.
36295         * include/assert.hL Declare __assert_fail_base.
36296         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
36297         mmap.
36298         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
36299
36300 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
36301
36302         [BZ #11952]
36303         [BZ #12453]
36304         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
36305         until all modules are registered in the DTV.
36306         * elf/Makefile: Add rules to build and run tst-tls19.
36307         * elf/tst-tls19.c: New file.
36308         * elf/tst-tls19mod1.c: New file.
36309         * elf/tst-tls19mod2.c: New file.
36310         * elf/tst-tls19mod3.c: New file.
36311         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
36312
36313         [BZ #12083]
36314         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
36315         correctly.
36316
36317         [BZ #12601]
36318         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
36319         two-byte sequence errors.
36320         * iconvdata/Makefile (tests): Add bug-iconv8.
36321         * iconvdata/bug-iconv8.c: New file.
36322
36323         [BZ #12626]
36324         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
36325         buf2 definition.
36326
36327         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
36328
36329         [BZ #12432]
36330         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
36331         (dummy_getcfa): New function.
36332         (init): Get _Unwind_GetCFA address, use dummy if not found.
36333         (backtrace_helper): In recursion check, also check whether CFA changes.
36334         (__backtrace): Completely initialize arg.
36335
36336         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
36337         storing incomplete byte sequence in state object.  Avoid testing for
36338         guaranteed too small input if we know there is enough data available.
36339
36340 2011-05-11  Andreas Schwab  <schwab@redhat.com>
36341
36342         * Makeconfig (+link-pie): Indent.
36343         * Rules (binaries-pie): Define if $(have-fpie) and
36344         $(build-shared).
36345         (binaries-shared): Also filter out $(binaries-pie).
36346         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
36347         * nscd/Makefile (others-pie): Add nscd.
36348         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
36349         ($(objpfx)nscd): Remove command override.
36350         * login/Makefile (others-pie): Add pt_chown.
36351         ($(objpfx)pt_chown): Remove command override.
36352         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
36353         remove command overrides.
36354
36355 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
36356
36357         * libio/tst_putwc.c: Fix error messages.
36358
36359         [BZ #12724]
36360         * libio/fileops.c (_IO_new_file_close_it): Always flush when
36361         currently writing and seek to current position when not.
36362         * libio/Makefile (tests): Add bug-fclose1.
36363         * libio/bug-fclose1.c: New file.
36364
36365 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
36366
36367         [BZ #12511]
36368         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
36369         don't set DF_1_NODELETE here.
36370         (do_lookup_x): When entering new entry test for copy relocation
36371         and if necessary set DF_1_NODELETE flag.
36372         * elf/tst-unique4.cc: New file.
36373         * elf/tst-unique4.h: New file.
36374         * elf/tst-unique4lib.cc: New file.
36375         * elf/Makefile: Add rules to build and run tst-unique4.
36376         Patch by Piotr Bury <pbury@goahead.com>.
36377
36378 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
36379
36380         [BZ #12052]
36381         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
36382
36383         [BZ #12625]
36384         * misc/mntent_r.c (addmntent): Flush the stream after the output
36385
36386         [BZ #12393]
36387         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
36388         (is_trusted_path_normalize): Skip initial colon.  Append slash
36389         to empty buffer.  Duplicate is_trusted_path code but allow
36390         constructed patch to be prefix.
36391         (is_dst): Allow $ORIGIN followed by /.
36392         (_dl_dst_substitute): Correct clearing of check_for_trusted.
36393         Correct testing of result of is_trusted_path_normalize
36394         (decompose_rpath): Fix warning.
36395
36396 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
36397
36398         [BZ #11257]
36399         * grp/initgroups.c (internal_getgrouplist): When we found the service
36400         list through the initgroups entry in nsswitch.conf do not always
36401         continue on a successful lookup.  Don't always use the
36402         __nss_group_database value if it is set.
36403         * nss/nsswitch.conf (initgroups): Change action for successful db
36404         lookup to continue for compatibility.
36405
36406 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
36407
36408         [BZ #11532]
36409         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
36410         and CP774 modules.
36411         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
36412         and CP774 modules.
36413         * iconvdata/tst-tables.sh: Likewise.
36414         * iconvdata/cp770.c: New file.
36415         * iconvdata/cp771.c: New file.
36416         * iconvdata/cp772.c: New file.
36417         * iconvdata/cp773.c: New file.
36418         * iconvdata/cp774.c: New file.
36419         * iconvdata/testdata/CP770: New file.
36420         * iconvdata/testdata/CP770..UTF8: New file.
36421         * iconvdata/testdata/CP771: New file.
36422         * iconvdata/testdata/CP771..UTF8: New file.
36423         * iconvdata/testdata/CP772: New file.
36424         * iconvdata/testdata/CP772..UTF8: New file.
36425         * iconvdata/testdata/CP773: New file.
36426         * iconvdata/testdata/CP773..UTF8: New file.
36427         * iconvdata/testdata/CP774: New file.
36428         * iconvdata/testdata/CP774..UTF8: New file.
36429
36430         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
36431         END CHARMAP line.
36432         * iconvdata/gen-8bit-gap.sh: Likewise.
36433         * iconvdata/gen-8bit.sh: Likewise.
36434
36435         * locale/iso-639.def: Add ary entry.
36436
36437         [BZ #11258]
36438         * locale/C-translit.h.in: Add U20A1 transliteration.
36439
36440         [BZ #12178]
36441         * locale/iso-639.def: Add wae entry.
36442         Patch by Kevin Bortis <bortis@translate-wae.ch>.
36443
36444         [BZ #12545]
36445         * locale/programs/localedef.c (construct_output_path): Use ssize_t
36446         for n.
36447
36448         [BZ #12711]
36449         * locale/C-translit.h.in: Add entry for U20B9.
36450         Patch by pravin.d.s@gmail.com.
36451
36452 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
36453
36454         [BZ #12713]
36455         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
36456         ENAMETOOLONG use generic getcwd.
36457         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
36458         in rtld.  Use *stat64.
36459         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
36460         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
36461         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
36462         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
36463         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
36464         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
36465         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
36466         __fstatat64 macros.
36467         * include/dirent.h: Add libc_hidden_proto for rewinddir.
36468         * dirent/rewinddir.c: Add libc_hidden_def.
36469         * sysdeps/mach/hurd/rewinddir.c: Likewise.
36470         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
36471
36472         * include/dirent.h (__alloc_dir): Add flags parameter.
36473         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
36474         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
36475         __alloc_dir.
36476         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
36477         from fdopendir if O_CLOEXEC is already set.
36478
36479 2011-03-15  Alan Modra  <amodra@gmail.com>
36480
36481         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
36482         l_tls_firstbyte_offset non-zero.  Save padding offset in
36483         l_tls_firstbyte_offset for later use.
36484         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
36485         freeing static tls block.
36486
36487 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
36488
36489         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
36490         where #ifdef was intended.  The intent is to prevent ARG_MAX from
36491         being defined by the kernel headers.
36492
36493 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
36494
36495         [BZ #12734]
36496         * resolv/resolv.h: Define RES_NOTLDQUERY.
36497         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
36498         no-tld-query and set RES_NOTLDQUERY.
36499         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
36500         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
36501         modern BIND to search name as TLD unless forbidden.
36502
36503 2011-05-07  Petr Baudis  <pasky@suse.cz>
36504             Ulrich Drepper  <drepper@gmail.com>
36505
36506         [BZ #12393]
36507         * elf/dl-load.c (fillin_rpath): Move trusted path check...
36508         (is_trusted_path): ...to here.
36509         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
36510         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
36511         using is_trusted_path_normalize() in setuid scripts.
36512
36513 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
36514
36515         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
36516         __BEGIN/__END_DECLS.
36517
36518 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
36519
36520         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
36521         NSS_STATUS_NOTFOUND if no record was found.
36522
36523 2011-05-05  Andreas Schwab  <schwab@redhat.com>
36524
36525         * sunrpc/Makefile (headers): Add rpc/netdb.h.
36526         (headers-not-in-tirpc): Remove rpc/netdb.h
36527         * resolv/netdb.h: Revert last change.
36528
36529 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
36530
36531         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
36532         circular dependency between libgcc.a and libc.a.
36533
36534 2011-05-05  Andreas Schwab  <schwab@redhat.com>
36535
36536         * resolv/netdb.h: Don't include <rpc/netdb.h>.
36537         * nis/Makefile: Don't install rpcsvc/*.
36538         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
36539         instead of <rpc/types.h>.
36540         (MAXHOSTNAMELEN): Define.
36541
36542 2011-05-03  Andreas Schwab  <schwab@redhat.com>
36543
36544         * elf/ldconfig.c (add_dir): Don't crash on empty path.
36545
36546 2011-04-28  Maciej Babinski  <mbabinski@google.com>
36547
36548         [BZ #12714]
36549         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
36550         gethostbyname4_r when IPv6 results are possible.
36551
36552 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
36553
36554         [BZ #12723]
36555         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
36556         _PC_PIPE_BUF handling.
36557
36558 2011-04-30  Bruno Haible  <bruno@clisp.org>
36559
36560         [BZ #12717]
36561         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
36562         * resolv/netdb.h (getnameinfo): Change type of flags parameter
36563         to 'int'.
36564         * inet/getnameinfo.c (getnameinfo): Likewise.
36565
36566 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
36567
36568         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
36569         to groups setting in database lookup.
36570         * nss/nsswitch.conf: Add initgroups entry.
36571
36572 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
36573
36574         [BZ #12685]
36575         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
36576         mode string.
36577         Patch by Eric Blake <eblake@redhat.com>.
36578
36579 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
36580
36581         * sunrpc/Makefile (need-export-routines): Add svc_run.
36582         (routines): Remove svc_run.
36583         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
36584         * sunrpc/clnt_perr.c (clnt_perrno): Export.
36585         * sunrpc/svc_run.c (svc_run): Likewise.
36586         * sunrpc/svc_udp.c (svcudp_create): Likewise.
36587
36588 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
36589
36590         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
36591         problem in reallocation in last patch.
36592
36593 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
36594
36595         * sunrpc/Makefile: Move inclusion of Rules.
36596
36597 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
36598
36599         * nss/nss_files/files-initgroups.c: New file.
36600         * nss/Makefile (libnss_files-routines): Add files-initgroups.
36601         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
36602         _nss_files_initgroups_dyn.
36603
36604 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
36605
36606         * elf/elf.h (R_ARM_IRELATIVE): Define.
36607
36608 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
36609
36610         * po/ru.po: Update from translation team.
36611
36612 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
36613
36614         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
36615         dependencies.
36616
36617 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
36618
36619         [BZ #12653]
36620         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
36621         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
36622         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
36623         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
36624         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
36625
36626 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
36627
36628         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
36629         differing bytes.
36630         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
36631         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
36632         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
36633
36634 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
36635
36636         [BZ #12420]
36637         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
36638         storing it.
36639         * stdlib/bug-getcontext.c: New file.
36640         * stdlib/Makefile: Add rules to build and run bug-getcontext.
36641
36642 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36643
36644         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
36645         instructions into .machine "z9-109".
36646         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
36647         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
36648
36649 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36650
36651         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
36652         between environment variables and auxiliary vector.
36653
36654 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
36655
36656         * Makefile: Add rules to build linkobj/libc.so.
36657         * include/libc-symbols.h: Define libc_hidden_nolink.
36658         * include/rpc/auth.h: Mark functions which are to be hidden.
36659         * include/rpc/auth_des.h: Likewise.
36660         * include/rpc/auth_unix.h: Likewise.
36661         * include/rpc/clnt.h: Likewise.
36662         * include/rpc/des_crypt.h: Likewise.
36663         * include/rpc/key_prot.h: Likewise.
36664         * include/rpc/pmap_clnt.h: Likewise.
36665         * include/rpc/pmap_prot.h: Likewise.
36666         * include/rpc/pmap_rmt.h: Likewise.
36667         * include/rpc/rpc_msg.h: Likewise.
36668         * include/rpc/svc.h: Likewise.
36669         * include/rpc/svc_auth.h: Likewise.
36670         * include/rpc/xdr.h: Likewise.
36671         * nis/Makefile: Link all DSOs against linkobj/libc.so.
36672         * nss/Makefile: Likewise.
36673         * sunrpc/Makefile: Don't install headers.  Build library with normal
36674         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
36675         * sunrpc/auth_des.c: Hide exported symbols by default, export some
36676         for the compat linking library.  Remove use of INTDEF/INTUSE.
36677         * sunrpc/auth_none.c: Likewise.
36678         * sunrpc/auth_unix.c: Likewise.
36679         * sunrpc/authdes_prot.c: Likewise.
36680         * sunrpc/authuxprot.c: Likewise.
36681         * sunrpc/clnt_gen.c: Likewise.
36682         * sunrpc/clnt_perr.c: Likewise.
36683         * sunrpc/clnt_raw.c: Likewise.
36684         * sunrpc/clnt_simp.c: Likewise.
36685         * sunrpc/clnt_tcp.c: Likewise.
36686         * sunrpc/clnt_udp.c: Likewise.
36687         * sunrpc/clnt_unix.c: Likewise.
36688         * sunrpc/des_crypt.c: Likewise.
36689         * sunrpc/des_soft.c: Likewise.
36690         * sunrpc/get_myaddr.c: Likewise.
36691         * sunrpc/key_call.c: Likewise.
36692         * sunrpc/key_prot.c: Likewise.
36693         * sunrpc/netname.c: Likewise.
36694         * sunrpc/pm_getmaps.c: Likewise.
36695         * sunrpc/pm_getport.c: Likewise.
36696         * sunrpc/pmap_clnt.c: Likewise.
36697         * sunrpc/pmap_prot.c: Likewise.
36698         * sunrpc/pmap_prot2.c: Likewise.
36699         * sunrpc/pmap_rmt.c: Likewise.
36700         * sunrpc/publickey.c: Likewise.
36701         * sunrpc/rpc_cmsg.c: Likewise.
36702         * sunrpc/rpc_common.c: Likewise.
36703         * sunrpc/rpc_dtable.c: Likewise.
36704         * sunrpc/rpc_prot.c: Likewise.
36705         * sunrpc/rpc_thread.c: Likewise.
36706         * sunrpc/rtime.c: Likewise.
36707         * sunrpc/svc.c: Likewise.
36708         * sunrpc/svc_auth.c: Likewise.
36709         * sunrpc/svc_authux.c: Likewise.
36710         * sunrpc/svc_raw.c: Likewise.
36711         * sunrpc/svc_run.c: Likewise.
36712         * sunrpc/svc_simple.c: Likewise.
36713         * sunrpc/svc_tcp.c: Likewise.
36714         * sunrpc/svc_udp.c: Likewise.
36715         * sunrpc/svc_unix.c: Likewise.
36716         * sunrpc/svcauth_des.c: Likewise.
36717         * sunrpc/xcrypt.c: Likewise.
36718         * sunrpc/xdr.c: Likewise.
36719         * sunrpc/xdr_array.c: Likewise.
36720         * sunrpc/xdr_float.c: Likewise.
36721         * sunrpc/xdr_intXX_t.c: Likewise.
36722         * sunrpc/xdr_mem.c: Likewise.
36723         * sunrpc/xdr_rec.c: Likewise.
36724         * sunrpc/xdr_ref.c: Likewise.
36725         * sunrpc/xdr_sizeof.c: Likewise.
36726         * sunrpc/xdr_stdio.c: Likewise.
36727
36728 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
36729
36730         [BZ #12650]
36731         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
36732         * sysdeps/ia64/dl-tls.h: Likewise.
36733         * sysdeps/powerpc/dl-tls.h: Likewise.
36734         * sysdeps/s390/dl-tls.h: Likewise.
36735         * sysdeps/sh/dl-tls.h: Likewise.
36736         * sysdeps/sparc/dl-tls.h: Likewise.
36737         * sysdeps/x86_64/dl-tls.h: Likewise.
36738         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
36739
36740 2011-03-14  Andreas Schwab  <schwab@redhat.com>
36741
36742         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
36743         rpath element also skip the following colon.
36744         (expand_dynamic_string_token): Add is_path parameter and pass
36745         down to DL_DST_REQUIRED and _dl_dst_substitute.
36746         (decompose_rpath): Call expand_dynamic_string_token with
36747         non-zero is_path.  Ignore empty rpaths.
36748         (_dl_map_object_from_fd): Call expand_dynamic_string_token
36749         with zero is_path.
36750
36751 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
36752
36753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36754         Make cancelable.
36755
36756 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
36757
36758         [BZ #12655]
36759         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
36760         Patch by Filipe David Manana <fdmanana@apache.org>.
36761
36762 2011-04-07  Andreas Schwab  <schwab@redhat.com>
36763
36764         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
36765         Maintain aligned stack.
36766         (CHECK_RSP): Remove unused macro.
36767
36768 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
36769
36770         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
36771         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
36772
36773 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
36774
36775         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
36776
36777         * include/features.h: Mention __USE_XOPEN2K8 in comment.
36778
36779 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
36780
36781         [BZ #12518]
36782         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
36783         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
36784         * sysdeps/x86_64/memmove.c: New file.
36785         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
36786         (memcpy): Renamed to ...
36787         (__new_memcpy): This.
36788         (memcpy): Provide GLIBC_2_14 memcpy.
36789         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
36790         (memcpy): Provide GLIBC_2_2_5 memcpy.
36791
36792 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
36793
36794         [BZ #12631]
36795         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
36796
36797 2011-03-30  Andreas Schwab  <schwab@redhat.com>
36798
36799         * misc/syncfs.c: New file.
36800         * misc/Makefile (routines): Add syncfs.
36801         * posix/unistd.h: Declare syncfs.
36802         * sysdeps/unix/syscalls.list: Add syncfs.
36803
36804 2011-04-01  Andreas Schwab  <schwab@redhat.com>
36805
36806         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
36807         open_by_handle_at.
36808         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
36809         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
36810         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36811         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36812         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36813         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
36814         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36815
36816 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
36817
36818         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
36819         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
36820         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
36821         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36822         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36823         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36824         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36825
36826         * io/Makefile: Compile fallocate.c, fallocate64.c, and
36827         sync_file_range.c with -fexceptions.
36828         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
36829         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
36830         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
36831         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
36832         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
36833         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36834         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
36835         sync_file_range as cancellation point
36836         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
36837         now a wrapper around __call_sync_file_range with cancellation handling.
36838         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
36839         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
36840         function name to __call_sync_file_range.
36841         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
36842         Add call_sync_file_range.
36843
36844 2011-04-01  Andreas Schwab  <schwab@redhat.com>
36845
36846         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36847         bits/timex.h.
36848
36849 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
36850
36851         * iconv/iconv.h: Fix typo in comment.
36852         * io/fcntl.h: Likewise.
36853         * libio/stdio.h: Likewise.
36854         * posix/spawn.h: Likewise.
36855         * posix/unistd.h: Likewise.
36856         * stdlib/stdlib.h: Likewise.
36857         * time/time.h: Likewise.
36858         * wcsmbs/wchar.h: Likewise.
36859
36860         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
36861         open_by_handle): Add.
36862         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
36863         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
36864         Augment a few comments.
36865         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
36866         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36867         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36868         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36869         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36870         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
36871         open_by_handle.
36872
36873         * io/fcntl.h (AT_EMPTY_PATH): Define.
36874
36875 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
36876
36877         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
36878         * sysdeps/unix/sysv/linux/bits/time.h: New file.
36879         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
36880         to...
36881         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
36882         * Versions.def: Add GLIBC_2.14.
36883         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
36884         Export.
36885
36886 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
36887
36888         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
36889         round counter.
36890         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
36891
36892 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
36893
36894         [BZ #12597]
36895         * string/test-strncmp.c (do_page_test): New function.
36896         (check2): Likewise.
36897         (test_main): Call check2.
36898         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
36899
36900 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
36901
36902         [BZ #12587]
36903         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
36904         Handle cache information in CPU leaf 4.
36905         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
36906
36907 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
36908
36909         [BZ #12583]
36910         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
36911         character representation.
36912         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
36913
36914 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
36915
36916         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
36917         END(__isnan) to END(__isnanf) to match function entry point/label
36918         EALIGN(__isnanf,...).
36919
36920 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
36921
36922         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
36923
36924 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
36925
36926         [BZ #12510]
36927         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
36928         copy from the symbol referenced in the relocation to initialize the
36929         used variable.
36930         Patch by Piotr Bury <pbury@goahead.com>.
36931         * elf/Makefile: Add rules to build and tst-unique3.
36932         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
36933         * elf/tst-unique3.cc: New file.
36934         * elf/tst-unique3.h: New file.
36935         * elf/tst-unique3lib.cc: New file.
36936         * elf/tst-unique3lib2.cc: New file.
36937
36938         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
36939
36940 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
36941
36942         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
36943         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
36944         to _start.
36945
36946 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
36947
36948         * elf/dl-load.c (_dl_map_object): If we are looking for the first
36949         to-be-loaded object along a path to loader is ld.so.
36950
36951 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
36952             Ulrich Drepper  <drepper@gmail.com>
36953
36954         * sysdeps/x86_64/memset.S: After aligning destination, code
36955         branches to different locations depending on the value of
36956         misalignment, when multiarch is enabled. Fix this.
36957
36958 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
36959
36960         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
36961         Set _x86_64_preferred_memory_instruction for AMD processsors.
36962         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36963         Set bit_Prefer_SSE_for_memop for AMD processors.
36964
36965 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
36966
36967         * libio/fmemopen.c (fmemopen): Optimize a bit.
36968
36969 2011-03-03  Andreas Schwab  <schwab@redhat.com>
36970
36971         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
36972
36973 2011-03-03  Roland McGrath  <roland@redhat.com>
36974
36975         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
36976
36977 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
36978
36979         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
36980         __bzero_ultra1 instead of __memset_ultra1.
36981
36982 2011-02-23  Andreas Schwab  <schwab@redhat.com>
36983             Ulrich Drepper  <drepper@gmail.com>
36984
36985         [BZ #12509]
36986         * include/link.h (struct link_map): Add l_orig_initfini.
36987         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
36988         returning unsuccessfully.
36989         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
36990         close of a file loaded at startup, restore the original l_initfini
36991         list.
36992         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
36993         list, store the pointer.
36994         * elf/Makefile ($(objpfx)noload-mem): New rule.
36995         (noload-ENV): Define.
36996         (tests): Add $(objpfx)noload-mem.
36997         * elf/noload.c: Include <memcheck.h>.
36998         (main): Call mtrace.  Close all opened handles.
36999
37000 2011-02-17  Andreas Schwab  <schwab@redhat.com>
37001
37002         [BZ #12454]
37003         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
37004         dependencies are missing.
37005
37006 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37007
37008         Fix __if_freereq crash: Unlike the generic version which uses free,
37009         Hurd needs munmap.
37010         * sysdeps/mach/hurd/ifreq.h: New file.
37011
37012 2011-01-27  Petr Baudis  <pasky@suse.cz>
37013             Ulrich Drepper  <drepper@gmail.com>
37014
37015         [BZ 12445]#
37016         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
37017         to extend_alloca().
37018         * stdio-common/bug23.c: New file.
37019         * stdio-common/Makefile (tests): Add bug23.
37020
37021 2010-09-28  Andreas Schwab  <schwab@redhat.com>
37022             Ulrich Drepper  <drepper@gmail.com>
37023
37024         [BZ #12489]
37025         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
37026         before performing relro protection.  At old place add assertion
37027         to make sure nothing changed.
37028
37029 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
37030             Glauber de Oliveira Costa  <glommer@gmail.com>
37031
37032         * elf/elf.h: Add new ARM TLS relocs.
37033
37034 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
37035
37036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
37037         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
37038         cast from r3.
37039         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
37040         'tests' variable.
37041         * sysdeps/wordsize-64/tst-writev.c: New file.
37042
37043 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
37044
37045         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
37046         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
37047         insns in _dl_start to prevent a TOC reference before relocs are
37048         resolved.
37049
37050 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
37051
37052         [BZ #12469]
37053         * Makeconfig: Remove RANLIB definition.
37054         * Makerules: Don't use RANLIB.
37055         * aclocal.m4: Remove ranlib test.
37056         * configure.in: No need to check for ranlib.
37057         * elf/rtld-Rules: Don't use RANLIB.
37058
37059 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37060
37061         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
37062         protection macro.
37063         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
37064         inclusion protection macro.
37065
37066         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
37067         SIGRTMIN and SIGRTMAX and print information in that case only when
37068         SIGRTMIN is defined.
37069
37070 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
37071
37072         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
37073         arginfo fn returning -1.
37074
37075         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
37076         and thousands string is zero terminated.
37077
37078 2011-02-03  Andreas Schwab  <schwab@redhat.com>
37079
37080         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
37081         sysdeps/unix/sysv/linux/bits/socket.h.
37082
37083 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37084
37085         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
37086         (__CPU_COUNT): Remove old macros.
37087         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
37088         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
37089         (__CPU_ALLOC, __CPU_FREE): Add macros.
37090         (__sched_cpualloc, __sched_cpufree): Add declarations.
37091
37092 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
37093
37094         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
37095         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
37096         * nscd/aicache.c (addhstaiX): Return timeout of added value.
37097         (readdhstai): Return value of addhstaiX call.
37098         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
37099         (addgrbyX): Return value returned by cache_addgr.
37100         (readdgrbyname): Return value returned by addgrbyX.
37101         (readdgrbygid): Likewise.
37102         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
37103         (addpwbyX): Return value returned by cache_addpw.
37104         (readdpwbyname): Return value returned by addhstbyX.
37105         (readdpwbyuid): Likewise.
37106         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
37107         (addservbyX): Return value returned by cache_addserv.
37108         (readdservbyname): Return value returned by addservbyX:
37109         (readdservbyport): Likewise.
37110         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
37111         (addhstbyX): Return value returned by cache_addhst.
37112         (readdhstbyname): Return value returned by addhstbyX.
37113         (readdhstbyaddr): Likewise.
37114         (readdhstbynamev6): Likewise.
37115         (readdhstbyaddrv6): Likewise.
37116         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
37117         (readdinitgroups): Return value returned by addinitgroupsX.
37118         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
37119         (prune_cache): Keep track of timeout value of re-added entries.
37120         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
37121         * nscd/nscd.h: Adjust prototypes of readd* functions.
37122
37123 2011-02-04  Roland McGrath  <roland@redhat.com>
37124
37125         * nis/nis_server.c (nis_servstate): Use the right name for 0.
37126         (nis_stats): Likewise.
37127         * nis/nis_modify.c (nis_modify): Likewise.
37128         * nis/nis_remove.c (nis_remove): Likewise.
37129         * nis/nis_add.c (nis_add): Likewise.
37130
37131         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
37132
37133         * posix/fnmatch_loop.c: Add some consts.
37134
37135         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
37136
37137 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
37138
37139         [BZ #12460]
37140         * config.make.in (config-cflags-novzeroupper): Define.
37141         * configure.in: Substitute libc_cv_cc_novzeroupper.
37142         * elf/Makefile (AVX-CFLAGS): Define.
37143         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
37144         (CFLAGS-tst-auditmod4a.c): Likewise.
37145         (CFLAGS-tst-auditmod4b.c): Likewise.
37146         (CFLAGS-tst-auditmod6b.c): Likewise.
37147         (CFLAGS-tst-auditmod6c.c): Likewise.
37148         (CFLAGS-tst-auditmod7b.c): Likewise.
37149         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
37150
37151 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
37152
37153         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
37154         function to the callback.
37155         Patch partly by Jiri Olsa <jolsa@redhat.com>.
37156
37157 2011-02-02  Andreas Schwab  <schwab@redhat.com>
37158
37159         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
37160         of errno.
37161
37162 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
37163
37164         [BZ #11724]
37165         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
37166         of constructors.
37167         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
37168         of destructors.
37169         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
37170
37171         [BZ #11724]
37172         * elf/Makefile: Add rules to build and run new test.
37173         * elf/tst-initorder.c: New file.
37174         * elf/tst-initorder.exp: New file.
37175         * elf/tst-initordera1.c: New file.
37176         * elf/tst-initordera2.c: New file.
37177         * elf/tst-initordera3.c: New file.
37178         * elf/tst-initordera4.c: New file.
37179         * elf/tst-initorderb1.c: New file.
37180         * elf/tst-initorderb2.c: New file.
37181         * elf/tst-order-a1.c: New file.
37182         * elf/tst-order-a2.c: New file.
37183         * elf/tst-order-a3.c: New file.
37184         * elf/tst-order-a4.c: New file.
37185         * elf/tst-order-b1.c: New file.
37186         * elf/tst-order-b2.c: New file.
37187         * elf/tst-order-main.c: New file.
37188         New test case by George Gensure <werkt0@gmail.com>.
37189
37190 2010-10-01  Andreas Schwab  <schwab@redhat.com>
37191
37192         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
37193         decoding ACE if AI_CANONIDN.
37194
37195 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
37196
37197         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
37198
37199 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
37200
37201         * version.h (RELEASE): Bump for 2.13 release.
37202         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
37203
37204         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
37205
37206         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
37207         MADV_NOHUGEPAGE.
37208         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
37209         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
37210         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
37211         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
37212         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
37213         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
37214
37215         * posix/getconf.c: Update copyright year.
37216         * catgets/gencat.c: Likewise.
37217         * csu/version.c: Likewise.
37218         * debug/catchsegv.sh: Likewise.
37219         * debug/xtrace.sh: Likewise.
37220         * elf/ldconfig.c: Likewise.
37221         * elf/ldd.bash.in: Likewise.
37222         * elf/sprof.c (print_version): Likewise.
37223         * iconv/iconv_prog.c: Likewise.
37224         * iconv/iconvconfig.c: Likewise.
37225         * locale/programs/locale.c: Likewise.
37226         * locale/programs/localedef.c: Likewise.
37227         * malloc/memusage.sh: Likewise.
37228         * malloc/mtrace.pl: Likewise.
37229         * nscd/nscd.c (print_version): Likewise.
37230         * nss/getent.c: Likewise.
37231
37232         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
37233         PF_CAIF, and PF_ALG.
37234         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
37235
37236 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
37237
37238         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
37239         (modules-names): Use them.
37240         (ifunc-test-modules, ifunc-pie-tests): Define.
37241         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
37242         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
37243         (test-extras): Likewise.
37244         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
37245         $(compile-command.c).
37246         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
37247         (all-built-dso): Define.
37248         (check-textrel.out, check-execstack.out): Depend on it.
37249
37250         * configure.in: Don't override --enable-multi-arch.
37251
37252 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
37253
37254         [BZ #6812]
37255         * nscd/hstcache.c (tryagain): Define.
37256         (cache_addhst): Return tryagain not notfound for temporary errors.
37257         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
37258         failed.
37259
37260 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
37261
37262         [BZ #10563]
37263         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
37264         to make the syscall.
37265         * sysdeps/unix/sysv/linux/setgroups.c: New file.
37266
37267         [BZ #12378]
37268         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
37269         and fall back to matching as normal character if the string ends before
37270         the matching ']' is found.  This is what POSIX requires.
37271         * posix/testfnm.c: Adjust test result.
37272         * posix/globtest.sh: Adjust test result.  Add new test.
37273         * posix/tst-fnmatch.input: Likewise.
37274         * posix/tst-fnmatch2.c: Add new test.
37275
37276 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
37277
37278         * elf/Makefile (check-execstack): Revert last change.  Depend on
37279         check-execstack.h.
37280         (check-execstack.h): New target.
37281         (generated): Add check-execstack.h.
37282         * elf/check-execstack.c: Include "check-execstack.h".
37283         (main): Revert last change.
37284         (handle_file): Return zero if GNU_STACK is absent and
37285         DEFAULT_STACK_PERMS doesn't include PF_X.
37286
37287 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
37288
37289         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
37290         in child fails because the descriptor is already closed.
37291         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
37292         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
37293         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
37294
37295         [BZ #12397]
37296         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
37297         syscall.
37298
37299         [BZ #10484]
37300         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
37301         temporary buffer used to handle multi lookups locally.
37302         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
37303
37304 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
37305
37306         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
37307         loader is ld.so.
37308
37309 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
37310
37311         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
37312         alignment for SSE2.
37313
37314 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
37315
37316         [BZ #12394]
37317         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
37318         characters.  When rounding increased number of integer digits recompute
37319         number of groups.
37320         * stdio-common/tst-grouping.c: New file.
37321         * stdio-common/Makefile: Add rules to build and run tst-grouping.
37322
37323 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
37324
37325         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
37326         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
37327
37328         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
37329         void.
37330         * bits/select.h: Likewise.
37331
37332 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
37333
37334         * po/ja.po: Update from translation team.
37335
37336 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
37337
37338         [BZ #11155]
37339         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
37340         implementation just like for lxstat, fxstatat, et al.
37341
37342 2010-12-27  Jim Meyering  <meyering@redhat.com>
37343
37344         [BZ #12348]
37345         * posix/regexec.c (build_trtable): Return failure indication upon
37346         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
37347
37348 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
37349
37350         [BZ #12201]
37351         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
37352         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
37353         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
37354         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
37355
37356         [BZ #12207]
37357         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
37358
37359         [BZ #12204]
37360         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
37361         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
37362
37363 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
37364
37365         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
37366         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
37367         script has SORT_BY_INIT_PRIORITY.
37368         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
37369         NO_CTORS_DTORS_SECTIONS is defined.
37370         * elf/soinit.c: Likewise.
37371         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
37372         NO_CTORS_DTORS_SECTIONS is defined.
37373         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
37374         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
37375         * sysdeps/sh/init-first.c: Likewise.
37376         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
37377
37378 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
37379
37380         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
37381         always use the slow path.
37382
37383 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
37384
37385         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
37386         similar rule which adds the sysdep directories to the header search in
37387         order to pick up the correct platform stackinfo.h.
37388         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
37389         perform test if it is, otherwise return successfully without testing.
37390         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
37391         DEFAULT_STACK_PERMS define in stackinfo.h.
37392         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
37393         defined in stackinfo.h.
37394         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
37395         DEFAULT_STACK_PERMS defined in stackinfo.h.
37396         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
37397         * sysdeps/ia64/stackinfo.h: Likewise.
37398         * sysdeps/s390/stackinfo.h: Likewise.
37399         * sysdeps/sh/stackinfo.h: Likewise.
37400         * sysdeps/sparc/stackinfo.h: Likewise.
37401         * sysdeps/x86_64/stackinfo.h: Likewise.
37402         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
37403         PF_X for powerpc64.  Retain PF_X for powerpc32.
37404
37405 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
37406
37407         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
37408         accurately.
37409         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
37410         GETDENTS_64BIT_ALIGNED.
37411
37412 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
37413
37414         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
37415
37416 2010-12-10  Andreas Schwab  <schwab@redhat.com>
37417
37418         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
37419         _GNU_SOURCE.
37420
37421         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
37422         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
37423         Remove __restrict.
37424         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
37425         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
37426
37427 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
37428
37429         [BZ #11655]
37430         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
37431         are initialized.
37432
37433 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
37434
37435         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
37436
37437 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
37438
37439         * po/it.po: Update from translation team.
37440
37441 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
37442
37443         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
37444         unused codes.
37445
37446 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
37447
37448         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
37449
37450 2010-11-24  Andreas Schwab  <schwab@redhat.com>
37451
37452         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
37453         specially.
37454         (gaih_getanswer_slice): Likewise.
37455
37456 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
37457
37458         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
37459
37460 2010-05-31  Petr Baudis  <pasky@suse.cz>
37461
37462         [BZ #11149]
37463         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
37464         silently even in the chroot mode.
37465
37466 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
37467
37468         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
37469         last patch a bit.  Pretty printing
37470
37471 2010-05-31  Petr Baudis <pasky@suse.cz>
37472
37473         [BZ #10085]
37474         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
37475         initialization of skip_initgroups_dyn.
37476
37477 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
37478
37479         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
37480         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
37481
37482 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
37483
37484         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
37485
37486 2010-11-11  Andreas Schwab  <schwab@redhat.com>
37487
37488         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
37489         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
37490         (tst-fnmatch-ENV): Set MALLOC_TRACE.
37491         ($(objpfx)tst-fnmatch-mem): New rule.
37492         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
37493         * posix/tst-fnmatch.c (main): Call mtrace.
37494
37495 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
37496
37497         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37498         Support Intel processor model 6 and model 0x2c.
37499
37500 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
37501
37502         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
37503           signed comparison.
37504
37505 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
37506
37507         [BZ #12205]
37508         * string/test-strncasecmp.c (check_result): New function.
37509         (do_one_test): Use it.
37510         (check1): New function.
37511         (test_main): Use it.
37512         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
37513         Support strcasecmp and strncasecmp.
37514
37515 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
37516
37517         [BZ #12194]
37518         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
37519         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37520
37521 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
37522
37523         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
37524         IFUNC support.
37525         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
37526         memset-x86-64.
37527         * sysdeps/x86_64/multiarch/bzero.S: New file.
37528         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
37529         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
37530         * sysdeps/x86_64/multiarch/memset.S: New file.
37531         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
37532         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37533         Set bit_Prefer_SSE_for_memop for Intel processors.
37534         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
37535         Define.
37536         (index_Prefer_SSE_for_memop): Define.
37537         (HAS_PREFER_SSE_FOR_MEMOP): Define.
37538
37539 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
37540
37541         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
37542         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
37543
37544 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
37545
37546         [BZ #12191]
37547         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
37548         (__x86_64_raw_data_cache_size_half): Likewise.
37549         (__x86_64_raw_shared_cache_size): Likewise.
37550         (__x86_64_raw_shared_cache_size_half): Likewise.
37551
37552         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
37553         (__x86_64_raw_data_cache_size_half): Likewise.
37554         (__x86_64_raw_shared_cache_size): Likewise.
37555         (__x86_64_raw_shared_cache_size_half): Likewise.
37556         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
37557         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
37558         and __x86_64_raw_shared_cache_size_half.  Round
37559         __x86_64_data_cache_size_half, __x86_64_data_cache_size
37560         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
37561         to multiple of 256 bytes.
37562
37563 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
37564
37565         [BZ #12167]
37566         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
37567         of inacessible symlinks.  Verify result of symlink before returning it.
37568         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
37569         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
37570
37571 2010-10-28  Erich Ritz  <erichritz@gmail.com>
37572
37573         * math/math.h (isinf): Fix typo in comment.
37574
37575 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
37576
37577         * po/da.po: Update from translation team.
37578
37579 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
37580
37581         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
37582         is added to the list.
37583
37584 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37585             Ulrich Drepper  <drepper@gmail.com>
37586
37587         * elf/dl-object.c (_dl_new_object): Don't append the new object to
37588         the global list here.  Move code to...
37589         (_dl_add_to_namespace_list): ...here.  New function.
37590         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
37591         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
37592         * elf/dl-load.c (lose): Don't remove the element from the list.
37593         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
37594         (_dl_map_object): Likewise.
37595
37596 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
37597
37598         [BZ #12159]
37599         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
37600         into all bytes of SSE register.
37601         Patch by Richard Li <richardpku@gmail.com>.
37602
37603 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
37604
37605         [BZ #12140]
37606         * malloc/malloc.c (_int_free): Fill correct number of bytes when
37607         perturbing.
37608
37609 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
37610
37611         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
37612         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
37613         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
37614         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
37615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
37616         submachine.
37617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
37618
37619 2010-10-22  Andreas Schwab  <schwab@redhat.com>
37620
37621         * include/dlfcn.h (__RTLD_SECURE): Define.
37622         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
37623         mode & __RTLD_SECURE instead.
37624         (open_path): Rename preloaded parameter to secure.
37625         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
37626         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
37627         * elf/dl-deps.c (openaux): Likewise.
37628         * elf/rtld.c (struct map_args): Remove is_preloaded.
37629         (map_doit): Don't use it.
37630         (dl_main): Likewise.
37631         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
37632         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
37633
37634 2010-09-09  Andreas Schwab  <schwab@redhat.com>
37635
37636         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
37637         (sysd-rules-targets): Remove duplicates.
37638         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
37639         rtld-%.$o dependency.
37640
37641 2010-10-18  Andreas Schwab  <schwab@redhat.com>
37642
37643         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
37644         _dl_map_object do it.
37645
37646 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
37647
37648         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
37649         fast fma builtins, define the macros in the C99 standard.
37650         (FP_FAST_FMAF): Likewise.
37651         (FP_FAST_FMAL): Likewise.
37652         * sysdeps/x86_64/bits/mathdef.h: Likewise.
37653
37654         * bits/mathdef.h: Update copyright year.
37655         * sysdeps/powerpc/bits/mathdef.h: Likewise.
37656
37657 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
37658
37659         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
37660         builtins, define the macros in the C99 standard.
37661         (FP_FAST_FMAF): Likewise.
37662         (FP_FAST_FMAL): Likewise.
37663         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
37664         multiply/add.
37665         (FP_FAST_FMAF): Likewise.
37666
37667 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
37668
37669         [BZ #3268]
37670         * math/libm-test.inc (fma_test): Some new testcases.
37671         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
37672         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
37673         y and infinite z.  Do multiplication by C already in long double.
37674         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
37675         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
37676         y and infinite z.  Do bitwise or of inexact bit into u.d.
37677         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
37678         * sysdeps/i386/fpu/s_fmaf.S: Removed.
37679         * sysdeps/i386/fpu/s_fma.S: Removed.
37680         * sysdeps/i386/fpu/s_fmal.S: Removed.
37681
37682 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
37683
37684         [BZ #3268]
37685         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
37686         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
37687         computation is not scheduled after fetestexcept.  Fix value
37688         of minimum denormal long double.
37689
37690 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
37691
37692         [BZ #3268]
37693         * math/libm-test.inc (fma_test): Add some more tests.
37694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
37695         correctly.
37696
37697 2010-10-15  Andreas Schwab  <schwab@redhat.com>
37698
37699         * scripts/data/localplt-s390-linux-gnu.data: New file.
37700         * scripts/data/localplt-s390x-linux-gnu.data: New file.
37701
37702 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
37703
37704         [BZ #3268]
37705         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
37706         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
37707         instead of dbl-64.
37708         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
37709         inlines.
37710         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
37711         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
37712         if one of x and y is very large and the other is subnormal.
37713         * sysdeps/s390/fpu/s_fmaf.c: New file.
37714         * sysdeps/s390/fpu/s_fma.c: New file.
37715         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
37716         * sysdeps/powerpc/fpu/s_fma.S: New file.
37717         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
37718         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
37719         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
37720
37721 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
37722
37723         [BZ #3268]
37724         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
37725         fma tests.
37726         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
37727         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
37728         * sysdeps/i386/i686/multiarch/s_fma.c: Include
37729         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
37730         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
37731         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
37732         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
37733
37734 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
37735
37736         [BZ #12078]
37737         * posix/regcomp.c (parse_branch): One more memory leak plugged.
37738         * posix/bug-regex31.input: Add test case.
37739
37740 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
37741
37742         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
37743         * posix/bug-regex31.input: New file.
37744
37745         [BZ #12078]
37746         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
37747         (parse_sub_exp): Fix last change, use postorder.
37748
37749         * posix/bug-regex31.c: New file.
37750         * posix/Makefile: Add rules to build and run bug-regex31.
37751
37752         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
37753
37754         [BZ #12078]
37755         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
37756
37757         [BZ #12108]
37758         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
37759         to have entries in sys_siglist.
37760
37761         [BZ #12093]
37762         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
37763         be NULL.
37764
37765 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
37766
37767         [BZ #3268]
37768         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
37769         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
37770         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
37771         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
37772         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
37773         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
37774         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
37775         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
37776         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
37777         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
37778         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
37779         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
37780         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
37781         * math/ftestexcept.c (fetestexcept): Likewise.
37782         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
37783         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
37784         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
37785         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
37786         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
37787         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
37788         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37789
37790 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
37791
37792         [BZ #12107]
37793         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
37794         newline.
37795
37796 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
37797
37798         * string/bug-strstr1.c: New file.
37799         * string/Makefile: Add rules to build and run bug-strstr1.
37800
37801 2010-10-05  Eric Blake  <eblake@redhat.com>
37802
37803         [BZ #12092]
37804         * string/str-two-way.h (two_way_long_needle): Always clear memory
37805         when skipping input due to the shift table.
37806
37807 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
37808
37809         [BZ #12005]
37810         * malloc/mcheck.c: Handle large requests.
37811
37812         [BZ #12077]
37813         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
37814         for strncmp and strncasecmp.
37815         * string/stratcliff.c: Add tests for strcmp and strncmp.
37816         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
37817
37818 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37819
37820         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
37821         __set_fpscr.
37822
37823 2010-09-30  Andreas Jaeger  <aj@suse.de>
37824
37825         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
37826         (CGROUP_SUPER_MAGIC): Define.
37827         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
37828         Handle btrfs and cgroup file systems.
37829         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
37830         Likewise.
37831
37832 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
37833
37834         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
37835         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
37836
37837 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37838
37839         [BZ #12067]
37840         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
37841         trying to locate the ELF header.
37842
37843 2010-09-27  Andreas Schwab  <schwab@redhat.com>
37844
37845         [BZ #11611]
37846         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
37847         Mask out sign-bit copies when constructing f_fsid.
37848
37849 2010-09-24  Petr Baudis <pasky@suse.cz>
37850
37851         * debug/stack_chk_fail_local.c: Add missing licence exception.
37852         * debug/warning-nop.c: Likewise.
37853
37854 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
37855
37856         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
37857         implementing getdents64 using getdents syscall, set d_type if
37858         __ASSUME_GETDENTS32_D_TYPE.
37859
37860 2010-09-16  Andreas Schwab  <schwab@redhat.com>
37861
37862         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
37863         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
37864
37865 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
37866
37867         [BZ #12037]
37868         * posix/unistd.h: Undo change of feature selection for ftruncate from
37869         2010-01-11.
37870
37871 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
37872
37873         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
37874         detection.
37875
37876 2010-09-20  Andreas Schwab  <schwab@redhat.com>
37877
37878         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
37879         fanotify_mark.
37880         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
37881
37882 2010-09-14  Andreas Schwab  <schwab@redhat.com>
37883
37884         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
37885         variables after CHECK_SP call.
37886         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
37887
37888 2010-09-13  Andreas Schwab  <schwab@redhat.com>
37889             Ulrich Drepper  <drepper@redhat.com>
37890
37891         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
37892         re-relocationg ld.so.
37893         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
37894         _dl_init_paths call.
37895         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
37896         here anymore.
37897
37898 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
37899
37900         * resolv/res_init.c (__res_vinit): Count the default server we added.
37901
37902 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
37903             Ulrich Drepper  <drepper@redhat.com>
37904
37905         [BZ #11968]
37906         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
37907         (____longjmp_chk): Use %ebx for saving value across system call.
37908         Add unwind info.
37909
37910 2010-09-06  Andreas Schwab  <schwab@redhat.com>
37911
37912         * manual/Makefile: Don't mix pattern rules with normal rules.
37913
37914 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37915
37916         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
37917         operation.
37918         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
37919         * libio/iofopncook.c (_IO_cookie_init): Likewise.
37920         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
37921         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
37922         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
37923         Likewise.
37924
37925 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
37926
37927         [BZ #11979]
37928         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
37929         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
37930
37931 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
37932
37933         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
37934         * sysdeps/x86_64/addmul_1.S: Likewise.
37935         * sysdeps/x86_64/lshift.S: Likewise.
37936         * sysdeps/x86_64/mul_1.S: Likewise.
37937         * sysdeps/x86_64/rshift.S: Likewise.
37938         * sysdeps/x86_64/sub_n.S: Likewise.
37939         * sysdeps/x86_64/submul_1.S: Likewise.
37940
37941 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37942
37943         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
37944         Define __sched_param instead of SCHED_* and sched_param when
37945         <bits/sched.h> is included with __need_schedparam defined.
37946         * bits/sched.h [__need_schedparam]
37947         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
37948         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
37949         (__defined_schedparam): Define to 1.
37950         (__sched_param): New structure, identical to sched_param.
37951         (__need_schedparam): Undefine.
37952
37953 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
37954
37955         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
37956         (epoll_create1): Declare.
37957
37958         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
37959
37960 2010-08-31  Andreas Schwab  <schwab@redhat.com>
37961
37962         [BZ #7066]
37963         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
37964         shifting retval into place.
37965
37966 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
37967
37968         * nis/rpcsvc/nis.h: Update copyright notice.
37969         * nis/rpcsvc/nis.x: Likewise.
37970         * nis/rpcsvc/nis_callback.h: Likewise.
37971         * nis/rpcsvc/nis_callback.x: Likewise.
37972         * nis/rpcsvc/nis_object.x: Likewise.
37973         * nis/rpcsvc/nis_tags.h: Likewise.
37974         * nis/rpcsvc/yp.h: Likewise.
37975         * nis/rpcsvc/yp.x: Likewise.
37976         * nis/rpcsvc/ypupd.h: Likewise.
37977         * nis/yp_xdr.c: Likewise.
37978         * nis/ypupdate_xdr.c: Likewise.
37979
37980         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
37981         mainly the body of pmap_getport.  Add parameters to specify timeouts.
37982         (pmap_getport): Use __libc_rpc_getport.
37983         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
37984         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
37985         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
37986
37987 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
37988
37989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
37990         fanotify_mark.
37991
37992 2010-08-27  Roland McGrath  <roland@redhat.com>
37993
37994         * sysdeps/i386/i686/multiarch/Makefile
37995         (CFLAGS-varshift.c): New variable.
37996
37997 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
37998
37999         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
38000         * sysdeps/i386/i686/multiarch/varshift.c: New file.
38001
38002         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
38003
38004         * sysdeps/x86_64/strlen.S: Minimal code improvement.
38005
38006 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
38007
38008         * sysdeps/x86_64/strlen.S: Unroll the loop.
38009         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
38010         strlen-sse2 strlen-sse2-bsf.
38011         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
38012         __strlen_no_bsf if bit_Slow_BSF is set.
38013         (__strlen_sse42): Removed.
38014         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
38015         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
38016
38017 2010-08-25  Roland McGrath  <roland@redhat.com>
38018
38019         * sysdeps/x86_64/multiarch/varshift.S: File removed.
38020         * sysdeps/x86_64/multiarch/varshift.c: New file.
38021         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
38022         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
38023         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
38024         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38025
38026 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
38027
38028         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
38029         strlen-sse2 strlen-sse2-bsf.
38030         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
38031         __strlen_sse2_bsf if bit_Slow_BSF is unset.
38032         (__strlen_sse2): Removed.
38033         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
38034         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
38035         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
38036         bit_Slow_BSF for Atom.
38037         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
38038         (index_Slow_BSF): Define.
38039         (HAS_SLOW_BSF): Define.
38040
38041 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
38042
38043         [BZ #10851]
38044         * resolv/res_init.c (__res_vinit): When no server address at all
38045         is given default to loopback.
38046
38047 2010-08-24  Roland McGrath  <roland@redhat.com>
38048
38049         * configure.in: Remove config-name.h generation.
38050         * configure: Regenerated.
38051         * config-name.in: File removed.
38052         * scripts/config-uname.sh: New file.
38053         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
38054         ($(objdir)config-name.h): New target.
38055
38056         * sunrpc/rpc_parse.h: Avoid nested comment.
38057
38058 2010-08-24  Richard Henderson  <rth@redhat.com>
38059             Ulrich Drepper  <drepper@redhat.com>
38060             H.J. Lu  <hongjiu.lu@intel.com>
38061
38062         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
38063         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
38064         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
38065         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
38066         _mm_alignr_epi8 with _mm_loadu_si128.
38067         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
38068         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
38069         (__m128i_shift_right): Removed.
38070         * sysdeps/i386/i686/multiarch/varshift.h: New file.
38071         * sysdeps/i386/i686/multiarch/varshift.S: New file.
38072         * sysdeps/x86_64/multiarch/varshift.h: New file.
38073         * sysdeps/x86_64/multiarch/varshift.S: New file.
38074
38075 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
38076
38077         * configure.in: Move assembler checks to before sysdep dir checking.
38078
38079 2010-08-20  Petr Baudis  <pasky@suse.cz>
38080
38081         * LICENSES: Sync the sunrpc license.
38082
38083 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
38084
38085         * sunrpc/auth_des.c: Update copyright notice once again.
38086         * sunrpc/auth_none.c: Likewise.
38087         * sunrpc/auth_unix.c: Likewise.
38088         * sunrpc/authdes_prot.c: Likewise.
38089         * sunrpc/authuxprot.c: Likewise.
38090         * sunrpc/bindrsvprt.c: Likewise.
38091         * sunrpc/clnt_gen.c: Likewise.
38092         * sunrpc/clnt_perr.c: Likewise.
38093         * sunrpc/clnt_raw.c: Likewise.
38094         * sunrpc/clnt_simp.c: Likewise.
38095         * sunrpc/clnt_tcp.c: Likewise.
38096         * sunrpc/clnt_udp.c: Likewise.
38097         * sunrpc/clnt_unix.c: Likewise.
38098         * sunrpc/des_crypt.c: Likewise.
38099         * sunrpc/des_soft.c: Likewise.
38100         * sunrpc/get_myaddr.c: Likewise.
38101         * sunrpc/getrpcport.c: Likewise.
38102         * sunrpc/key_call.c: Likewise.
38103         * sunrpc/key_prot.c: Likewise.
38104         * sunrpc/openchild.c: Likewise.
38105         * sunrpc/pm_getmaps.c: Likewise.
38106         * sunrpc/pm_getport.c: Likewise.
38107         * sunrpc/pmap_clnt.c: Likewise.
38108         * sunrpc/pmap_prot.c: Likewise.
38109         * sunrpc/pmap_prot2.c: Likewise.
38110         * sunrpc/pmap_rmt.c: Likewise.
38111         * sunrpc/rpc/auth.h: Likewise.
38112         * sunrpc/rpc/auth_unix.h: Likewise.
38113         * sunrpc/rpc/clnt.h: Likewise.
38114         * sunrpc/rpc/des_crypt.h: Likewise.
38115         * sunrpc/rpc/key_prot.h: Likewise.
38116         * sunrpc/rpc/netdb.h: Likewise.
38117         * sunrpc/rpc/pmap_clnt.h: Likewise.
38118         * sunrpc/rpc/pmap_prot.h: Likewise.
38119         * sunrpc/rpc/pmap_rmt.h: Likewise.
38120         * sunrpc/rpc/rpc.h: Likewise.
38121         * sunrpc/rpc/rpc_des.h: Likewise.
38122         * sunrpc/rpc/rpc_msg.h: Likewise.
38123         * sunrpc/rpc/svc.h: Likewise.
38124         * sunrpc/rpc/svc_auth.h: Likewise.
38125         * sunrpc/rpc/types.h: Likewise.
38126         * sunrpc/rpc/xdr.h: Likewise.
38127         * sunrpc/rpc_clntout.c: Likewise.
38128         * sunrpc/rpc_cmsg.c: Likewise.
38129         * sunrpc/rpc_common.c: Likewise.
38130         * sunrpc/rpc_cout.c: Likewise.
38131         * sunrpc/rpc_dtable.c: Likewise.
38132         * sunrpc/rpc_hout.c: Likewise.
38133         * sunrpc/rpc_main.c: Likewise.
38134         * sunrpc/rpc_parse.c: Likewise.
38135         * sunrpc/rpc_parse.h: Likewise.
38136         * sunrpc/rpc_prot.c: Likewise.
38137         * sunrpc/rpc_sample.c: Likewise.
38138         * sunrpc/rpc_scan.c: Likewise.
38139         * sunrpc/rpc_scan.h: Likewise.
38140         * sunrpc/rpc_svcout.c: Likewise.
38141         * sunrpc/rpc_tblout.c: Likewise.
38142         * sunrpc/rpc_util.c: Likewise.
38143         * sunrpc/rpc_util.h: Likewise.
38144         * sunrpc/rpcinfo.c: Likewise.
38145         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
38146         * sunrpc/rpcsvc/key_prot.x: Likewise.
38147         * sunrpc/rpcsvc/klm_prot.x: Likewise.
38148         * sunrpc/rpcsvc/mount.x: Likewise.
38149         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
38150         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
38151         * sunrpc/rpcsvc/rex.x: Likewise.
38152         * sunrpc/rpcsvc/rstat.x: Likewise.
38153         * sunrpc/rpcsvc/rusers.x: Likewise.
38154         * sunrpc/rpcsvc/sm_inter.x: Likewise.
38155         * sunrpc/rpcsvc/spray.x: Likewise.
38156         * sunrpc/rpcsvc/yppasswd.x: Likewise.
38157         * sunrpc/rtime.c: Likewise.
38158         * sunrpc/svc.c: Likewise.
38159         * sunrpc/svc_auth.c: Likewise.
38160         * sunrpc/svc_authux.c: Likewise.
38161         * sunrpc/svc_raw.c: Likewise.
38162         * sunrpc/svc_run.c: Likewise.
38163         * sunrpc/svc_simple.c: Likewise.
38164         * sunrpc/svc_tcp.c: Likewise.
38165         * sunrpc/svc_udp.c: Likewise.
38166         * sunrpc/svc_unix.c: Likewise.
38167         * sunrpc/svcauth_des.c: Likewise.
38168         * sunrpc/xcrypt.c: Likewise.
38169         * sunrpc/xdr.c: Likewise.
38170         * sunrpc/xdr_array.c: Likewise.
38171         * sunrpc/xdr_float.c: Likewise.
38172         * sunrpc/xdr_mem.c: Likewise.
38173         * sunrpc/xdr_rec.c: Likewise.
38174         * sunrpc/xdr_ref.c: Likewise.
38175         * sunrpc/xdr_sizeof.c: Likewise.
38176         * sunrpc/xdr_stdio.c: Likewise.
38177
38178         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
38179         handling.
38180
38181 2010-08-19  Andreas Schwab  <schwab@redhat.com>
38182
38183         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
38184
38185 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
38186
38187         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
38188         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
38189         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
38190         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
38191         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
38192         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
38193         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
38194         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
38195         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
38196         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
38197         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
38198         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
38199         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
38200         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
38201
38202 2010-07-26  Anton Blanchard  <anton@samba.org>
38203
38204         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
38205         * malloc/arena.c (heap_trim): Likewise.
38206
38207 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
38208
38209         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
38210         here.  Not...
38211         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
38212         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
38213
38214 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
38215
38216         * sysdeps/i386/elf/Makefile: New file.
38217
38218 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
38219
38220         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
38221         from fanotify_init.
38222         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
38223         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
38224
38225 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
38226
38227         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
38228         of strncasecmp_l.
38229         * sysdeps/multiarch/strcmp.S: Likewise.
38230
38231 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
38232
38233         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
38234         strncase_l-nonascii.
38235         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
38236         Add strncase_l-ssse3.
38237         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
38238         * sysdeps/x86_64/strcmp.S: Likewise.
38239         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
38240         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
38241         * sysdeps/x86_64/strncase.S: New file.
38242         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
38243         * sysdeps/x86_64/strncase_l.S: New file.
38244         * string/Makefile (strop-tests): Add strncasecmp.
38245         * string/test-strncasecmp.c: New file.
38246
38247         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
38248         warning.
38249
38250         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
38251         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
38252
38253 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
38254
38255         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
38256
38257 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
38258
38259         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
38260         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
38261         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
38262
38263 2010-05-01  Alan Modra  <amodra@gmail.com>
38264
38265         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
38266         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
38267         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
38268         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
38269         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
38270         tidying.  Don't tail-call __sigjmp_save for static lib.
38271         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
38272         save location.
38273         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
38274         (CALL_MCOUNT): Add eh info, and nop after bl.
38275         (TAIL_CALL_SYSCALL_ERROR): New macro.
38276         (PSEUDO_RET): Use it.
38277         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
38278         Correct save location of integer regs and cr.
38279         (_dl_profile_resolve): Correct cr save location.  Delete nops
38280         after bl when SHARED.  Reduce cfi size a little by better
38281         placement of cfi directives.
38282         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
38283         make a stack frame.  Instead use parm save area as a temp.
38284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
38285         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
38286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
38287         Don't make a stack frame for parent, use parm save area.
38288         Increase child stack frame to 112 bytes.  Don't save unused reg,
38289         and adjust reg usage.  Set up cfi on error recovery and
38290         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
38291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38292         (__makecontext): Add dummy nop after jump to exit.
38293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
38294         Use correct parm save area and cr save, reduce stack frame.
38295         Correct cfi for possible PSEUDO_RET frame setup.
38296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
38297         Branch to local label emitted by PSEUDO_RET rather than
38298         __syscall_error.
38299
38300 2010-08-12  Andreas Schwab  <schwab@redhat.com>
38301
38302         [BZ #11904]
38303         * locale/programs/locale.c (print_assignment): New function.
38304         (show_locale_vars): Use it.
38305
38306 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
38307
38308         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
38309         field.
38310         (struct statfs64): Likewise.
38311         (_STATFS_F_FLAGS): Define.
38312         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
38313         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
38314         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
38315         (ST_VALID): Define locally.
38316         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
38317         __statvfs_getflags, use the provided value.
38318         * sysdeps/unix/sysv/linux/kernel-features.h: Define
38319         __ASSUME_STATFS_F_FLAGS.
38320
38321         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
38322
38323         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
38324         Add sys/fanotify.h.
38325         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
38326         fanotify_mask for GLIBC_2.13.
38327         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
38328         fanotify_init and fanotify_mark.
38329         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
38330         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
38331
38332         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
38333         Add prlimit.
38334         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
38335         prlimit64 for GLIBC_2.13.
38336         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
38337         prlimit64.
38338         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
38339         syscall.
38340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
38341         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
38342         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
38343         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
38344         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
38345         add prlimit alias.
38346         * sysdeps/unix/sysv/linux/prlimit.c: New file.
38347
38348         [BZ #11903]
38349         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
38350         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
38351
38352         * nss/Makefile: Add rules to build and run tst-nss-test1.
38353         * shlib-versions: Add entry for libnss_test1.
38354         * nss/nss_test1.c: New file.
38355         * nss/tst-nss-test1.c: New file.
38356
38357         * nss/nsswitch.c (__nss_database_custom): Define new variable.
38358         (__nss_configure_lookup): Set appropriate entry in
38359         __nss_configure_lookup to true.
38360         * nss/nsswitch.h: Define enum with indeces of databases in
38361         databases and __nss_database_custom arrays.  Declare
38362         __nss_database_custom.
38363         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
38364         to avoid using nscd when custom rules are installed.
38365         * nss/getXXbyYY_r.c: Likewise.
38366         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
38367
38368         * nss/nss_files/files-parse.c: Whitespace fixes.
38369
38370 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
38371
38372         [BZ #11883]
38373         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
38374         * posix/fnmatch_loop.c: Likewise.
38375
38376 2010-07-17  Andi Kleen  <ak@linux.intel.com>
38377
38378         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
38379         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
38380         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
38381         * Versions.def [GLIBC_2.13]: Add.
38382
38383 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
38384
38385         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
38386         Also fail if tpwd after pwuid call is NULL.
38387
38388 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38389
38390         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
38391         when converting to ms.
38392
38393 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38394
38395         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
38396         EOPNOTSUPP errors with ENOTTY.
38397         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
38398         EOPNOTSUPP errors with ENOTTY.
38399
38400 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
38401
38402         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
38403         Add strcasecmp_l-ssse3.
38404         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
38405         strcasecmp.
38406         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
38407         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
38408         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
38409
38410 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
38411
38412         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
38413
38414         * string/Makefile (strop-tests): Add strcasecmp.
38415         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
38416         strcasecmp_l-nonascii.
38417         (gen-as-const-headers): Add locale-defines.sym.
38418         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
38419         * sysdeps/x86_64/strcasecmp.S: New file.
38420         * sysdeps/x86_64/strcasecmp_l.S: New file.
38421         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
38422         * sysdeps/x86_64/locale-defines.sym: New file.
38423         * string/test-strcasecmp.c: New file.
38424
38425         * string/test-strcasestr.c: Test both ends of the range of characters.
38426         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
38427
38428 2010-07-29  Roland McGrath  <roland@redhat.com>
38429
38430         [BZ #11856]
38431         * manual/locale.texi (Yes-or-No Questions): Fix example code.
38432
38433 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
38434
38435         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
38436         for ld.so.
38437
38438 2010-07-27  Andreas Schwab  <schwab@redhat.com>
38439
38440         * manual/memory.texi (Malloc Tunable Parameters): Document
38441         M_PERTURB.
38442
38443 2010-07-26  Roland McGrath  <roland@redhat.com>
38444
38445         [BZ #11840]
38446         * configure.in (-fgnu89-inline check): Set and substitute
38447         gnu89_inline, not libc_cv_gnu89_inline.
38448         * configure: Regenerated.
38449         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
38450
38451 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
38452
38453         * string/test-strnlen.c: New file.
38454         * string/Makefile (strop-tests): Add strnlen.
38455         * string/tester.c (test_strnlen): Add a few more test cases.
38456         * string/tst-strlen.c: Better error reporting.
38457
38458         * sysdeps/x86_64/strnlen.S: New file.
38459
38460 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
38461
38462         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
38463         lower-latency instructions.
38464
38465 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
38466
38467         * string/test-strcasestr.c: New file.
38468         * string/test-strstr.c: New file.
38469         * string/Makefile (strop-tests): Add strstr and strcasestr.
38470         * string/str-two-way.h: Don't undefine MAX.
38471         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
38472
38473 2010-07-21  Andreas Schwab  <schwab@redhat.com>
38474
38475         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
38476         strcasestr-nonascii.
38477         (CFLAGS-strcasestr-nonascii.c): Define.
38478         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
38479         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
38480         Remove unused attribute.
38481
38482 2010-07-20  Roland McGrath  <roland@redhat.com>
38483
38484         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
38485         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
38486         ld.so.cache was broken.  With it, there is no way to disable dsocaps
38487         like LD_HWCAP_MASK can disable hwcaps.
38488
38489 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
38490
38491         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
38492
38493 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
38494
38495         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
38496         call in strcasestr.
38497         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
38498         __strcasestr_sse42_nonascii.
38499         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
38500         strcasestr-nonascii.c.
38501         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
38502
38503 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
38504
38505         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
38506         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
38507         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
38508         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
38509
38510 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
38511
38512         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
38513         fcntl.
38514
38515 2010-07-06  Andreas Schwab  <schwab@redhat.com>
38516
38517         [BZ #11577]
38518         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
38519         dl_signal_cerror.
38520
38521 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
38522
38523         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
38524         _PC_PIPE_BUF using F_GETPIPE_SZ.
38525
38526 2010-07-05  Roland McGrath  <roland@redhat.com>
38527
38528         * manual/arith.texi (Rounding Functions): Fix rint description
38529         implicit in round description.
38530
38531 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
38532
38533         * elf/Makefile: Fix linking for a few tests to make recent linker
38534         happy.
38535
38536 2010-06-30  Andreas Schwab  <schwab@redhat.com>
38537
38538         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
38539         $(common-objpfx)libc_nonshared.a.
38540
38541 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
38542
38543         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
38544         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
38545         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
38546         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
38547         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
38548         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
38549         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
38550         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
38551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
38552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
38553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
38554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
38555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
38556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
38557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
38558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
38559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
38560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
38561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
38562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
38563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
38564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
38565         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
38566         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
38567         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
38568         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
38569         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
38570         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
38571         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
38572         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
38573         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
38574         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
38575         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
38576         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
38577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
38578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
38579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
38580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
38581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
38582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
38583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
38584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
38585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
38586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
38587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
38588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
38589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
38590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
38591
38592 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
38593
38594         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
38595         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
38596         * string/memmove.c (memmove): Renamed to ...
38597         (MEMMOVE): ...this.  Default to memmove.
38598         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
38599         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
38600         (END_CHK): Define.
38601         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
38602         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
38603         mempcpy-ssse3-back memmove-ssse3-back.
38604         * sysdeps/x86_64/multiarch/bcopy.S: New file .
38605         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
38606         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
38607         * sysdeps/x86_64/multiarch/memcpy.S: New file.
38608         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
38609         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
38610         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
38611         * sysdeps/x86_64/multiarch/memmove.c: New file.
38612         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
38613         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
38614         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
38615         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
38616         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
38617         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
38618         Define.
38619         (index_Fast_Copy_Backward): Define.
38620         (HAS_ARCH_FEATURE): Define.
38621         (HAS_FAST_REP_STRING): Define.
38622         (HAS_FAST_COPY_BACKWARD): Define.
38623
38624 2010-06-21  Andreas Schwab  <schwab@redhat.com>
38625
38626         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
38627         Restore proper fallback handling.
38628
38629 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
38630
38631         [BZ #11701]
38632         * posix/group_member.c (__group_member): Correct checking loop.
38633
38634         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
38635         OOM in getpwuid_r correctly.  Return error number when the caller
38636         should return, otherwise -1.
38637         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
38638         call returning > 0 value.
38639         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
38640
38641 2010-06-07  Andreas Schwab  <schwab@redhat.com>
38642
38643         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
38644         libc_nonshared.a from targets in modules-names.
38645
38646 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
38647
38648         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
38649         requires it.
38650
38651 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
38652
38653         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
38654         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
38655         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
38656         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
38657
38658 2010-06-02  Andreas Schwab  <schwab@redhat.com>
38659
38660         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
38661
38662 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
38663
38664         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
38665         and F_GETPIPE_SZ.
38666         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
38667         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
38668         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38669         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38670         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
38671         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
38672
38673 2010-06-14  Roland McGrath  <roland@redhat.com>
38674
38675         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
38676
38677 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
38678
38679         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
38680         __REDIRECT followed by __THROW.
38681         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
38682         * posix/getopt.h (getopt): Likewise.
38683
38684 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
38685
38686         * hurd/lookup-at.c (__file_name_lookup_at): Accept
38687         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
38688         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
38689         in AT_FLAGS.
38690         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
38691         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
38692
38693 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
38694
38695         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
38696
38697 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
38698
38699         [BZ #11640]
38700         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38701         Properly check family and model.
38702
38703 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
38704
38705         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
38706
38707 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
38708
38709         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
38710
38711 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
38712
38713         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
38714         symbol reference.
38715
38716 2010-05-19  Andreas Schwab  <schwab@redhat.com>
38717
38718         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
38719         symbol reference.
38720
38721 2010-05-21  Andreas Schwab  <schwab@redhat.com>
38722
38723         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
38724         and internal_recvmmsg.
38725         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
38726         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
38727         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
38728         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
38729
38730         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
38731         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
38732         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
38733
38734 2010-05-20  Andreas Schwab  <schwab@redhat.com>
38735
38736         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
38737
38738 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
38739
38740         POWER7 optimizations.
38741         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
38742         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
38743
38744 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
38745
38746         * version.h: Update for 2.13 development version.
38747
38748 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
38749
38750         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
38751         exceptions.  Return 0.
38752
38753 2010-05-07  Roland McGrath  <roland@redhat.com>
38754
38755         * elf/ldconfig.c (main): Add a const.
38756
38757 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
38758
38759         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
38760         (args_options): Add no-idn option.
38761         (ahosts_keys_int): Add idn_flags to ai_flags.
38762         (parse_option): Handle 'i' option to clear idn_flags.
38763
38764         * malloc/malloc.c (_int_free): Possible race in the most recently
38765         added check.  Only act on the data if no current modification
38766         happened.
38767
38768 See ChangeLog.17 for earlier changes.