abilist-pattern configurability
[glibc.git] / ChangeLog
blobd9fa673bc0fb1ce074348f3f34be62e6e80016f9
1 2014-02-04  Roland McGrath  <roland@hack.frob.com>
2             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
5         (abilist-pattern): New variable, set to %-le.abilist.
7         * Makerules (abilist-pattern): New variable.
8         (vpath): Use $(abilist-pattern) in place of %.abilist.
9         (check-abi-% pattern rule): Likewise.
10         (check-abi, update-abi): Likewise.
12 2014-02-04  Eric Wong  <normalperson@yhbt.net>
14         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
22         * manual/startup.texi: Add next, previous, and top entries for
23         the `Program Arguments' and `Environment Variables' nodes.
25 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
27         * manual/macros.texi: Add comments before MTASC-safety macros.
29         * manual/users.texi: Document MTASC-safety properties.
31         * manual/threads.texi (pthread_key_create, pthread_key_delete,
32         pthread_getspecific, pthread_setspecific): Format with
33         @deftypefun, and add @safety note.
34         * manual/signal.texi: Move comments that analyze the above
35         functions to their home place.
37 2014-02-03  Allan McRae  <allan@archlinux.org>
39         * po/sl.po: Update Slovenian translation from translation project.
41 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
43         * manual/time.texi (timegm): Add missing blank after @c.
44         Reported by Joseph Myers <joseph@codesourcery.com>.
46 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
48         * manual/check-safety.sh: New.
49         * manual/Makefile ($(objpfx)stamp-summary): Run it.
51         * manual/terminal.texi: Document MTASC-safety properties.
53         * manual/filesys.texi: Document MTASC-safety properties.
55         * manual/errno.texi: Document MTASC-safety properties.
57         * manual/intro.texi: Document safety identifiers and
58         conditionals.
60         * manual/string.texi (wcstok): Fix prototype.
61         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
63         * manual/time.texi: Document MTASC-safety properties.
65         * manual/string.texi: Document MTASC-safety properties.
67         * manual/threads.texi: Document MTASC-safety properties.
69         * manual/stdio.texi: Document MTASC-safety properties.
71         * manual/syslog.texi: Document MTASC-safety properties.
73         * manual/sysinfo.texi: Document MTASC-safety properties.
75         * manual/startup.texi: Document MTASC-safety properties.
77         * manual/socket.texi: Document MTASC-safety properties.
79         * manual/signal.texi: Document MTASC-safety properties.
81 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
83         * manual/setjmp.texi: Document MTASC-safety properties.
85         * manual/search.texi: Document MTASC-safety properties.
87         * manual/resource.texi: Document MTASC-safety properties.
89         * manual/process.texi: Document MTASC-safety properties.
91         * manual/platform.texi: Document MTASC-safety properties.
93         * manual/pipe.texi: Document MTASC-safety properties.
95         * manual/pattern.texi: Document MTASC-safety properties.
97         * manual/message.texi: Document MTASC-safety properties.
99         [BZ #12751]
100         * manual/memory.texi: Document MTASC-safety properties.
102         * manual/math.texi: Document MTASC-safety properties.
104         * manual/locale.texi: Document MTASC-safety properties.
106         * manual/llio.texi: Document MTASC-safety properties.
108         * manual/libdl.texi: New.
110         * manual/lang.texi: Document MTASC-safety properties.
112         * manual/job.texi: Document MTASC-safety properties.
114         * manual/getopt.texi: Document MTASC-safety properties.
116         * manual/ctype.texi: Document MTASC-safety properties.
118 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
120         [BZ #16046]
121         * csu/libc-tls.c (static_map): Remove variable.
122         (__libc_setup_tls): Use main executable's link map for TLS data.
123         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
124         casing for LM_ID_BASE and GL(dl_nns).
125         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
126         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
127         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
128         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
129         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
130         member.
131         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
132         l_phnum members.
134 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
136         * manual/debug.texi: Document MTASC-safety properties.
138 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
140         [BZ #16510]
141         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
142         of __x86_64__ when disabling x87 inline functions.
144 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
146         * manual/charset.texi: Document MTASC-safety properties.
148         * manual/crypt.texi: Document MTASC-safety properties.
150         * manual/conf.texi: Document MTASC-safety properties.
152         * manual/arith.texi: Document MTASC-safety properties.
154         * manual/argp.texi: Document MTASC-safety properties.
156         * manual/macros.texi: Introduce macros to document multi
157         thread, asynchronous signal and asynchronous cancellation
158         safety properties.
159         * manual/intro.texi: Introduce the properties themselves.
161 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
163         * sysdeps/sh/sh4/Makefile: New file.
165 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
167         * math/gen-libm-test.pl ($srcdir): New variable.
168         ($auto_input): Use it.
170 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
172         [BZ #16506]
173         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
174         access beyond array bounds when parsing netgroups file.
176         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
177         the old buffer before realloc.
179 2014-01-27  Allan McRae  <allan@archlinux.org>
181         * po/fr.po: Update French translation from translation project.
183 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
185         * sysdeps/sh/libm-test-ulps: Regenerate.
187 2014-01-24  David S. Miller  <davem@davemloft.net>
189         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
191 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
193         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
194         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
196 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
198         [BZ #16474]
199         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
200         string pointers after reallocation.
202 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
204         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
205         __SH4A__ instead of __SH_FPU_ANY__.
207 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
209         * sysdeps/sh/fpu_control.h: New file.
210         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
211         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
212         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
213         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
214         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
215         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
216         * sysdeps/sh/sys/ucontext.h: Remove.
217         * sysdeps/sh/sys: Remove directory.
219 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
221         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
222         s390/sys/ucontext.h.
223         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
224         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
226 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
228         [BZ #15605]
229         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
231 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
233         [BZ#16431]
234         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
235         Adjust the vDSO correctly for internal calls.
236         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
238 2014-01-20  Allan McRae  <allan@archlinux.org>
240         * po/ca.po: Update Catalan translation from translation project.
242 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
244         * sysdeps/s390/sotruss-lib.c: New file.
246 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
248         [BZ#16430]
249         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
250         (__GI___gettimeofday): Alias for a different internal symbol to avoid
251         local calls issues by not having a PLT stub required for IFUNC calls.
252         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
254 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
256         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
257         * math/test-fpucw-static.c: Likewise.
259 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
261         [BZ #16453]
262         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
264 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
266         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
267         implementation for powerpc.
269 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
271         [BZ #14782]
272         * sysdeps/posix/system.c (__libc_system): Do not enable
273         asynchronous cancellation.
275 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
277         [BZ #16427]
278         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
279         handling only for numbers special also in the IEEE case.
281 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
283         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
285 2014-01-11  Allan McRae  <allan@archlinux.org>
287         * po/bg.po: Update Bulgarian translation from translation project.
289         * po/de.po: Update German translation from translation project.
291 2014-01-10  Roland McGrath  <roland@hack.frob.com>
293         * sysdeps/generic/gcc-compat.h: New file.
295 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
297         * benchtests/asin-inputs: Correct slow inputs.
298         * benchtests/acos-inputs: Likewise.
300 2014-01-10  Allan McRae  <allan@archlinux.org>
302         * po:sv.po: Update Swedish translation from translation project.
304         * po/vi.po: Update Vietnamese translation from translation project.
306         * po/eo.po: Update Esperanto translation from translation project.
308         * po/cs.po: Update Czech translation from translation project.
310         * po/nl.po: Update Dutch translation from translation project.
312         * po/pl.po: Update Polish translation from translation project.
314         * po/ru.po: Update Russian translation from translation project.
316         * po/uk.po: Update Ukrainian translation from translation project.
318 2014-01-08  Brooks Moses  <bmoses@google.com>
320         * elf/dl-load.c: Fix comment typo.
322 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
324         * po/header.pot: Rename to...
325         * po/pot.header: ... this.
326         * po/Makefile: Use pot.header.
328 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
329             Maxim Kuvyrkov  <maxim@kugelworks.com>
331         [BZ #16394]
332         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
333         SRC and DEST against LEN.
335 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
337         [BZ #16414]
338         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
339         implementation.
340         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
342 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
344         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
346 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
348         [BZ #16408]
349         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
350         for large positive arguments.
352 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
354         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
356         * math/auto-libm-test-in: Mark various tests with
357         xfail-rounding:ldbl-128ibm.
358         * math/auto-libm-test-out: Regenerated.
360         [BZ #16407]
361         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
362         Increase overflow threshold.
364 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
366         [BZ #14286]
367         * stdio-common/vfprintf.c: Check for integer overflow.
369 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
371         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
372         the first argument and return value of __tls_get_addr_internal.
374 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
376         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
377         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
379 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
381         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
382         * sysdeps/s390/rtld-global-offsets.sym: New file.
383         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
384         GLIBC_2.19 symbol.
385         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
386         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
387         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
388         ... this.
389         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
390         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
391         ... this.
392         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
393         Regenerate.
394         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
395         Regenerate.
396         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
397         halfs of GPRs for high_gprs contexts.
398         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
399         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
400         field.
401         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
402         uc_flags field.
403         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
404         64 bit versions:
405         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
406         for high GPRs (uc_high_gprs) and for future extensions
407         (__reserved).
408         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
409         for future extensions (__reserved).
410         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
411         64 bit versions:
412         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
413         SC_HIGHGPRS offset definition.
414         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
415         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
417 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
419         * Versions.def: Add GLIBC_2.19 for libpthread.
420         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
421         siglongjmp for libpthread with GLIBC_2.19 symver.
422         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
423         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
424         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
425         * sysdeps/s390/__longjmp.c: New file.
426         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
427         * sysdeps/s390/longjmp.c: New file.
428         * sysdeps/s390/setjmp.S: New file.
429         * sysdeps/s390/sigjmp.S: New file.
430         * sysdeps/s390/v1-longjmp.c: New file.
431         * sysdeps/s390/v1-setjmp.h: New file.
432         * sysdeps/s390/v1-sigjmp.c: New file.
433         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
434         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
435         GLIBC_2.19 version.
436         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
437         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
438         versioned symbols for ____longjmp_chk.
439         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
440         Likewise.
441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
442         Regenerate.
443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
444         Regenerate.
445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
446         Regenerate.
447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
448         Regenerate.
449         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
450         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
451         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
452         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
453         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
454         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
455         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
456         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
457         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
458         * sysdeps/s390/rtld-__longjmp.c: New file.
459         * sysdeps/s390/rtld-setjmp.S: New file.
461 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
463         [BZ #16400]
464         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
465         Return -__logl (x) for small positive arguments without evaluating
466         a polynomial.
468 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
470         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
471         Rename to ...
472         (__ptrace_peeksiginfo_args): ... this.
473         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
474         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
475         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
477 2014-01-06  Allan McRae  <allan@archlinux.org>
479         * inet/netinet/in.h: Fix typo in comment.
481 2014-01-05  Andreas Jaeger  <aj@suse.de>
483         * sysdeps/i386/fpu/libm-test-ulps: Update.
485 2014-01-05  Allan McRae  <allan@archlinux.org>
487         * po/libc.pot: Regenerated.
489         * malloc/memusagestat.c: Fix gettext call formatting.
491 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
493         * nscd/nscd.c: Improve usage() output.
495 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
497         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
498         * sysdeps/unix/sysv/linux/configure: Regenerated.
499         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
500         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
502 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
504         [BZ #16390]
505         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
506         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
508 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
510         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
511         extra tokens at end of #undef directive.
512         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
513         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
514         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
516 2014-01-03  Andrew Hunter  <ahh@google.com>
518         * elf/dl-open.c (dl_open_worker): New comment.
519         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Use
520         atomic_compare_and_exchange_bool_acq
521         (_dl_allocate_static_tls): Block signals.
522         * elf/dl-tls.c (allocate_and_init): Return void.
523         (_dl_update_slotinfo): Block signals, use atomic update.
525 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
527         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
529         * math/auto-libm-test-in: Mark various tests with
530         xfail-rounding:ldbl-128ibm.
531         * math/auto-libm-test-out: Regenerated.
533 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
535         [BZ #16386]
536         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
537         numbers with subnormal high part when calculating exponent.
539         [BZ #16385]
540         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
541         fabs.
543         [BZ #16384]
544         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
545         M_LN2l.
546         (__ieee754_acoshl): Use __log1pl not __log1p.
548 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
550         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all,
551         ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry,
552         __failing_morecore, ptmalloc_init, dump_heap, new_heap, grow_heap,
553         heap_trim, _int_new_arena, get_free_list, reused_arena, arena_get2):
554         Convert to GNU style.
555         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init,
556         mem2mem_check, mem2chunk_check, top_check, realloc_check,
557         memalign_check, __malloc_set_state): Likewise.
558         * malloc/mallocbug.c (main): Likewise.
559         * malloc/malloc.c (__malloc_assert, malloc_init_state, free_perturb,
560         do_check_malloced_chunk, do_check_malloc_state, sysmalloc, systrim,
561         mremap_chunk, __libc_malloc, __libc_free, __libc_realloc, _mid_memalign,
562         _int_malloc, malloc_consolidate, _int_realloc, _int_memalign, mtrim,
563         musable, __libc_mallopt, __posix_memalign, malloc_info): Likewise.
564         * malloc/malloc.h: Likewise.
565         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook, mallochook,
566         memalignhook, reallochook, mabort): Likewise.
567         * malloc/mcheck.h: Likewise.
568         * malloc/memusage.c (update_data, me, malloc, realloc, calloc, free, mmap,
569         mmap64, mremap, munmap, dest): Likewise.
570         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
571         * malloc/morecore.c (__default_morecore): Likewise.
572         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
573         * malloc/obstack.c (_obstack_begin, _obstack_newchunk,
574         _obstack_allocated_p, obstack_free, _obstack_memory_used,
575         print_and_abort): Likewise.
576         * malloc/obstack.h: Likewise.
577         * malloc/set-freeres.c (__libc_freeres): Likewise.
578         * malloc/tst-mallocstate.c (main): Likewise.
579         * malloc/tst-mtrace.c (main): Likewise.
580         * malloc/tst-realloc.c (do_test): Likewise.
582 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
584         [BZ #16366]
585         * nscd/netgroupcache.c (do_notfound): New function.
586         (addgetnetgrentX): Use it.
588         [BZ # 16365]
589         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
590         NSS_STATUS_NOTFOUND.
592 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
594         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
597 2014-01-01  Allan McRae  <allan@archlinux.org>
599         * scripts/update-copyrights: Update configure input file suffix.
601         * NEWS: Update copyright year.
602         * catgets/gencat.c: Likewise.
603         * csu/version.c: Likewise.
604         * debug/catchsegv.sh: Likewise.
605         * debug/pcprofiledump.c: Likewise.
606         * debug/xtrace.sh: Likewise.
607         * elf/ldconfig.c: Likewise.
608         * elf/ldd.bash.in: Likewise.
609         * elf/pldd.c: Likewise.
610         * elf/sotruss.ksh: Likewise.
611         * elf/sprof.c: Likewise.
612         * iconv/iconv_prog.c: Likewise.
613         * iconv/iconvconfig.c: Likewise.
614         * locale/programs/locale.c: Likewise.
615         * locale/programs/localedef.c: Likewise.
616         * login/programs/pt_chown.c: Likewise.
617         * malloc/memusage.sh: Likewise.
618         * malloc/memusagestat.c: Likewise.
619         * malloc/mtrace.pl: Likewise.
620         * manual/libc.texinfo: Likewise.
621         * nscd/nscd.c: Likewise.
622         * nss/getent.c: Likewise.
623         * nss/makedb.c: Likewise.
624         * posix/getconf.c: Likewise.
625         * scripts/test-installation.pl: Likewise.
627         * All files with FSF copyright notices: Update copyright dates
628         using scripts/update-copyrights.
629         * intl/plural.c: Regenerated.
630         * locale/programs/charmap-kw.h: Likewise.
631         * locale/programs/locfile-kw.h: Likewise.
633 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
635         * sysdeps/unix/sysv/linux/configure: Regenerated.
636         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
637         the linux/fanotify.h header.
638         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
639         HAVE_LINUX_FANOTIFY_H is defined.
641 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
643         * benchtests/cos-inputs: New inputs.
644         * benchtests/sin-inputs: Likewise.
646         * benchtests/atan-inputs: New inputs. Fix name of multiple
647         precision fallback inputs.
649         * benchtests/atanh-inputs: New inputs.
650         * benchtests/tanh-inputs: Likewise.
652         * benchtests/acosh-inputs: New inputs.
653         * benchtests/asinh-inputs: Likewise.
655         * benchtests/cosh-inputs: New inputs.
656         * benchtests/sinh-inputs: Likewise.
658         * benchtests/acos-inputs: Add more inputs.
659         * benchtests/asin-inputs: Likewise.
661 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
663         [BZ #16375]
664         * manual/arith.texi: Fix spelling.
665         * manual/charset.texi: Likewise.
666         * manual/errno.texi: Likewise.
667         * manual/filesys.texi: Likewise.
668         * manual/lang.texi: Likewise.
669         * manual/llio.texi: Likewise.
670         * manual/locale.texi: Likewise.
671         * manual/message.texi: Likewise.
672         * manual/resource.texi: Likewise.
673         * manual/search.texi: Likewise.
674         * manual/setjmp.texi: Likewise.
675         * manual/stdio.texi: Likewise.
676         * manual/string.texi: Likewise.
677         * manual/sysinfo.texi: Likewise.
678         * manual/time.texi: Likewise.
680 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
682         * po/sl.po: New file.
684 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
686         * .gitignore: Add core/.gdbinit/.gdb_history.
688 2013-12-27  Allan McRae  <allan@archlinux.org>
690         [BZ #16369]
691         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
692         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
694 2013-12-24  Brooks Moses  <bmoses@google.com>
696         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
697         all compilers that claim C++98 compliance, not just GCC.
698         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
699         Likewise.
701 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
703         * NEWS: Restore accidentally deleted bug-fix entries.
705 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
706             Ondřej Bílka  <neleai@seznam.cz>
708         [BZ #15073]
709         * malloc/malloc.c (_int_free): Perform sanity check only if we
710         have_lock.
712 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
714         [BZ #12986]
715         * manual/stdio.texi (String Input Conversions): Clarify that character
716         classes are not supported.
718 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
720         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
722 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
724         [BZ #16337]
725         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
726         Calculate results for small negative arguments directly rather
727         than using reflection formula with special underflow handling.
729         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
730         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
731         sysdeps/unix/bsd/bsd4.4/syscalls.list.
732         (fchflags): Likewise.
733         (revoke): Likewise.
734         (setlogin): Likewise.
735         (sigaltstack): Likewise.
736         (wait4): Likewise.
737         (sigblock): Remove.
738         (sigsetmask): Likewise.
739         (wait3): Likewise.
740         (waitpid): Likewise.
741         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
742         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
743         file.
744         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
745         * sysdeps/unix/bsd/Makefile: ... here.
746         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
747         * sysdeps/unix/bsd/Versions: ... here.
748         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
749         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
750         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
751         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
752         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
753         * sysdeps/unix/bsd/sigblock.c: ... here.
754         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
755         * sysdeps/unix/bsd/sigsetmask.c: ... here.
756         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
757         * sysdeps/unix/bsd/sigvec.c: ... here.
758         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
759         * sysdeps/unix/bsd/tcdrain.c: ... here.
760         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
761         * sysdeps/unix/bsd/tcgetattr.c: ... here.
762         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
763         * sysdeps/unix/bsd/tcsetattr.c: ... here.
764         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
765         * sysdeps/unix/bsd/wait.c: ... here.
766         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
767         * sysdeps/unix/bsd/wait3.c: ... here.
768         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
769         * sysdeps/unix/bsd/waitpid.c: ... here.
771 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
773         [BZ #16356]
774         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
775         round-to-nearest for [!USE_AS_EXPM1L].
776         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
777         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
778         more tests of exp and exp10.  Expect some exp10 tests to miss
779         exceptions or fail in directed rounding modes.
780         * math/auto-libm-test-out: Regenerated.
781         * math/libm-test.inc (exp10_tonearest_test_data): New array.
782         (exp10_test_tonearest): New function.
783         (exp10_towardzero_test_data): New array.
784         (exp10_test_towardzero): New function.
785         (exp10_downward_test_data): New array.
786         (exp10_test_downward): New function.
787         (exp10_upward_test_data): New array.
788         (exp10_test_upward): New function.
789         (main): Call the new functions.
790         * sysdeps/i386/fpu/libm-test-ulps: Update.
791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
793 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
795         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
796         asinh, atan, atan2, atanh, cbrt, cos and cosh.
797         * math/auto-libm-test-out: Regenerated.
798         * math/libm-test.inc (acosh_test_data): Add more tests.
799         (atanh_test_data): Likewise.
800         (ceil_test_data): Likewise.
801         (copysign_test_data): Likewise.
802         * sysdeps/i386/fpu/libm-test-ulps: Update.
803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
805         * timezone/checktab.awk: Update from tzcode 2013i.
806         * timezone/private.h: Likewise.
807         * timezone/scheck.c: Likewise.
808         * timezone/tzfile.h: Likewise.
809         * timezone/tzselect.ksh: Likewise.
810         * timezone/zdump.c: Likewise.
811         * timezone/zic.c: Likewise.
813         * math/auto-libm-test-in: Add tests of cpow.
814         * math/auto-libm-test-out: Regenerated.
815         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
816         * * math/gen-auto-libm-tests.c (func_calc_method): Add value
817         mpc_cc_c.
818         (func_calc_desc): Add mpc_cc_c union field.
819         (test_functions): Add cpow.
820         (special_fill_2pi): New function.
821         (special_real_inputs): Add 2pi.
822         (calc_generic_results): Handle mpc_cc_c.
823         * sysdeps/i386/fpu/libm-test-ulps: Update.
824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
826         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
827         csqrt, ctan and ctanh.
828         * math/auto-libm-test-out: Regenerated.
829         * math/libm-test.inc (TEST_COND_x86_64): New macro.
830         (TEST_COND_x86): Likewise.
831         (ccos_test_data): Use AUTO_TESTS_c_c.
832         (ccosh_test_data): Likewise.
833         (cexp_test_data): Likewise.
834         (clog_test_data): Likewise.
835         (csqrt_test_data): Likewise.
836         (ctan_test_data): Likewise.
837         (ctan_tonearest_test_data): Likewise.
838         (ctan_towardzero_test_data): Likewise.
839         (ctan_downward_test_data): Likewise.
840         (ctan_upward_test_data): Likewise.
841         (ctanh_test_data): Likewise.
842         (ctanh_tonearest_test_data): Likewise.
843         (ctanh_towardzero_test_data): Likewise.
844         (ctanh_downward_test_data): Likewise.
845         (ctanh_upward_test_data): Likewise.
846         * math/gen-auto-libm-tests.c (func_calc_method): Add value
847         mpc_c_c.
848         (func_calc_desc): Add mpc_c_c union field.
849         (FUNC_mpc_c_c): New macro.
850         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
851         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
852         ctanh.
853         (special_fill_min_subnorm_p120): New function.
854         (special_real_inputs): Add min_subnorm_p120.
855         (calc_generic_results): Handle mpc_c_c.
856         * sysdeps/i386/fpu/libm-test-ulps: Update.
857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
859 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
861         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin,
862         do_sin_slow): New functions.
863         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2,
864         cslow2, csloww1, csloww2): Use the new functions.
866         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
867         Use M to change sign of result instead of X.  Assume X is
868         positive.
869         (csloww1): Likewise.
870         (__sin): Adjust.
871         (__cos): Adjust.
873         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
874         arguments A and DA.
875         (__sin): Adjust.
876         (__cos): Likewise.
878         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
879         (__cos): Likewise.
880         (sloww1): Don't adjust sign of DX.
881         (csloww1): Likewise.
882         (sloww2): Use X directly and don't adjust sign of DX.
883         (csloww2): Likewise.
885 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
887         * math/auto-libm-test-in: Add tests of cabs and carg.
888         * math/auto-libm-test-out: Regenerated.
889         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
890         (carg_test_data): Likewise.
891         * math/gen-auto-libm-tests.c (func_calc_method): Add value
892         mpc_c_f.
893         (func_calc_desc): Add mpc_c_f union field.
894         (test_functions): Add cabs and carg.
895         (calc_generic_results): Handle mpc_c_f.
897         * sysdeps/powerpc/powerpc32/libgcc-compat.S
898         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
899         as a macro and a compat symbol.
900         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
901         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
902         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
903         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
904         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
905         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
906         not use .hidden.
907         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
908         Likewise.
909         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
910         Likewise.
911         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
912         Likewise.
913         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
914         Likewise.
915         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
916         Likewise.
917         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
918         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
919         from GLIBC_2.3.2.
921 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
923         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
925 2013-12-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
927         * elf/dl-misc.c (ptr_to_signal_safe_allocator_header): New function.
928         (__signal_safe_memalign, __signal_safe_free): Use it.
929         (__signal_safe_realloc): Likewise.
931 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
933         * manual/texinfo.tex: Update to version 2013-11-26.10 with
934         trailing whitespace removed.
935         * scripts/config.guess: Update to version 2013-11-29.
936         * scripts/config.sub: Update to version 2013-10-01.
938         * math/auto-libm-test-in: Add tests of sincos.
939         * math/auto-libm-test-out: Regenerated.
940         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
941         * math/gen-auto-libm-tests.c (func_calc_method): Add value
942         mpfr_f_11.
943         (func_calc_desc): Add mpfr_f_11 union field.
944         (test_functions): Add sincos.
945         (calc_generic_results): Handle mpfr_f_11.
946         * sysdeps/i386/fpu/libm-test-ulps: Update.
947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
949 2013-12-19  Andreas Schwab  <schwab@suse.de>
951         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
952         CALL_MCOUNT.
953         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
954         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
955         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
957 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
959         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
960         * sysdeps/i386/fpu/libm-test-ulps: Update.
961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
963         [BZ #16293]
964         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
965         round-to-nearest mode when using frndint.
966         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
967         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
968         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
969         Likewise.
970         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
971         sinh test to fail.
972         * math/auto-libm-test-out: Regenerated.
973         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
974         (TEST_COND_x86): Likewise.
975         (expm1_tonearest_test_data): New array.
976         (expm1_test_tonearest): New function.
977         (expm1_towardzero_test_data): New array.
978         (expm1_test_towardzero): New function.
979         (expm1_downward_test_data): New array.
980         (expm1_test_downward): New function.
981         (expm1_upward_test_data): New array.
982         (expm1_test_upward): New function.
983         (main): Run the new test functions.
984         * sysdeps/i386/fpu/libm-test-ulps: Update.
985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
987         * include/features.h: Update comment documenting feature test
988         macros.  Mention _DEFAULT_SOURCE in comment.
989         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
990         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
991         _BSD_SOURCE and _SVID_SOURCE.
992         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
993         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
994         !_SVID_SOURCE]: Likewise.
995         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
996         (__USE_POSIX_IMPLICITLY): Define.
997         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
998         (_POSIX_SOURCE): Undefine and redefine.
999         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
1000         (_POSIX_C_SOURCE): Likewise.
1001         * manual/creature.texi (_DEFAULT_SOURCE): Document.
1002         (Feature Test Macros): Update documentation of default features.
1004 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1006         * benchtests/Makefile: Add bench-strtok.
1007         * benchtests/bench-strtok.c: New file: strtok benchtest.
1009 2013-12-19  Allan McRae  <allan@archlinux.org>
1011         * manual/install.texi: Suppress menu for plain text output.
1012         * INSTALL: Regenerated.
1014 2013-12-18  Andrew Hunter  <ahh@google.com>
1016         * sysdeps/generic/ldsodefs.h (__signal_safe_memalign): New prototype.
1017         (__signal_safe_malloc, __signal_safe_free): Likewise.
1018         (__signal_safe_realloc, __signal_safe_calloc): Likewise.
1019         * elf/dl-misc.c (__signal_safe_allocator_header): New struct.
1020         (__signal_safe_memalign, __signal_safe_malloc): New function.
1021         (__signal_safe_free, __signal_safe_realloc): Likewise.
1022         (__signal_safe_calloc): Likewise.
1023         * elf/dl-tls.c (allocate_dtv, _dl_clear_dtv): Call signal-safe
1024         functions.
1025         (_dl_deallocate_tls, _dl_update_slotinfo): Likewise.
1027 2013-12-18  Andrew Hunter  <ahh@google.com>
1029         * elf/Versions (ld): Add _dl_clear_dtv.
1030         * sysdeps/generic/ldsodefs.h (_dl_clear_dtv): New prototype.
1031         * elf/dl-tls.c (_dl_clear_dtv): New function.
1032         * nptl/allocatestack.c (get_cached_stack): Call _dl_clear_dtv.
1034 2013-12-18  Andrew Hunter  <ahh@google.com>
1036         * sysdeps/generic/ldsodefs.h (_dl_mask_all_signals): New prototype.
1037         (_dl_unmask_signals): Likewise.
1038         * sysdeps/mach/hurd/dl-sysdep.h (_dl_mask_all_signals): New stub.
1039         (_dl_unmask_all_signals): Likewise.
1040         * sysdeps/unix/sysv/linux/dl-sysdep.h (_dl_mask_all_signals): New prototype.
1041         (_dl_unmask_all_signals): Likewise.
1042         * sysdeps/unix/sysv/linux/dl-sysdep.c (_dl_mask_all_signals): New function.
1043         (_dl_unmask_signals): Likewise.
1045 2013-12-18  Brooks Moses  <bmoses@google.com>
1047         [BZ #15846]
1048         * misc/getauxval.c: Include errno.h.
1049         (__getauxval): Set errno to ENOENT if the requested type is not
1050         found.
1051         * misc/sys/auxv.h (getauxval): Document that it may set errno;
1052         don't declare with __attribute_const__.
1053         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
1054         * manual/startup.texi: Document that getauxval sets errno.
1056 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
1058         * math/auto-libm-test-in: Add tests of jn and yn.
1059         * math/auto-libm-test-out: Regenerated.
1060         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
1061         (yn_test_data): Likewise.
1062         * math/gen-auto-libm-tests.c (func_calc_method): Add value
1063         mpfr_if_f.
1064         (func_calc_desc): Add mpfr_if_f union field.
1065         (FUNC_mpfr_if_f): New macro.
1066         (test_functions): Add jn and yn.
1067         (calc_generic_results): Assert type of second input for
1068         mpfr_ff_f.  Handle mpfr_if_f.
1069         (output_for_one_input_case): Disable all checking for arguments
1070         fitting floating-point types in case of an integer argument.
1071         * sysdeps/i386/fpu/libm-test-ulps: Update.
1072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1075         Don't expect fegetround reference in libm.so.
1077 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
1079         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
1080         $(config-cflags-nofma).
1082 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
1084         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
1085         * math/auto-libm-test-out: Regenerated.
1087         [BZ #16338]
1088         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
1089         to determine exponent and adjust argument to have exponent of -1.
1090         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
1091         log2.
1092         * math/auto-libm-test-out: Regenerated.
1093         * sysdeps/i386/fpu/libm-test-ulps: Update.
1094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1096 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
1098         * manual/probes.texi: Remove cases when per-thread arenas are
1099         disabled.
1101 2013-12-18  Andreas Schwab  <schwab@suse.de>
1103         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
1104         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
1105         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
1106         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
1107         * sysdeps/i386/i686/multiarch/Makefile: Update.
1108         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
1110 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
1112         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
1113         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
1115 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
1117         Support TZ transition times < 00:00:00.
1118         This is needed for version-3 tz-format files; it supports time
1119         stamps past 2037 for America/Godthab (the only entry in the tz
1120         database for which this change is relevant).
1121         * manual/time.texi (TZ Variable): Document transition times
1122         from -167:59:59 through -00:00:01.
1123         * time/tzset.c (tz_rule): Time of day is now signed.
1124         (__tzset_parse_tz): Parse negative time of day.
1126         Document TZ transition times >= 25:00:00.
1127         * manual/time.texi (TZ Variable): Document transition times from
1128         25:00:00 through 167:59:59.  These are already supported, and this
1129         support will help with version-3 tz-format files.
1131         * manual/time.texi (TZ Variable): Modernize North America example
1132         to reflect current (i.e., 2007-and-later) daylight saving rules.
1134         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
1136 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
1138         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
1139         * sysdeps/unix/bsd/bits/stat.h: Likewise.
1140         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
1141         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
1142         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
1143         * sysdeps/unix/bsd/bsdstat.h: Likewise.
1144         * sysdeps/unix/bsd/clock.c: Likewise.
1145         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
1146         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
1147         * sysdeps/unix/bsd/init-posix.c: Likewise.
1148         * sysdeps/unix/bsd/poll.c: Likewise.
1149         * sysdeps/unix/bsd/ptsname.c: Likewise.
1150         * sysdeps/unix/bsd/seekdir.c: Likewise.
1151         * sysdeps/unix/bsd/setegid.c: Likewise.
1152         * sysdeps/unix/bsd/seteuid.c: Likewise.
1153         * sysdeps/unix/bsd/setgid.c: Likewise.
1154         * sysdeps/unix/bsd/setrgid.c: Likewise.
1155         * sysdeps/unix/bsd/setruid.c: Likewise.
1156         * sysdeps/unix/bsd/setsid.c: Likewise.
1157         * sysdeps/unix/bsd/setuid.c: Likewise.
1158         * sysdeps/unix/bsd/sigaction.c: Likewise.
1159         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
1160         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
1161         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
1162         * sysdeps/unix/bsd/telldir.c: Likewise.
1163         * sysdeps/unix/bsd/times.c: Likewise.
1164         * sysdeps/unix/bsd/usleep.c: Likewise.
1166         * misc/Makefile (install-lib): Remove libbsd-compat.a.
1167         ($(objpfx)libbsd-compat.a): Remove rule.
1169         * include/features.h (__FAVOR_BSD): Do not define.
1170         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
1171         features conflicting with POSIX.
1172         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
1173         (_BSD_SOURCE): Remove description of not being a subset of other
1174         feature test macros.
1175         * manual/job.texi (getpgrp): Do not document BSD version.
1176         (getpgid): Do not document by reference to BSD getpgrp.
1177         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
1178         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
1179         * signal/signal.h [__FAVOR_BSD]: Likewise.
1180         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
1181         instead of making contents conditional on [__FAVOR_BSD].
1182         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
1184 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1188 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
1190         [BZ #16314]
1191         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
1192         values below 2**-450, not 2**-500.
1193         * math/auto-libm-test-in: Don't allow spurious underflow from
1194         hypot.
1195         * math/auto-libm-test-out: Regenerated.
1197         [BZ #16316]
1198         [BZ #16330]
1199         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
1200         values of ha and hb and sort them after adjusting subnormal
1201         arguments.
1202         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
1203         Likewise.
1204         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
1205         values of ea and eb and sort them after adjusting subnormal
1206         arguments.
1207         * math/auto-libm-test-in: Do not expect some hypot tests of
1208         subnormals to fail.  Add more hypot tests.
1209         * math/auto-libm-test-out: Regenerated.
1211 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1213         [BZ #13304]
1214         * sysdeps/sh/s_fma.c: New file.
1215         * sysdeps/sh/s_fmaf.c: New file.
1216         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
1217         version.
1218         * sysdeps/sh/Implies: Add sh/soft-fp.
1220 2013-12-16  Roland McGrath  <roland@hack.frob.com>
1222         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
1223         level of indirection to members `objname', `errstring', `malloced'.
1224         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
1225         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
1226         it as the __longjmp argument (just pass 1 instead).
1227         (_dl_catch_error): Initialize C with argument pointers and address of
1228         volatile local ERRCODE rather than copying values out of C at return.
1230 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
1232         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
1233         * math/auto-libm-test-out: Regenerated.
1234         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
1235         (hypot_test_data): Likewise.
1236         (pow_test_data): Likewise.
1237         (pow_tonearest_test_data): Likewise.
1238         * math/gen-auto-libm-tests.c (func_calc_method): Add value
1239         mpfr_ff_f.
1240         (func_calc_desc): Add mpfr_ff_f union field.
1241         (FUNC_mpfr_ff_f): New macro.
1242         (test_functions): Add atan2, hypot and pow.
1243         (special_fill_min): New function.
1244         (special_fill_minus_min): Likewise.
1245         (special_fill_min_subnorm): Likewise.
1246         (special_fill_minus_min_subnorm): Likewise.
1247         (special_real_inputs): Add min, -min, min_subnorm and
1248         -min_subnorm.
1249         (calc_generic_results): Handle mpfr_ff_f.
1250         * sysdeps/i386/fpu/libm-test-ulps: Update.
1251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1253 2013-12-16  Will Newton  <will.newton@linaro.org>
1255         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
1256         (Aligned Memory Blocks): Add documentation for aligned_alloc
1257         and suggest it as an alternative to posix_memalign.
1258         (Hooks for Malloc): Document __memalign_hook is also called
1259         for aligned_alloc.  (Summary of Malloc): Add summary for
1260         aligned alloc.  Document __memalign_hook is also called
1261         for aligned_alloc.
1263 2013-12-16  Will Newton  <will.newton@linaro.org>
1265         * manual/memory.texi (Malloc Examples): Clarify default
1266         alignment documentation.  Suggest posix_memalign rather
1267         than memalign or valloc.
1268         (Aligned Memory Blocks): Remove suggestion to use memalign
1269         or valloc.  Remove obsolete comment about BSD.
1270         Document memalign errno values and mark the function obsolete.
1271         Document posix_memalign returned error codes.  Mark valloc
1272         as obsolete.  (Hooks for Malloc): __memalign_hook is also
1273         called for posix_memalign and valloc.
1274         (Summary of Malloc): Add posix_memalign to function summary.
1275         __memalign_hook is also called for posix_memalign and valloc.
1277 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1279         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
1280         TAYLOR_SIN.
1281         (__sin): Adjust.
1282         (__cos): Likewise.
1283         (sloww): Use mynumber union.  Expand ternary operator into
1284         if-else statements.
1285         (cslow): use mynumber union.
1287 2013-12-16  Allan McRae  <allan@archlinux.org>
1289         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
1290         * configure: Regenerated.
1292         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
1294         [BZ #14120]
1295         * configure.ac: Added --enable-maintainer-mode. Check for
1296         autoconf when enabled.
1297         * configure: Regenerated.
1299         * nscd/nscd.service: New file.
1300         * nscd/nscd.tmpfiles: New file.
1302 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
1304         [BZ #12100]
1305         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
1306         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
1307         * sysdeps/x86_64/multiarch/strstr.c: ... here.
1308         (strstr): Add __strstr_sse2_unaligned ifunc.
1309         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
1310         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
1311         (strcasestr): Remove __strcasestr_sse42 ifunc.
1312         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
1313         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
1314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
1316 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1318         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
1319         * sysdeps/sh/bits/fenv.h: ... here.
1320         * sysdeps/sh/sh4/fpu/bits: Remove directory.
1322 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1324         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
1326 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1328         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
1329         hypotf multiarch implementations.
1330         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
1331         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
1332         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
1333         multiarch hypot for PPC64.
1334         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
1335         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
1336         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
1337         multiarch hypotf for PPC64.
1339 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1341         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
1342         modff multiarch implementations.
1343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
1344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
1345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
1346         multiarch modf for PPC64.
1347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
1348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
1349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
1350         multiarch modff for PPC64.
1352 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1354         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
1355         and logl multiarch implementations.
1356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
1357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
1358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
1359         multiarch logb for PPC64.
1360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
1361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
1362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
1363         multiarch logb for PPC64.
1364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
1365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
1366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
1367         multiarch logb for PPC64.
1369 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1371         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
1372         isinff multiarch implementation.
1373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
1374         file.
1375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
1376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
1377         multiarch isinf for PPC64.
1378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
1379         file.
1380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
1381         multiarch isinff for PPC64.
1383 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1385         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
1386         finitef multiarch implementation.
1387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
1388         file.
1389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
1390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
1391         multiarch finite for PPC64.
1392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
1393         file.
1394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
1395         multiarch finitef for PPC64.
1397 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1399         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
1400         lrint multiarch implementation.
1401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
1402         file.
1403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
1404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
1405         multiarch llrint for PPC64.
1406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
1407         multiarch lrint for PPC64.
1409 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1411         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
1412         copysignf multiarch implementation.
1413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
1414         file.
1415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
1416         file.
1417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
1418         multiarch copysign for PPC64.
1419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
1420         multiarch copysignf for PPC64.
1422 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1424         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
1425         multiarch implementation.
1426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
1427         file.
1428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
1429         file.
1430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
1431         file.
1432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
1433         file.
1434         multiarch llround for PPC64.
1435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
1436         multiarch trunc for PPC64.
1437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
1438         multiarch truncf for PPC64.
1440 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1442         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
1443         multiarch implementation.
1444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
1445         file.
1446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
1447         file.
1448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
1449         file.
1450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
1451         file.
1452         multiarch llround for PPC64.
1453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
1454         multiarch round for PPC64.
1455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
1456         multiarch roundf for PPC64.
1458 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1460         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
1461         multiarch implementation.
1462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
1463         file.
1464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
1465         file.
1466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
1467         file.
1468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
1469         file.
1470         multiarch llround for PPC64.
1471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
1472         multiarch floor for PPC64.
1473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
1474         multiarch floorf for PPC64.
1476 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1478         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
1479         multiarch implementation.
1480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
1481         file.
1482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
1483         file.
1484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
1485         file.
1486         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
1487         file.
1488         multiarch llround for PPC64.
1489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
1490         multiarch ceil for PPC64.
1491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
1492         multiarch ceilf for PPC64.
1494 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1496         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
1497         multiarch implementation.
1498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
1499         file.
1500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
1501         file.
1502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
1503         file.
1504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
1505         multiarch llround for PPC64.
1506         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
1507         multiarch lround for PPC64.
1509 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1511         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
1512         multiarch implementation.
1513         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
1514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
1515         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
1516         file.
1517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
1518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
1519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
1520         multiarch isnan for PPC64.
1521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
1522         multiarch isnanf for PPC64.
1524 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1526         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
1527         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
1528         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
1529         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
1530         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
1531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
1533 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1535         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
1536         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
1537         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
1538         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1540 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
1543         multiarch implementations.
1544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1545         (__libc_ifunc_impl_list): Likewise.
1546         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
1547         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
1548         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
1549         multiarch stpcpy for PPC64.
1551 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1553         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
1554         multiarch implementations.
1555         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1556         (__libc_ifunc_impl_list): Likewise.
1557         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
1558         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
1559         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
1560         multiarch strcpy for PPC64.
1562 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1564         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
1565         redefine function name.
1566         (_wordcopy_fwd_dest_aligned): Likewise.
1567         (_wordcopy_bwd_aligned): Likewise.
1568         (_wordcopy_bwd_dest_aligned): Likewise.
1569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
1570         multiarch implementations.
1571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1572         (__libc_ifunc_impl_list): Likewise.
1573         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
1574         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
1575         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
1576         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
1577         multiarch wcscpy for PPC64.
1579 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1581         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
1582         multiarch implementations.
1583         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1584         (__libc_ifunc_impl_list): Likewise.
1585         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
1586         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
1587         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
1588         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
1589         multiarch wcscpy for PPC64.
1591 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1593         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
1594         multiarch implementations.
1595         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1596         (__libc_ifunc_impl_list): Likewise.
1597         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
1598         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
1599         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
1600         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
1601         multiarch wcsrchr for PPC64.
1603 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1605         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
1606         multiarch implementations.
1607         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1608         (__libc_ifunc_impl_list): Likewise.
1609         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
1610         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
1611         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
1612         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
1613         multiarch wcschr for PPC64.
1615 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
1618         multiarch implementations.
1619         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1620         (__libc_ifunc_impl_list): Likewise.
1621         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
1622         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
1623         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
1624         multiarch strchrnul for PPC64.
1626 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1628         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
1629         implementations.
1630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1631         (__libc_ifunc_impl_list): Likewise.
1632         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
1633         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
1634         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
1635         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
1636         strchr for PPC64.
1638 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1640         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
1641         implementations.
1642         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1643         (__libc_ifunc_impl_list): Likewise.
1644         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
1645         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
1646         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
1647         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
1648         strncmp for PPC64.
1650 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1652         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
1653         multiarch implementations.
1654         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1655         (__libc_ifunc_impl_list): Likewise.
1656         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
1657         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
1658         strncasecmp for PPC64.
1659         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
1660         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
1661         multiarch strncasecmp_l for PPC64.
1663 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1665         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
1666         multiarch implementations.
1667         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1668         (__libc_ifunc_impl_list): Likewise.
1669         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
1670         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
1671         multiarch strcasecmp for PPC64.
1672         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
1673         file.
1674         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
1675         multiarch strcasecmp_l for PPC64.
1677 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1679         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
1680         implementations.
1681         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1682         (__libc_ifunc_impl_list): Likewise.
1683         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
1684         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
1685         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
1686         strnlen for PPC64.
1688 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1690         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
1691         implementations.
1692         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1693         (__libc_ifunc_impl_list): Likewise.
1694         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
1695         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
1696         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
1697         strlen for PPC64.
1699 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1701         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
1702         implementations.
1703         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1704         (__libc_ifunc_impl_list): Likewise.
1705         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
1706         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
1707         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
1708         rawmemrchr for PPC64.
1710 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1712         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
1713         implementation.
1714         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1715         (__libc_ifunc_impl_list): Likewise.
1716         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
1717         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
1718         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
1719         memrchr for PPC64.
1721 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1723         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
1724         implementation.
1725         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1726         (__libc_ifunc_impl_list): Likewise.
1727         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
1728         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
1729         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
1730         memchr for PPC64.
1732 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1734         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
1735         implementation.
1736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1737         (__libc_ifunc_impl_list): Likewise.
1738         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
1739         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
1740         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
1741         mempcpy for PPC64.
1743 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1745         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
1746         avoid cretion of __bzero symbol.
1747         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
1748         Likewise.
1749         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
1750         Likewise.
1751         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
1752         Likewise.
1753         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
1754         multiarch implementations.
1755         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1756         (__libc_ifunc_impl_list): Likewise.
1757         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
1758         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
1759         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
1760         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
1761         bzero for PPC32.
1762         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
1763         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
1764         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
1765         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
1766         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
1767         memset for PPC64.
1768         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
1770 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1772         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
1773         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
1774         implementations.
1775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1776         (__libc_ifunc_impl_list): Likewise.
1777         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
1778         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
1779         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
1780         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
1781         memcmp for PPC64.
1783 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1785         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
1786         multiarch for POWER/PPC64.
1787         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
1788         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
1789         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
1790         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
1791         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
1792         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
1793         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
1794         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
1795         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
1796         memcpy for PPC64.
1798 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1800         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
1801         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
1802         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
1803         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
1804         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
1805         * sysdeps/powerpc/powerpc64/power5/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/power6/fpu/Implies: New File.
1809         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
1810         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
1811         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
1812         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
1813         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
1814         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
1815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
1816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
1817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
1818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
1819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
1820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
1821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
1823 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1825         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
1827 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1829         * benchtests/Makefile (bench): Add exp2 and log2.
1830         (LDLIBS-bench-exp2): Add -lm.
1831         (LDLIBS-bench-log2): Likewise.
1832         * benchtests/exp2-inputs: New inputs file.
1833         * benchtests/log2-inputs: New inputs file.
1834         * benchtests/log-inputs: Add new inputs.
1835         * benchtests/tan-inputs: Likewise.
1837 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
1839         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
1840         definition...
1841         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2,
1842         csloww1, csloww2): ... from here.
1844         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
1845         instead of structures.
1846         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
1847         (POLYNOMIAL): Likewise.
1848         (TAYLOR_SLOW): Likewise.
1849         (__sin): Likewise.
1850         (__cos): Likewise.
1851         (slow1): Likewise.
1852         (slow2): Likewise.
1853         (sloww): Likewise.
1854         (sloww1); Likewise.
1855         (sloww2): Likewise.
1856         (bsloww1): Likewise.
1857         (bsloww2): Likewise.
1858         (cslow2): Likewise.
1859         (csloww): Likewise.
1860         (csloww1): Likewise.
1861         (csloww2): Likewise.
1863 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
1865         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
1866         (__malloc_assert, __libc_realloc, __libc_calloc,
1867         _int_realloc): Expand MALLOC_COPY and MALLOC_ZERO to
1868         memcpy and memset.
1869         * malloc/hooks.c (realloc_check): Likewise.
1871 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
1873         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
1874         * malloc/arena.c: Remove PER_THREAD conditional.
1875         [!PER_THREAD]: Remove code.
1876         (ptmalloc_unlock_all2): Likewise.
1877         (ptmalloc_init): Likewise.
1878         (_int_new_arena): Likewise.
1879         (arena_get2): Likewise.
1880         * malloc/hooks.c (__malloc_get_state): Likewise.
1881         (__malloc_set_state): Likewise.
1882         * malloc/malloc.c: Likewise.
1883         (struct malloc_state): Likewise.
1884         (struct malloc_par): Likewise.
1885         (__libc_realloc): Likewise.
1886         (__libc_mallopt): Likewise.
1888 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1890         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
1892 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
1894         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
1895         macro to a function.  Check for zero perturb_byte.
1896         (_int_malloc, _int_free): Remove zero perturb_byte checks.
1898 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
1900         * malloc/malloc.c: (force_reg): Remove.
1901         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc,
1902         _mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
1903         force_reg by atomic_forced_read.
1904         * malloc/arena.c (ptmalloc_init): Likewise.
1905         * malloc/hooks.c (top_check): Likewise.
1907 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1909         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1911 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
1913         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1915 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
1917         * math/auto-libm-test-in: Add tests of lgamma.
1918         * math/auto-libm-test-out: Regenerated.
1919         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
1920         (M_LOG_2_SQRT_PIl): Likewise.
1921         (lgamma_test_data): Use AUTO_TESTS_f_f1.
1922         * math/gen-auto-libm-tests.c (func_calc_method): Add value
1923         mpfr_f_f1.
1924         (func_calc_desc): Add mpfr_f_f1 union field.
1925         (ARGS1): New macro.
1926         (ARGS2): Likewise.
1927         (ARGS3): Likewise.
1928         (ARGS4): Likewise.
1929         (RET1): Likewise.
1930         (RET2): Likewise.
1931         (CALC): Likewise.
1932         (FUNC): Likewise.
1933         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
1934         (test_functions): Add lgamma.
1935         (calc_generic_results): Handle mpfr_f_f1.
1936         * sysdeps/i386/fpu/libm-test-ulps: Update.
1937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1939 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1941         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
1942         __mpn_add_n for PowerPC64/POWER7.
1943         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
1944         __mpn_sub_n for PowerPC64/POWER7.
1946 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1948         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
1949         __mpn_addmul_1 for PowerPC64.
1950         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
1951         __mpn_submul_1 for PowerPC64.
1952         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
1953         for PowerPC64.
1954         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
1955         for PowerPC64.
1957 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
1959         [BZ #15089]
1960         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
1962 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1964         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
1966 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1968         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
1969         add multiarch folders.
1970         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
1971         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
1972         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
1973         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
1974         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
1975         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
1976         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
1977         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
1978         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
1979         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
1980         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
1982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
1983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
1984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
1985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
1986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
1988 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
1991         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
1992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
1993         New file.
1994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
1995         New file.
1996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
1997         multiarch __ieee754_hypot for PowerPC32.
1998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
1999         New file.
2000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
2001         New file.
2002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
2003         multiarch __ieee754_hypotf for PowerPC32.
2005 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2007         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
2008         long_double_symbol only if __logbl is defined.
2009         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
2010         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
2011         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
2012         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
2013         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
2014         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
2015         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
2016         path for implementation.
2017         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
2018         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
2019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
2020         logb, and logbl multiarch implementations for PowerPC32.
2021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
2022         file.
2023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
2024         file.
2025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
2026         multiarch logb for PowerPC32.
2027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
2028         file.
2029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
2030         file.
2031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
2032         multiarch logbf for PowerPC32.
2033         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
2034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
2035         file.
2036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
2037         multiarch logbl implementation for PowerPC32.
2039 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
2042         and modff multiarch implementations.
2043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
2044         New file.
2045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
2046         New file.
2047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
2048         multiarch modf for PowerPC32.
2049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
2050         New file.
2051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
2052         New file.
2053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
2054         multiarch modff for PowerPC32.
2056 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
2059         and lrintf multiarch implementations.
2060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
2061         New file.
2062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
2063         New file.
2064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
2065         multiarch lrint for PowerPC32.
2066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
2067         file: multiarch lrintf for PowerPC32.
2069 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
2072         and lroundf multiarch implementations.
2073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
2074         New file.
2075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
2076         New file.
2077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
2078         New file.
2079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
2080         multiarch lround for PowerPC32.
2081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
2082         file: multiarch lroundf for PowerPC32.
2084 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
2087         copysign and copysignf multiarch implementations.
2088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
2089         New file.
2090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
2091         New file.
2092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
2093         file: multiarch copysign for PowerPC32.
2094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
2095         file: multiarch copysignf for PowerPC32.
2097 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
2100         and truncf multiarch implementations.
2101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
2102         New file.
2103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
2104         file.
2105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
2106         multiarch trunc for PowerPC32.
2107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
2108         New file.
2109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
2110         New file.
2111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
2112         multiarch truncf for PowerPC32.
2114 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
2117         and roundf multiarch implementations.
2118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
2119         New file.
2120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
2121         file.
2122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
2123         multiarch round for PowerPC32.
2124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
2125         New file.
2126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
2127         New file.
2128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
2129         multiarch roundf for PowerPC32.
2131 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
2134         and floorf multiarch implementations.
2135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
2136         New file.
2137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
2138         file.
2139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
2140         multiarch floor for PowerPC32.
2141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
2142         New file.
2143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
2144         New file.
2145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
2146         multiarch floorf for PowerPC32.
2148 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
2151         and ceilf multiarch implementations.
2152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
2153         New file.
2154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
2155         file.
2156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
2157         multiarch ceil for PowerPC32.
2158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
2159         New file.
2160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
2161         file.
2162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
2163         multiarch ceilf for PowerPC32.
2165 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2167         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
2168         is defined.
2169         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
2170         FINITEF is defined.
2171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
2172         and finitef multiarch implementations.
2173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
2174         New file.
2175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
2176         file.
2177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
2178         multiarch finite for PowerPC32.
2179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
2180         New file.
2181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
2182         file: multiarch finitef for PowerPC32.
2184 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
2187         and isinff multiarch implementations.
2188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
2189         file.
2190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
2191         file.
2192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
2193         multiarch isinf for PowerPC32.
2194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
2195         New file.
2196         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
2197         multiarch isinff for PowerPC32.
2199 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2201         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
2202         alias when __isnan is defined.
2203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
2204         and isnanf multiarch implementations.
2205         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
2206         file.
2207         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
2208         file.
2209         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
2210         file.
2211         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
2212         file.
2213         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
2214         multiarch isnan for PowerPC32.
2215         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
2216         New file.
2217         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
2218         New file.
2219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
2220         multiarch isnanf for PowerPC32.
2222 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
2225         and sqrtf multiarch implementations.
2226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
2227         file.
2228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
2229         file.
2230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
2231         multiarch sqrt for PowerPC32.
2232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
2233         file.
2234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
2235         file.
2236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
2237         multiarch sqrtf for PowerPC32.
2239 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
2242         and llroundf multiarch implementations.
2243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
2244         New file.
2245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
2246         New file.
2247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
2248         New file.
2249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
2250         file: multiarch llround for PowerPC32.
2251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
2252         file: multiarch llroundf for PowerPC32.
2254 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
2257         multiarch PowerPC32 fpu implementations.
2258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
2259         New file.
2260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
2261         New file.
2262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
2263         multiarch llrint for PowerPC32.
2264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
2265         New file.
2266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
2267         New file.
2268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
2269         file.
2271 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
2275 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2277         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
2278         file.
2279         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
2280         file.
2281         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
2282         file.
2283         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
2284         multiarch wordcopy for PPC32.
2285         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
2286         wordcopy objects.
2287         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2288         (__libc_ifunc_impl_list): Likewise.
2289         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
2290         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
2291         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
2292         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
2293         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
2294         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
2296 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2298         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
2299         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
2300         file.
2301         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
2302         file.
2303         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
2304         file.
2305         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
2306         multiarch wcscpy for PPC32.
2307         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
2308         multiarch objects.
2309         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2310         (__libc_ifunc_impl_list): Likewise.
2311         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
2312         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
2313         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
2314         sysdeps/powerpc/power6/wcscpy.c.
2316 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2318         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
2319         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
2320         file.
2321         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
2322         file.
2323         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
2324         file.
2325         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
2326         multiarch wcsrchr for PPC32.
2327         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
2328         multiarch objects.
2329         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2330         (__libc_ifunc_impl_list): Likewise.
2331         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
2332         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
2333         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
2334         sysdeps/powerpc/power6/wcsrchr.c.
2336 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2338         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
2339         file.
2340         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
2341         file.
2342         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
2343         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
2344         multiarch wcschr for PPc32.
2345         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
2346         multiarch objects.
2347         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2348         (__libc_ifunc_impl_list): Likewise.
2349         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
2350         * sysdeps/powerpc/power6/wcschr.c: ... to here.
2351         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
2352         sysdeps/powerpc/power6/wcschr.c.
2354 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2356         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
2357         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
2358         file.
2359         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
2360         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
2361         file: multiarch strchr for PPC32.
2362         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
2363         multiarch objects.
2364         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2365         (__libc_ifunc_impl_list): Likewise.
2367 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2369         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
2370         name.
2371         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
2372         file.
2373         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
2374         file.
2375         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
2376         multiarch strchrnul for PPC32.
2377         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
2378         multiarch objects.
2379         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2380         (__libc_ifunc_impl_list): Likewise.
2382 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2384         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
2385         file.
2386         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
2387         multiarch strncasecmp for PPC32.
2388         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
2389         file.
2390         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
2391         multiarch strncasecmp_l for PPC32.
2392         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
2393         strncasecmp multiarch objects.
2394         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2395         (__libc_ifunc_impl_list): Likewise.
2397 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2399         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
2400         file.
2401         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
2402         multiarch strncasecmp for PPC32.
2403         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2404         New file.
2405         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
2406         multiarch strcasecmp_l for PPC32.
2407         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
2408         multiarch objects.
2409         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2410         (__libc_ifunc_impl_list): Likewise.
2412 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2414         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
2415         file.
2416         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
2417         file.
2418         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
2419         multiarch strncmp for PPC32.
2420         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
2421         multiarch objects.
2422         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2423         (__libc_ifunc_impl_list): Likewise.
2425 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2427         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
2428         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
2429         file.
2430         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
2431         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
2432         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
2433         multiarch objects.
2434         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2435         (__libc_ifunc_impl_list): Likewise.
2437 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2439         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
2440         file.
2441         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
2442         file.
2443         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
2444         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
2445         multiarch objects.
2446         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2447         (__libc_ifunc_impl_list): Likewise.
2449 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2451         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
2452         file.
2453         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
2454         file.
2455         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
2456         multiarch rawmemchr for PPC32.
2457         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
2458         multiarch objects.
2459         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2460         (__libc_ifunc_impl_list): Likewise.
2462 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2464         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
2465         file.
2466         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
2467         file.
2468         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
2469         file: memrchr multiarch for PPC32.
2470         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
2471         multiarch objects.
2472         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
2473         (__libc_ifunc_impl_list): Likewise.
2475 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2477         * string/memchr.c (__memchr): Using macro to redefine symbol name.
2478         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
2479         file.
2480         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
2481         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
2482         multiarch memchr for PPC32.
2483         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
2484         multiarch objects.
2485         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2486         (__libc_ifunc_impl_list): Likewise.
2488 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2490         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
2491         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
2492         file.
2493         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
2494         file.
2495         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
2496         file: multiarch mempcpy for PPC32.
2497         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
2498         multiarch objects.
2499         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2500         (__libc_ifunc_impl_list): Likewise.
2502 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2504         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
2505         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
2506         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
2507         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
2508         multiarch bzero for PPC32.
2509         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
2510         file.
2511         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
2512         file.
2513         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
2514         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
2515         file: multiarch memset for PPC32.
2516         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
2517         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
2518         memset multiarch objects.
2519         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2520         (__libc_ifunc_impl_list): Likewise.
2522 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2524         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
2525         file.
2526         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
2527         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
2528         memcmp for PPC32.
2529         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
2530         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
2531         multiarch objects.
2532         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2533         (__libc_ifunc_impl_list): Likewise.
2535 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2537         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
2538         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
2539         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
2540         file.
2541         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
2542         file.
2543         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
2544         file.
2545         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
2546         multiarch memcpy for PPC32.
2547         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
2548         multiarch objects.
2549         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2550         (__libc_ifunc_impl_list): Likewise.
2552 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2554         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
2555         support multiarch for POWER/PPC32.
2556         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
2557         Likewise.
2558         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
2559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
2560         Implies file to make multiarch folder appers before the fpu and
2561         default folder for power4 configuration.
2563 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2565         * scripts/bench.pl: Append volatile keyword to type.
2567 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2569         * sysdeps/sh/sotruss-lib.c: New file.
2570         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
2572 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2574         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2576 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
2578         [BZ #6810]
2579         * math/w_tgamma.c: Include <errno.h>.
2580         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
2581         * math/w_tgammaf.c: Include <errno.h>.
2582         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
2583         * math/w_tgammal.c: Include <errno.h>.
2584         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
2585         * math/auto-libm-test-in: Do not allow missing errno on tgamma
2586         underflow.  Add more tgamma tests.
2587         * math/auto-libm-test-out: Regenerated.
2588         * sysdeps/i386/fpu/libm-test-ulps: Update.
2589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2591         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
2592         sin, sinh, tan, tanh, tgamma, y0 and y1.
2593         * math/auto-libm-test-out: Regenerated.
2594         * math/libm-test.inc (TEST_COND_x86_64): New macro.
2595         (TEST_COND_x86): Likewise.
2596         (M_E2l): Remove macro.
2597         (M_E3l): Likewise.
2598         (M_2_SQRT_PIl): Likewise.
2599         (M_SQRT_PIl): Likewise.
2600         (M_1_DIV_El): Likewise.
2601         (log_test_data): Use AUTO_TESTS_f_f.
2602         (log10_test_data): Likewise.
2603         (log1p_test_data): Likewise.
2604         (log2_test_data): Likewise.
2605         (sin_test_data): Likewise.
2606         (sin_tonearest_test_data): Likewise.
2607         (sin_towardzero_test_data): Likewise.
2608         (sin_downward_test_data): Likewise.
2609         (sin_upward_test_data): Likewise.
2610         (sinh_test_data): Likewise.
2611         (sinh_tonearest_test_data): Likewise.
2612         (sinh_towardzero_test_data): Likewise.
2613         (sinh_downward_test_data): Likewise.
2614         (sinh_upward_test_data): Likewise.
2615         (tan_test_data): Likewise.
2616         (tan_tonearest_test_data): Likewise.
2617         (tan_towardzero_test_data): Likewise.
2618         (tan_downward_test_data): Likewise.
2619         (tan_upward_test_data): Likewise.
2620         (tanh_test_data): Likewise.
2621         (tgamma_test_data): Likewise.
2622         (y0_test_data): Likewise.
2623         (y1_test_data): Likewise.
2624         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
2625         (special_real_inputs): Add pi/4.
2626         * sysdeps/i386/fpu/libm-test-ulps: Update.
2627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2629 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2631         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
2632         "longjmp_target" static probes.
2633         (__longjmp): Rename to __longjmp_symbol.
2634         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2635         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
2636         on which longjmp to generate.
2637         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2638         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
2639         probe.
2640         (__sigsetjmp): Rename to __sigsetjmp_symbol.
2641         (__sigjmp_save): Rename to __sigjmp_save_symbol.
2642         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2643         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
2644         and __sigjmp_save_symbol based on which sigsetjmp to generated.
2645         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
2646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
2647         __longjmp_symbol based on which __longjmp to generate.
2648         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
2649         probe.
2650         (setjmp): Rename to setjmp_symbol.
2651         (__sigsetjmp): Rename to __sigsetjmp_symbol.
2652         (_setjmp): Rename to _setjmp_symbol.
2653         (__sigsetjmp): Rename to __sigsetjmp_symbol.
2654         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
2655         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
2656         which setjmp to generate.
2657         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
2658         "longjmp_target" static probes.
2660 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
2662         * benchtests/README: Add note about output arguments.
2663         * benchtests/bench-sincos.c: Remove file.
2664         * benchtests/sincos-inputs: New file.
2665         * scripts/bench.pl: Identify output arguments and define
2666         static variables for them.
2668         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
2670         [BZ #15941]
2671         * Makefile (INSTALL): Add install-plain.texi as the primary
2672         dependency.
2673         * manual/install-plain.texi: New file.
2674         * manual/install.texi: Include node directive only for
2675         non-plaintext output.
2677 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
2679         * stdlib/longlong.h: Update from GCC.
2681         [BZ #6807]
2682         [BZ #15901]
2683         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
2684         * math/w_j0f.c (y0f): Likewise.
2685         * math/w_j0l.c (__y0l): Likewise.
2686         * math/w_j1.c (y1): Likewise.
2687         * math/w_j1f.c (y1f): Likewise.
2688         * math/w_j1l.c (__y1l): Likewise
2689         * math/w_jn.c (yn): Likewise.
2690         * math/w_jnf.c (ynf): Likewise.
2691         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
2692         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
2693         value for Bessel function domain errors outside _SVID_ mode.
2694         Adjust sign of return value for yn (negative integer, 0).
2695         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
2696         by zero in return for negative x and set sign appropriately for
2697         negative n.
2698         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
2699         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
2700         * math/libm-test.inc (y0_test_data): Add more tests and adjust
2701         expectations in error cases.
2702         (y1_test_data): Likewise.
2703         (yn_test_data): Likewise.
2704         * sysdeps/i386/fpu/libm-test-ulps: Update.
2705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2707 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2709         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
2710         "64" to "64-v1".  Add "64-v2".
2711         (abi-64-options): Rename to ...
2712         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
2713         (abi-64-condition): Rename to ...
2714         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
2715         (abi-64-ld-soname): Rename to ...
2716         (abi-64-v1-ld-soname): ... this.
2717         (abi-64-v2-options): Define.
2718         (abi-64-v2-condition): Likewise.
2719         (abi-64-v2-ld-soname): Likewise.
2720         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
2721         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
2722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
2723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
2724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
2726 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2727             Alan Modra  <amodra@gmail.com>
2729         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
2730         New versions for use with the ELFv2 ABI.
2731         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
2732         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
2733         declaration.
2734         (struct La_ppc64v2_retval): Likewise.
2735         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
2736         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
2737         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
2738         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
2739         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
2740         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
2741         Do not save or restore CR.
2742         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
2743         (_dl_profile_resolve): Do no save or restore CR.  Support extended
2744         return values for ELFv2 ABI.  Fix location of FPR return registers.
2745         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
2746         updated values for _CALL_ELF == 2.
2747         (La_regs, La_retval, int_retval): Likewise.
2749 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2751         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
2752         (FRAME_MIN_SIZE_PARM): Likewise.
2753         (FRAME_BACKCHAIN): Likewise.
2754         (FRAME_CR_SAVE): Likewise.
2755         (FRAME_LR_SAVE): Likewise.
2756         (FRAME_TOC_SAVE): Likewise.
2757         (FRAME_PARM_SAVE): Likewise.
2758         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
2759         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
2760         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
2761         (call_mcount_parm_offset): New macro.
2762         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
2763         (PROF): Use symbolic stack frame offsets.
2764         (TAIL_CALL_SYSCALL_ERROR): Likewise.
2765         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
2766         Redefine in terms of FRAME_MIN_SIZE.
2767         (_dl_runtime_resolve): Use symbolic stack frame offsets.
2768         (_dl_profile_resolve): Likewise.  Update comment.
2769         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
2770         symbols stack frame offsets.
2771         (__sigsetjmp): Likewise.
2772         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
2773         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
2774         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
2775         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
2777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
2778         (FRAME_BACKCHAIN): Remove.
2779         (FRAME_CR_SAVE): Likewise.
2780         (FRAME_LR_SAVE): Likewise.
2781         (FRAME_COMPILER_DW): Likewise.
2782         (FRAME_LINKER_DW): Likewise.
2783         (FRAME_TOC_SAVE): Likewise.
2784         (FRAME_PARM_SAVE): Likewise.
2785         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
2786         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
2787         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
2788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
2789         (CHECK_SP): Use symbolic stack frame offsets.
2790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
2791         zone" instead of caller's parameter save area for temp storage.
2792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
2793         Likewise.  Also, use symbolic stack frame offsets.
2794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
2795         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
2796         our own stack frame instead of the caller's.
2797         (__socket): Use symbolic stack frame offsets.
2799 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2800             Alan Modra  <amodra@gmail.com>
2802         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
2803         Define.
2804         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK,
2805         PPC64_LOCAL_ENTRY_OFFSET): Define.
2806         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
2807         New function.
2808         (elf_machine_fixup_plt): Call it.
2809         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
2810         reloc arguments.
2811         (elf_machine_rela): Update call to elf_machine_plt_conflict.
2812         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
2813         _dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
2814         r2 before calling target.
2816 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2817             Alan Modra  <amodra@gmail.com>
2819         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
2820         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
2821         versions of macros to support ELFv2 ABI.
2822         (LOCALENTRY): New macro.
2823         (ENTRY, EALIGN): Use it.
2824         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
2825         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
2826         fall through into ENTRY entry point.
2827         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
2828         Only define if _CALL_ELF != 2.
2830         (elf_machine_matches_host): Verify ABI version matches.
2831         (RTLD_START): Use LOCALENTRY.
2832         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
2833         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
2834         (PLT_ENTRY_WORDS): New macro.
2835         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
2836         (elf_machine_runtime_setup): Support ELFv2 ABI.
2837         (elf_machine_fixup_plt): Likewise.
2838         (elf_machine_plt_conflict): Likewise.
2839         (resolve_ifunc): Likewise.
2840         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
2841         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
2842         Likewise.
2843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
2844         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
2845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2846         (makecontext): Support ELFv2 ABI.
2847         * elf/elf.h (EF_PPC64_ABI): Define.
2849 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2851         * sysdeps/powerpc/powerpc64/sysdep.h [ASSEMBLER] (PPC64_LOAD_FUNCPTR):
2852         New assembler macro.
2853         [ASSEMBLER] (ENTRY_1): Do not switch to .text section here ...
2854         [ASSEMBLER] (ENTRY): ... but instead here ...
2855         [ASSEMBLER] (EALIGN): ... and here.
2856         [!ASSEMBLER] (PPC64_LOAD_FUNCPTR): New macro.
2857         [!ASSEMBLER] (ENTRY_1): New macro; set up .opd entry.
2858         [!ASSEMBLER] (ENTRY_2): Use it.
2859         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
2860         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
2861         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
2862         _dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
2863         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
2864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
2865         Use PPC64_LOAD_FUNCPTR.
2867 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2869         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
2871 2013-12-04  Alan Modra  <amodra@gmail.com>
2873         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
2874         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
2875         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
2876         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
2878         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
2879         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
2880         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
2881         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
2882         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
2883         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
2885 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2888         (__makecontext): Fix incorrect CFI when backtracing out of
2889         context created via makecontext.
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
2891         (__setcontext): Fix incorrect CFI during switch to new context.
2892         (__novec_setcontext): Likewise.
2894 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
2896         [BZ #4772]
2897         * time/strptime_l.c (__strptime_internal): Allow modifiers
2898         in strptime.
2899         * time/tst-strptime.c (day_tests): Add testcase.
2902 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2904         * scripts/bench.pl: Skip over blank lines.
2906 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2908         [BZ #926]
2909         * manual/time.texi (Calendar Time): Clarify what timezone functions
2910         use.
2912 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2914         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2916 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
2918         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
2919         implementation.
2920         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
2921         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
2922         * debug/memset_chk.c (__memset_chk): Likewise.
2923         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
2924         * debug/strncpy_chk.c: Likewise.
2926 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
2928         [BZ #15268]
2929         [BZ #15425]
2930         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
2931         (__ieee754_exp): For possibly underflowing results, check size of
2932         result and force underflow exception if required.
2933         * math/auto-libm-test-in: Add more tests of exp.
2934         * math/auto-libm-test-out: Regenerated.
2935         * sysdeps/i386/fpu/libm-test-ulps: Update.
2936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2938         [BZ #16283]
2939         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
2940         * math/w_exp2f.c (__exp2f): Likewise.
2941         * math/w_exp2l.c (__exp2l): Likewise.
2942         * math/auto-libm-test-in: Do not allow missing errno on exp2
2943         underflow.
2944         * math/auto-libm-test-out: Regenerated.
2946 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
2948         [BZ #16274]
2949         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
2950         handle filename validation.
2951         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
2952         (do_open): Delete.
2954 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
2956         [BZ #6786]
2957         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
2958         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
2959         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
2960         <float.h>.
2961         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
2962         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
2963         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
2964         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
2965         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
2966         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
2967         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
2968         * math/auto-libm-test-in: Don't allow missing errno from erfc.
2969         Add more erfc tests.
2970         * math/auto-libm-test-out: Regenerated.
2971         * sysdeps/i386/fpu/libm-test-ulps: Update.
2972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2974         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
2975         exp2, expm1, j0 and j1.
2976         * math/auto-libm-test-out: Regenerated.
2977         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
2978         (erfc_test_data): Likewise.
2979         (exp_test_data): Likewise.
2980         (exp_tonearest_test_data): Likewise.
2981         (exp_towardzero_test_data): Likewise.
2982         (exp_downward_test_data): Likewise.
2983         (exp_upward_test_data): Likewise.
2984         (exp10_test_data): Likewise.
2985         (exp2_test_data): Likewise.
2986         (expm1_test_data): Likewise.
2987         (j0_test_data): Likewise.
2988         (j1_test_data): Likewise.
2989         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
2990         (input_flag_type): Add flag_xfail_rounding.
2991         (input_flags): Add xfail-rounding.
2992         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
2993         (output_for_one_input_case): Handle flag_xfail_rounding.
2994         * sysdeps/i386/fpu/libm-test-ulps: Update.
2995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2997 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
2999         [BZ #16289]
3000         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
3001         division by 0.
3003 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
3005         [BZ #16195]
3006         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
3007         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
3008         (STAP_PROBE0): New macro.
3009         (STAP_PROBE1): Likewise.
3010         (STAP_PROBE2): Likewise.
3011         (STAP_PROBE3): Likewise.
3012         (STAP_PROBE4): Likewise.
3014 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
3016         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
3018 2013-12-02  Steve Ellcey  <sellcey@mips.com>
3020         * benchtests/Makefile (bench): Add sqrt.
3021         (LDLIBS-bench-sqrt): New.
3022         * benchtests/sqrt-input: New.
3024 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
3026         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
3027         (GAIH_EAI): Likewise.
3028         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
3029         (gaih_inet): Likewise.
3030         (getaddrinfo): Don't use GAIH_EAI.
3032         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
3033         (struct gaih): Remove definition.
3035 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3037         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
3038         Use HERRNOP directly.
3040 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3042         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3044 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
3046         * math/gen-auto-libm-tests.c (test_functions): Add more
3047         single-argument functions.
3048         (special_fill_pi_2): New function.
3049         (special_fill_minus_pi_2): Likewise.
3050         (special_fill_pi_6): Likewise.
3051         (special_fill_minus_pi_6): Likewise.
3052         (special_fill_pi_3): Likewise.
3053         (special_fill_2pi_3): Likewise.
3054         (special_fill_e): Likewise.
3055         (special_fill_1_e): Likewise.
3056         (special_fill_e_minus_1): Likewise.
3057         (special_real_inputs): Add more special inputs.
3058         (output_for_one_input_case): Do not require ERANGE on underflow to
3059         zero if round-to-nearest result does not underflow to zero, unless
3060         exact results required.
3061         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
3062         atan, atanh, cbrt, cos and cosh.
3063         * math/auto-libm-test-out: Regenerated.
3064         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
3065         (acos_tonearest_test_data): Likewise.
3066         (acos_towardzero_test_data): Likewise.
3067         (acos_downward_test_data): Likewise.
3068         (acos_upward_test_data): Likewise.
3069         (acosh_test_data): Likewise.
3070         (asin_test_data): Likewise.
3071         (asin_tonearest_test_data): Likewise.
3072         (asin_towardzero_test_data): Likewise.
3073         (asin_upward_test_data): Likewise.
3074         (asinh_test_data): Likewise.
3075         (atan_test_data): Likewise.
3076         (atanh_test_data): Likewise.
3077         (cbrt_test_data): Likewise.
3078         (cos_test_data): Likewise.
3079         (cos_tonearest_test_data): Likewise.
3080         (cos_towardzero_test_data): Likewise.
3081         (cos_downward_test_data): Likewise.
3082         (cos_upward_test_data): Likewise.
3083         (cosh_test_data): Likewise.
3084         (cosh_tonearest_test_data): Likewise.
3085         (cosh_towardzero_test_data): Likewise.
3086         (cosh_downward_test_data): Likewise.
3087         (cosh_upward_test_data): Likewise.
3088         * sysdeps/i386/fpu/libm-test-ulps: Update.
3089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3091 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
3093         [BZ #6787]
3094         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
3095         * math/w_exp10f.c (__exp10f): Likewise.
3096         * math/w_exp10l.c (__exp10l): Likewise.
3097         * math/libm-test.inc (exp10_test_data): Add more tests and expect
3098         errno settings in existing tests.
3100         [BZ #14032]
3101         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
3102         precision control set to double precision.
3103         * sysdeps/i386/fpu/w_sqrt.c: New file.
3104         * math/auto-libm-test-in: Add more tests.
3105         * math/auto-libm-test-out: Update.
3107         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
3108         (sqrt_test_tonearest): New function.
3109         (sqrt_towardzero_test_data): New variable.
3110         (sqrt_test_towardzero): New function.
3111         (sqrt_downward_test_data): New variable.
3112         (sqrt_test_downward): New function.
3113         (sqrt_upward_test_data): New variable.
3114         (sqrt_test_upward): New function.
3115         (main): Call the new functions.
3117         * math/gen-auto-libm-tests.c: New file.
3118         * math/auto-libm-test-in: Likewise.
3119         * math/auto-libm-test-out: New generated file.
3120         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
3121         variables.
3122         (%beautify): Add generated representations of zero.
3123         (top level): Set $auto_input and call parse_auto_input.
3124         (beautify): Remove trailing "f" from hex float constants.
3125         (parse_args): Handle XFAIL_TEST.
3126         (convert_condition): New function.
3127         (or_value): Likewise.
3128         (or_cond_value): Likewise.
3129         (generate_testfile): Handle AUTO_TESTS_* lines.
3130         (parse_auto_input): New function.
3131         * math/libm-test.inc (XFAIL_TEST): New macro.
3132         (ERRNO_UNCHANGED): Update value.
3133         (ERRNO_EDOM): Likewise.
3134         (ERRNO_ERANGE): Likewise.
3135         (IGNORE_RESULT): Likewise.
3136         (TEST_COND_flt_32): New macro.
3137         (TEST_COND_dbl_64): Likewise.
3138         (TEST_COND_ldbl_96_intel): Likewise.
3139         (TEST_COND_ldbl_96_m68k): Likewise.
3140         (TEST_COND_ldbl_128): Likewise.
3141         (TEST_COND_ldbl_128ibm): Likewise.
3142         (TEST_COND_long32): Likewise.
3143         (TEST_COND_long64): Likewise.
3144         (TEST_COND_before_rounding): Likewise.
3145         (TEST_COND_after_rounding): Likewise.
3146         (enable_test): Handle XFAIL_TEST flag.
3147         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
3148         with finite results.
3149         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
3150         auto-libm-test-out.
3152 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3153             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3155         [BZ #16214]
3156         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
3157         __tls_get_addr_internal instead of __tls_get_offset in order to
3158         avoid GOT pointer dependency.  Make rtld export
3159         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
3160         __tls_get_addr since we are a __tls_get_offset platform.
3161         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
3162         GOT pointer being set up before.
3163         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
3165 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
3167         * manual/math.texi (Errors in Math Functions): Document accuracy
3168         goals.
3170         [BZ #15004]
3171         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
3172         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
3173         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
3174         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
3175         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
3176         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
3177         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
3178         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
3179         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
3180         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
3181         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
3182         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
3183         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
3184         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
3185         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
3186         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
3188         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
3189         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
3190         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
3191         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
3192         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
3193         Likewise.
3194         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
3195         Likewise.
3196         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
3197         Likewise.
3198         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
3199         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
3200         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
3201         atomic-feupdateenv and flt-rounds.
3202         * sysdeps/powerpc/nofpu/Versions (libc): Add
3203         __atomic_feholdexcept, __atomic_feclearexcept,
3204         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
3205         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
3206         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
3207         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
3208         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
3209         here.
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3211         Update.
3213         * manual/arith.texi (FP Exceptions): Document that exceptions may
3214         not be raised when matherr is used.
3215         (Math Error Reporting): Document overflow in directed rounding
3216         modes.  Document that errno may not be set when finite values are
3217         returned on overflow.  Document intent to set errno on underflow
3218         only for underflow to zero.
3220         [BZ #16271]
3221         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
3222         round-to-nearest then adjust result for other rounding modes.
3223         * include/fenv.h (fegetround): Use libm_hidden_proto.
3224         * math/fegetround.c (fegetround): Use libm_hidden_def.
3225         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3226         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3227         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
3228         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3229         Likewise.
3230         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
3231         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3232         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3233         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
3235 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3237         [BZ #16077]
3238         * nss/Versions (libnss_files): Add
3239         _nss_files_gethostbyname3_r.
3240         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
3241         New function.
3242         (HOST_DB_LOOKUP): Remove macro.
3243         (_nss_files_gethostbyname_r): Implement function without the
3244         HOST_DB_LOOKUP macro.
3245         (_nss_files_gethostbyname2_r): Likewise.
3247 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
3249         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
3251 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
3253         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
3254         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
3255         warning.
3257 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3259         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
3260         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
3261         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
3262         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3263         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
3264         __fe_nomask_env_priv and attribute_hidden.
3265         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
3266         (libc_feupdateenv_test_ppc): Likewise.
3267         (libc_feresetround_ppc): Likewise.
3268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3269         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
3270         compat_symbol macro.
3271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3272         (__fe_nomask_env): Likewise.
3273         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
3275 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3277         * string/Makefile: Remove ifunc tests.
3278         * string/test-string.h: Define TEST_IFUNC.
3279         * string/test-bcopy-ifunc.c: Remove.
3280         * string/test-bzero-ifunc.c: Likewise.
3281         * string/test-memccpy-ifunc.c: Likewise.
3282         * string/test-memchr-ifunc.c: Likewise.
3283         * string/test-memcmp-ifunc.c: Likewise.
3284         * string/test-memcpy-ifunc.c: Likewise.
3285         * string/test-memmem-ifunc.c: Likewise.
3286         * string/test-memmove-ifunc.c: Likewise.
3287         * string/test-mempcpy-ifunc.c: Likewise.
3288         * string/test-memrchr-ifunc.c: Likewise.
3289         * string/test-memset-ifunc.c: Likewise.
3290         * string/test-rawmemchr-ifunc.c: Likewise.
3291         * string/test-stpcpy-ifunc.c: Likewise.
3292         * string/test-stpncpy-ifunc.c: Likewise.
3293         * string/test-strcasecmp-ifunc.c: Likewise.
3294         * string/test-strcasestr-ifunc.c: Likewise.
3295         * string/test-strcat-ifunc.c: Likewise.
3296         * string/test-strchr-ifunc.c: Likewise.
3297         * string/test-strchrnul-ifunc.c: Likewise.
3298         * string/test-strcmp-ifunc.c: Likewise.
3299         * string/test-strcpy-ifunc.c: Likewise.
3300         * string/test-strcspn-ifunc.c: Likewise.
3301         * string/test-strlen-ifunc.c: Likewise.
3302         * string/test-strncasecmp-ifunc.c: Likewise.
3303         * string/test-strncat-ifunc.c: Likewise.
3304         * string/test-strncmp-ifunc.c: Likewise.
3305         * string/test-strncpy-ifunc.c: Likewise.
3306         * string/test-strnlen-ifunc.c: Likewise.
3307         * string/test-strpbrk-ifunc.c: Likewise.
3308         * string/test-strrchr-ifunc.c: Likewise.
3309         * string/test-strspn-ifunc.c: Likewise.
3310         * string/test-strstr-ifunc.c: Likewise.
3312 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3314         * benchtests/Makefile: Remove ifunc tests.
3315         * benchtests/bench-string.h: Define TEST_IFUNC.
3316         * benchtests/bench-bcopy-ifunc.c: Remove.
3317         * benchtests/bench-bzero-ifunc.c: Likewise.
3318         * benchtests/bench-memccpy-ifunc.c: Likewise.
3319         * benchtests/bench-memchr-ifunc.c: Likewise.
3320         * benchtests/bench-memcmp-ifunc.c: Likewise.
3321         * benchtests/bench-memcpy-ifunc.c: Likewise.
3322         * benchtests/bench-memmem-ifunc.c: Likewise.
3323         * benchtests/bench-memmove-ifunc.c: Likewise.
3324         * benchtests/bench-mempcpy-ifunc.c: Likewise.
3325         * benchtests/bench-memrchr-ifunc.c: Likewise.
3326         * benchtests/bench-memset-ifunc.c: Likewise.
3327         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
3328         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
3329         * benchtests/bench-stpcpy-ifunc.c: Likewise.
3330         * benchtests/bench-stpncpy-ifunc.c: Likewise.
3331         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
3332         * benchtests/bench-strcasestr-ifunc.c: Likewise.
3333         * benchtests/bench-strcat-ifunc.c: Likewise.
3334         * benchtests/bench-strchr-ifunc.c: Likewise.
3335         * benchtests/bench-strchrnul-ifunc.c: Likewise.
3336         * benchtests/bench-strcmp-ifunc.c: Likewise.
3337         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
3338         * benchtests/bench-strcpy-ifunc.c: Likewise.
3339         * benchtests/bench-strcspn-ifunc.c: Likewise.
3340         * benchtests/bench-strlen-ifunc.c: Likewise.
3341         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
3342         * benchtests/bench-strncat-ifunc.c: Likewise.
3343         * benchtests/bench-strncmp-ifunc.c: Likewise.
3344         * benchtests/bench-strncpy-ifunc.c: Likewise.
3345         * benchtests/bench-strnlen-ifunc.c: Likewise.
3346         * benchtests/bench-strpbrk-ifunc.c: Likewise.
3347         * benchtests/bench-strrchr-ifunc.c: Likewise.
3348         * benchtests/bench-strsep-ifunc.c: Likewise.
3349         * benchtests/bench-strspn-ifunc.c: Likewise.
3350         * benchtests/bench-strstr-ifunc.c: Likewise.
3352 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3354         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
3356 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
3358         * resolv/netdb.h: Use __glibc_reserved instead __unused.
3359         * rt/aio.h: Likewise.
3360         * sysdeps/gnu/bits/utmp.h: Likewise.
3361         * sysdeps/gnu/bits/utmpx.h: Likewise.
3362         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
3363         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
3364         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
3365         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
3366         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3367         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
3368         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
3369         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
3370         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
3371         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
3372         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
3373         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3374         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
3376         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
3377         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
3378         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
3379         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
3380         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3381         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3382         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
3383         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
3384         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
3385         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
3386         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3387         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3388         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
3389         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
3390         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
3391         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3392         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3393         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
3394         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
3395         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3396         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
3397         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
3398         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
3399         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
3400         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
3401         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
3402         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
3403         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
3405 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
3407         [BZ #16245]
3408         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
3409         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
3411 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
3413         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
3414         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3415         Likewise.
3417 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3419         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
3420         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
3421         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
3422         (__fesetround): Remove define.
3423         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
3424         rounding and exceptions handling.
3425         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
3426         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
3427         (__fe_nomask_env): Likewise.
3428         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
3429         __fegetround instead of fegetround.
3430         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
3431         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
3433 2013-11-21  Roland McGrath  <roland@hack.frob.com>
3435         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
3436         it's there.
3438         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
3440 2013-11-21  Meador Inge  <meadori@codesourcery.com>
3442         [BZ #11157]
3443         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
3444         (encrypt_r): Likewise.
3445         * malloc/obstack.h (obstack_free): Likewise.
3446         * posix/unistd.h (encrypt): Likewise.
3448 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
3450         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
3451         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
3452         DL_CALL_DT_FINI() that call the functions directly.
3453         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
3454         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
3455         * elf/dl-fini.c: Likewise.
3457 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
3459         * malloc/hooks.c (memalign_check): Add alignment rounding.
3460         * malloc/malloc.c (_mid_memalign): New function.
3461         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
3462         Implement by calling _mid_memalign.
3463         * manual/probes.texi (Memory Allocation Probes): Remove
3464         memory_valloc_retry and memory_pvalloc_retry.
3466 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
3468         * locale/programs/locarchive.c (open_archive): Add const
3469         qualifier to ARCHIVEFNAME and copy default fname to
3470         DEFAULT_FNAME.
3472         [BZ #15601]
3473         * libio/tst-widetext.input: Rename Oriya to Odia.
3474         * locale/iso-639.def: Likewise.
3476         * manual/probes.texi (Mathematical Function Probes): Add
3477         documentation for sin, cos, asin and acos probes.
3478         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
3479         (__sin32): Add slowasin probe.
3480         (__cos32): Add slowacos probe.
3481         (__mpsin): Add slowsin probe.
3482         (__mpcos): Add slowcos probe.
3484 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
3486         [BZ #15483]
3487         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
3488         thread-local __sim_exceptions_thread and global
3489         __sim_exceptions_global.
3490         (__sim_disabled_exceptions): Change to thread-local
3491         __sim_disabled_exceptions_thread and global
3492         __sim_disabled_exceptions_global.
3493         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
3494         and global __sim_round_mode_global.
3495         (__simulate_exceptions): Use thread-local floating-point state and
3496         set global state from it as needed.
3497         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
3498         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
3499         __sim_round_mode_thread.
3500         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
3501         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
3502         and global __sim_exceptions_global.
3503         (__sim_disabled_exceptions): Change to thread-local
3504         __sim_disabled_exceptions_thread and global
3505         __sim_disabled_exceptions_global.
3506         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
3507         and global __sim_round_mode_global.
3508         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
3509         (SIM_SET_GLOBAL): Likewise.
3510         * sysdeps/powerpc/soft-fp/sfp-machine.h
3511         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
3512         __sim_round_mode_thread.
3513         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
3514         __sim_disabled_exceptions_thread.
3515         (__sim_exceptions): Change to __sim_exceptions_thread.
3516         (__sim_disabled_exceptions): Change to
3517         __sim_disabled_exceptions_thread.
3518         (__sim_round_mode): Change to __sim_round_mode_thread.
3519         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
3520         thread-local floating-point state and set global state from it as
3521         needed.
3522         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
3523         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
3524         (__sim_disabled_exceptions): Remove extern declaration.
3525         (feenableexcept): Use thread-local floating-point state and set
3526         global state from it as needed.
3527         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
3528         extern declaration.
3529         (__sim_disabled_exceptions): Likewise.
3530         (__sim_round_mode): Likewise.
3531         (__fegetenv): Use thread-local floating-point state.
3532         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
3533         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
3534         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
3535         floating-point state and set global state from it as needed.
3536         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
3537         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3538         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
3539         Likewise.
3540         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3541         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
3542         Likewise.
3543         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
3544         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
3545         Use __sim_round_mode_thread.
3546         * math/test-fenv-tls.c: New file.
3547         * math/Makefile (tests): Add test-fenv-tls.
3548         ($(objpfx)test-fenv-tls): Depend on
3549         $(common-objpfx)nptl/libpthread.so.
3551 2013-11-19  Andreas Schwab  <schwab@suse.de>
3553         * locale/programs/locale.c (show_info): Decode wordarray elements.
3554         * locale/categories.def (LC_MONETARY): Add element for
3555         _NL_MONETARY_CRNCYSTR.
3556         * locale/C-monetary.c (conversion_rate): New variable.
3557         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
3558         element.
3560 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
3562         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
3563         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
3565 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
3567         * elf/Makefile (tst-auxv): New test.
3568         * elf/tst-auxv.c: New
3569         * elf/rtld.c (dl_main): Adjust AT_EXECFN
3571 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
3573         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
3574         (hidden_proto): Caller changed.
3575         (hidden_tls_proto): New macro.
3576         (libc_hidden_tls_proto): Likewise.
3577         (rtld_hidden_tls_proto): Likewise.
3578         (libm_hidden_tls_proto): Likewise.
3579         (libresolv_hidden_tls_proto): Likewise.
3580         (librt_hidden_tls_proto): Likewise.
3581         (libdl_hidden_tls_proto): Likewise.
3582         (libnss_files_hidden_tls_proto): Likewise.
3583         (libnsl_hidden_tls_proto): Likewise.
3584         (libnss_nisplus_hidden_tls_proto): Likewise.
3585         (libutil_hidden_tls_proto): Likewise.
3587 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
3589         [BZ #10253]
3590         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
3591         (decompose_rpath): Defer expansion to fillin_rpath.
3592         (_dl_init_paths): Pass linkmap to fillin_rpath.
3594 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3596         * benchtests/Makefile: Add strsep.
3597         * benchtests/bench-strsep.c: New file: strsep benchtest.
3598         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
3600 2013-11-18  Andreas Schwab  <schwab@suse.de>
3602         * locale/programs/locale.c (show_info) [case byte]: Check for
3603         '\377' instead of '\177'.
3604         * locale/C-monetary.c (not_available): Always use "\377".
3605         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
3606         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
3607         detect unavailable sign_posn locale elements.
3608         * locale/localeconv.c (__localeconv): For grouping and
3609         mon_grouping handle "\177" and "\377" like no grouping.
3610         (INT_ELEM): New macro.  Use it to set all numeric members.
3611         * locale/programs/ld-monetary.c (monetary_read)
3612         <tok_mon_grouping>: Normalize single -1 to the empty string.
3613         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
3614         Likewise.
3616 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
3618         [BZ #16055]
3619         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
3620         when we match (nil).
3621         * stdio-common/tst-sscanf.c (struct test): Add testcase.
3623 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
3625         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
3626         (NO_TEST_INLINE): Update value.
3627         (ERRNO_UNCHANGED): Likewise.
3628         (ERRNO_EDOM): Likewise.
3629         (ERRNO_ERANGE): Likewise.
3630         (IGNORE_RESULT): Likewise.
3631         (check_float_internal): Check signs of NaN results if
3632         TEST_NAN_SIGN used.
3633         (check_complex): Pass TEST_NAN_SIGN flag through to second
3634         check_float_internal call.
3635         (copysign_test_data): Add tests with quiet NaNs as second
3636         argument.  Use TEST_NAN_SIGN.
3637         (fabs_test_data): Add test of negative quiet NaN argument.  Use
3638         TEST_NAN_SIGN.
3639         (signbit_test_data): Add tests of quiet NaN argument.
3640         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
3642         * math/gen-libm-test.pl (show_exceptions): Take extra argument
3643         $ignore_result.
3644         (parse_args): Handle function results specified as IGNORE.
3645         * math/libm-test.inc (IGNORE_RESULT): New macro.
3646         (check_float_internal): Do not check numerical result if flag
3647         IGNORE_RESULT set.
3648         (check_complex): Pass through IGNORE_RESULT to second
3649         check_float_internal call.
3650         (check_int): Do not check numerical result if flag IGNORE_RESULT
3651         set.
3652         (check_long): Likewise.
3653         (check_bool): Likewise.
3654         (check_longlong): Likewise.
3655         (lrint_test_data): Add tests of infinite and NaN arguments.
3656         (lrint_tonearest_test_data): Likewise.
3657         (lrint_towardzero_test_data): Likewise.
3658         (lrint_downward_test_data): Likewise.
3659         (lrint_upward_test_data): Likewise.
3660         (llrint_test_data): Likewise.
3661         (llrint_tonearest_test_data): Likewise.
3662         (llrint_towardzero_test_data): Likewise.
3663         (llrint_downward_test_data): Likewise.
3664         (llrint_upward_test_data): Likewise.
3665         (lround_test_data): Likewise.
3666         (llround_test_data): Likewise.
3668         * math/libm-test.inc (NO_TEST_INLINE): New macro.
3669         (ERRNO_UNCHANGED): Update value.
3670         (ERRNO_EDOM): Likewise.
3671         (ERRNO_ERANGE): Likewise.
3672         (NO_TEST_INLINE_FLOAT): New macro.
3673         (NO_TEST_INLINE_DOUBLE): Likewise.
3674         (enable_test): New function.
3675         (RUN_TEST_f_f): Check enable_test before running test.
3676         (RUN_TEST_2_f): Likewise.
3677         (RUN_TEST_fff_f): Likewise.
3678         (RUN_TEST_c_f): Likewise.
3679         (RUN_TEST_f_f1): Likewise.
3680         (RUN_TEST_fF_f1): Likewise.
3681         (RUN_TEST_fI_f1): Likewise.
3682         (RUN_TEST_ffI_f1): Likewise.
3683         (RUN_TEST_c_c): Likewise.
3684         (RUN_TEST_cc_c): Likewise.
3685         (RUN_TEST_f_i): Likewise.
3686         (RUN_TEST_f_i_tg): Likewise.
3687         (RUN_TEST_ff_i_tg): Likewise.
3688         (RUN_TEST_f_b): Likewise.
3689         (RUN_TEST_f_b_tg): Likewise.
3690         (RUN_TEST_f_l): Likewise.
3691         (RUN_TEST_f_L): Likewise.
3692         (RUN_TEST_fFF_11): Likewise.
3693         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
3694         conditionals.
3695         (cosh_test_data): Likewise.
3696         (exp_test_data): Likewise.
3697         (expm1_test_data): Likewise.
3698         (hypot_test_data): Likewise.
3699         (pow_test_data): Likewise.
3700         (sinh_test_data): Likewise.
3701         (tanh_test_data): Likewise.
3702         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
3703         flags argument.
3705         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
3706         tests with quiet NaN input and output.
3707         (acosh_test_data): Likewise.
3708         (asin_test_data): Likewise.
3709         (asinh_test_data): Likewise.
3710         (atan_test_data): Likewise.
3711         (atanh_test_data): Likewise.
3712         (atan2_test_data): Likewise.
3713         (cbrt_test_data): Likewise.
3714         (cos_test_data): Likewise.
3715         (cosh_test_data): Likewise.
3716         (erf_test_data): Likewise.
3717         (erfc_test_data): Likewise.
3718         (exp_test_data): Likewise.
3719         (exp10_test_data): Likewise.
3720         (exp2_test_data): Likewise.
3721         (expm1_test_data): Likewise.
3722         (hypot_test_data): Likewise.
3723         (j0_test_data): Likewise.
3724         (j1_test_data): Likewise.
3725         (jn_test_data): Likewise.
3726         (lgamma_test_data): Likewise.
3727         (log_test_data): Likewise.
3728         (log10_test_data): Likewise.
3729         (log1p_test_data): Likewise.
3730         (log2_test_data): Likewise.
3731         (pow_test_data): Likewise.
3732         (scalb_test_data): Likewise.
3733         (sin_test_data): Likewise.
3734         (sincos_test_data): Likewise.
3735         (sinh_test_data): Likewise.
3736         (tan_test_data): Likewise.
3737         (tanh_test_data): Likewise.
3738         (tgamma_test_data): Likewise.
3739         (y0_test_data): Likewise.
3740         (y1_test_data): Likewise.
3741         (yn_test_data): Likewise.
3743         [BZ #16167]
3744         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
3745         argument being NaN and avoid computations with second argument in
3746         that case.
3747         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3748         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3749         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
3751 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
3753         * locale/iso-639.def: Add Chitwani Tharu (the).
3755 2013-11-14  Andreas Schwab  <schwab@suse.de>
3757         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
3758         word instead of empty string.
3760 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3763         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
3764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3765         (__fe_nomask_env): Likewise.
3767 2013-11-13  Steve Ellcey  <sellcey@mips.com>
3769         * benchtests/bench-timing.h: Include time.h.
3771 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
3773         [BZ #15997]
3774         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
3775         to 3.4.0 for x32.
3776         * sysdeps/unix/sysv/linux/configure: Regenerated.
3778 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
3780         [BZ #16151]
3781         * stdlib/strtod_l.c (round_and_return): Do not consider
3782         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
3783         exponent one less than half the least subnormal exponent.
3784         * stdlib/test-strtod-round-data: Add more tests.
3785         * stdlib/tst-strtod-round.c (tests): Regenerated.
3787 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3789         [BZ #14143]
3790         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
3791         (__fe_mask_env): Likewise.
3792         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
3793         libm_hidden_proto and add function prototype.
3794         (__fe_mask_env): Add function prototype.
3795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3796         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
3797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
3798         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
3799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3800         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
3802 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3804         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
3805         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
3807 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3809         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
3810         of htab_find_slot().
3812 2013-11-11  David S. Miller  <davem@davemloft.net>
3814         [BZ #16150]
3815         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
3816         symbol in the non-vis3 case in static builds.
3817         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
3818         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
3819         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
3820         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
3822 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3824         [BZ #387]
3825         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
3826         it is empty.
3828 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3830         * benchtests/Makefile: Add bench-strtod.
3831         * benchtests/bench-strtod.c: New file: strtod benchtest
3833 2013-11-11  Andreas Schwab  <schwab@suse.de>
3835         [BZ #16153]
3836         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
3837         terminating NUL in key length.
3839 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3841         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
3842         Add artificial ODP entry for vDSO symbol for PPC64.
3843         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
3844         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
3846 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
3848         [BZ #15374]
3849         * nss/getent.c (services_keys): Recognize services starting with digit.
3851 2013-11-06  David S. Miller  <davem@davemloft.net>
3853         [BZ #15985]
3854         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
3855         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
3857 2013-11-06  Will Newton  <will.newton@linaro.org>
3859         * manual/memory.texi (Malloc Examples): Remove register
3860         keyword from examples.
3862 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
3864         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
3866 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
3868         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
3869         depending on [__GCC_IEC_559 > 0].
3870         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
3871         depending on [__GCC_IEC_559_COMPLEX > 0].
3873 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
3875         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
3876         to iso-639.def.
3878 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
3880         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
3882 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
3884         [BZ #16112]
3885         * malloc/malloc (malloc_info): Do not handle first bin as
3886         special case.
3888 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
3890         * locale/iso-639.def: Add Central Nahuatl (nhn).
3892 2013-11-01  Bruno Haible  <bruno@clisp.org>
3894         [BZ #7003]
3895         * manual/math.texi (BSD Random): Specify range upper bound as
3896         in POSIX.
3898 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
3900         * locale/iso-639.def: Add Meadow Mari (mhr).
3902 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
3904         [BZ #14752], [BZ #15763]
3905         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
3906         Validate name.
3907         * rt/tst_shm.c: Add test for escaping directory.
3909 2013-10-31  Andreas Schwab  <schwab@suse.de>
3911         [BZ #15917]
3912         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
3913         followed by 'x' as part of digit sequence.
3914         * stdio-common/tst-sscanf.c (double_tests2): New tests.
3916 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
3918         [BZ #16037]
3919         * configure.ac: allow GNU Make 4.0 and greater.
3920         * configure: Regenerated.
3922 2013-10-30  Will Newton  <will.newton@linaro.org>
3924         [BZ #16038]
3925         * malloc/hooks.c (memalign_check): Limit alignment to the
3926         maximum representable power of two.
3927         * malloc/malloc.c (__libc_memalign): Likewise.
3928         * malloc/tst-memalign.c (do_test): Add test for very
3929         large alignment values.
3930         * malloc/tst-posix_memalign.c (do_test): Likewise.
3932 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
3934         [BZ #11087]
3935         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
3936         (munmap_chunk): Likewise.
3937         (mremap_chunk): Likewise.
3939 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
3941         [BZ #15799]
3942         * stdlib/div.c (div): Remove obsolete code.
3943         * stdlib/ldiv.c (ldiv): Likewise.
3944         * stdlib/lldiv.c (lldiv): Likewise.
3946 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3948         [BZ #16071]
3949         * nss/nss_files/files-XXX.c (get_contents_ret): New
3950         enumerator.
3951         (get_contents): New function.
3952         (internal_getent): Use it.  Expand size of LINEBUFLEN.
3954 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
3956         * configure.in: Moved to ...
3957         * configure.ac: ... here. Change reference to configure.in
3958         to configure.ac.
3959         * sysdeps/arm/preconfigure.ac: ... here.
3960         configure.in to configure.ac.
3961         * sysdeps/gnu/configure.in: Moved to ...
3962         * sysdeps/gnu/configure.ac: ... here.
3963         * sysdeps/i386/configure.in: Moved to ...
3964         * sysdeps/i386/configure.ac: ... here.
3965         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
3966         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
3967         * sysdeps/mach/configure.in: Moved to ...
3968         * sysdeps/mach/configure.ac: ... here.
3969         * sysdeps/mach/hurd/configure.in: Moved to ...
3970         * sysdeps/mach/hurd/configure.ac: ... here.
3971         * sysdeps/powerpc/configure.in: Moved to ...
3972         * sysdeps/powerpc/configure.ac: ... here.
3973         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
3974         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
3975         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
3976         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
3977         * sysdeps/s390/s390-32/configure.in: Moved to ...
3978         * sysdeps/s390/s390-32/configure.ac: ... here.
3979         * sysdeps/s390/s390-64/configure.in: Moved to ...
3980         * sysdeps/s390/s390-64/configure.ac: ... here.
3981         * sysdeps/sh/configure.in: Moved to ...
3982         * sysdeps/sh/configure.ac: ... here.
3983         * sysdeps/sparc/configure.in: Moved to ...
3984         * sysdeps/sparc/configure.ac: ... here.
3985         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
3986         * sysdeps/unix/sysv/linux/configure.ac: ... here.
3987         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
3988         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
3989         * sysdeps/x86_64/configure.in: Moved to ...
3990         * sysdeps/x86_64/configure.ac: ... here.
3991         * sysdeps/x86_64/preconfigure.in: Moved to ...
3992         * sysdeps/x86_64/preconfigure.ac: ... here.
3993         * aclocal.m4: Change reference to configure.in to configure.ac.
3994         * config.h.in: Likewise.
3995         * manual/install.texi: Likewise.
3996         * manual/maint.texi: Likewise.
3997         * Makefile: Likewise.
3998         * malloc/Makefile: Likewise.
3999         * nscd/Makefile: Likewise.
4000         * Makeconfig: Change reference to configure.in and
4001         preconfigure.in to configure.ac and preconfigure.ac
4002         respectively.
4003         * INSTALL: Regenerated.
4004         * configure: Likewise.
4005         * sysdeps/gnu/configure: Likewise.
4006         * sysdeps/i386/configure: Likewise.
4007         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
4008         * sysdeps/mach/configure: Likewise.
4009         * sysdeps/mach/hurd/configure: Likewise.
4010         * sysdeps/powerpc/configure: Likewise.
4011         * sysdeps/powerpc/powerpc32/configure: Likewise.
4012         * sysdeps/powerpc/powerpc64/configure: Likewise.
4013         * sysdeps/s390/s390-32/configure: Likewise.
4014         * sysdeps/s390/s390-64/configure: Likewise.
4015         * sysdeps/sh/configure: Likewise.
4016         * sysdeps/sparc/configure: Likewise.
4017         * sysdeps/unix/sysv/linux/configure: Likewise.
4018         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
4019         * sysdeps/x86_64/configure: Likewise.
4020         * sysdeps/x86_64/preconfigure: Likewise.
4022 2013-10-29  Andreas Schwab  <schwab@suse.de>
4024         * stdio-common/Makefile (tst-swscanf-ENV): Define.
4026 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
4028         * benchtests/pow-inputs: Add new inputs.
4030         * benchtests/exp-inputs: Add new inputs.
4032         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
4033         conditional check for return value.
4034         (__cos32): Likewise.
4036 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4038         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
4039         to provide a boost for large inputs with word alignment.
4040         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
4041         implementation based on optimized PPC64 strcpy.
4042         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
4043         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
4044         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
4045         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
4047 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
4049         [BZ #2801]
4050         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
4052 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
4054         [BZ #14876]
4055         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
4056         * time/tst-strptime.c (day_tests): Add testcase.
4058 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
4060         [BZ #14029]
4061         * manual/pattern.texi: Acknowledge that fnmatch can fail.
4063 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
4065         [BZ #16074]
4066         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
4067         MAP_FAILED on error.
4069 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4071         [BZ #16072]
4072         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
4073         heap for large requests.
4075 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
4077         [BZ #9954]
4078         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
4079         result if the result has no associated interface.
4080         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
4081         interface for all 127.X.Y.Z addresses.
4083 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
4085         * locale/iso-639.def: Add Ligurian (lij)
4087 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
4089         [BZ #15825]
4090         * sunrpc/rpc_main.c: Document rpcgen -5.
4092 2013-10-19  Michael Stahl  <mstahl@redhat.com>
4094         * elf/rtld.c (do_preload): Print the reason why preloading failed.
4096 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
4098         [BZ #10278]
4099         * posix/glob.c: Match only directories when trailing slash is present.
4100         * posix/tst-gnuglob.c (my_opendir): Do not open files.
4101         (main): Add testcase.
4103 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
4105         [BZ #15670]
4106         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
4108 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
4110         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
4111         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
4112         AUTH_DES and cindex for FIPS 140-2.
4113         (DES Encryption): Add cindex FIPS 46-3.
4115         * locale/locarchive.h (struct locarhandle): Add fname.
4116         * locale/programs/localedef.c (main): Pass ARGV[remaining]
4117         if an optional argument was specified to --list-archive,
4118         otherwise NULL.
4119         * locale/programs/locarchive.c (show_archive_content): Take new
4120         argument fname and pass it via ah.fname to open_archive.
4121         * locale/programs/localedef.h: Update decl.
4122         (open_archive): If AH->fname is non-null, open that file
4123         rather than the default file name, and don't ignore ENOENT.
4124         (create_archive): Set AH.fname to NULL.
4125         (delete_locales_from_archive): Likewise.
4126         (add_locales_to_archive): Likewise.
4127         * locale/programs/locfile.c (write_all_categories): Likewise.
4129 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
4130             Aldy Hernandez  <aldyh@redhat.com>
4132         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
4133         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
4134         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
4135         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
4136         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
4137         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
4138         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
4139         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
4140         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
4141         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
4142         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
4143         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
4144         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
4145         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
4146         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
4147         Likewise.
4148         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
4149         Likewise.
4150         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
4151         Likewise.
4152         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
4153         Likewise.
4154         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
4155         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
4156         Likewise.
4157         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
4158         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
4159         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
4160         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
4161         Likewise.
4162         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
4163         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
4164         * sysdeps/powerpc/preconfigure: Likewise.
4165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
4166         Likewise.
4167         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
4168         Replace contents of file by #include of <fenv_libc.h>.
4169         * sysdeps/powerpc/soft-fp/sfp-machine.h
4170         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
4171         and <sys/prctl.h>.
4172         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
4173         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
4174         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
4175         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
4176         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
4177         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
4178         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
4179         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
4180         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
4181         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
4182         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
4183         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
4184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4185         Allow copysignl PLT reference to be missing.
4187 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
4188             Joseph Myers  <joseph@codesourcery.com
4190         [BZ #15948]
4191         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
4192         single character.
4193         (add_to_tablewc): Assert sequence of wide characters is nonempty.
4195 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4197         * elf/tst-tls-dlinfo.c: Don't include tls.h.
4198         * elf/tst-tls1.c: Likewise.
4199         * elf/tst-tls10.h: Likewise.
4200         * elf/tst-tls14.c: Likewise.
4201         * elf/tst-tls2.c: Likewise.
4202         * elf/tst-tls3.c: Likewise.
4203         * elf/tst-tls4.c: Likewise.
4204         * elf/tst-tls5.c: Likewise.
4205         * elf/tst-tls6.c: Likewise.
4206         * elf/tst-tls7.c: Likewise.
4207         * elf/tst-tls8.c: Likewise.
4208         * elf/tst-tls9.c: Likewise.
4209         * elf/tst-tlsmod1.c: Likewise.
4210         * elf/tst-tlsmod13.c: Likewise.
4211         * elf/tst-tlsmod13a.c: Likewise.
4212         * elf/tst-tlsmod14a.c: Likewise.
4213         * elf/tst-tlsmod16a.c: Likewise.
4214         * elf/tst-tlsmod16b.c: Likewise.
4215         * elf/tst-tlsmod2.c: Likewise.
4216         * elf/tst-tlsmod3.c: Likewise.
4217         * elf/tst-tlsmod4.c: Likewise.
4218         * elf/tst-tlsmod5.c: Likewise.
4219         * elf/tst-tlsmod6.c: Likewise.
4221 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
4223         [BZ #12486]
4224         * malloc/malloc.c: remove checks for statistics.
4226 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
4228         [BZ #15277]
4229         * inet/inet_net.c (inet_network): Detect additional invalid strings.
4230         * inet/tst-network.c: Add testcase.
4232 2013-10-17  Andreas Schwab  <schwab@suse.de>
4234         [BZ #15218]
4235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
4236         to determine canonical name.
4238 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
4240         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
4241         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
4242         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4243         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
4244         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4245         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
4246         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
4247         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
4248         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
4249         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
4250         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
4251         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
4252         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
4253         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
4254         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
4255         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
4256         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4257         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4258         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
4259         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
4260         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4261         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4262         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
4263         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
4264         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
4265         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4266         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4267         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
4268         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4269         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
4270         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
4271         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4272         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
4273         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
4274         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
4275         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
4276         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
4277         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
4278         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
4279         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
4280         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
4281         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
4282         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
4283         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
4284         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
4285         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
4286         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
4287         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
4288         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
4289         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
4290         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
4291         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
4292         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4293         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
4294         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4295         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
4296         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4297         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
4299 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
4301         [BZ #16041]
4302         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
4303         make result into a quiet NaN.
4305 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
4307         * soft-fp/adddf3.c: Fix horizontal whitespace.
4308         * soft-fp/addsf3.c: Likewise.
4309         * soft-fp/addtf3.c: Likewise.
4310         * soft-fp/divdf3.c: Likewise.
4311         * soft-fp/divsf3.c: Likewise.
4312         * soft-fp/divtf3.c: Likewise.
4313         * soft-fp/double.h: Likewise.
4314         * soft-fp/eqdf2.c: Likewise.
4315         * soft-fp/eqsf2.c: Likewise.
4316         * soft-fp/eqtf2.c: Likewise.
4317         * soft-fp/extenddftf2.c: Likewise.
4318         * soft-fp/extended.h: Likewise.
4319         * soft-fp/extendsfdf2.c: Likewise.
4320         * soft-fp/extendsftf2.c: Likewise.
4321         * soft-fp/extendxftf2.c: Likewise.
4322         * soft-fp/fixdfdi.c: Likewise.
4323         * soft-fp/fixdfsi.c: Likewise.
4324         * soft-fp/fixdfti.c: Likewise.
4325         * soft-fp/fixsfdi.c: Likewise.
4326         * soft-fp/fixsfsi.c: Likewise.
4327         * soft-fp/fixsfti.c: Likewise.
4328         * soft-fp/fixtfdi.c: Likewise.
4329         * soft-fp/fixtfsi.c: Likewise.
4330         * soft-fp/fixtfti.c: Likewise.
4331         * soft-fp/fixunsdfdi.c: Likewise.
4332         * soft-fp/fixunsdfsi.c: Likewise.
4333         * soft-fp/fixunsdfti.c: Likewise.
4334         * soft-fp/fixunssfdi.c: Likewise.
4335         * soft-fp/fixunssfsi.c: Likewise.
4336         * soft-fp/fixunssfti.c: Likewise.
4337         * soft-fp/fixunstfdi.c: Likewise.
4338         * soft-fp/fixunstfsi.c: Likewise.
4339         * soft-fp/fixunstfti.c: Likewise.
4340         * soft-fp/floatdidf.c: Likewise.
4341         * soft-fp/floatdisf.c: Likewise.
4342         * soft-fp/floatditf.c: Likewise.
4343         * soft-fp/floatsidf.c: Likewise.
4344         * soft-fp/floatsisf.c: Likewise.
4345         * soft-fp/floatsitf.c: Likewise.
4346         * soft-fp/floattidf.c: Likewise.
4347         * soft-fp/floattisf.c: Likewise.
4348         * soft-fp/floattitf.c: Likewise.
4349         * soft-fp/floatundidf.c: Likewise.
4350         * soft-fp/floatundisf.c: Likewise.
4351         * soft-fp/floatunditf.c: Likewise.
4352         * soft-fp/floatunsidf.c: Likewise.
4353         * soft-fp/floatunsisf.c: Likewise.
4354         * soft-fp/floatunsitf.c: Likewise.
4355         * soft-fp/floatuntidf.c: Likewise.
4356         * soft-fp/floatuntisf.c: Likewise.
4357         * soft-fp/floatuntitf.c: Likewise.
4358         * soft-fp/fmadf4.c: Likewise.
4359         * soft-fp/fmasf4.c: Likewise.
4360         * soft-fp/fmatf4.c: Likewise.
4361         * soft-fp/gedf2.c: Likewise.
4362         * soft-fp/gesf2.c: Likewise.
4363         * soft-fp/getf2.c: Likewise.
4364         * soft-fp/ledf2.c: Likewise.
4365         * soft-fp/lesf2.c: Likewise.
4366         * soft-fp/letf2.c: Likewise.
4367         * soft-fp/muldf3.c: Likewise.
4368         * soft-fp/mulsf3.c: Likewise.
4369         * soft-fp/multf3.c: Likewise.
4370         * soft-fp/negdf2.c: Likewise.
4371         * soft-fp/negsf2.c: Likewise.
4372         * soft-fp/negtf2.c: Likewise.
4373         * soft-fp/op-1.h: Likewise.
4374         * soft-fp/op-2.h: Likewise.
4375         * soft-fp/op-4.h: Likewise.
4376         * soft-fp/op-8.h: Likewise.
4377         * soft-fp/op-common.h: Likewise.
4378         * soft-fp/quad.h: Likewise.
4379         * soft-fp/single.h: Likewise.
4380         * soft-fp/soft-fp.h: Likewise.
4381         * soft-fp/sqrtdf2.c: Likewise.
4382         * soft-fp/sqrtsf2.c: Likewise.
4383         * soft-fp/sqrttf2.c: Likewise.
4384         * soft-fp/subdf3.c: Likewise.
4385         * soft-fp/subsf3.c: Likewise.
4386         * soft-fp/subtf3.c: Likewise.
4387         * soft-fp/truncdfsf2.c: Likewise.
4388         * soft-fp/trunctfdf2.c: Likewise.
4389         * soft-fp/trunctfsf2.c: Likewise.
4390         * soft-fp/trunctfxf2.c: Likewise.
4391         * soft-fp/unorddf2.c: Likewise.
4392         * soft-fp/unordsf2.c: Likewise.
4393         * soft-fp/unordtf2.c: Likewise.
4395 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
4397         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
4398         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
4400 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
4402         * elf/dl-libc.c: Clear initfini list after freeing.
4404 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
4406         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
4407         * soft-fp/addsf3.c: Likewise.
4408         * soft-fp/addtf3.c: Likewise.
4409         * soft-fp/divdf3.c: Likewise.
4410         * soft-fp/divsf3.c: Likewise.
4411         * soft-fp/divtf3.c: Likewise.
4412         * soft-fp/double.h: Likewise.
4413         * soft-fp/eqdf2.c: Likewise.
4414         * soft-fp/eqsf2.c: Likewise.
4415         * soft-fp/eqtf2.c: Likewise.
4416         * soft-fp/extenddftf2.c: Likewise.
4417         * soft-fp/extended.h: Likewise.
4418         * soft-fp/extendsfdf2.c: Likewise.
4419         * soft-fp/extendsftf2.c: Likewise.
4420         * soft-fp/extendxftf2.c: Likewise.
4421         * soft-fp/fixdfdi.c: Likewise.
4422         * soft-fp/fixdfsi.c: Likewise.
4423         * soft-fp/fixdfti.c: Likewise.
4424         * soft-fp/fixsfdi.c: Likewise.
4425         * soft-fp/fixsfsi.c: Likewise.
4426         * soft-fp/fixsfti.c: Likewise.
4427         * soft-fp/fixtfdi.c: Likewise.
4428         * soft-fp/fixtfsi.c: Likewise.
4429         * soft-fp/fixtfti.c: Likewise.
4430         * soft-fp/fixunsdfdi.c: Likewise.
4431         * soft-fp/fixunsdfsi.c: Likewise.
4432         * soft-fp/fixunsdfti.c: Likewise.
4433         * soft-fp/fixunssfdi.c: Likewise.
4434         * soft-fp/fixunssfsi.c: Likewise.
4435         * soft-fp/fixunssfti.c: Likewise.
4436         * soft-fp/fixunstfdi.c: Likewise.
4437         * soft-fp/fixunstfsi.c: Likewise.
4438         * soft-fp/fixunstfti.c: Likewise.
4439         * soft-fp/floatdidf.c: Likewise.
4440         * soft-fp/floatdisf.c: Likewise.
4441         * soft-fp/floatditf.c: Likewise.
4442         * soft-fp/floatsidf.c: Likewise.
4443         * soft-fp/floatsisf.c: Likewise.
4444         * soft-fp/floatsitf.c: Likewise.
4445         * soft-fp/floattidf.c: Likewise.
4446         * soft-fp/floattisf.c: Likewise.
4447         * soft-fp/floattitf.c: Likewise.
4448         * soft-fp/floatundidf.c: Likewise.
4449         * soft-fp/floatundisf.c: Likewise.
4450         * soft-fp/floatunsidf.c: Likewise.
4451         * soft-fp/floatunsisf.c: Likewise.
4452         * soft-fp/floatuntidf.c: Likewise.
4453         * soft-fp/floatuntisf.c: Likewise.
4454         * soft-fp/floatuntitf.c: Likewise.
4455         * soft-fp/fmadf4.c: Likewise.
4456         * soft-fp/fmasf4.c: Likewise.
4457         * soft-fp/fmatf4.c: Likewise.
4458         * soft-fp/gedf2.c: Likewise.
4459         * soft-fp/gesf2.c: Likewise.
4460         * soft-fp/getf2.c: Likewise.
4461         * soft-fp/ledf2.c: Likewise.
4462         * soft-fp/lesf2.c: Likewise.
4463         * soft-fp/letf2.c: Likewise.
4464         * soft-fp/muldf3.c: Likewise.
4465         * soft-fp/mulsf3.c: Likewise.
4466         * soft-fp/multf3.c: Likewise.
4467         * soft-fp/negdf2.c: Likewise.
4468         * soft-fp/negsf2.c: Likewise.
4469         * soft-fp/negtf2.c: Likewise.
4470         * soft-fp/op-1.h: Likewise.
4471         * soft-fp/op-2.h: Likewise.
4472         * soft-fp/op-4.h: Likewise.
4473         * soft-fp/op-8.h: Likewise.
4474         * soft-fp/op-common.h: Likewise.
4475         * soft-fp/quad.h: Likewise.
4476         * soft-fp/single.h: Likewise.
4477         * soft-fp/soft-fp.h: Likewise.
4478         * soft-fp/sqrtdf2.c: Likewise.
4479         * soft-fp/sqrtsf2.c: Likewise.
4480         * soft-fp/sqrttf2.c: Likewise.
4481         * soft-fp/subdf3.c: Likewise.
4482         * soft-fp/subsf3.c: Likewise.
4483         * soft-fp/subtf3.c: Likewise.
4484         * soft-fp/truncdfsf2.c: Likewise.
4485         * soft-fp/trunctfdf2.c: Likewise.
4486         * soft-fp/trunctfsf2.c: Likewise.
4487         * soft-fp/trunctfxf2.c: Likewise.
4488         * soft-fp/unorddf2.c: Likewise.
4489         * soft-fp/unordsf2.c: Likewise.
4490         * soft-fp/unordtf2.c: Likewise.
4492 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
4494         [BZ #15672]
4495         * misc/error.c (error_tail): Fix possible buffer overflow.
4497 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
4499         [BZ #13028]
4500         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
4501         address.
4503 2013-10-14  P. J. McDermott  <pj@pehjota.net>
4505         [BZ #832]
4506         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
4507         testing pipefail option.
4509 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
4511         * soft-fp/double.h: Indent preprocessor directives inside #if.
4512         * soft-fp/extended.h: Likewise.
4513         * soft-fp/op-2.h: Likewise.
4514         * soft-fp/op-4.h: Likewise.
4515         * soft-fp/op-common.h: Likewise.
4516         * soft-fp/quad.h: Likewise.
4517         * soft-fp/single.h: Likewise.
4518         * soft-fp/soft-fp.h: Likewise.
4520 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
4522         * iconv/iconv_prog.c: Fix typos.
4523         * stdio-common/psiginfo-data.h: Likewise.
4525 2013-10-12   Reuben Thomas <rrt@sc3d.org>
4527         [BZ #15764]
4528         * locale/setlocale.c: Fix typo.
4530 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
4532         [BZ #16036]
4533         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
4534         signaling NaN arguments.
4535         * soft-fp/unordsf2.c (__unordsf2): Likewise.
4536         * soft-fp/unordtf2.c (__unordtf2): Likewise.
4538         [BZ #14910]
4539         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
4540         unordered operands.
4541         * soft-fp/gesf2.c (__gesf2): Likewise.
4542         * soft-fp/getf2.c (__getf2): Likewise.
4543         * soft-fp/ledf2.c (__ledf2): Likewise.
4544         * soft-fp/lesf2.c (__lesf2): Likewise.
4545         * soft-fp/letf2.c (__letf2): Likewise.
4547         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
4548         * soft-fp/eqsf2.c (__eqsf2): Likewise.
4549         * soft-fp/eqtf2.c (__eqtf2): Likewise.
4550         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
4551         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
4552         * soft-fp/fixdfti.c (__fixdfti): Likewise.
4553         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
4554         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
4555         * soft-fp/fixsfti.c (__fixsfti): Likewise.
4556         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
4557         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
4558         * soft-fp/fixtfti.c (__fixtfti): Likewise.
4559         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
4560         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
4561         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
4562         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
4563         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
4564         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
4565         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
4566         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
4567         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
4568         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
4569         * soft-fp/floatdisf.c (__floatdisf): Likewise.
4570         * soft-fp/floatsisf.c (__floatsisf): Likewise.
4571         * soft-fp/floattidf.c (__floattidf): Likewise.
4572         * soft-fp/floattisf.c (__floattisf): Likewise.
4573         * soft-fp/floattitf.c (__floattitf): Likewise.
4574         * soft-fp/floatundidf.c (__floatundidf): Likewise.
4575         * soft-fp/floatundisf.c (__floatundisf): Likewise.
4576         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
4577         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
4578         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
4579         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
4580         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
4581         * soft-fp/gesf2.c (__gesf2): Likewise.
4582         * soft-fp/getf2.c (__getf2): Likewise.
4583         * soft-fp/ledf2.c (__ledf2): Likewise.
4584         * soft-fp/lesf2.c (__lesf2): Likewise.
4585         * soft-fp/letf2.c (__letf2): Likewise.
4587         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
4588         Undefine and redefine.
4589         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
4590         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
4591         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
4592         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
4593         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4594         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
4595         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4596         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
4597         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4598         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
4599         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4600         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
4601         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4602         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
4603         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
4605         [BZ #16032]
4606         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
4607         without decrementing exponent if mantissa >= that for the
4608         denominator, not >.
4609         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
4610         denominator, not >.  Decrement exponent in < case instead of
4611         incrementing in >= case.
4612         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
4613         without decrementing exponent if mantissa >= that for the
4614         denominator, not >.
4616         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
4617         computing saturated result for unsigned overflow.
4619 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4620             Jeff Law  <law@redhat.com>
4622         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
4623         (atan2Mp): Add systemtap probe marker.
4624         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
4625         (__ieee754_log): Add systemtap probe marker.
4626         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
4627         (atanMp): Add systemtap probe marker.
4628         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
4629         (tanMp): Add systemtap probe marker.
4630         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
4631         (__slowexp): Add systemtap probe marker.
4632         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
4633         (__slowpow): Add systemtap probe marker.
4634         * manual/probes.texi: Document probes.
4636 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
4638         [BZ #15362]
4639         * libio/fileops.c (_IO_new_file_write): Return count of bytes
4640         written.
4641         (_IO_new_file_xsputn): Don't return EOF if nothing has been
4642         written.
4643         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
4644         written to buffer but not flushed.
4645         * libio/iofwrite_u.c:  Likewise.
4646         * libio/iopadn.c:  Return bytes returned even if EOF was
4647         encountered.
4648         * libio/iowpadn.c:  Likewise.
4649         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
4650         if _IO_padn does not write the whole buffer.
4651         [!COMPILE_WPRINTF] (PAD): Likewise.
4653 2013-10-10  David S. Miller  <davem@davemloft.net>
4655         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
4656         directory block.
4658 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
4660         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
4661         instead of FSF address.
4662         * soft-fp/fixdfti.c: Likewise.
4663         * soft-fp/fixsfti.c: Likewise.
4664         * soft-fp/fixtfti.c: Likewise.
4665         * soft-fp/fixunsdfti.c: Likewise.
4666         * soft-fp/fixunssfti.c: Likewise.
4667         * soft-fp/fixunstfti.c: Likewise.
4668         * soft-fp/floattidf.c: Likewise.
4669         * soft-fp/floattisf.c: Likewise.
4670         * soft-fp/floattitf.c: Likewise.
4671         * soft-fp/floatuntidf.c: Likewise.
4672         * soft-fp/floatuntisf.c: Likewise.
4673         * soft-fp/floatuntitf.c: Likewise.
4674         * soft-fp/trunctfxf2.c: Likewise.
4676         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
4677         * soft-fp/fixdfti.c: Likewise.
4678         * soft-fp/fixsfti.c: Likewise.
4679         * soft-fp/fixtfti.c: Likewise.
4680         * soft-fp/fixunsdfti.c: Likewise.
4681         * soft-fp/fixunssfti.c: Likewise.
4682         * soft-fp/fixunstfti.c: Likewise.
4683         * soft-fp/floattidf.c: Likewise.
4684         * soft-fp/floattisf.c: Likewise.
4685         * soft-fp/floattitf.c: Likewise.
4686         * soft-fp/floatuntidf.c: Likewise.
4687         * soft-fp/floatuntisf.c: Likewise.
4688         * soft-fp/floatuntitf.c: Likewise.
4689         * soft-fp/trunctfxf2.c: Likewise.
4691 2013-10-10  David S. Miller  <davem@davemloft.net>
4693         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4695 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
4697         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
4698         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
4699         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
4700         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
4701         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
4702         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
4703         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
4705         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
4706         for NaNs before doing comparisons on argument.
4707         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
4708         Likewise.
4710 2013-10-10  Will Newton  <will.newton@linaro.org>
4712         * malloc/hooks.c (memalign_check): Ensure the value of bytes
4713         passed to _int_memalign does not overflow.
4715 2013-10-10  Torvald Riegel  <triegel@redhat.com>
4717         * scripts/bench.pl: Add include-sources directive.
4718         * benchtests/README: Update documentation.
4720 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
4722         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
4723         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
4724         instead of FP_INIT_ROUNDMODE.
4725         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
4726         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
4728         [BZ #16034]
4729         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
4730         copy class of input value.
4731         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
4732         not handle exceptions.
4733         * soft-fp/negsf2.c (__negsf2): Likewise.
4734         * soft-fp/negtf2.c (__negtf2): Likewise.
4735         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
4737 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
4739         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
4740         semicolon.  From Linux kernel.
4742 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
4744         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
4746 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
4748         [BZ #156]
4749         * manual/socket.texi: Added statement about buffer
4750         for gethostbyname2_r.
4752 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
4754         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
4755         Use .p2align directive instead, throughout.
4756         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4757         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4758         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
4759         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4760         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4761         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
4762         * sysdeps/x86_64/strchr.S: Likewise.
4763         * sysdeps/x86_64/strrchr.S: Likewise.
4765 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4767         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
4769         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
4771         * sysdeps/generic/math_private.h (__mpsin1): Remove
4772         declaration.
4773         (__mpcos1): Likewise.
4774         (__mpsin): New argument __range_reduce.
4775         (__mpcos): Likewise.
4776         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4777         (slow): Use __mpsin and __mpcos.
4778         (slow1): Likewise.
4779         (slow2): Likewise.
4780         (sloww): Likewise.
4781         (sloww1): Likewise.
4782         (sloww2): Likewise.
4783         (bsloww): Likewise.
4784         (bsloww1): Likewise.
4785         (bsloww2): Likewise.
4786         (cslow2): Likewise.
4787         (csloww): Likewise.
4788         (csloww1): Likewise.
4789         (csloww2): Likewise.
4790         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
4791         range_reduce.  Merge in __mpsin1.
4792         (__mpcos): Likewise.
4793         (__mpsin1): Remove.
4794         (__mpcos1): Likewise.
4796 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
4798         * locale/loadlocale.c (_nl_intern_locale_data): Use
4799         LOCFILE_ALIGNED_P.
4800         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
4801         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
4802         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
4803         obstack data is appropriately aligned.
4804         (obstack_int32_grow_fast): Likewise.
4805         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
4806         * locale/programs/locfile.c (add_locale_uint32): Likewise.
4807         (add_locale_uint32_array): Likewise.
4809 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
4811         * benchtests/Makefile: Remove ARGLIST and RET variables.
4812         ($(objpfx)bench-%.c): Pass only function name to the script.
4813         * benchtests/README: Update documentation.
4814         * benchtests/acos-inputs: Add new directives.
4815         * benchtests/acosh-inputs: Likewise.
4816         * benchtests/asin-inputs: Likewise.
4817         * benchtests/asinh-inputs: Likewise.
4818         * benchtests/atan-inputs: Likewise.
4819         * benchtests/atanh-inputs: Likewise.
4820         * benchtests/cos-inputs: Likewise.
4821         * benchtests/cosh-inputs: Likewise.
4822         * benchtests/exp-inputs: Likewise.
4823         * benchtests/log-inputs: Likewise.
4824         * benchtests/pow-inputs: Likewise.
4825         * benchtests/rint-inputs: Likewise.
4826         * benchtests/sin-inputs: Likewise.
4827         * benchtests/sinh-inputs: Likewise.
4828         * benchtests/tan-inputs: Likewise.
4829         * benchtests/tanh-inputs: Likewise.
4830         * scripts/bench.pl: Add support for new directives.
4832 2013-10-07  Alan Modra  <amodra@gmail.com>
4834         * README: Fix careless merge.
4836 2013-10-05  Alan Modra  <amodra@gmail.com>
4838         * NEWS: Mention powerpc64le support and bugs fixed.
4839         * README: Both big-endian and little-endian powerpc64 supported.
4841 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4843         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
4844         _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
4845         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
4846         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
4848 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
4850         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
4851         match prototype.
4853 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
4855         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
4856         Move -mhard-float appending from
4857         ports/sysdeps/powerpc/powerpc32/Makefile.
4858         [$(with-fp) = yes] (ASFLAGS): Likewise.
4859         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
4860         * sysdeps/powerpc/nofpu: Move directory from
4861         ports/sysdeps/powerpc/nofpu.
4862         * sysdeps/powerpc/soft-fp: Move directory from
4863         ports/sysdeps/powerpc/soft-fp.
4864         * sysdeps/powerpc/powerpc32/405: Move directory from
4865         ports/sysdeps/powerpc/powerpc32/405.
4866         * sysdeps/powerpc/powerpc32/440: Move directory from
4867         ports/sysdeps/powerpc/powerpc32/440.
4868         * sysdeps/powerpc/powerpc32/464: Move directory from
4869         ports/sysdeps/powerpc/powerpc32/464.
4870         * sysdeps/powerpc/powerpc32/476: Move directory from
4871         ports/sysdeps/powerpc/powerpc32/476.
4872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
4873         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
4874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
4875         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
4876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
4877         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
4878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
4879         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
4880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
4881         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
4882         * README: Update for powerpc-*-linux-gnu software floating point
4883         support in libc.
4885         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
4886         case to powerpc/powerpc32*.
4887         * sysdeps/unix/sysv/linux/configure: Regenerated.
4889         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
4890         (_FPU_MASK_OM): Define as 0x04.
4891         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
4892         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
4893         0x00c10080.
4894         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
4895         0x0000003c.
4896         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
4898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4899         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
4900         getcontext_e500.
4901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4902         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
4903         setcontext_e500.
4904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4905         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
4906         and setcontext_e500.
4908 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
4910         * locale/iso-3166.def: Update iso-1366.def and related occurrences
4912 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4914         * manual/threads.texi (Default Thread Attributes): Fix typo.
4916 2013-10-04  Will Newton  <will.newton@linaro.org>
4918         * malloc/Makefile: Add tst-memalign.
4919         * malloc/tst-memalign.c: New file.
4921         * malloc/tst-posix_memalign.c: Add comments.
4922         (do_test): Add comments and call free on all potentially
4923         allocated pointers. Add space after cast.
4925         * malloc/tst-pvalloc.c: Add comments.
4926         (do_test): Add comments and call free on all potentially
4927         allocated pointers. Remove duplicate check for NULL pointer.
4928         Add space after cast.
4930         * malloc/tst-valloc.c: Add comments.
4931         (do_test): Add comments and call free on all potentially
4932         allocated pointers. Remove duplicate check for NULL pointer.
4933         Add space after cast.
4935 2013-10-04  Alan Modra  <amodra@gmail.com>
4937         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
4938         Use stdint types in rather than __attribute__((mode())).
4939         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
4941 2013-10-04  Alan Modra  <amodra@gmail.com>
4943         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
4944         Correct handling of unaligned relocs for little-endian.
4945         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
4947 2013-10-04  Alan Modra  <amodra@gmail.com>
4949         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
4950         * configure: Regenerate.
4951         * nptl/shlib-versions: Powerpc*le starts at 2.18.
4952         * shlib-versions: Likewise.
4954 2013-10-04  Alan Modra  <amodra@gmail.com>
4956         * string/tester.c (test_memrchr): Increment reported test cycle.
4958 2013-10-04  Alan Modra  <amodra@gmail.com>
4960         * string/test-memcpy.c (do_one_test): When reporting errors, print
4961         string address and don't overrun end of string.
4963 2013-10-04  Alan Modra  <amodra@gmail.com>
4965         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
4966         insrdi.  Make better use of reg selection to speed exit slightly.
4967         Schedule entry path a little better.  Remove useless "are we done"
4968         checks on entry to main loop.  Handle wrapping around zero address.
4969         Correct main loop count.  Handle single left-over word from main
4970         loop inline rather than by using loop_small.  Remove extra word
4971         case in loop_small caused by wrong loop count.  Add little-endian
4972         support.
4973         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
4974         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
4975         cache hint.
4976         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
4977         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
4978         support.  Avoid rlwimi.
4979         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
4981 2013-10-04  Alan Modra  <amodra@gmail.com>
4983         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
4984         insrdi.  Formatting.
4985         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
4986         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4987         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4988         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
4989         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4990         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
4992 2013-10-04  Alan Modra  <amodra@gmail.com>
4994         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
4995         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4996         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4997         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
4998         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
4999         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5000         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
5001         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
5002         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
5003         use of regs.  Use power7 mtocrf.  Tidy function tails.
5005 2013-10-04  Alan Modra  <amodra@gmail.com>
5007         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
5008         Formatting.  Consistently use rXXX register defines or rN defines.
5009         Use early exit labels that avoid restoring unused non-volatile regs.
5010         Make cr field use more consistent with rWORDn compares.  Rename
5011         regs used as shift registers for unaligned loop, using rN defines
5012         for short lifetime/multiple use regs.
5013         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5014         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
5015         addi 1,1,64 to pop stack frame.  Simplify return value code.
5016         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
5018 2013-10-04  Alan Modra  <amodra@gmail.com>
5020         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
5021         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
5022         rather than rlwimi.
5023         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
5024         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
5025         little-endian support.  Correct typos.
5026         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
5027         rather than rlwimi.
5028         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
5029         in loop and entry code to keep "and." results.
5030         (strchr): Add little-endian support.  Comment.  Move cntlzd
5031         earlier in tail.
5032         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
5034 2013-10-04  Alan Modra  <amodra@gmail.com>
5036         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
5037         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
5038         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
5039         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
5041 2013-10-04  Alan Modra  <amodra@gmail.com>
5043         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
5044         (rTMP): Define as r11.
5045         (strcmp): Add little-endian support.  Optimise tail.
5046         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
5047         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
5048         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
5049         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
5050         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
5051         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
5052         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
5054 2013-10-04  Alan Modra  <amodra@gmail.com>
5056         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
5057         little-endian support.  Remove unnecessary "are we done" tests.
5058         Handle "s" wrapping around zero and extremely large "size".
5059         Correct main loop count.  Handle single left-over word from main
5060         loop inline rather than by using small_loop.  Correct comments.
5061         Delete "zero" tail, use "end_max" instead.
5062         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
5064 2013-10-04  Alan Modra  <amodra@gmail.com>
5066         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
5067         support.  Don't branch over align.
5068         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
5069         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
5070         support.  Rearrange tmp reg use to suit.  Comment.
5071         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
5073 2013-10-04  Alan Modra  <amodra@gmail.com>
5075         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
5077 2013-10-04  Alan Modra  <amodra@gmail.com>
5079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
5080         conditional form of branch and link when obtaining pc.
5081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5083 2013-10-04  Alan Modra  <amodra@gmail.com>
5085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
5086         HIWORD/LOWORD.
5087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
5088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
5090 2013-10-04  Alan Modra  <amodra@gmail.com>
5092         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
5093         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
5094         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5095         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
5096         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5097         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5098         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
5099         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5100         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5101         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
5103 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5104             Alistair Popple <alistair@ozlabs.au.ibm.com>
5105             Alan Modra <amodra@gmail.com>
5107         [BZ #15723]
5108         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
5109         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
5110         _dl_hwcap access for little-endian.
5111         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
5112         destroy vmx regs when saving unaligned.
5113         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
5114         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
5115         destroy vmx regs when saving unaligned.
5117 2013-10-04  Alan Modra  <amodra@gmail.com>
5119         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
5120         Don't use a union to pack hi/low value.
5122 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5124         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
5125         for little-endian.
5126         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
5127         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
5128         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
5129         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
5130         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
5132 2013-10-04  Alan Modra  <amodra@gmail.com>
5134         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
5135         constants to usual value for .cst8 section, and remove redundant
5136         high address load.
5137         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
5138         constant for 0x1p52.  Load little-endian words of double from
5139         correct stack offsets.
5141 2013-10-04  Alan Modra  <amodra@gmail.com>
5143         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
5144         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
5145         words of double from correct stack offsets.
5146         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5147         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
5148         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
5149         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
5150         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
5151         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
5152         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
5153         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5154         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5155         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
5156         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
5157         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
5158         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5159         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5160         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5161         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
5162         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5164 2013-10-04  Alan Modra  <amodra@gmail.com>
5166         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
5167         64-bit int/double union.
5168         (_FPU_SETCW): Likewise.
5169         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
5170         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
5172 2013-10-04  Alan Modra  <amodra@gmail.com>
5174         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
5175         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
5177 2013-10-04  Alan Modra  <amodra@gmail.com>
5179         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
5180         use vector int constants.
5181         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
5183 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5185         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
5186         array with long long.
5187         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
5188         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
5189         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
5190         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
5191         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
5192         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
5193         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
5194         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
5195         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
5196         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
5197         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
5198         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
5199         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
5201 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
5203         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
5204         (__signbit): Likewise.  Correct for little-endian.
5205         (__signbitl): Call __signbit.
5206         (lrint): Correct for little-endian.
5207         (lrintf): Call lrint.
5209 2013-10-04  Alan Modra  <amodra@gmail.com>
5211         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
5212         union 32-bit int array member with 64-bit int array.
5213         (t515, tm256): Double rather than long double.
5214         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
5216 2013-10-04  Alan Modra  <amodra@gmail.com>
5218         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
5219         Delete.
5220         (IEEE854_LONG_DOUBLE_BIAS): Delete.
5221         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
5222         version of math_ldbl.h.
5224 2013-10-04  Alan Modra  <amodra@gmail.com>
5226         [BZ #15734], [BZ #15735]
5227         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
5228         all uses of ieee875 long double macros and unions.  Simplify test
5229         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
5230         ldbl_extract_mantissa value for ix,iy exponents.  Properly
5231         normalize after ldbl_extract_mantissa, and don't add hidden bit
5232         already handled.  Don't treat low word of ieee854 mantissa like
5233         low word of IBM long double and mask off bit when testing for
5234         zero.
5235         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
5236         all uses of ieee875 long double macros and unions.  Simplify tests
5237         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
5238         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
5239         two1022, instead use their values.  Recognise that tests for large
5240         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
5241         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
5242         Rewrite all uses of ieee875 long double macros and unions.  Simplify
5243         test for 0.0L and nan.  Correct negation.
5244         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
5245         ieee875 long double macros and unions.  Correct output for large
5246         magnitude x.  Correct absolute value calculation.
5247         (__erfcl): Likewise.
5248         * math/libm-test.inc: Add tests for errors discovered in IBM long
5249         double versions of fmodl, remainderl, erfl and erfcl.
5251 2013-10-04  Alan Modra  <amodra@gmail.com>
5253         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
5254         all uses of ieee854 long double macros and unions.  Simplify tests
5255         for long doubles that are fully specified by the high double.
5256         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
5257         Likewise.
5258         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
5259         Remove dead code too.
5260         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
5261         (__ieee754_ynl): Likewise.
5262         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
5263         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
5264         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
5265         Remove dead code too.
5266         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
5267         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
5268         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
5269         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
5270         Simplify.
5271         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
5272         Simplify.
5273         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
5274         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
5275         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
5276         Comment on variable precision.
5277         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
5278         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
5279         Likewise.
5280         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
5281         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
5282         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
5283         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
5284         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
5286 2013-10-04  Alan Modra  <amodra@gmail.com>
5288         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
5289         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
5290         all uses of ieee854 long double macros and unions.
5291         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
5292         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
5293         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
5294         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
5295         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
5296         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
5297         Likewise.
5298         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
5299         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
5300         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
5301         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
5302         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
5303         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
5304         Simplify sign and nan test too.
5305         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
5306         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
5307         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
5308         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
5309         Likewise.
5310         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
5311         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
5312         Likewise.
5313         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
5314         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
5315         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
5316         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
5317         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
5318         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
5320 2013-10-04  Alan Modra  <amodra@gmail.com>
5322         * stdio-common/printf_size.c (__printf_size): Don't use
5323         union ieee854_long_double in fpnum union.
5324         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
5325         signbit macro to retrieve sign from long double.
5326         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
5327         retrieve sign from long double.
5328         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
5329         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
5330         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
5331         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
5332         * math/test-misc.c (main): Don't use union ieee854_long_double.
5334 2013-10-04  Alan Modra  <amodra@gmail.com>
5336         [BZ #15680]
5337         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
5338         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5339         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
5340         calculation.  Remove unnecessary test for denormal exponent.
5341         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
5342         Correct handling of denormals.  Avoid undefined shift behaviour.
5343         Correct normalisation of low mantissa when low double is denormal.
5344         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
5345         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
5346         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
5347         Correct normalisation of low mantissa.  Test for overflow of high
5348         mantissa and normalise.
5349         (ldbl_nearbyint): Use more readable constant for two52.
5350         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5351         (__mpn_construct_long_double): Fix test for overflow of high
5352         mantissa and correct normalisation.  Avoid undefined shift.
5354 2013-10-04  Alan Modra  <amodra@gmail.com>
5356         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
5357         (union ibm_extended_long_double): Define as an array of ieee754_double.
5358         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
5359         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
5360         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
5361         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
5362         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
5363         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
5364         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
5365         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
5366         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
5367         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
5368         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
5370 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
5372         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
5373         page size instead of calling getpagesize.
5375         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
5376         (LOCFILE_ALIGN_MASK): Likewise.
5377         (LOCFILE_ALIGN_UP): Likewise.
5378         (LOCFILE_ALIGNED_P): Likewise.
5379         * locale/programs/ld-collate.c (collate_output): Use the new
5380         macros instead of __alignof__ (int32_t).
5381         * locale/weight.h (findidx): Likewise.
5383 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
5385         [BZ #431]
5386         * manual/string.texi: Fix strncat and wcsncat.
5388 2013-10-03  Brooks Moses  <bmoses@google.com>
5390         [BZ #15915]
5391         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
5392         * Makerules: ...here, and adjust associated comments.
5394 2013-10-02  Will Newton  <will.newton@linaro.org>
5396         * malloc/Makefile: Add tst-pvalloc.
5397         * malloc/tst-pvalloc.c: New file.
5399 2013-10-02  Will Newton  <will.newton@linaro.org>
5401         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
5402         improve test coverage.
5404 2013-10-02  Will Newton  <will.newton@linaro.org>
5406         * malloc/Makefile: Add tst-posix_memalign.
5407         * malloc/tst-posix_memalign.c: New file.
5409 2013-10-01  Eric Blake  <eblake@redhat.com>
5411         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
5412         Use __THROWNL rather than __THROW on static functions.
5414 2013-09-30  Petr Machata  <pmachata@redhat.com>
5416         * elf/elf.h (R_AARCH64_ABS16): New macro.
5417         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
5418         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
5419         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
5420         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
5421         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
5422         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
5423         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
5424         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
5425         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
5426         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
5427         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
5428         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
5429         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
5430         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
5431         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
5432         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
5433         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
5434         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
5435         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
5436         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
5437         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
5438         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
5439         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
5440         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
5441         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
5442         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
5443         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
5444         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
5445         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
5446         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
5447         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
5448         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
5449         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
5450         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
5451         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
5452         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
5453         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
5454         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
5455         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
5456         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
5457         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
5458         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
5459         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
5460         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
5461         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
5462         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
5463         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
5464         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
5465         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
5466         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
5467         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
5468         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
5469         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
5470         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
5471         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
5472         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
5473         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
5474         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
5475         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
5476         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
5477         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
5478         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
5479         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
5480         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
5481         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
5482         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
5483         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
5484         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
5485         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
5486         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
5487         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
5488         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
5489         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
5490         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
5491         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
5492         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
5493         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
5494         (R_AARCH64_TLSDESC_LDR): Likewise.
5495         (R_AARCH64_TLSDESC_ADD): Likewise.
5496         (R_AARCH64_TLSDESC_CALL): Likewise.
5498 2013-09-30  Andreas Schwab  <schwab@suse.de>
5500         [BZ #15048]
5501         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
5502         the nss database lookup.
5503         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5504         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
5506 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
5508         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
5510 2013-09-28  P. J. McDermott  <pj@pehjota.net>
5512         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
5513         ${Bash-specific parameter/pattern/string} parameter expansion.
5514         * sysdeps/unix/make-syscalls.sh: Likewise.
5516 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5518         * sysdeps/sh/stackguard-macros.h: New file.
5520 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
5522         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
5523         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
5524         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
5525         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
5526         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
5527         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
5529 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5531         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
5532         Fix thread ID register.
5534 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
5536         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
5537         [POSIX || UNIX98]: Require rather than permitting all symbols from
5538         <time.h>.
5539         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
5540         element of struct sched_param.
5541         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
5542         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
5543         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
5544         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
5545         constant.
5547 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
5549         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
5550         argument calculation.
5552 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
5554         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
5555         Expect macro.
5556         [POSIX] (pthread_attr_t): Do not require type.
5557         [POSIX] (pthread_cond_t): Likewise.
5558         [POSIX] (pthread_condattr_t): Likewise.
5559         [POSIX] (pthread_key_t): Likewise.
5560         [POSIX] (pthread_mutex_t): Likewise.
5561         [POSIX] (pthread_mutexattr_t): Likewise.
5562         [POSIX] (pthread_once_t): Likewise.
5563         [POSIX] (pthread_t): Likewise.
5564         [POSIX-based standards] (pthread_atfork): Expect function.
5566 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
5567             Richard Sandiford  <richard@codesourcery.com>
5569         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
5570         (swap_endianness_p): New extern variable.
5571         (set_big_endian): New inline function.
5572         (maybe_swap_uint32): Likewise.
5573         (maybe_swap_uint32_array): Likewise.
5574         (maybe_swap_uint32_obstack): Likewise.
5575         * locale/programs/locfile.c: Include <stdbool.h>.
5576         (swap_endianness_p): New variable.
5577         (add_locale_uint32): Call maybe_swap_uint32.
5578         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
5579         (write_locale_data): Call maybe_swap_uint32_array.
5580         * locale/programs/ld-collate.c (obstack_int32_grow): Call
5581         maybe_swap_uint32.
5582         (obstack_int32_grow_fast): Likewise.
5583         (output_weightwc): Call maybe_swap_uint32_obstack.
5584         (collate_output): Likewise.
5585         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
5586         (OPT_LITTLE_ENDIAN): Likewise.
5587         (options): Add --little-endian and --big-endian options.
5588         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
5589         * locale/programs/locarchive.c: Include "locfile.h".
5590         (GET): New macro.
5591         (SET): Likewise.
5592         (INC): Likewise.
5593         (create_archive): Use the new macros to access fields of
5594         structures directly mapped from or written to locale archives.
5595         (oldlocrecentcmp): Likewise.
5596         (enlarge_archive): Likewise.
5597         (insert_name): Likewise.
5598         (add_alias): Likewise.
5599         (add_locale): Likewise.
5600         (delete_locales_from_archive): Likewise.
5601         (show_archive_content): Likewise.
5602         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
5603         locale data.
5605 2013-09-24  Roland McGrath  <roland@hack.frob.com>
5607         * manual/freemanuals.texi: Updated from (newly) canonical copy at
5608         http://www.gnu.org/doc/freemanuals.texi.
5609         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
5611 2013-09-24  Will Newton  <will.newton@linaro.org>
5613         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
5614         macro.
5616 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
5618         * locale/hashval.h (compute_hashval): Interpret bytes of key as
5619         unsigned char.
5621 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
5623         * manual/threads.texi (POSIX Threads): Fix a typo.
5625 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5627         [BZ #14547]
5628         * string/tst-strcoll-overflow.c: New test case.
5629         * string/Makefile (xtests): Add tst-strcoll-overflow.
5630         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
5631         cache if string sizes may cause integer overflow.
5633         [BZ #14547]
5634         * string/strcoll_l.c (coll_seq): New members rule, idx,
5635         save_idx and back_us.
5636         (get_next_seq_nocache): New function.
5637         (do_compare_nocache): New function.
5638         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
5639         when malloc fails.
5641 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
5643         [BZ #15754]
5644         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
5645         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
5646         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
5648         [BZ #15754]
5649         * elf/Makefile (tests): Add tst-ptrguard1.
5650         (tests-static): Add tst-ptrguard1-static.
5651         (tst-ptrguard1-ARGS): Define.
5652         (tst-ptrguard1-static-ARGS): Define.
5653         * elf/tst-ptrguard1.c: New file.
5654         * elf/tst-ptrguard1-static.c: New file.
5655         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
5656         * sysdeps/i386/stackguard-macros.h: Likewise.
5657         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
5658         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
5659         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
5660         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
5661         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
5662         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
5664 2013-09-23  Hector Marco  <hecmargi@upv.es>
5665             Ismael Ripoll  <iripoll@disca.upv.es>
5666             Carlos O'Donell  <carlos@redhat.com>
5668         [BZ #15754]
5669         * sysdeps/generic/stackguard-macros.h: Define
5670         __pointer_chk_guard_local and POINTER_CHK_GUARD.
5671         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
5672         Define __pointer_chk_guard_local.
5673         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
5674         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
5676 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
5678         [BZ #15859]
5679         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
5681 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
5683         * include/string.h (__ffs): Declare as hidden.
5684         * string/ffs.c (__ffs): Define as hidden.
5685         * sysdeps/i386/ffs.c (__ffs): Likewise.
5686         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
5687         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
5688         * sysdeps/s390/ffs.c (__ffs): Likewise.
5689         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
5691 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
5693         * NEWS: Mention malloc probes.
5695         * malloc/arena.c (new_heap): New memory_heap_new probe.
5696         (grow_heap): New memory_heap_more probe.
5697         (shrink_heap): New memory_heap_less probe.
5698         (heap_trim): New memory_heap_free probe.
5699         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
5700         (systrim): New memory_sbrk_less probe.
5701         * manual/probes.texi: Document them.
5703         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
5704         * manual/probes.texi: Document it.
5706         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
5707         (__libc_realloc): Add memory_realloc_retry probe.
5708         (__libc_memalign): Add memory_memalign_retry probe.
5709         (__libc_valloc): Add memory_valloc_retry probe.
5710         (__libc_pvalloc): Add memory_pvalloc_retry probe.
5711         (__libc_calloc): Add memory_calloc_retry probe.
5712         * manual/probes.texi: Document them.
5714         * malloc/arena.c (get_free_list): Add probe
5715         memory_arena_reuse_free_list.
5716         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
5717         and memory_arena_reuse.
5718         (arena_get2) [!PER_THREAD]: Likewise.
5719         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
5720         memory_arena_reuse_realloc.
5721         * manual/probes.texi: Document them.
5723         * malloc/malloc.c (__libc_free): Add
5724         memory_mallopt_free_dyn_thresholds probe.
5725         (__libc_mallopt): Add multiple memory_mallopt probes.
5726         * manual/probes.texi: Document them.
5728         * malloc/malloc.c: Include stap-probe.h.
5729         (__libc_mallopt): Add memory_mallopt probe.
5730         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
5731         * manual/probes.texi: New.
5732         * manual/Makefile (chapters): Add probes.
5733         * manual/threads.texi: Set next node.
5735 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
5737         [BZ #15963, #13985]
5738         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
5739         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
5740         Add `Chinese' to `nan' entry name.
5742 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5744         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
5745         (POLYNOMIAL): Likewise.
5746         (TAYLOR_SINCOS): Likewise.
5747         (TAYLOR_SLOW): Likewise.
5748         (__sin): Use TAYLOR_SINCOS.
5749         (__cos): Likewise.
5750         (slow): Use TAYLOR_SLOW.
5751         (sloww): Likewise.
5752         (bsloww): Likewise.
5753         (csloww): Likewise.
5755 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
5757         * stdlib/strtod_l.c: Fix buffer overrun.
5759 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5761         * benchtests/Makefile (bench): Add sincos.
5762         * benchtests/bench-sincos.c: New file.
5764         * math/libm-test.inc (cos_test_data): New test inputs.
5765         (sin_test_data): Likewise.
5767         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
5768         macro.
5769         (__sin): Use it.
5770         (__cos): Likewise.
5771         (slow1): Likewise.
5772         (slow2): Likewise.
5773         (sloww1): Likewise.
5774         (sloww2): Likewise.
5775         (bsloww1): Likewise.
5776         (bsloww2): Likewise.
5777         (cslow2): Likewise.
5778         (csloww1): Likewise.
5779         (csloww2): Likewise.
5781         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
5782         function.
5783         (__sin): Use it.
5784         (__cos): Likewise.
5786         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
5787         gotos.
5788         (__cos): Likewise.
5790 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
5792         * config.h.in (HAVE_MIPS_NAN2008): New macro.
5793         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
5794         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
5795         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
5796         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
5797         * elf/cache.c (print_entry): Handle the new cache flags.
5799 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
5800             Aldy Hernandez  <aldyh@redhat.com>
5802         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
5803         Change condition to [_SOFT_FLOAT].
5804         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
5805         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
5806         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
5807         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
5808         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
5809         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
5810         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
5811         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
5812         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
5813         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
5814         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
5815         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
5816         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
5817         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
5818         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
5819         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
5820         declaration.
5822 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
5824         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
5825         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
5826         (__longjmp): Use LOAD_GP to load saved GPRs.
5827         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
5828         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
5829         (__sigsetjmp): Use SAVE_GP to save GPRs.
5831         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
5832         Do not append -msoft-float.
5833         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
5835 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
5837         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
5839 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
5841         [BZ #15966]
5842         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
5843         (_FPU_GETCW): Use initial "__" on variable and field names but not
5844         on macro parameter name.
5845         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
5846         parentheses around reference to macro parameter.
5848 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
5850         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
5851         prototype.
5852         (ctype_startup): Use uint32_t in cast and sizeof for
5853         ctype->charnames.
5855 2013-09-11  Jia Liu  <proljc@gmail.com>
5857         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
5858         __daddr_t_defined.
5859         [__FreeBSD__]: Likewise.
5861 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
5863         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
5864         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
5865         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
5866         (strchr): Remove __strchr_sse42 ifunc selection.
5867         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
5868         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
5870 2013-09-11  Will Newton  <will.newton@linaro.org>
5872         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
5873         parameter to RES. Remove hardcoded 1000 value.
5874         * benchtests/bench-skeleton.c (main): Pass RES parameter
5875         to TIMING_INIT and multiply result by 1000.
5877 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5881 2013-09-11  Andreas Schwab  <schwab@suse.de>
5883         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
5884         if not defined.
5885         (O_TMPFILE) [__USE_GNU]: Define.
5886         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
5887         Define.
5889 2013-09-11  Will Newton  <will.newton@linaro.org>
5891         [BZ #15857]
5892         * malloc/malloc.c (__libc_memalign): Check the value of bytes
5893         does not overflow.
5895 2013-09-11  Will Newton  <will.newton@linaro.org>
5897         [BZ #15856]
5898         * malloc/malloc.c (__libc_valloc): Check the value of bytes
5899         does not overflow.
5901 2013-09-11  Will Newton  <will.newton@linaro.org>
5903         [BZ #15855]
5904         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
5905         does not overflow.
5907 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
5909         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
5910         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
5911         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
5912         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
5913         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
5915 2013-09-10  Allan McRae  <allan@archlinux.org>
5917         [BZ #15748]
5918         * manual/arith.texi (Parsing of Floats): Clarify
5919         cross-reference.
5921         [BZ #15849]
5922         * manual/install.texi (Running make install): Mention
5923         --enable-pt-chown.
5924         * INSTALL: Regenerated.
5926 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
5928         * csu/init-first.c (_init): Remove the !SHARED condition around
5929         FPU control word initialization.
5930         * elf/dl-support.c (_dl_fpu_control): New variable.
5931         (_dl_aux_init) <AT_FPUCW>: Initialize it.
5932         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
5933         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
5934         * math/test-fpucw-static.c: New file.
5935         * math/test-fpucw-ieee.c: New file.
5936         * math/test-fpucw-ieee-static.c: New file.
5937         * math/Makefile (tests): Add `test-fpucw-ieee' and
5938         `$(tests-static)'.
5939         (tests-static): New variable.
5940         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
5941         dependency to...
5942         [($(build-shared),yes)]
5943         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5944         ... this.
5945         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
5946         New dependency.
5948 2013-09-09  Allan McRae  <allan@archlinux.org>
5950         [BZ #15939]
5951         * manual/string.texi (Collation Functions): Fix typo in
5952         strcoll example.
5953         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
5955         [BZ #15893]
5956         * stdlib/isomac.c (get_null_defines): Fix memory leak.
5958         [BZ #15892]
5959         * libio/memstream.c (open_memstream): Fix memory leak.
5960         * libio/wmemstream.c (open_wmemstream): Likewise.
5962         [BZ #15895]
5963         * nscd/netgroupcache.c: Fix nesting of ifdefs.
5965 2013-09-09  Will Newton  <will.newton@linaro.org>
5967         * malloc/Makefile: Add tst-realloc to tests.
5968         * malloc/tst-realloc.c: New file.
5970 2013-09-09  Allan McRae  <allan@archlinux.org>
5972         [BZ #15844]
5973         * COPYING: Update from GNU website to fix FSF address.
5974         * COPYING.LIB: Likewise.
5976 2013-09-06  David S. Miller  <davem@davemloft.net>
5978         * po/zh_TW.po: Update Chinese (traditional) translation from
5979         translation project.
5981 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
5982             Joseph Myers  <joseph@codesourcery.com>
5984         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
5985         "localeinfo.h".
5986         (obstack_chunk_alloc): New macro.
5987         (obstack_chunk_free): Likewise.
5988         (record_offset): New function.
5989         (init_locale_data): Likewise.
5990         (align_locale_data): Likewise.
5991         (add_locale_empty): Likewise.
5992         (add_locale_raw_data): Likewise.
5993         (add_locale_raw_obstack): Likewise.
5994         (add_locale_string): Likewise.
5995         (add_locale_wstring): Likewise.
5996         (add_locale_uint32): Likewise.
5997         (add_locale_uint32_array): Likewise.
5998         (add_locale_char): Likewise.
5999         (start_locale_structure): Likewise.
6000         (end_locale_structure): Likewise.
6001         (start_locale_prelude): Likewise.
6002         (end_locale_prelude): Likewise.
6003         (write_locale_data): Take locale_file structure rather than an
6004         iovec.
6005         * locale/programs/locfile.h: Include "obstack.h".
6006         (struct locale_file): Change to store locale file contents instead
6007         of header.
6008         (init_locale_data): New prototype.
6009         (align_locale_data): Likewise.
6010         (add_locale_empty): Likewise.
6011         (add_locale_raw_data): Likewise.
6012         (add_locale_raw_obstack): Likewise.
6013         (add_locale_string): Likewise.
6014         (add_locale_wstring): Likewise.
6015         (add_locale_uint32): Likewise.
6016         (add_locale_uint32_array): Likewise.
6017         (add_locale_char): Likewise.
6018         (start_locale_structure): Likewise.
6019         (end_locale_structure): Likewise.
6020         (start_locale_prelude): Likewise.
6021         (end_locale_prelude): Likewise.
6022         (write_locale_data): Update prototype.
6023         * locale/programs/3level.h (struct TABLE): Remove result field.
6024         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
6025         Use new locale_file interface.
6026         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
6027         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
6028         * locale/programs/ld-address.c (address_output): Use new
6029         locale_file interface.
6030         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
6031         NO_ADD_LOCALE.
6032         (collate_finish): Don't call collseq_table_finalize.
6033         (collate_output): Use new locale_file interface.
6034         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
6035         in file.
6036         (NO_FINALIZE): Change to NO_ADD_LOCALE.
6037         (TABLE): Move defines earlier in file.
6038         (ELEMENT): Likewise.
6039         (DEFAULT): Likewise.
6040         (wctrans_table_add): Move macro and inline function earlier in
6041         file.
6042         (struct wctype_table): Move type earlier in file.
6043         (add_locale_wctype_table): New static prototype.
6044         (struct locale_ctype_t): Use logical types instead of struct iovec
6045         pointers for members.
6046         (ctype_output): Use new locale_file interface.
6047         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
6048         new locale_file interface.
6049         (allocate_arrays): Update for use of new locale_file interface.
6050         * locale/programs/ld-identification.c (identification_output): Use
6051         new locale_file interface.
6052         * locale/programs/ld-measurement.c (measurement_output): Likewise.
6053         * locale/programs/ld-messages.c (messages_output): Likewise.
6054         * locale/programs/ld-monetary.c (monetary_output): Likewise.
6055         * locale/programs/ld-name.c (name_output): Likewise.
6056         * locale/programs/ld-numeric.c (numeric_output): Likewise.
6057         * locale/programs/ld-paper.c (paper_output): Likewise.
6058         * locale/programs/ld-telephone.c (telephone_output): Likewise.
6059         * locale/programs/ld-time.c (time_output): Likewise.
6061 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6063         * benchtests/Makefile: Add memrchr benchmark.
6064         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
6065         benchmark as memrchr.
6066         * benchtests/bench-memrchr-ifunc.c: New file.
6067         * benchtests/bench-memrchr.c: New file.
6069 2013-09-06   Will Newton  <will.newton@linaro.org>
6071         * benchtests/Makefile (string-bench): Add memcpy.
6073 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
6074             Cong Wang  <amwang@redhat.com>
6076         [BZ #15850]
6077         * sysdeps/unix/sysv/linux/bits/in.h
6078         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
6079         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
6080         before __USE_KERNEL_IPV6_DEFS uses.
6081         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
6082         IPPROTO_BEETPH.
6083         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
6084         sockaddr_in6, or ipv6_mreq.
6086 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6088         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
6089         memory access for final bytes in some large inputs.
6090         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
6092 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6094         * string/test-memrchr.c: New file.
6095         * string/test-memrchr-ifunc.c: New file.
6096         * string/Makefile: Add new memrchr testcase.
6098 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
6100         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
6101         fanotify_init returns EPERM.
6103 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
6105         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
6106         errors.
6107         (top level): Treat second token from macro or constant entries for
6108         allowed headers as allowed.
6109         * include/complex.h: Condition internal declarations on
6110         [!_ISOMAC].
6111         * include/fenv.h: Condition include of <stdbool.h> and internal
6112         declarations on [!_ISOMAC].
6114 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
6116         [BZ #15923]
6117         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
6119 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
6121         * configure.in (--enable-versioning): Remove configure option.
6122         (libc_cv_asm_symver_directive): Remove configure test.
6123         (libc_cv_ld_version_script_option): Likewise.
6124         (VERSIONING): Remove variable and AC_SUBST.
6125         (DO_VERSIONING): Remove AC_DEFINE.
6126         * configure: Regenerated.
6127         * config.h.in (DO_VERSIONING): Remove macro.
6128         * Makerules [$(versioning) = yes]: Change conditionals to
6129         [$(build-shared) = yes].
6130         * config.make.in (versioning): Remove variable.
6131         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
6132         [$(build-shared) = yes].
6133         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
6134         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
6135         * elf/Makefile [$(versioning) = yes]: Change conditionals to
6136         [$(build-shared) = yes].
6137         * extra-lib.mk [$(versioning) = yes]: Likewise.
6138         * hurd/Makefile [$(versioning) = yes]: Likewise.
6139         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
6140         [SHARED].
6141         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
6142         [SHARED].
6143         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
6144         [SHARED && !NO_HIDDEN].
6145         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
6146         [SHARED].
6147         [SHARED && DO_VERSIONING]: Likewise..
6148         * libio/Makefile [$(versioning) = yes]: Change conditionals to
6149         [$(build-shared) = yes].
6150         * manual/install.texi (--disable-versioning): Remove
6151         documentation.
6152         * INSTALL: Regenerated.
6153         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
6154         to [SHARED].
6155         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
6156         [$(build-shared) = yes].
6157         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
6158         * sysdeps/i386/i686/multiarch/strstr-c.c
6159         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
6160         [SHARED && !NO_HIDDEN].
6161         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
6162         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
6163         * sysdeps/powerpc/powerpc32/dl-machine.c
6164         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
6165         * sysdeps/powerpc/powerpc32/sysdep.h
6166         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
6167         to [SHARED && PIC && !NO_HIDDEN].
6168         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
6169         conditional to [SHARED].
6171 2013-09-04   Will Newton  <will.newton@linaro.org>
6173         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
6174         * benchtests/bench-string.h: Include bench-timing.h instead
6175         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
6176         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
6177         call to HP_TIMING_DIFF_INIT.
6178         * benchtests/bench-memccpy.c: Use bench-timing.h macros
6179         instead of hp-timing.h macros.
6180         * benchtests/bench-memchr.c: Likewise.
6181         * benchtests/bench-memcmp.c: Likewise.
6182         * benchtests/bench-memcpy.c: Likewise.
6183         * benchtests/bench-memmem.c: Likewise.
6184         * benchtests/bench-memmove.c: Likewise.
6185         * benchtests/bench-memset.c: Likewise.
6186         * benchtests/bench-rawmemchr.c: Likewise.
6187         * benchtests/bench-strcasecmp.c: Likewise.
6188         * benchtests/bench-strcasestr.c: Likewise.
6189         * benchtests/bench-strcat.c: Likewise.
6190         * benchtests/bench-strchr.c: Likewise.
6191         * benchtests/bench-strcmp.c: Likewise.
6192         * benchtests/bench-strcpy.c: Likewise.
6193         * benchtests/bench-strcpy_chk.c: Likewise.
6194         * benchtests/bench-strlen.c: Likewise.
6195         * benchtests/bench-strncasecmp.c: Likewise.
6196         * benchtests/bench-strncat.c: Likewise.
6197         * benchtests/bench-strncmp.c: Likewise.
6198         * benchtests/bench-strncpy.c: Likewise.
6199         * benchtests/bench-strnlen.c: Likewise.
6200         * benchtests/bench-strpbrk.c: Likewise.
6201         * benchtests/bench-strrchr.c: Likewise.
6202         * benchtests/bench-strspn.c: Likewise.
6203         * benchtests/bench-strstr.c: Likewise.
6205 2013-09-04  Will Newton  <will.newton@linaro.org>
6207         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
6209 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
6211         [BZ #15427]
6212         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
6213         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
6214         * math/libm-test.inc (lgamma_test_data): Add more tests.
6215         * sysdeps/i386/fpu/libm-test-ulps: Update.
6216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6218 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
6220         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
6221         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6222         Add ifunc.
6223         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
6224         Add strcmp-sse2-unaligned
6225         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
6227 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
6229         * Versions.def (libc): Add GLIBC_2.19.
6231 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
6233         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
6234         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
6236 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
6238         [BZ #14155]
6239         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
6240         intermediate calculations in recurrence.
6241         (__ieee754_ynf): Likewise.
6242         * math/libm-test.inc (jn_test_data): Do not allow spurious
6243         underflow exception.  Add more tests.
6244         (yn_test_data): Add more tests.
6245         * sysdeps/i386/fpu/libm-test-ulps: Update.
6246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6248 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
6250         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
6252 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
6254         * csu/init-first.c: Fix then/than typos.
6255         * locale/programs/ld-collate.c: Likewise.
6256         * locale/programs/linereader.h: Likewise.
6257         * manual/charset.texi: Likewise.
6258         * manual/filesys.texi: Likewise.
6259         * manual/stdio.texi: Likewise.
6260         * manual/string.texi: Likewise.
6261         * stdlib/fmtmsg.c: Likewise.
6262         * sysdeps/i386/stpncpy.S: Likewise.
6263         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6264         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
6265         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
6266         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6268 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
6270         * elf/dl-open.c: Fix typos.
6271         * iconvdata/gbbig5.c: Likewise.
6272         * iconvdata/iso-2022-jp.c: Likewise.
6273         * iconv/gconv_int.h: Likewise.
6274         * iconv/loop.c: Likewise.
6275         * nis/rpcsvc/nis.h: Likewise.
6276         * resolv/ns_name.c: Likewise.
6277         * stdio-common/vfscanf.c: Likewise.
6278         * streams/stropts.h: Likewise.
6279         * sunrpc/rpc_thread.c: Likewise.
6280         * sysdeps/i386/strpbrk.S: Likewise.
6281         * sysdeps/ieee754/k_standard.c: Likewise.
6282         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
6283         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
6284         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6285         * sysdeps/mach/hurd/profil.c: Likewise.
6286         * sysdeps/s390/dl-procinfo.h: Likewise.
6287         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
6288         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6289         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6290         * sysdeps/x86_64/dl-trampoline.S: Likewise.
6291         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
6293 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
6295         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
6296         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
6298 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
6300         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
6301         aix specific files.
6302         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
6303         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
6304         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
6305         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
6306         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
6307         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
6308         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
6309         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
6311 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
6312             Roland McGrath  <roland@hack.frob.com>
6314         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
6315         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
6317 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6319         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
6320         __executable_start symbol instead of _start.
6322 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
6324         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
6325         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
6326         Move macros to...
6327         * sysdeps/gnu/ldsodefs.h: ... this new file.
6329         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
6330         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
6331         instead of ELFOSABI_LINUX.
6333         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
6334         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
6335         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
6336         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
6337         Likewise.
6338         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
6339         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
6340         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
6341         Likewise.
6342         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
6343         (ibm_extended_long_double): Add ieee_nan member.
6344         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
6345         (do_test): New function.
6347         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
6348         TEST_TRUNC.
6349         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
6350         functions, renamed from truncdfsf_test, trunctfsf_test,
6351         trunctfdf_test.
6352         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
6353         functions.
6354         (do_test): Run all these.
6356 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
6358         * argp/argp-help.c: Fix typos.
6359         * argp/argp-parse.c: Likewise.
6360         * debug/backtracesyms.c: Likewise.
6361         * elf/elf.h: Likewise.
6362         * malloc/malloc.c: Likewise.
6363         * nis/nis_print.c: Likewise.
6364         * resolv/res_comp.c: Likewise.
6365         * stdlib/stdlib.h: Likewise.
6366         * sunrpc/clnt_tcp.c: Likewise.
6367         * sunrpc/clnt_udp.c: Likewise.
6368         * sunrpc/clnt_unix.c: Likewise.
6369         * sysdeps/unix/bsd/ptsname.c: Likewise.
6370         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6371         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
6372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
6373         Likewise.
6374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
6375         Likewise.
6376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
6377         Likewise.
6378         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
6380 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6382         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
6383         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
6385 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
6387         [BZ #15897]
6388         * dlfcn/Makefile (tests): Add bug-dl-leaf.
6389         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
6390         ($(objpfx)bug-dl-leaf): New rule.
6391         ($(objpfx)bug-dl-leaf.so): Likewise.
6392         ($(objpfx)bug-dl-leaf.out): Likewise.
6393         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
6394         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
6395         * dlfcn/bug-dl-leaf.c: New test.
6396         * dlfcn/bug-dl-leaf-lib.c: Likewise.
6397         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
6398         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
6399         (dlclose): Likewise.
6400         (dlmopen): Likewise.
6402 2013-08-27  Roland McGrath  <roland@hack.frob.com>
6404         * include/netdb.h [!_ISOMAC]:
6405         Don't include <tls.h>.
6406         (h_errno, __libc_h_errno): Move declaration and macros out of
6407         [_LIBC_REENTRANT].
6409         * include/resolv.h [_RESOLV_H_]:
6410         Don't include <tls.h>.
6411         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
6412         * resolv/res_libc.c: Don't include <tls.h>.
6413         (_res): Use __attribute__ ((nocommon)) in place of
6414         __attribute__ ((section (".bss"))).
6416         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
6417         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
6419         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
6421         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
6422         only under [SIOCGIFCONF && SIOCGIFNETMASK].
6424         * resolv/res_mkquery.c: Include <sys/time.h>.
6426         * inet/ifreq.c: Moved to ...
6427         * sysdeps/unix/ifreq.c: ... here.
6428         * inet/ifreq.c: New file, true stub version.
6430         * socket/sa_len.c: New file.
6431         * socket/Makefile (aux): Add it.
6432         * sysdeps/unix/sysv/linux/Makefile
6433         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
6434         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
6435         and #include <socket/sa_len.c>.
6436         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
6437         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
6439         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
6440         * bits/socket.h: ... here.
6442         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
6443         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
6444         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
6446 2013-08-27  Andreas Schwab  <schwab@suse.de>
6448         [BZ #15736]
6449         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
6450         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
6451         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
6452         * string/test-strcasecmp.c (test_main): Run tests in several
6453         locales.
6454         * string/test-strncasecmp.c (test_main): Likewise.
6456         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
6457         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
6458         to __strcasecmp_nonascii and __strncasecmp_nonascii.
6459         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
6460         (__strncasecmp_ssse3) [PIC]: Likewise.
6462 2013-08-26  Roland McGrath  <roland@hack.frob.com>
6464         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
6466         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
6467         instead of explicitly declaring xdecrypt.
6468         * nis/nss_nis/nis-publickey.c: Likewise.
6470 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6472         [BZ #15890]
6473         * nscd/aicache.c: Include res_hconf.h.
6474         (addhstaiX): Initialize res_hconf.
6476 2013-08-26  Andreas Schwab  <schwab@suse.de>
6478         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
6479         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
6481 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6483         * nscd/aicache.c (addhstaiX): Fix indentation.
6485 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
6487         * configure.ac: Quote $build_pt_chown test.
6488         * configure: Regenerated.
6490 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
6492         [BZ #15532]
6493         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
6494         * math/s_cexpf.c (__cexpf): Likewise.
6495         * math/s_cexpl.c (__cexpl): Likewise.
6496         * math/libm-test.inc (cexp_test_data): Correct expected return
6497         value for NaN + i0.  Add another test.
6499 2013-08-22  David S. Miller  <davem@davemloft.net>
6501         * po/ca.po: Update Catalan translation from translation project.
6502         * po/uk.po: Add Ukrainian translations from translation project.
6504 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
6506         [BZ #15797]
6507         * math/s_fdim.c (__fdim): Check for infinite arguments if result
6508         is infinite, not alongside NaN test.
6509         * math/s_fdimf.c (__fdimf): Likewise.
6510         * math/s_fdiml.c (__fdiml): Likewise.
6511         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
6512         errno is unchanged.
6514 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
6516         * argp/argp-help.c: Fix typos.
6517         * crypt/speeds.c: Likewise.
6518         * csu/check_fds.c: Likewise.
6519         * elf/dl-load.c: Likewise.
6520         * elf/dl-open.c: Likewise.
6521         * elf/reldep3.c: Likewise.
6522         * elf/reldep.c: Likewise.
6523         * elf/sprof.c: Likewise.
6524         * iconv/iconv_charmap.c: Likewise.
6525         * iconv/skeleton.c: Likewise.
6526         * iconv/strtab.c: Likewise.
6527         * io/lockf64.c: Likewise.
6528         * libio/libioP.h: Likewise.
6529         * resolv/gai_notify.c: Likewise.
6530         * resolv/ns_name.c: Likewise.
6531         * resolv/ns_samedomain.c: Likewise.
6532         * resolv/res_send.c: Likewise.
6533         * stdlib/random.c: Likewise.
6534         * sunrpc/rpc/xdr.h: Likewise.
6535         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
6536         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
6537         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
6538         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
6539         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
6540         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
6541         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
6542         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
6543         * sysdeps/mach/hurd/check_fds.c: Likewise.
6544         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
6545         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
6546         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
6547         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
6548         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
6549         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
6550         * sysdeps/pthread/aio_notify.c: Likewise.
6551         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
6552         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
6553         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
6554         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6555         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
6557 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6559         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
6560         version if bit_Slow_SSE4_2 is set.
6561         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
6562         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
6564 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6566         [BZ #15867]
6567         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
6568         trampoline stack frame information.
6569         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
6570         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
6571         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
6572         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
6573         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
6574         * sysdeps/unix/sysv/linux/powerpc/init-first.c
6575         (_libc_vdso_platform_setup): Initialize the signal trampolines.
6576         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
6577         sa_flags value.
6578         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
6579         interrupting a syscall and set with option SA_SIGINFO.
6581 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
6583         [BZ #15531]
6584         * math/s_cproj.c (__cproj): Only return an infinity if one part of
6585         argument is infinite.
6586         * math/s_cprojf.c (__cprojf): Likewise.
6587         * math/s_cprojl.c (__cprojl): Likewise.
6588         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
6589         * math/libm-test.inc (cproj_test_data): Add more tests.
6591         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
6593         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
6594         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
6595         size.  Use __ffs to determine corresponding shift.
6597 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
6598             Roland McGrath  <roland@hack.frob.com>
6600         * Makefile (INSTALL): Remove trailing blank lines from output of
6601         makeinfo.
6603 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6605         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
6606         Align 32 bit compat elf_greg to 8 bytes.
6608 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6610         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
6612 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
6614         * string/strcoll_l.c (coll_seq): New structure.
6615         (get_next_seq_cached): New function.
6616         (get_next_seq): New function.
6617         (do_compare): New function.
6618         (STRCOLL): Use GNU style definition.  Simplify implementation
6619         by using get_next_seq, get_next_seq_cached and do_compare.
6621 2013-08-16  Florian Weimer  <fweimer@redhat.com>
6623         [BZ #14699]
6624         CVE-2013-4237
6625         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
6626         member.
6627         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
6628         member.
6629         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
6630         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
6631         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
6632         conditional.
6633         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
6634         GETDENTS_64BIT_ALIGNED.
6635         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
6636         * manual/filesys.texi (Reading/Closing Directory): Document
6637         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
6638         strongly.
6639         * manual/conf.texi (Limits for Files): Add portability note to
6640         NAME_MAX, PATH_MAX.
6641         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
6643 2013-08-13  Andreas Schwab  <schwab@suse.de>
6645         [BZ #15749]
6646         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
6647         of fabs.
6648         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
6649         LDBL_MAX_EXP >= 16384]: Add tests for it.
6651 2013-08-12  David S. Miller  <davem@davemloft.net>
6653         * version.h (RELEASE): Set to "development".
6654         (VERSION): Set to "2.18.90".
6655         * NEWS: Add 2.19 section.
6657 2013-08-03  David S. Miller  <davem@davemloft.net>
6659         * po/ko.po: Update Korean translation from translation project.
6661 2013-08-01  David S. Miller  <davem@davemloft.net>
6663         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
6664         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
6665         Bilka.
6667 2013-07-30  David S. Miller  <davem@davemloft.net>
6669         * po/fr.po: Update French translation from translation project.
6671 2013-07-28  David S. Miller  <davem@davemloft.net>
6673         * po/cs.po: Update Czech translation from translation project.
6675         * po/sv.po: Update Swedish translation from translation project.
6677 2013-07-27  David S. Miller  <davem@davemloft.net>
6679         * po/eo.po: Update Esperanto translation from translation project.
6681         * po/vi.po: Update Vietnamese translation from translation project.
6683         * po/de.po: Update German translation from translation project.
6685 2013-07-26  David S. Miller  <davem@davemloft.net>
6687         * po/bg.po: Update Bulgarian translation from translation project.
6689         * po/nl.po: Update Dutch translation from translation project.
6690         * po/pl.po: Update Polish translation from translation project.
6691         * po/ru.po: Update Russian translation from translation project.
6693 2013-07-24  David S. Miller  <davem@davemloft.net>
6695         * po/libc.pot: Update.
6697 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6699         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
6700         variable page size.
6701         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
6702         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
6703         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
6705 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6707         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
6709 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6710             Andreas Schwab  <schwab@suse.de>
6711             Roland McGrath  <roland@hack.frob.com>
6712             Joseph Myers  <joseph@codesourcery.com>
6713             Carlos O'Donell  <carlos@redhat.com>
6715         [BZ #15755]
6716         * config.h.in: Define HAVE_PT_CHOWN.
6717         * config.make.in (build-pt-chown): New variable.
6718         * configure.in (--enable-pt_chown): New configure option.
6719         * configure: Regenerate.
6720         * login/Makefile: Include Makeconfig.  Build pt_chown only if
6721         build-pt-chown is enabled.
6722         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
6723         pt_chown to fix pty ownership.
6724         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
6725         CLOSE_ALL_FDS.
6726         * manual/install.texi (Configuring and compiling): Mention
6727         --enable-pt_chown. Add @findex for grantpt.
6728         * INSTALL: Regenerate.
6730 2013-07-20  David S. Miller  <davem@davemloft.net>
6732         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
6733         difference between 32-bit and 64-bit.
6735 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
6737         [BZ #15711]
6738         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
6739         Avoid system header dependency with -ffreestanding.
6740         ($(objpfx)bits/syscall%d): Likewise.
6742 2013-07-13  David S. Miller  <davem@davemloft.net>
6744         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
6745         underflows from atanl/atan2l due to bug 15319.
6746         (casinh_test_data): Likewise.
6748 2013-07-07  David S. Miller  <davem@davemloft.net>
6750         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
6752 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
6754         * sysdeps/i386/fpu/libm-test-ulps: Update.
6755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6757 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6759         * configure.in (--enable-lock-elision): Fix message text.
6760         * INSTALL: Regenerate.
6761         * configure: Regenerate.
6763 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6765         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6767 2013-07-03  Andreas Jaeger  <aj@suse.de>
6769         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
6770         define.
6771         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
6772         (ptrace_peeksiginfo_args): Add.
6773         (__ptrace_peeksiginfo_flags): Add.
6774         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6775         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6776         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6778 2013-07-03  Allan McRae  <allan@archlinux.org>
6780         * sysdeps/i386/fpu/libm-test-ulps: Update.
6782 2013-07-02  David S. Miller  <davem@davemloft.net>
6784         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6786 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
6788         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6790 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
6792         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
6793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6795 2013-07-02  Andi Kleen <ak@linux.intel.com>
6797         * config.h.in (ENABLE_LOCK_ELISION): Add.
6798         * configure.in (--enable-lock-elision): Add option.
6799         * manual/install.texi: Document --enable lock elision.
6800         * configure: Regenerate
6801         * INSTALL: Regenerate.
6803 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
6805         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
6806         SSE4.2 strcasecmp for libc.a.
6807         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6809 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
6811         [BZ #13304]
6812         * soft-fp/op-common.h (_FP_FMA): New macro.
6813         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
6814         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
6815         (_FP_MUL_MEAT_1_imm): ... here.
6816         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
6817         (_FP_MUL_MEAT_1_wide): ... here.
6818         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
6819         (_FP_MUL_MEAT_1_hard): ... here.
6820         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
6821         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
6822         (_FP_MUL_MEAT_2_wide): ... here.
6823         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
6824         (_FP_MUL_MEAT_2_wide_3mul): ... here.
6825         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
6826         (_FP_MUL_MEAT_2_gmp): ... here.
6827         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
6828         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
6829         (_FP_MUL_MEAT_4_wide): ... here.
6830         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
6831         (_FP_MUL_MEAT_4_gmp): ... here.
6832         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
6833         (_FP_WFRACBITS_DW_S): Likewise.
6834         (_FP_WFRACXBITS_DW_S): Likewise.
6835         (_FP_HIGHBIT_DW_S): Likewise.
6836         (FP_FMA_S): Likewise.
6837         (_FP_FRAC_HIGH_DW_S): Likewise.
6838         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
6839         (_FP_WFRACBITS_DW_D): Likewise.
6840         (_FP_WFRACXBITS_DW_D): Likewise.
6841         (_FP_HIGHBIT_DW_D): Likewise.
6842         (FP_FMA_D): Likewise.
6843         (_FP_FRAC_HIGH_DW_D): Likewise.
6844         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
6845         (_FP_WFRACBITS_DW_E): Likewise.
6846         (_FP_WFRACXBITS_DW_E): Likewise.
6847         (_FP_HIGHBIT_DW_E): Likewise.
6848         (FP_FMA_E): Likewise.
6849         (_FP_FRAC_HIGH_DW_E): Likewise.
6850         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
6851         (_FP_WFRACBITS_DW_Q): Likewise.
6852         (_FP_WFRACXBITS_DW_Q): Likewise.
6853         (_FP_HIGHBIT_DW_Q): Likewise.
6854         (FP_FMA_Q): Likewise.
6855         (_FP_FRAC_HIGH_DW_Q): Likewise.
6856         * soft-fp/fmasf4.c: New file.
6857         * soft-fp/fmadf4.c: Likewise.
6858         * soft-fp/fmatf4.c: Likewise.
6860 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6862         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
6863         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
6864         Silvermont.
6865         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
6866         macro.
6867         (index_Slow_SSE4_2): Likewise.
6868         (index_Prefer_PMINUB_for_stringop): Likewise.
6869         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
6870         bit_Slow_SSE4_2 is set.
6871         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
6872         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
6874 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6876         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
6877         rtld_global._dl_hwcap2.
6878         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
6879         POWER8.
6880         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
6881         POWER8 feature descriptions defined in _dl_hwcap2.
6882         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
6883         string handling for POWER8 feature bits.
6884         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
6885         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
6886         _dl_powerpc_cap_flags.
6887         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
6888         * sysdeps/powerpc/rtld-global-offsets.sym
6889         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
6890         _dl_hwcap2 in the rtld_global_ro structure.
6892 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6894         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
6895         hardware capabilities in support of AT_HWCAP2.
6896         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
6897         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
6898         GLRO(dl_hwcap2).
6899         (_dl_show_auxv): Add support for calling _dl_procinfo to display
6900         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
6901         explicitly the unknown a_type display mechanism is used.
6902         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
6903         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
6904         struct member.
6905         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
6906         to macro prototype for AT_HWCAP2 support.
6907         * sysdeps/i386/dl-procinfo.h: Likewise.
6908         * sysdeps/s390/dl-procinfo.h: Likewise.
6909         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
6910         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
6911         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
6912         return -1 for unknown a_type display fallback.
6913         * sysdeps/sparc/dl-procinfo.h: Likewise.
6914         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
6915         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
6917 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
6919         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
6920         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
6922 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
6924         [BZ #12492]
6925         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
6926         mprotect making __stack_prot writable.
6928 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
6929             Joseph Myers  <joseph@codesourcery.com>
6931         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
6932         as being properly aligned.
6934 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
6936         * dlfcn/modstatic5.c: New file.
6937         * dlfcn/tststatic5.c: New file.
6938         * dlfcn/Makefile (tests): Add tststatic5.
6939         (tests-static): Likewise.
6940         (modules-names): Add modstatic5.
6941         (tststatic5-ENV): New variable.
6942         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
6944         [BZ #15022]
6945         * elf/dl-support.c (_dl_main_map): New variable.
6946         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
6947         (_dl_nns, _dl_load_adds): Set to 1.
6948         (_dl_initial_searchlist): Refer to _dl_main_map.
6949         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
6950         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
6951         call to _dl_get_origin.
6952         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
6953         around call_map.
6954         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
6955         * dlfcn/modstatic3.c: New file.
6956         * dlfcn/tststatic3.c: New file.
6957         * dlfcn/tststatic4.c: New file.
6958         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
6959         (tests-static): Likewise.
6960         (modules-names): Add modstatic3.
6961         (tststatic3-ENV, tststatic4-ENV): New variables.
6962         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
6963         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
6965 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
6967         * configure.in (CC): Require GCC version 4.4 or later.
6968         * configure: Regenerated.
6969         * manual/install.texi (Tools for Compilation): Update GCC version
6970         requirement.
6971         * INSTALL: Regenerated.
6973 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6975         [BZ #15674]
6976         * string/test-memcmp.c (check2): New.
6977         (main): Call check2.
6979         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
6981 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
6983         [BZ #15022]
6984         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
6985         over to...
6986         (dl_open_worker) [!SHARED]: ... here.
6988 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6990         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
6992 2013-06-25  Richard Henderson  <rth@redhat.com>
6994         * locale/programs/locarchive.c: Include <libc-internal.h>
6996 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
6998         * manual/texinfo.tex: Update to version 2013-06-21.17, with
6999         trailing whitespace removed.
7001 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
7003         [BZ #10283]
7004         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
7005         * locale/programs/locarchive.c: Include libc-mmap.h.
7006         (prepare_address_space): Take two new outputs (the mmap base and len).
7007         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
7008         values.
7009         (create_archive): Declare new mmap base and len values for
7010         prepare_address_space, and store the result in ah.
7011         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
7012         (enlarge_archive): If ah->mmap_base is not NULL, use that and
7013         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
7014         Declare new mmap base and len values for
7015         prepare_address_space, and store the result in new_ah.
7016         (open_archive): Declare new mmap base and len values for
7017         prepare_address_space, and store the result in ah.
7018         (close_archive): If ah->mmap_base is not NULL, use that and
7019         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
7020         * sysdeps/generic/libc-mmap.h: New file.
7022 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
7024         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
7025         (ALIGN_UP): Likewise.
7026         (PTR_ALIGN_DOWN): Likewise.
7027         (PTR_ALIGN_UP): Likewise.
7029 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7031         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
7032         entry mapped to PPC_PLATFORM_POWER8.
7033         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
7034         POWER8.
7035         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
7036         (_dl_string_platform): Add case for exporting platform position for
7037         POWER8.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
7039         search path to sysdeps/powerpc/powerpc32/power8 directory.
7040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
7041         search path to sysdeps/powerpc/powerpc64/power8 directory.
7042         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
7043         power7 directories.
7044         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
7045         power7 directories.
7047 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7049         * INSTALL: Regenerate.
7051         * nscd/connections.c (nscd_init): Fix comment.
7053 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
7055         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
7057         [BZ #15667]
7058         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
7059         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
7061 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
7063         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
7064         DL_DST_REQ_STATIC.
7065         (DL_DST_REQ_STATIC): Remove macro.
7067 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
7069         [BZ #7006]
7070         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
7071         with a shift of 0 bits.
7073 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
7075         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
7076         $(tststatic-ENV).
7078 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7080         [BZ #15655]
7081         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
7083 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7085         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
7086         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
7087         accepts -fno-tree-loop-distribute-patterns.
7088         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
7089         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
7090         recursive call.
7091         * string/memset.c (memset): Likewise.
7092         * string/test-memmove.c (simple_memmove): Disable loop transformation
7093         to library calls.
7094         * string/test-memset.c (simple_memset): Likewise.
7095         * benchtests/bench-memmove.c (simple_memmove): Likewise.
7096         * benchtests/bench-memset.c (simple_memset): Likewise.
7097         * configure: Regenerated.
7099 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
7101         * math/test-misc.c (main): Ignore fesetround failure when failures
7102         of subsequent rounding tests would be ignored.
7104         [BZ #15654]
7105         * math/fedisblxcpt.c (fedisableexcept): Return 0.
7106         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
7107         * math/fegetenv.c (__fegetenv): Return 0.
7108         * math/fegetexcept.c (fegetexcept): Return 0.
7109         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
7110         FE_TONEAREST.
7111         * math/feholdexcpt.c (feholdexcept): Return 0.
7112         * math/fesetenv.c (__fesetenv): Return 0.
7113         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
7114         argument FE_TONEAREST.
7115         * math/feupdateenv.c (__feupdateenv): Return 0.
7116         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
7118 2013-06-18  Roland McGrath  <roland@hack.frob.com>
7120         * elf/rtld-Rules (rtld-compile-command.S): New variable.
7121         (rtld-compile-command.s, rtld-compile-command.c): New variables.
7122         ($(objpfx)rtld-%.os rules): Use them.
7124 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7126         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
7127         fields.
7129 2013-06-17  Roland McGrath  <roland@hack.frob.com>
7131         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
7132         length of target pattern, then descending length of dependency pattern.
7133         * configure.in (AWK): Require gawk 3.1.2 or newer.
7134         * manual/install.texi (Tools for Compilation): Say that we do.
7135         * configure: Regenerated.
7137         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
7138         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
7139         * scripts/sysd-rules.awk: ... this new script.
7140         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
7141         than a glob-style pattern.
7143 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
7145         * math/test-misc.c (main): Do not treat incorrectly rounded
7146         conversions as failure unless ROUNDING_TESTS passes.
7148 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
7150         [BZ #15631]
7151         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
7152         restore exception state around main square root computation, then
7153         check for inexactness explicitly.
7155         * math/libm-test.inc (fma_test_data): Add another test.
7157 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7159         * manual/threads.texi (Non-POSIX Extensions): New document
7160         node.  Document pthread_getattr_default_np and
7161         pthread_setattr_default_np.
7163         * Versions.def (libpthread): Add GLIBC_2.18.
7164         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7166         Likewise.
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7168         Likewise.
7169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7170         Likewise.
7171         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7172         Likewise.
7173         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
7174         Likewise.
7175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7176         Likewise.
7177         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7178         Likewise.
7179         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
7180         Likewise.
7181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
7182         Likewise.
7184 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
7186         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7187         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
7189 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
7190             H.J. Lu  <hjl.tools@gmail.com>
7192         [BZ #15627]
7193         * sysdeps/x86_64/rtld-memset.c: Remove file.
7194         * sysdeps/x86_64/rtld-memset.S: New file.
7196 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
7198         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
7199         (test_in_one_mode): Take arguments for whether the rounding mode
7200         is supported for each floating-point type.
7201         (do_test): Pass new arguments to test_in_one_mode using
7202         ROUNDING_TESTS.
7204 2013-06-13  Roland McGrath  <roland@hack.frob.com>
7206         * posix/tst-waitid.c (do_test): Distinguish different instances of
7207         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
7208         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
7209         before entering the kernel for waitpid.
7211 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7213         * NEWS: Fix note on clock function precision.  Text by Roland
7214         McGrath.
7216 2013-06-13  Roland McGrath  <roland@hack.frob.com>
7218         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
7219         it into place only when and if the sanity check passes.
7221 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
7223         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
7224         output for whether conversion result is exact.  Take argument
7225         indicating whether type is IBM long double.
7226         (round_for_all): Change need_exact field to ibm_ld.
7227         * stdlib/tst-strtod-round.c (struct exactness): New type.
7228         (struct test): Change bool ld_ok field to struct exactness exact.
7229         (TEST): Update all definitions for change to field.
7230         (tests): Regenerate array contents.
7231         (test_in_one_mode): Take pointer to new field instead of old ld_ok
7232         field value.  Check for IBM long double here.
7233         (do_test): Update calls to test_in_one_mode.
7235 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7237         [BZ #12515]
7238         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
7239         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
7241 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7243         [BZ #15605]
7244         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
7245         generated by the compiler on loop optimizations.
7246         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
7247         general definitions.
7249 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
7251         * math/bug-nextafter.c: Include <math-tests.h>.
7252         (main): Only test for exceptions if EXCEPTION_TESTS is true for
7253         the relevant type.
7254         * math/bug-nexttoward.c: Include <math-tests.h>.
7255         (main): Only test for exceptions if EXCEPTION_TESTS is true for
7256         the relevant type.
7257         * math/test-misc.c: Include <math-tests.h>.
7258         (main): Only test for exceptions if EXCEPTION_TESTS is true for
7259         the relevant type.
7261 2013-06-12  Andreas Jaeger  <aj@suse.de>
7263         * po/ia.po: Update Interlingua translation from translation
7264         project.
7266 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7268         * include/fenv.h: Include stdbool.h.
7269         (struct rm_ctx): New structure.
7270         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
7271         Define macro.
7272         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
7273         (SET_RESTORE_ROUNDF): Likewise.
7274         (SET_RESTORE_ROUNDL): Likewise.
7275         (SET_RESTORE_ROUND_NOEX): Likewise.
7276         (SET_RESTORE_ROUND_NOEXF): Likewise.
7277         (SET_RESTORE_ROUND_NOEXL): Likewise.
7278         (SET_RESTORE_ROUND_53BIT): Likewise.
7279         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
7280         (libc_feresetround_noexf_ctx): Likewise.
7281         (libc_feresetround_noexl_ctx): Likewise.
7282         (libc_feholdsetround_53bit_ctx): Likewise.
7283         (libc_feresetround_53bit_ctx): Likewise.
7284         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
7285         (libc_feholdexcept_setround_sse_ctx): New function.
7286         (libc_fesetenv_sse_ctx): Likewise.
7287         (libc_feupdateenv_sse_ctx): Likewise.
7288         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
7289         (libc_feholdexcept_setround_387_ctx): Likewise.
7290         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
7291         (libc_feholdsetround_387_prec_ctx): Likewise.
7292         (libc_feholdsetround_387_ctx): Likewise.
7293         (libc_feholdsetround_387_53bit_ctx): Likewise.
7294         (libc_feholdsetround_sse_ctx): Likewise.
7295         (libc_feresetround_sse_ctx): Likewise.
7296         (libc_feresetround_387_ctx): Likewise.
7297         (libc_feupdateenv_387_ctx): Likewise.
7298         (libc_feholdexcept_setroundf_ctx): Define macro.
7299         (libc_fesetenvf_ctx): Likewise.
7300         (libc_feupdateenvf_ctx): Likewise.
7301         (libc_feholdsetroundf_ctx): Likewise.
7302         (libc_feresetroundf_ctx): Likewise.
7303         (libc_feholdexcept_setround_ctx): Likewise.
7304         (libc_fesetenv_ctx): Likewise.
7305         (libc_feupdateenv_ctx): Likewise.
7306         (libc_feholdsetround_ctx): Likewise.
7307         (libc_feresetround_ctx): Likewise.
7308         (libc_feholdexcept_setroundl_ctx): Likewise.
7309         (libc_feupdateenvl_ctx): Likewise.
7310         (libc_feholdsetroundl_ctx): Likewise.
7311         (libc_feresetroundl_ctx): Likewise.
7312         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
7313         (libc_feresetround_53bit_ctx): Likewise.
7315 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7317         * locale/iso-639.def: Convert to UTF-8.
7319 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
7321         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
7322         (EXCEPTION_TESTS_double): Likewise.
7323         (EXCEPTION_TESTS_long_double): Likewise.
7324         (EXCEPTION_TESTS): Likewise.
7325         * math/libm-test.inc (test_exceptions): Only test exceptions if
7326         EXCEPTION_TESTS (FLOAT).
7328 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7330         * benchtests/Makefile (string-bench): Add strcpy_chk and
7331         stpcpy_chk.
7332         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
7333         * benchtests/bench-stpcpy_chk.c: New file.
7334         * benchtests/bench-strcpy_chk-ifunc.c: New file.
7335         * benchtests/bench-strcpy_chk.c: New file.
7336         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
7337         code.
7338         (do_test): Likewise.
7340 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7342         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
7343         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
7344         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
7345         with tabs where appropriate.
7346         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
7347         dl-procinfo.h.
7348         [PPC_PLATFORM_PPC440]: Likewise.
7349         [PPC_PLATFORM_PPC464]: Likewise.
7350         [PPC_PLATFORM_PPC476]: Likewise.
7351         (_dl_string_platform): Add support for detecting ppc405, ppc440,
7352         ppc464, and ppc476 platform strings merging from ports/
7353         dl-procinfo.h.
7355 2013-06-11  Andreas Schwab  <schwab@suse.de>
7357         [BZ #14991]
7358         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
7359         (from_ucs4_idx): Regenerate.
7360         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
7361         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
7362         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
7363         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
7364         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
7365         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
7366         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
7367         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
7368         from FROM_LOOP and TO_LOOP specific macros.
7369         (BODY): Handle combining characters.
7370         * iconvdata/BIG5HKSCS.irreversible: Update.
7371         * iconvdata/BIG5HKSCS.precomposed: New file.
7372         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
7373         characters.
7374         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
7376 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7378         * include/sys/time.h: Fix indentation and add copyright header.
7380         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
7381         (do_test): Likewise.
7382         * string/test-memchr.c (do_one_test): Likewise.
7383         (do_test): Likewise.
7384         * string/test-memcmp.c (do_one_test): Likewise.
7385         (do_test): Likewise.
7386         * string/test-memcpy.c (do_one_test): Likewise.
7387         (do_test): Likewise.
7388         * string/test-memmem.c (do_one_test): Likewise.
7389         (do_test): Likewise.
7390         (do_random_tests): Likewise.
7391         * string/test-memmove.c (do_one_test): Likewise.
7392         (do_test): Likewise.
7393         * string/test-memset.c (do_one_test): Likewise.
7394         (do_test): Likewise.
7395         * string/test-rawmemchr.c (do_one_test): Likewise.
7396         (do_test): Likewise.
7397         * string/test-strcasecmp.c (do_one_test): Likewise.
7398         (do_test): Likewise.
7399         * string/test-strcasestr.c (do_one_test): Likewise.
7400         (do_test): Likewise.
7401         * string/test-strcat.c (do_one_test): Likewise.
7402         (do_test): Likewise.
7403         * string/test-strchr.c (do_one_test): Likewise.
7404         (do_test): Likewise.
7405         * string/test-strcmp.c (do_one_test): Likewise.
7406         (do_test): Likewise.
7407         * string/test-strcpy.c (do_one_test): Likewise.
7408         (do_test): Likewise.
7409         * string/test-string.h: Likewise.
7410         (test_init): Likewise.
7411         * string/test-strlen.c (do_one_test): Likewise.
7412         (do_test): Likewise.
7413         * string/test-strncasecmp.c (do_one_test): Likewise.
7414         (do_test): Likewise.
7415         * string/test-strncat.c (do_one_test): Likewise.
7416         (do_test): Likewise.
7417         * string/test-strncmp.c (do_one_test): Likewise.
7418         (do_test_limit): Likewise.
7419         (do_test): Likewise.
7420         * string/test-strncpy.c (do_one_test): Likewise.
7421         (do_test): Likewise.
7422         * string/test-strnlen.c (do_one_test): Likewise.
7423         (do_test): Likewise.
7424         * string/test-strpbrk.c (do_one_test): Likewise.
7425         (do_test): Likewise.
7426         * string/test-strrchr.c (do_one_test): Likewise.
7427         (do_test): Likewise.
7428         * string/test-strspn.c (do_one_test): Likewise.
7429         (do_test): Likewise.
7430         * string/test-strstr.c (do_one_test): Likewise.
7431         (do_test): Likewise.
7433         * benchtests/Makefile (string-bench): Add string benchmarks.
7434         * benchtests/bench-bcopy-ifunc.c: New file.
7435         * benchtests/bench-bcopy.c: New file.
7436         * benchtests/bench-bzero-ifunc.c: New file.
7437         * benchtests/bench-bzero.c: New file.
7438         * benchtests/bench-memccpy-ifunc.c: New file.
7439         * benchtests/bench-memccpy.c: New file.
7440         * benchtests/bench-memchr-ifunc.c: New file.
7441         * benchtests/bench-memchr.c: New file.
7442         * benchtests/bench-memcmp-ifunc.c: New file.
7443         * benchtests/bench-memcmp.c: New file.
7444         * benchtests/bench-memmem-ifunc.c: New file.
7445         * benchtests/bench-memmem.c: New file.
7446         * benchtests/bench-memmove-ifunc.c: New file.
7447         * benchtests/bench-memmove.c: New file.
7448         * benchtests/bench-mempcpy-ifunc.c: New file.
7449         * benchtests/bench-mempcpy.c: New file.
7450         * benchtests/bench-memset-ifunc.c: New file.
7451         * benchtests/bench-memset.c: New file.
7452         * benchtests/bench-rawmemchr-ifunc.c: New file.
7453         * benchtests/bench-rawmemchr.c: New file.
7454         * benchtests/bench-stpcpy-ifunc.c: New file.
7455         * benchtests/bench-stpcpy.c: New file.
7456         * benchtests/bench-stpncpy-ifunc.c: New file.
7457         * benchtests/bench-stpncpy.c: New file.
7458         * benchtests/bench-strcasecmp-ifunc.c: New file.
7459         * benchtests/bench-strcasecmp.c: New file.
7460         * benchtests/bench-strcasestr-ifunc.c: New file.
7461         * benchtests/bench-strcasestr.c: New file.
7462         * benchtests/bench-strcat-ifunc.c: New file.
7463         * benchtests/bench-strcat.c: New file.
7464         * benchtests/bench-strchr-ifunc.c: New file.
7465         * benchtests/bench-strchr.c: New file.
7466         * benchtests/bench-strchrnul-ifunc.c: New file.
7467         * benchtests/bench-strchrnul.c: New file.
7468         * benchtests/bench-strcmp-ifunc.c: New file.
7469         * benchtests/bench-strcmp.c: New file.
7470         * benchtests/bench-strcpy-ifunc.c: New file.
7471         * benchtests/bench-strcpy.c: New file.
7472         * benchtests/bench-strcspn-ifunc.c: New file.
7473         * benchtests/bench-strcspn.c: New file.
7474         * benchtests/bench-strlen-ifunc.c: New file.
7475         * benchtests/bench-strlen.c: New file.
7476         * benchtests/bench-strncasecmp-ifunc.c: New file.
7477         * benchtests/bench-strncasecmp.c: New file.
7478         * benchtests/bench-strncat-ifunc.c: New file.
7479         * benchtests/bench-strncat.c: New file.
7480         * benchtests/bench-strncmp-ifunc.c: New file.
7481         * benchtests/bench-strncmp.c: New file.
7482         * benchtests/bench-strncpy-ifunc.c: New file.
7483         * benchtests/bench-strncpy.c: New file.
7484         * benchtests/bench-strnlen-ifunc.c: New file.
7485         * benchtests/bench-strnlen.c: New file.
7486         * benchtests/bench-strpbrk-ifunc.c: New file.
7487         * benchtests/bench-strpbrk.c: New file.
7488         * benchtests/bench-strrchr-ifunc.c: New file.
7489         * benchtests/bench-strrchr.c: New file.
7490         * benchtests/bench-strspn-ifunc.c: New file.
7491         * benchtests/bench-strspn.c: New file.
7492         * benchtests/bench-strstr-ifunc.c: New file.
7493         * benchtests/bench-strstr.c: New file.
7495         * benchtests/Makefile: Disable parallel execution of targets.
7496         (string-bench): Add memcpy.
7497         (benchset): New variable to store a list of benchmark sets.
7498         (bench-func): Renamed from bench.
7499         (bench-set): New target.
7500         (bench): Depend on bench-func and bench-set.
7501         * benchtests/README: Add section on benchmark sets.
7502         * benchtests/bench-memcpy-ifunc.c: New file.
7503         * benchtests/bench-memcpy.c: New file.
7504         * benchtests/bench-string.h: New file.
7506 2013-06-11  Andreas Schwab  <schwab@suse.de>
7508         [BZ #15577]
7509         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
7510         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
7511         values in the triple.
7512         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
7513         terminator in the group key.
7515 2013-06-11  Andreas Jaeger  <aj@suse.de>
7517         * po/zh_TW.po: Update Chinese (traditional) translation from
7518         translation project.
7520 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7522         * include/time.h (__clock_gettime): Add libc_hidden_proto.
7523         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
7524         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
7525         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
7526         (clock_getcpuclockid): Likewise.
7527         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
7528         Add weak_alias and libc_hidden_def.
7529         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
7530         * rt/clock_gettime.c (clock_gettime): Rename to
7531         __clock_gettime.  Add weak_alias and libc_hidden_def.
7532         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
7533         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
7534         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
7535         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
7536         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
7537         Likewise.
7538         * rt/clock_settime.c (clock_settime): Rename to
7539         __clock_settime.  Add weak_alias and libc_hidden_def.
7540         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
7542 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
7544         * mach/err_boot.sub: Remove trailing whitespace.
7545         * mach/err_ipc.sub: Likewise.
7546         * mach/err_mach.sub: Likewise.
7548         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
7549         (ROUNDING_TESTS_double): Likewise.
7550         (ROUNDING_TESTS_long_double): Likewise.
7551         (ROUNDING_TESTS): Likewise.
7552         * math/libm-test.inc: Include <math-tests.h>.
7553         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
7554         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
7555         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
7556         (IF_ROUND_INIT_FE_UPWARD): Likewise.
7558 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7560         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
7561         of assigning.
7563 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
7565         * sysdeps/gnu/errlist.awk: Do not generate space at end of
7566         otherwise empty TRANS lines.
7567         * sysdeps/gnu/errlist.c: Regenerated.
7569         * catgets/gencat.c (error_print): Use (void) in function
7570         definition.
7571         * crypt/crypt_util.c (__init_des): Likewise.
7572         * crypt/speeds.c (Stop): Likewise.
7573         (main): Likewise.
7574         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
7575         * inet/ruserpass.c (token): Likewise.
7576         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
7577         * intl/localealias.c (extend_alias_table): Likewise.
7578         * intl/plural-exp.c (init_germanic_plural): Likewise.
7579         * libio/fcloseall.c (__fcloseall): Likewise.
7580         * libio/genops.c (_IO_flush_all): Likewise.
7581         (_IO_flush_all_linebuffered): Likewise.
7582         (_IO_cleanup): Likewise.
7583         (_IO_iter_begin): Likewise.
7584         (_IO_iter_end): Likewise.
7585         (_IO_list_lock): Likewise.
7586         (_IO_list_unlock): Likewise.
7587         (_IO_list_resetlock): Likewise.
7588         * libio/getchar.c (getchar): Likewise.
7589         * libio/getchar_u.c (getchar_unlocked): Likewise.
7590         * libio/getwchar.c (getwchar): Likewise.
7591         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
7592         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
7593         * login/getpt.c (__getpt): Likewise.
7594         * login/tst-utmp.c (main): Likewise.
7595         * malloc/hooks.c (__malloc_check_init): Likewise.
7596         * malloc/malloc.c (__malloc_stats): Likewise.
7597         * malloc/mtrace.c (tr_break): Likewise.
7598         (mtrace): Likewise.
7599         (muntrace): Likewise.
7600         * misc/fstab.c (endfsent): Likewise.
7601         * misc/getclktck.c (__getclktck): Likewise.
7602         * misc/getdtsz.c (__getdtablesize): Likewise.
7603         * misc/gethostid.c (gethostid): Likewise.
7604         * misc/getpagesize.c (__getpagesize): Likewise.
7605         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
7606         (__get_nprocs): Likewise.
7607         (__get_phys_pages): Likewise.
7608         (__get_avphys_pages): Likewise.
7609         * misc/getttyent.c (getttyent): Likewise.
7610         (setttyent): Likewise.
7611         (endttyent): Likewise.
7612         * misc/getusershell.c (getusershell): Likewise.
7613         (endusershell): Likewise.
7614         (setusershell): Likewise.
7615         (initshells): Likewise.
7616         * misc/hsearch.c (__hdestroy): Likewise.
7617         * misc/sync.c (sync): Likewise.
7618         * misc/syslog.c (closelog_internal): Likewise.
7619         (closelog): Likewise.
7620         * misc/ttyslot.c (ttyslot): Likewise.
7621         * misc/vhangup.c (vhangup): Likewise.
7622         * posix/fork.c (__fork): Likewise.
7623         * posix/getegid.c (__getegid): Likewise.
7624         * posix/geteuid.c (__geteuid): Likewise.
7625         * posix/getgid.c (__getgid): Likewise.
7626         * posix/getpid.c (__getpid): Likewise.
7627         * posix/getppid.c (__getppid): Likewise.
7628         * posix/getuid.c (__getuid): Likewise.
7629         * posix/pause.c (pause): Likewise.
7630         * posix/setpgrp.c (setpgrp): Likewise.
7631         * posix/setsid.c (__setsid): Likewise.
7632         * posix/test-vfork.c (noop): Likewise.
7633         * resolv/gethnamaddr.c (_endhtent): Likewise.
7634         (_gethtent): Likewise.
7635         (ht_endhostent): Likewise.
7636         (gethostent): Likewise.
7637         (dns_service): Likewise.
7638         * stdlib/drand48.c (drand48): Likewise.
7639         * stdlib/lrand48.c (lrand48): Likewise.
7640         * stdlib/mrand48.c (mrand48): Likewise.
7641         * stdlib/rand.c (rand): Likewise.
7642         * stdlib/random.c (__random): Likewise.
7643         * stdlib/setenv.c (clearenv): Likewise.
7644         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
7645         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
7646         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
7647         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
7648         (__get_nprocs): Likewise.
7649         (__get_phys_pages): Likewise.
7650         (__get_avphys_pages): Likewise.
7651         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
7652         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
7653         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
7654         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
7655         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
7656         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
7657         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
7658         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
7659         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
7660         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
7661         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
7662         * sysdeps/mach/hurd/sync.c (sync): Likewise.
7663         * sysdeps/posix/clock.c (clock): Likewise.
7664         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
7665         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
7666         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
7667         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
7668         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
7669         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
7670         (__get_nprocs_conf): Likewise.
7671         (__get_phys_pages): Likewise.
7672         (__get_avphys_pages): Likewise.
7673         * time/clock.c (clock): Likewise.
7674         * time/tzset.c (__tzname_max): Likewise.
7676 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
7678         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
7679         (__bswap_32): Do not use "register".
7680         * crypt/crypt.c (_ufc_doit_r): Likewise.
7681         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
7682         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
7683         * gmon/gmon.c (__monstartup): Likewise.
7684         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
7685         * hurd/hurdmalloc.c (more_memory): Likewise.
7686         (malloc): Likewise.
7687         (free): Likewise.
7688         (realloc): Likewise.
7689         (malloc_fork_prepare): Likewise.
7690         (malloc_fork_parent): Likewise.
7691         (malloc_fork_child): Likewise.
7692         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
7693         (_svcauth_des): Likewise.
7694         * inet/inet_lnaof.c (inet_lnaof): Likewise.
7695         * inet/inet_net.c (inet_network): Likewise.
7696         * inet/inet_netof.c (inet_netof): Likewise.
7697         * inet/rcmd.c (__validuser2_sa): Likewise.
7698         * io/fts.c (fts_open): Likewise.
7699         (fts_load): Likewise.
7700         (fts_close): Likewise.
7701         (fts_read): Likewise.
7702         (fts_children): Likewise.
7703         (fts_build): Likewise.
7704         (fts_stat): Likewise.
7705         (fts_sort): Likewise.
7706         (fts_alloc): Likewise.
7707         (fts_lfree): Likewise.
7708         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
7709         (_IO_file_xsgetn): Likewise.
7710         (_IO_file_xsgetn_mmap): Likewise.
7711         * libio/iofopncook.c (_IO_cookie_read): Likewise.
7712         (_IO_cookie_write): Likewise.
7713         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
7714         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
7715         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
7716         * malloc/obstack.c (_obstack_begin): Likewise.
7717         (_obstack_begin_1): Likewise.
7718         (_obstack_newchunk): Likewise.
7719         (_obstack_allocated_p): Likewise.
7720         (obstack_free): Likewise.
7721         (_obstack_memory_used): Likewise.
7722         * misc/getttyent.c (getttynam): Likewise.
7723         (getttyent): Likewise.
7724         (skip): Likewise.
7725         (value): Likewise.
7726         * misc/getusershell.c (initshells): Likewise.
7727         * misc/syslog.c (__vsyslog_chk): Likewise.
7728         * misc/ttyslot.c (ttyslot): Likewise.
7729         * nis/nis_hash.c (__nis_hash): Likewise.
7730         * posix/fnmatch_loop.c (FCT): Likewise.
7731         * posix/getconf.c (print_all): Likewise.
7732         (main): Likewise.
7733         * posix/getopt.c (exchange): Likewise.
7734         * posix/glob.c (globfree): Likewise.
7735         (prefix_array): Likewise.
7736         (__glob_pattern_type): Likewise.
7737         * resolv/arpa/nameser.h (NS_GET16): Likewise.
7738         (NS_GET32): Likewise.
7739         (NS_PUT16): Likewise.
7740         (NS_PUT32): Likewise.
7741         * resolv/gethnamaddr.c (getanswer): Likewise.
7742         (gethostbyname2): Likewise.
7743         (gethostbyaddr): Likewise.
7744         (_gethtent): Likewise.
7745         (_gethtbyname2): Likewise.
7746         (_gethtbyaddr): Likewise.
7747         * resolv/ns_print.c (dst_s_get_int16): Likewise.
7748         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
7749         * resolv/res_init.c (__res_vinit): Likewise.
7750         (net_mask): Likewise.
7751         * resolv/res_mkquery.c (outchar): Likewise.
7752         (PRINT): Likewise.
7753         * stdio-common/printf_fp.c (outchar): Likewise.
7754         (PRINT): Likewise.
7755         * stdio-common/printf_fphex.c (outchar): Likewise.
7756         (PRINT): Likewise.
7757         * stdio-common/printf_size.c (outchar): Likewise.
7758         (PRINT): Likewise.
7759         * stdio-common/test_rdwr.c (main): Likewise.
7760         * stdio-common/tfformat.c (matches): Likewise.
7761         * stdio-common/vfprintf.c (outchar): Likewise.
7762         (printf_unknown): Likewise.
7763         (buffered_vfprintf): Likewise.
7764         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
7765         * stdio-common/xbug.c (AppendToBuffer): Likewise.
7766         (ReadFile): Likewise.
7767         * stdlib/qsort.c (SWAP): Likewise.
7768         (_quicksort): Likewise.
7769         * stdlib/setenv.c (__add_to_environ): Likewise.
7770         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
7771         * stdlib/strtol_l.c (__strtol_l): Likewise.
7772         * stdlib/tst-strtod.c (main): Likewise.
7773         * stdlib/tst-strtol.c (main): Likewise.
7774         * stdlib/tst-strtoll.c (main): Likewise.
7775         * string/bits/string2.h (__strcmp_cc): Likewise.
7776         (__strcmp_cg): Likewise.
7777         (__strcspn_c1): Likewise.
7778         (__strcspn_c2): Likewise.
7779         (__strcspn_c3): Likewise.
7780         (__strspn_c1): Likewise.
7781         (__strspn_c2): Likewise.
7782         (__strspn_c3): Likewise.
7783         (__strsep_1c): Likewise.
7784         (__strsep_2c): Likewise.
7785         (__strsep_3c): Likewise.
7786         * string/memccpy.c (__memccpy): Likewise.
7787         * string/stpcpy.c (__stpcpy): Likewise.
7788         * string/strcmp.c (strcmp): Likewise.
7789         * string/strrchr.c (strrchr): Likewise.
7790         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
7791         Likewise.
7792         * sysdeps/mach/hurd/getcwd.c
7793         (_hurd_canonicalize_directory_name_internal): Likewise.
7794         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
7795         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
7796         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
7797         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
7798         Likewise, in both definitions.
7799         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
7800         definitions.
7801         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
7802         64] (__bswap_64): Likewise.
7803         * time/test_time.c (main): Likewise.
7804         * time/tzfile.c (__tzfile_read): Likewise.
7805         (__tzfile_compute): Likewise.
7806         * time/tzset.c (__tzset_parse_tz): Likewise.
7807         (tzset_internal): Likewise.
7808         (compute_change): Likewise.
7809         * wcsmbs/wcscat.c (__wcscat): Likewise.
7810         * wcsmbs/wcschr.c (wcschr): Likewise.
7811         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
7812         * wcsmbs/wcscspn.c (wcscspn): Likewise.
7813         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
7814         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
7815         * wcsmbs/wcsspn.c (wcsspn): Likewise.
7816         * wcsmbs/wcsstr.c (wcsstr): Likewise.
7817         * wcsmbs/wmemchr.c (wmemchr): Likewise.
7818         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
7819         * wcsmbs/wmemset.c (wmemset): Likewise.
7821 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
7823         * scripts/config.guess: Update to version 2013-05-16.
7824         * scripts/config.sub: Update to version 2013-04-24.
7825         * scripts/install-sh: Update to version 2011-11-20.07.
7826         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
7827         * scripts/move-if-change: Update to version 2012-01-06 07:23.
7829 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
7831         * debug/fgetws_u_chk.c: Fix leading whitespaces.
7832         * elf/sln.c: Likewise.
7833         * hurd/hurd/ioctl.h: Likewise.
7834         * hurd/hurdmalloc.c: Likewise.
7835         * hurd/xattr.c: Likewise.
7836         * include/shlib-compat.h: Likewise.
7837         * inet/ruserpass.c: Likewise.
7838         * libio/iofgets_u.c: Likewise.
7839         * libio/iofgetws_u.c: Likewise.
7840         * locale/programs/ld-identification.c: Likewise.
7841         * locale/programs/ld-time.c: Likewise.
7842         * mach/msg-destroy.c: Likewise.
7843         * nss/nss_files/files-netgrp.c: Likewise.
7844         * resolv/res_data.c: Likewise.
7845         * soft-fp/op-1.h: Likewise.
7846         * soft-fp/op-2.h: Likewise.
7847         * soft-fp/op-4.h: Likewise.
7848         * soft-fp/op-common.h: Likewise.
7849         * stdio-common/printf_fphex.c: Likewise.
7850         * stdlib/strtod_l.c: Likewise.
7851         * sunrpc/rpc/clnt.h: Likewise.
7852         * sysdeps/generic/framestate.c: Likewise.
7853         * sysdeps/i386/bsd-_setjmp.S: Likewise.
7854         * sysdeps/i386/bsd-setjmp.S: Likewise.
7855         * sysdeps/i386/__longjmp.S: Likewise.
7856         * sysdeps/i386/setjmp.S: Likewise.
7857         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
7858         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
7859         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7860         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
7861         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
7862         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
7863         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
7864         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
7865         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
7866         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
7867         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
7868         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7869         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7870         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7871         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7872         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
7873         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
7874         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
7875         * sysdeps/ieee754/support.c: Likewise.
7876         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
7877         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
7878         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
7879         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
7880         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
7881         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
7882         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
7883         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
7884         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
7885         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
7886         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
7887         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
7888         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
7889         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
7890         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
7891         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
7892         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7895 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
7897         * posix/transbug.c: Remove executable mode.
7899 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
7901         * crypt/speeds.c: Remove trailing whitespace.
7902         * dlfcn/default.c: Likewise.
7903         * elf/ifuncdep2.c: Likewise.
7904         * elf/ifuncmain1.c: Likewise.
7905         * elf/ifuncmain1vis.c: Likewise.
7906         * elf/testobj.h: Likewise.
7907         * elf/tst-stackguard1.c: Likewise.
7908         * gmon/sys/gmon.h: Likewise.
7909         * hurd/hurdmsg.c: Likewise.
7910         * hurd/new-fd.c: Likewise.
7911         * hurd/ports-get.c: Likewise.
7912         * iconvdata/ibm1008_420.c: Likewise.
7913         * inet/tst-getni1.c: Likewise.
7914         * inet/tst-getni2.c: Likewise.
7915         * libio/ioungetc.c: Likewise.
7916         * libio/wfiledoalloc.c: Likewise.
7917         * manual/libm-err-tab.pl: Likewise.
7918         * math/w_dremf.c: Likewise.
7919         * misc/ftruncate.c: Likewise.
7920         * posix/bug-glob2.c: Likewise.
7921         * posix/tst-pcre.c: Likewise.
7922         * posix/wait4.c: Likewise.
7923         * resolv/README: Likewise.
7924         * resolv/res_debug.h: Likewise.
7925         * resolv/tst-inet_ntop.c: Likewise.
7926         * setjmp/bug269-setjmp.c: Likewise.
7927         * soft-fp/extended.h: Likewise.
7928         * soft-fp/op-1.h: Likewise.
7929         * soft-fp/op-2.h: Likewise.
7930         * soft-fp/op-4.h: Likewise.
7931         * soft-fp/op-8.h: Likewise.
7932         * soft-fp/testit.c: Likewise.
7933         * stdio-common/bug16.c: Likewise.
7934         * stdlib/random.c: Likewise.
7935         * sunrpc/rpcsvc/rquota.x: Likewise.
7936         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
7937         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
7938         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7939         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
7940         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
7941         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
7942         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
7943         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
7944         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
7945         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
7946         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
7947         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
7948         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
7949         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
7950         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
7951         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
7952         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
7953         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
7954         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
7955         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7956         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
7957         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
7958         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
7959         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
7960         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
7961         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
7962         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
7963         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
7964         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
7965         * sysdeps/ieee754/s_lib_version.c: Likewise.
7966         * sysdeps/mach/hurd/check_fds.c: Likewise.
7967         * sysdeps/mach/hurd/getsockname.c: Likewise.
7968         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
7969         * sysdeps/mach/hurd/recvfrom.c: Likewise.
7970         * sysdeps/powerpc/bits/link.h: Likewise.
7971         * sysdeps/powerpc/dl-procinfo.c: Likewise.
7972         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
7973         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
7974         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
7975         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
7976         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7977         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
7978         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
7979         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
7980         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
7981         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
7982         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
7983         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
7984         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
7985         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
7986         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
7987         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
7988         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
7989         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
7990         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
7991         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
7992         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
7993         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
7994         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
7995         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7996         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
7997         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
7998         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
7999         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
8000         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
8001         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
8002         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
8003         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8004         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8005         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
8006         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
8007         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
8008         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
8009         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
8010         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
8011         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
8012         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
8013         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
8014         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
8015         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
8016         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
8017         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
8018         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
8019         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
8020         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
8021         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
8022         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
8023         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8024         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8025         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
8026         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
8027         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
8028         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
8029         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
8030         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
8031         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
8032         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
8033         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
8034         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
8035         * sysdeps/powerpc/sysdep.h: Likewise.
8036         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
8037         * sysdeps/s390/s390-64/sub_n.S: Likewise.
8038         * sysdeps/sh/dl-trampoline.S: Likewise.
8039         * sysdeps/sh/memset.S: Likewise.
8040         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
8041         * sysdeps/sh/strlen.S: Likewise.
8042         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
8043         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
8044         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
8045         * sysdeps/sparc/sparc32/rem.S: Likewise.
8046         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
8047         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
8048         * sysdeps/sparc/sparc32/strchr.S: Likewise.
8049         * sysdeps/sparc/sparc32/udiv.S: Likewise.
8050         * sysdeps/sparc/sparc32/urem.S: Likewise.
8051         * sysdeps/sparc/sparc64/add_n.S: Likewise.
8052         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
8053         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
8054         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
8055         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
8056         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
8057         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
8058         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
8059         * sysdeps/unix/bsd/times.c: Likewise.
8060         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
8061         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
8062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8065         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
8066         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
8067         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
8068         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
8069         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
8070         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
8071         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
8072         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
8073         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
8074         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
8075         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
8076         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
8077         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
8078         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
8079         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
8080         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
8081         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
8082         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
8083         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
8084         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
8085         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
8086         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
8087         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8088         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
8089         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
8090         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
8091         * sysdeps/x86_64/strcspn.S: Likewise.
8093 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
8095         * locale/C-translit.h: Revert #include <stdint.h> because this is a
8096         generated file.  Regenerate properly from gen-translit.pl.
8097         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
8098         locale/C-translit.h.
8100 2013-06-05  Andreas Schwab  <schwab@suse.de>
8102         [BZ #15100]
8103         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
8104         week as 6 instead of -1.
8105         * time/tst-strptime.c (day_tests): Add test case.
8107 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8109         * sysdeps/generic/math_private.h
8110         (libc_feholdexcept_setround_53bit): Replace with
8111         libc_feholdsetround_53bit.
8112         (libc_feupdateenv_53bit): Replace with
8113         libc_feresetround_53bit.
8114         (SET_RESTORE_ROUND_53BIT): Adjust.
8116 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8118         * string/test-strchrnul.c: Add copyright header.
8120         * posix/tst-getaddrinfo4.c: Increase test timeout.
8122 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
8124         [BZ #15536]
8125         * math/libm-test.inc (MAX_EXP): Remove
8126         (MIN_EXP): Define.
8127         (ulp): Use MIN_EXP - MANT_DIG.
8128         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
8130 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
8132         * po/be.po: Revert last change.
8133         * po/zh_CN.po: Likewise.
8134         * po/header.pot: Likewise.
8136 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
8138         * Makefile ($(common-objpfx)linkobj/libc.so): Define
8139         link-libc-deps to empty as target-specific variable.
8140         * Makerules (link-libc-args): New variable.
8141         (libc-for-link): Likewise.
8142         (link-libc-deps): Likewise.
8143         (lib%.so): Depend on $(link-libc-deps).  Link with
8144         $(link-libc-args).
8145         (build-module): Link with $(link-libc-args).
8146         (build-module-asneeded): Likewise.
8147         (build-module-helper-objlist): Filter out $(link-libc-deps) from
8148         list of objects.
8149         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
8150         target-specific variable.
8151         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
8152         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
8153         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
8154         libc.
8155         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
8156         libc and ld.so.
8157         ($(objpfx)libpcprofile.so): Likewise.
8158         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
8159         libc_nonshared.a.
8160         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
8161         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
8162         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
8163         $(link-libc-deps).
8164         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
8165         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
8166         * login/Makefile ($(objpfx)libutil.so): Likewise.
8167         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
8168         * math/Makefile ($(objpfx)libm.so): Likewise.
8169         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
8170         $(objpfx)libnsl.so): Define libc-for-link as target-specific
8171         variable instead of depending directly on libc.
8172         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
8173         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
8174         $(link-libc-deps).
8175         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
8176         libc.
8177         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
8178         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
8179         ($(objpfx)libanl.so): Likewise.
8180         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
8181         ld.so.
8182         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
8183         $(link-libc-deps).
8184         * sysdeps/i386/fpu/Makefile: Remove file.
8185         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
8186         ($(objpfx)libm.so): Remove dependency on ld.so.
8188 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
8190         [BZ # 15553]
8191         * nis/yp_xdr.c (XDRMAXNAME): Define.
8192         (XDRMAXRECORD): Define.
8193         (xdr_domainname): Use XDRMAXNAME.
8194         (xdr_mapname): Likewise.
8195         (xdr_peername): Likewise.
8196         (xdr_keydat): Use XDRMAXRECORD.
8197         (xdr_valdat): Likewise.
8199 2013-05-30  Jeff Law  <law@redhat.com>
8201         [BZ #14256]
8202         * manual/errno.texi (ESTALE): Update to account for more than
8203         just NFS file systems.
8204         * sysdeps/gnu/errlist.c: Regenerated.
8206 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8208         [BZ #15465]
8209         * elf/Makefile (tests): Add tst-null-argv.
8210         (modules-names):  Add tst-null-argv-lib.
8211         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
8212         (tst-null-argv-ENV): Set environment for tst-null-argv.
8213         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
8214         (RTLD_PROGNAME): New macro.
8215         * elf/tst-null-argv.c: New test case.
8216         * elf/tst-null-argv-lib.c: Library for test case.
8217         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
8218         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
8219         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
8220         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
8221         * elf/dl-init.c (call_init): Likewise.
8222         (_dl_init): Likewise.
8223         * elf/dl-load.c (print_search_path): Likewise.
8224         (_dl_map_object): Likewise.
8225         * elf/dl-lookup.c (do_lookup_x): Likewise.
8226         (add_dependency): Likewise.
8227         (_dl_lookup_symbol_x): Likewise.
8228         (_dl_debug_bindings): Likewise.
8229         * elf/dl-open.c (_dl_show_scope): Likewise.
8230         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
8231         * elf/dl-version.c (match_symbol): Likewise.
8232         (_dl_check_map_versions): Likewise.
8233         * elf/rtld.c (dl_main): Likewise.
8234         (print_unresolved): Use RTLD_PROGNAME.
8235         (print_missing_version): Likewise.
8236         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
8237         (elf_machine_rela): Likewise.
8238         * sysdeps/powerpc/powerpc32/dl-machine.c
8239         (__process_machine_rela): Likewise.
8240         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
8241         Likewise.
8242         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
8243         Likewise.
8244         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
8245         Likewise.
8246         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
8247         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
8248         Likewise.
8249         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8250         Likewise.
8251         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
8253 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
8255         * po/be.po: Add descriptive title.
8256         * po/zh_CN.po: Likewise.
8257         * po/header.pot: Likewise.
8259 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
8261         * locale/programs/locarchive.c (create_archive): Inlucde fname in
8262         error message.
8263         (enlarge_archive): Likewise.
8265 2013-05-28  Ben North  <ben@redfrontdoor.org>
8267         * manual/arith.texi (frexp): It is the magnitude of the return
8268         value which lies in [0.5, 1), not the return value itself.
8270 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8274 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
8276         * stdio-common/bug26.c (main): Correct fscanf template.
8278         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
8279         declare _dl_skip_args.
8281         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
8282         Don't declare.
8284         * manual/platform.texi: Add missing @end deftypefun.
8286 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
8288         [BZ #15529]
8289         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
8290         bit of mantissa of 2^16382.
8291         * math/libm-test.inc (hypot_test_data): Add more tests.
8293         * math/libm-test.inc: Add drem and pow10 to list of tested
8294         functions.
8295         (pow10_test): New function.
8296         (drem_test): Likewise.
8297         (drem_test_tonearest): Likewise.
8298         (drem_test_towardzero): Likewise.
8299         (drem_test_downward): Likewise.
8300         (drem_test_upward): Likewise.
8301         (main): Call the new functions.
8303         * math/libm-test.inc (finite_test_data): Remove.
8304         (finite_test): Run tests from isfinite_test_data.
8305         (gamma_test_data): Remove.
8306         (gamma_test): Run tests from lgamma_test_data.
8307         * sysdeps/i386/fpu/libm-test-ulps: Update.
8308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8310 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8312         * manual/platform.texi: Add PowerPC PPR function set documentation.
8313         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
8314         implementation.
8316 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
8318         * math/libm-test.inc (MAX_EXP): Define.
8319         (ULPDIFF): Define.
8320         (ulp): New function.
8321         (check_float_internal): Use ULPDIFF.
8322         (cpow_test): Disable failing test.
8323         (check_ulp): Test ulp() implemetnation.
8324         (main): Call check_ulp before starting tests.
8326 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
8328         * math/gen-libm-test.pl (generate_testfile): Do not handle
8329         START_DATA and END_DATA.
8330         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
8331         END_DATA.
8332         (acos_tonearest_test_data): Likewise.
8333         (acos_towardzero_test_data): Likewise.
8334         (acos_downward_test_data): Likewise.
8335         (acos_upward_test_data): Likewise.
8336         (acosh_test_data): Likewise.
8337         (asin_test_data): Likewise.
8338         (asin_tonearest_test_data): Likewise.
8339         (asin_towardzero_test_data): Likewise.
8340         (asin_downward_test_data): Likewise.
8341         (asin_upward_test_data): Likewise.
8342         (asinh_test_data): Likewise.
8343         (atan_test_data): Likewise.
8344         (atanh_test_data): Likewise.
8345         (atan2_test_data): Likewise.
8346         (cabs_test_data): Likewise.
8347         (cacos_test_data): Likewise.
8348         (cacosh_test_data): Likewise.
8349         (carg_test_data): Likewise.
8350         (casin_test_data): Likewise.
8351         (casinh_test_data): Likewise.
8352         (catan_test_data): Likewise.
8353         (catanh_test_data): Likewise.
8354         (cbrt_test_data): Likewise.
8355         (ccos_test_data): Likewise.
8356         (ccosh_test_data): Likewise.
8357         (ceil_test_data): Likewise.
8358         (cexp_test_data): Likewise.
8359         (cimag_test_data): Likewise.
8360         (clog_test_data): Likewise.
8361         (clog10_test_data): Likewise.
8362         (conj_test_data): Likewise.
8363         (copysign_test_data): Likewise.
8364         (cos_test_data): Likewise.
8365         (cos_tonearest_test_data): Likewise.
8366         (cos_towardzero_test_data): Likewise.
8367         (cos_downward_test_data): Likewise.
8368         (cos_upward_test_data): Likewise.
8369         (cosh_test_data): Likewise.
8370         (cosh_tonearest_test_data): Likewise.
8371         (cosh_towardzero_test_data): Likewise.
8372         (cosh_downward_test_data): Likewise.
8373         (cosh_upward_test_data): Likewise.
8374         (cpow_test_data): Likewise.
8375         (cproj_test_data): Likewise.
8376         (creal_test_data): Likewise.
8377         (csin_test_data): Likewise.
8378         (csinh_test_data): Likewise.
8379         (csqrt_test_data): Likewise.
8380         (ctan_test_data): Likewise.
8381         (ctan_tonearest_test_data): Likewise.
8382         (ctan_towardzero_test_data): Likewise.
8383         (ctan_downward_test_data): Likewise.
8384         (ctan_upward_test_data): Likewise.
8385         (ctanh_test_data): Likewise.
8386         (ctanh_tonearest_test_data): Likewise.
8387         (ctanh_towardzero_test_data): Likewise.
8388         (ctanh_downward_test_data): Likewise.
8389         (ctanh_upward_test_data): Likewise.
8390         (erf_test_data): Likewise.
8391         (erfc_test_data): Likewise.
8392         (exp_test_data): Likewise.
8393         (exp_tonearest_test_data): Likewise.
8394         (exp_towardzero_test_data): Likewise.
8395         (exp_downward_test_data): Likewise.
8396         (exp_upward_test_data): Likewise.
8397         (exp10_test_data): Likewise.
8398         (exp2_test_data): Likewise.
8399         (expm1_test_data): Likewise.
8400         (fabs_test_data): Likewise.
8401         (fdim_test_data): Likewise.
8402         (finite_test_data): Likewise.
8403         (floor_test_data): Likewise.
8404         (fma_test_data): Likewise.
8405         (fma_towardzero_test_data): Likewise.
8406         (fma_downward_test_data): Likewise.
8407         (fma_upward_test_data): Likewise.
8408         (fmax_test_data): Likewise.
8409         (fmin_test_data): Likewise.
8410         (fmod_test_data): Likewise.
8411         (fpclassify_test_data): Likewise.
8412         (frexp_test_data): Likewise.
8413         (gamma_test_data): Likewise.
8414         (hypot_test_data): Likewise.
8415         (ilogb_test_data): Likewise.
8416         (isfinite_test_data): Likewise.
8417         (isgreater_test_data): Likewise.
8418         (isgreaterequal_test_data): Likewise.
8419         (isinf_test_data): Likewise.
8420         (isless_test_data): Likewise.
8421         (islessequal_test_data): Likewise.
8422         (islessgreater_test_data): Likewise.
8423         (isnan_test_data): Likewise.
8424         (isnormal_test_data): Likewise.
8425         (issignaling_test_data): Likewise.
8426         (isunordered_test_data): Likewise.
8427         (j0_test_data): Likewise.
8428         (j1_test_data): Likewise.
8429         (jn_test_data): Likewise.
8430         (ldexp_test_data): Likewise.
8431         (lgamma_test_data): Likewise.
8432         (lrint_test_data): Likewise.
8433         (lrint_tonearest_test_data): Likewise.
8434         (lrint_towardzero_test_data): Likewise.
8435         (lrint_downward_test_data): Likewise.
8436         (lrint_upward_test_data): Likewise.
8437         (llrint_test_data): Likewise.
8438         (llrint_tonearest_test_data): Likewise.
8439         (llrint_towardzero_test_data): Likewise.
8440         (llrint_downward_test_data): Likewise.
8441         (llrint_upward_test_data): Likewise.
8442         (log_test_data): Likewise.
8443         (log10_test_data): Likewise.
8444         (log1p_test_data): Likewise.
8445         (log2_test_data): Likewise.
8446         (logb_test_data): Likewise.
8447         (logb_downward_test_data): Likewise.
8448         (lround_test_data): Likewise.
8449         (llround_test_data): Likewise.
8450         (modf_test_data): Likewise.
8451         (nearbyint_test_data): Likewise.
8452         (nextafter_test_data): Likewise.
8453         (nexttoward_test_data): Likewise.
8454         (pow_test_data): Likewise.
8455         (pow_tonearest_test_data): Likewise.
8456         (pow_towardzero_test_data): Likewise.
8457         (pow_downward_test_data): Likewise.
8458         (pow_upward_test_data): Likewise.
8459         (remainder_test_data): Likewise.
8460         (remainder_tonearest_test_data): Likewise.
8461         (remainder_towardzero_test_data): Likewise.
8462         (remainder_downward_test_data): Likewise.
8463         (remainder_upward_test_data): Likewise.
8464         (remquo_test_data): Likewise.
8465         (rint_test_data): Likewise.
8466         (rint_tonearest_test_data): Likewise.
8467         (rint_towardzero_test_data): Likewise.
8468         (rint_downward_test_data): Likewise.
8469         (rint_upward_test_data): Likewise.
8470         (round_test_data): Likewise.
8471         (scalb_test_data): Likewise.
8472         (scalbn_test_data): Likewise.
8473         (scalbln_test_data): Likewise.
8474         (signbit_test_data): Likewise.
8475         (sin_test_data): Likewise.
8476         (sin_tonearest_test_data): Likewise.
8477         (sin_towardzero_test_data): Likewise.
8478         (sin_downward_test_data): Likewise.
8479         (sin_upward_test_data): Likewise.
8480         (sincos_test_data): Likewise.
8481         (sinh_test_data): Likewise.
8482         (sinh_tonearest_test_data): Likewise.
8483         (sinh_towardzero_test_data): Likewise.
8484         (sinh_downward_test_data): Likewise.
8485         (sinh_upward_test_data): Likewise.
8486         (sqrt_test_data): Likewise.
8487         (tan_test_data): Likewise.
8488         (tan_tonearest_test_data): Likewise.
8489         (tan_towardzero_test_data): Likewise.
8490         (tan_downward_test_data): Likewise.
8491         (tan_upward_test_data): Likewise.
8492         (tanh_test_data): Likewise.
8493         (tgamma_test_data): Likewise.
8494         (trunc_test_data): Likewise.
8495         (y0_test_data): Likewise.
8496         (y1_test_data): Likewise.
8497         (yn_test_data): Likewise.
8498         (significand_test_data): Likewise.
8500         * math/gen-libm-test.pl (@functions): Remove variable.
8501         (generate_testfile): Don't handle START and END lines.
8502         * math/libm-test.inc (START): New macro.
8503         (END): Likewise.
8504         (END_COMPLEX): Likewise.
8505         (acos_test): Use END macro without arguments.
8506         (acos_test_tonearest): Likewise.
8507         (acos_test_towardzero): Likewise.
8508         (acos_test_downward): Likewise.
8509         (acos_test_upward): Likewise.
8510         (acosh_test): Likewise.
8511         (asin_test): Likewise.
8512         (asin_test_tonearest): Likewise.
8513         (asin_test_towardzero): Likewise.
8514         (asin_test_downward): Likewise.
8515         (asin_test_upward): Likewise.
8516         (asinh_test): Likewise.
8517         (atan_test): Likewise.
8518         (atanh_test): Likewise.
8519         (atan2_test): Likewise.
8520         (cabs_test): Likewise.
8521         (cacos_test): Use END_COMPLEX macro without arguments.
8522         (cacosh_test): Likewise.
8523         (carg_test): Use END macro without arguments.
8524         (casin_test): Use END_COMPLEX macro without arguments.
8525         (casinh_test): Likewise.
8526         (catan_test): Likewise.
8527         (catanh_test): Likewise.
8528         (cbrt_test): Use END macro without arguments.
8529         (ccos_test): Use END_COMPLEX macro without arguments.
8530         (ccosh_test): Likewise.
8531         (ceil_test): Use END macro without arguments.
8532         (cexp_test): Use END_COMPLEX macro without arguments.
8533         (cimag_test): Use END macro without arguments.
8534         (clog_test): Use END_COMPLEX macro without arguments.
8535         (clog10_test): Likewise.
8536         (conj_test): Likewise.
8537         (copysign_test): Use END macro without arguments.
8538         (cos_test): Likewise.
8539         (cos_test_tonearest): Likewise.
8540         (cos_test_towardzero): Likewise.
8541         (cos_test_downward): Likewise.
8542         (cos_test_upward): Likewise.
8543         (cosh_test): Likewise.
8544         (cosh_test_tonearest): Likewise.
8545         (cosh_test_towardzero): Likewise.
8546         (cosh_test_downward): Likewise.
8547         (cosh_test_upward): Likewise.
8548         (cpow_test): Use END_COMPLEX macro without arguments.
8549         (cproj_test): Likewise.
8550         (creal_test): Use END macro without arguments.
8551         (csin_test): Use END_COMPLEX macro without arguments.
8552         (csinh_test): Likewise.
8553         (csqrt_test): Likewise.
8554         (ctan_test): Likewise.
8555         (ctan_test_tonearest): Likewise.
8556         (ctan_test_towardzero): Likewise.
8557         (ctan_test_downward): Likewise.
8558         (ctan_test_upward): Likewise.
8559         (ctanh_test): Likewise.
8560         (ctanh_test_tonearest): Likewise.
8561         (ctanh_test_towardzero): Likewise.
8562         (ctanh_test_downward): Likewise.
8563         (ctanh_test_upward): Likewise.
8564         (erf_test): Use END macro without arguments.
8565         (erfc_test): Likewise.
8566         (exp_test): Likewise.
8567         (exp_test_tonearest): Likewise.
8568         (exp_test_towardzero): Likewise.
8569         (exp_test_downward): Likewise.
8570         (exp_test_upward): Likewise.
8571         (exp10_test): Likewise.
8572         (exp2_test): Likewise.
8573         (expm1_test): Likewise.
8574         (fabs_test): Likewise.
8575         (fdim_test): Likewise.
8576         (finite_test): Likewise.
8577         (floor_test): Likewise.
8578         (fma_test): Likewise.
8579         (fma_test_towardzero): Likewise.
8580         (fma_test_downward): Likewise.
8581         (fma_test_upward): Likewise.
8582         (fmax_test): Likewise.
8583         (fmin_test): Likewise.
8584         (fmod_test): Likewise.
8585         (fpclassify_test): Likewise.
8586         (frexp_test): Likewise.
8587         (gamma_test): Likewise.
8588         (hypot_test): Likewise.
8589         (ilogb_test): Likewise.
8590         (isfinite_test): Likewise.
8591         (isgreater_test): Likewise.
8592         (isgreaterequal_test): Likewise.
8593         (isinf_test): Likewise.
8594         (isless_test): Likewise.
8595         (islessequal_test): Likewise.
8596         (islessgreater_test): Likewise.
8597         (isnan_test): Likewise.
8598         (isnormal_test): Likewise.
8599         (issignaling_test): Likewise.
8600         (isunordered_test): Likewise.
8601         (j0_test): Likewise.
8602         (j1_test): Likewise.
8603         (jn_test): Likewise.
8604         (ldexp_test): Likewise.
8605         (lgamma_test): Likewise.
8606         (lrint_test): Likewise.
8607         (lrint_test_tonearest): Likewise.
8608         (lrint_test_towardzero): Likewise.
8609         (lrint_test_downward): Likewise.
8610         (lrint_test_upward): Likewise.
8611         (llrint_test): Likewise.
8612         (llrint_test_tonearest): Likewise.
8613         (llrint_test_towardzero): Likewise.
8614         (llrint_test_downward): Likewise.
8615         (llrint_test_upward): Likewise.
8616         (log_test): Likewise.
8617         (log10_test): Likewise.
8618         (log1p_test): Likewise.
8619         (log2_test): Likewise.
8620         (logb_test): Likewise.
8621         (logb_test_downward): Likewise.
8622         (lround_test): Likewise.
8623         (llround_test): Likewise.
8624         (modf_test): Likewise.
8625         (nearbyint_test): Likewise.
8626         (nextafter_test): Likewise.
8627         (nexttoward_test): Likewise.
8628         (pow_test): Likewise.
8629         (pow_test_tonearest): Likewise.
8630         (pow_test_towardzero): Likewise.
8631         (pow_test_downward): Likewise.
8632         (pow_test_upward): Likewise.
8633         (remainder_test): Likewise.
8634         (remainder_test_tonearest): Likewise.
8635         (remainder_test_towardzero): Likewise.
8636         (remainder_test_downward): Likewise.
8637         (remainder_test_upward): Likewise.
8638         (remquo_test): Likewise.
8639         (rint_test): Likewise.
8640         (rint_test_tonearest): Likewise.
8641         (rint_test_towardzero): Likewise.
8642         (rint_test_downward): Likewise.
8643         (rint_test_upward): Likewise.
8644         (round_test): Likewise.
8645         (scalb_test): Likewise.
8646         (scalbn_test): Likewise.
8647         (scalbln_test): Likewise.
8648         (signbit_test): Likewise.
8649         (sin_test): Likewise.
8650         (sin_test_tonearest): Likewise.
8651         (sin_test_towardzero): Likewise.
8652         (sin_test_downward): Likewise.
8653         (sin_test_upward): Likewise.
8654         (sincos_test): Likewise.
8655         (sinh_test): Likewise.
8656         (sinh_test_tonearest): Likewise.
8657         (sinh_test_towardzero): Likewise.
8658         (sinh_test_downward): Likewise.
8659         (sinh_test_upward): Likewise.
8660         (sqrt_test): Likewise.
8661         (tan_test): Likewise.
8662         (tan_test_tonearest): Likewise.
8663         (tan_test_towardzero): Likewise.
8664         (tan_test_downward): Likewise.
8665         (tan_test_upward): Likewise.
8666         (tanh_test): Likewise.
8667         (tgamma_test): Likewise.
8668         (trunc_test): Likewise.
8669         (y0_test): Likewise.
8670         (y1_test): Likewise.
8671         (yn_test): Likewise.
8672         (significand_test): Likewise.
8674 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
8676         [BZ #15381]
8677         * libio/genops.c (_IO_no_init): Initialize wide struct info.
8679 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
8681         [BZ #14894]
8682         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
8683         __ppc_mdoio and __ppc_mdoom.
8684         * manual/platform.texi: Document new functions __ppc_yield,
8685         __ppc_mdoio and __ppc_mdoom.
8687 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
8689         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
8690         (main): Mention "tls" pseudo-hwcap is legacy.
8691         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
8693 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
8695         * math/gen-libm-test.pl (parse_args): Output only string of
8696         arguments as text for test name, not full call or descriptions of
8697         tests for extra outputs.
8698         (generate_testfile): Do not pass function name to parse_args.
8699         Generate this_func variable from START.
8700         * math/libm-test.inc (struct test_f_f_data): Rename test_name
8701         field to arg_str.
8702         (struct test_ff_f_data): Likewise.
8703         (test_ff_f_data_nexttoward): Likewise.
8704         (struct test_fi_f_data): Likewise.
8705         (struct test_fl_f_data): Likewise.
8706         (struct test_if_f_data): Likewise.
8707         (struct test_fff_f_data): Likewise.
8708         (struct test_c_f_data): Likewise.
8709         (struct test_f_f1_data): Likewise.  Remove field extra_name.
8710         (struct test_fF_f1_data): Likewise.
8711         (struct test_ffI_f1_data): Likewise.
8712         (struct test_c_c_data): Rename test_name field to arg_str.
8713         (struct test_cc_c_data): Likewise.
8714         (struct test_f_i_data): Likewise.
8715         (struct test_ff_i_data): Likewise.
8716         (struct test_f_l_data): Likewise.
8717         (struct test_f_L_data): Likewise.
8718         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
8719         and extra2_name.
8720         (COMMON_TEST_SETUP): New macro.
8721         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
8722         (COMMON_TEST_CLEANUP): Likewise.
8723         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
8724         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
8725         macros.
8726         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
8727         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
8728         macros.
8729         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
8730         (RUN_TEST_fff_f): Take argument string.  Call new setup and
8731         cleanup macros.
8732         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
8733         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
8734         macros.
8735         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
8736         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
8737         macros.
8738         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
8739         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
8740         cleanup macros.
8741         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
8742         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
8743         cleanup macros.
8744         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
8745         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
8746         cleanup macros.
8747         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
8748         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
8749         macros.
8750         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
8751         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
8752         macros.
8753         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
8754         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
8755         macros.
8756         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
8757         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
8758         cleanup macros.
8759         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
8760         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
8761         cleanup macros.
8762         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
8763         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
8764         macros.
8765         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
8766         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
8767         cleanup macros.
8768         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
8769         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
8770         macros.
8771         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
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_fFF_11): Take argument string.  Call new setup and
8776         cleanup macros.
8777         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
8779 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
8781         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
8782         to _sifields.sigfault.
8783         (si_addr_lsb): Define new macro.
8784         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
8785         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8786         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
8788 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
8790         [BZ #15441]
8791         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
8792         returns -1.
8793         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
8794         null return -1.
8795         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
8796         loading the domain.
8798 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
8800         * math/gen-libm-test.pl (parse_args): Do not include expected
8801         result in test name.
8802         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
8803         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8804         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8805         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8806         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8809 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8811         * benchtests/Makefile: Sort function entries.
8813         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
8814         tanh, asinh, acosh, atanh.
8815         * benchtests/acos-inputs: New file.
8816         * benchtests/acosh-inputs: New file.
8817         * benchtests/asin-inputs: New file.
8818         * benchtests/asinh-inputs: New file.
8819         * benchtests/atanh-inputs: New file.
8820         * benchtests/cosh-inputs: New file.
8821         * benchtests/log-inputs: New file.
8822         * benchtests/sinh-inputs: New file.
8823         * benchtests/tanh-inputs: New file.
8825 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
8827         [BZ #15339]
8828         * posix/tst-getaddrinfo4.c: New test.
8829         * posix/Makefile (tests): Add it.
8831 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8833         [BZ #15339]
8834         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
8835         when no services were used.
8836         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
8837         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
8839 2013-05-21  Andreas Schwab  <schwab@suse.de>
8841         [BZ #15014]
8842         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
8843         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
8844         successful.
8845         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
8846         redundant variable declarations and reallocation of buffer when
8847         parsing as IPv6 address.  Always set NSS status when called from
8848         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
8849         buffer too small.  Correct computation of needed size.
8850         * nss/Makefile (tests): Add test-digits-dots.
8851         * nss/test-digits-dots.c: New test.
8853 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8855         * benchtests/Makefile: Remove instructions for adding
8856         benchmark tests.
8857         * benchtests/README: New file to explain how to execute and
8858         enhance the benchmark tests.
8860 2013-05-21  Andreas Schwab  <schwab@suse.de>
8862         [BZ #15493]
8863         * setjmp/Makefile (tests): Add tst-sigsetjmp.
8864         * setjmp/tst-sigsetjmp.c: New test.
8866 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
8868         * sysdeps/x86_64/memset.S (memset): New implementation.
8869         (__bzero): Likewise.
8870         (__memset_tail): New function.
8872 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
8874         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
8875         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
8876         __memcpy_sse2_unaligned ifunc selection.
8877         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
8878         Add memcpy-sse2-unaligned.S.
8879         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8880         Add: __memcpy_sse2_unaligned.
8882 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
8884         [BZ #15490]
8885         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
8886         math_force_eval before restoring floating-point envrionment.
8887         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
8888         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
8889         Likewise.
8890         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
8891         <math_private.h>.
8892         (__nearbyintl): Use math_force_eval before restoring
8893         floating-point environment.
8894         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
8896         * math/gen-libm-test.pl (special_functions): Remove.
8897         (parse_args): Don't handle TEST_extra.  Handle functions with no
8898         return value.
8899         * math/libm-test.inc (struct test_sincos_data): Replace with
8900         struct test_fFF_11_data.
8901         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
8902         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
8903         (sincos_test_data): Change element type to struct
8904         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
8905         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
8906         RUN_TEST_LOOP_sincos.
8907         * math/README.libm-test: Don't mention special handling of
8908         individual functions.
8909         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
8910         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8911         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8912         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8913         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8916         * math/gen-libm-test.pl (get_variable): Remove function.
8917         (parse_args): Don't show pointer parameters to call in test
8918         names.  Use "extra output N" in test names for extra outputs
8919         rather than naming variables.
8921 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
8923         [BZ #15488]
8924         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
8925         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
8926         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
8927         double tests.
8928         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
8929         disable.
8930         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
8931         check_long_double.
8933         * math/gen-libm-test.pl (@tests): Remove variable.
8934         ($count): Likewise.
8935         (new_test): Remove function.
8936         (show_exceptions): New function.
8937         (special_functions): Use show_exceptions instead of new_test.
8938         (parse_args): Likewise.
8939         (generate_testfile): Pass only function name in generated call to
8940         print_max_error or print_complex_max_error.
8941         (get_ulps): Do not handle complex tests specially.
8942         (output_test): Rename to ...
8943         (get_all_ulps_for_test): ... this.  Return a string rather than
8944         printing to a file.  Require ulps to be present.
8945         (output_ulps): Generate arrays rather than #defines.
8946         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
8947         (struct ulp_data): New type.
8948         (BUILD_COMPLEX_ULP): Remove macro.
8949         (compare_ulp_data): New function.
8950         (find_ulps): Likewise.
8951         (find_test_ulps): Likewise.
8952         (find_function_ulps): Likewise.
8953         (find_complex_function_ulps): Likewise.
8954         (print_max_error): Determine allowed ulps using
8955         find_function_ulps.
8956         (print_complex_max_error): Determine allowed ulps using
8957         find_complex_function_ulps.
8958         (check_float_internal): Determine max ulps using find_test_ulps.
8959         (check_float): Do not take max_ulp parameter.  Update call to
8960         check_float_internal.
8961         (check_complex): Likewise.
8962         (check_int): Do not take max_ulp parameter.
8963         (check_long): Likewise.
8964         (check_bool): Likewise.
8965         (check_longlong): Likewise.
8966         (struct test_f_f_data): Remove max_ulp field.
8967         (struct test_ff_f_data): Likewise.
8968         (struct test_ff_f_data_nexttoward): Likewise.
8969         (struct test_fi_f_data): Likewise.
8970         (struct test_fl_f_data): Likewise.
8971         (struct test_if_f_data): Likewise.
8972         (struct test_fff_f_data): Likewise.
8973         (struct test_c_f_data): Likewise.
8974         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
8975         (struct test_fF_f1_data): Likewise.
8976         (struct test_ffI_f1_data): Likewise.
8977         (struct test_c_c_data): Remove max_ulp field.
8978         (struct test_cc_c_data): Likewise.
8979         (struct test_f_i_data): Likewise.
8980         (struct test_ff_i_data): Likewise.
8981         (struct test_f_l_data): Likewise.
8982         (struct test_f_L_data): Likewise.
8983         (struct test_sincos_data): Likewise.
8984         (RUN_TEST_f_f): Do not handle ulps.
8985         (RUN_TEST_LOOP_f_f): Likewise.
8986         (RUN_TEST_2_f): Likewise.
8987         (RUN_TEST_LOOP_2_f): Likewise.
8988         (RUN_TEST_fff_f): Likewise.
8989         (RUN_TEST_LOOP_fff_f): Likewise.
8990         (RUN_TEST_c_f): Likewise.
8991         (RUN_TEST_LOOP_c_f): Likewise.
8992         (RUN_TEST_f_f1): Likewise.
8993         (RUN_TEST_LOOP_f_f1): Likewise.
8994         (RUN_TEST_fF_f1): Likewise.
8995         (RUN_TEST_LOOP_fF_f1): Likewise.
8996         (RUN_TEST_fI_f1): Likewise.
8997         (RUN_TEST_LOOP_fI_f1): Likewise.
8998         (RUN_TEST_ffI_f1): Likewise.
8999         (RUN_TEST_LOOP_ffI_f1): Likewise.
9000         (RUN_TEST_c_c): Likewise.
9001         (RUN_TEST_LOOP_c_c): Likewise.
9002         (RUN_TEST_cc_c): Likewise.
9003         (RUN_TEST_LOOP_cc_c): Likewise.
9004         (RUN_TEST_f_i): Likewise.
9005         (RUN_TEST_LOOP_f_i): Likewise.
9006         (RUN_TEST_f_i_tg): Likewise.
9007         (RUN_TEST_LOOP_f_i_tg): Likewise.
9008         (RUN_TEST_ff_i_tg): Likewise.
9009         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9010         (RUN_TEST_f_b): Likewise.
9011         (RUN_TEST_LOOP_f_b): Likewise.
9012         (RUN_TEST_f_b_tg): Likewise.
9013         (RUN_TEST_LOOP_f_b_tg): Likewise.
9014         (RUN_TEST_f_l): Likewise.
9015         (RUN_TEST_LOOP_f_l): Likewise.
9016         (RUN_TEST_f_L): Likewise.
9017         (RUN_TEST_LOOP_f_L): Likewise.
9018         (RUN_TEST_sincos): Likewise.
9019         (RUN_TEST_LOOP_sincos): Likewise.
9021 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
9023         [BZ #15480]
9024         [BZ #15485]
9025         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
9026         main case of finite arguments, set rounding mode to FE_TONEAREST
9027         and discard exceptions.
9028         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
9029         exceptions.
9030         (remainder_tonearest_test_data): New variable.
9031         (remainder_test_tonearest): New function.
9032         (remainder_towardzero_test_data): New variable.
9033         (remainder_test_towardzero): New function.
9034         (remainder_downward_test_data): New variable.
9035         (remainder_test_downward): New function.
9036         (remainder_upward_test_data): New variable.
9037         (remainder_test_upward): New function.
9038         (main): Call the new test functions.
9040         * math/libm-test.inc (struct test_f_f1_data): Remove field
9041         extra_init.
9042         (struct test_fF_f1_data): Likewise.
9043         (struct test_ffI_f1_data): Likewise.
9044         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
9045         based on value of EXTRA_EXPECTED.
9046         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
9047         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
9048         EXTRA_VAR based on value of EXTRA_EXPECTED.
9049         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
9050         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
9051         EXTRA_VAR based on value of EXTRA_EXPECTED.
9052         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
9053         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
9054         EXTRA_VAR based on value of EXTRA_EXPECTED.
9055         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
9056         * math/gen-libm-test.pl (parse_args): Don't output initializers
9057         for extra output values.
9059         * math/libm-test.inc (check_int): Expect result to be exactly
9060         equal to expected value and do not handle ulps.
9061         (check_long): Likewise.
9062         (check_longlong): Likewise.
9064         * math/libm-test.inc (ceil_test_data): Test for "inexact"
9065         exceptions.
9066         (cimag_test_data): Likewise.
9067         (conj_test_data): Likewise.
9068         (copysign_test_data): Likewise.
9069         (cproj_test_data): Likewise.
9070         (creal_test_data): Likewise.
9071         (fabs_test_data): Likewise.
9072         (fdim_test_data): Likewise.
9073         (finite_test_data): Likewise.
9074         (floor_test_data): Likewise.
9075         (fmax_test_data): Likewise.
9076         (fmin_test_data): Likewise.
9077         (fmod_test_data): Likewise.
9078         (fpclassify_test_data): Likewise.
9079         (frexp_test_data): Likewise.
9080         (ilogb_test_data): Likewise.
9081         (isfinite_test_data): Likewise.
9082         (isgreater_test_data): Likewise.
9083         (isgreaterequal_test_data): Likewise.
9084         (isinf_test_data): Likewise.
9085         (isless_test_data): Likewise.
9086         (islessequal_test_data): Likewise.
9087         (islessgreater_test_data): Likewise.
9088         (isnan_test_data): Likewise.
9089         (isnormal_test_data): Likewise.
9090         (issignaling_test_data): Likewise.
9091         (isunordered_test_data): Likewise.
9092         (ldexp_test_data): Likewise.
9093         (lrint_test_data): Likewise.
9094         (lrint_test_data) [TEST_FLOAT]: Disable one test.
9095         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
9096         (lrint_tonearest_test_data): Test for "inexact" exceptions.
9097         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
9098         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
9099         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
9100         test input.
9101         (lrint_towardzero_test_data): Test for "inexact" exceptions.
9102         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
9103         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
9104         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
9105         that test input.
9106         (lrint_downward_test_data): Test for "inexact" exceptions.
9107         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
9108         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
9109         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
9110         test input.
9111         (lrint_upward_test_data): Test for "inexact" exceptions.
9112         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
9113         test input.
9114         (llrint_test_data): Test for "inexact" exceptions.
9115         (llrint_test_data) [TEST_FLOAT]: Disable one test.
9116         (llrint_tonearest_test_data): Test for "inexact" exceptions.
9117         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
9118         (llrint_towardzero_test_data): Test for "inexact" exceptions.
9119         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
9120         (llrint_downward_test_data): Test for "inexact" exceptions.
9121         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
9122         (llrint_upward_test_data): Test for "inexact" exceptions.
9123         (logb_test_data): Likewise.
9124         (logb_downward_test_data): Likewise.
9125         (nextafter_test_data): Likewise.
9126         (nexttoward_test_data): Likewise.
9127         (remainder_test_data): Likewise.
9128         (remquo_test_data): Likewise.
9129         (scalbn_test_data): Likewise.
9130         (scalbln_test_data): Likewise.
9131         (signbit_test_data): Likewise.
9132         (sqrt_test_data): Likewise.
9133         (significand_test_data): Likewise.
9135 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9137         [BZ #15424]
9138         * benchtests/bench-modf.c (struct args): Mark arg0 as
9139         volatile.
9140         * scripts/bench.pl: Mark members of struct args as volatile.
9142 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9144         [BZ # 15497]
9145         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
9146         negative infinity on POWER6 or lower.
9147         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
9149 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9151         [BZ #15442]
9152         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
9153         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
9154         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
9155         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
9156         (_FP_SETQNAN): New macro.
9157         (_FP_SETQNAN_SEMIRAW): Likewise.
9158         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
9159         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
9160         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
9161         (FP_EXTEND): Use _FP_FRAC_SNANP.
9162         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
9163         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
9164         into account.
9165         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
9166         New macro.
9167         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
9168         Likewise.
9170 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
9172         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
9173         with DIVIDE_BY_ZERO_EXCEPTION.
9174         (gamma_test_data): Likewise.
9175         (lgamma_test_data): Likewise.
9176         (log_test_data): Likewise.
9177         (log10_test_data): Likewise.
9178         (log2_test_data): Likewise.
9179         (tgamma_test_data): Likewise.
9181         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
9182         (acos_test_tonearest): Likewise.
9183         (acos_test_towardzero): Likewise.
9184         (acos_test_downward): Likewise.
9185         (acos_test_upward): Likewise.
9186         (acosh_test): Likewise.
9187         (asin_test): Likewise.
9188         (asin_test_tonearest): Likewise.
9189         (asin_test_towardzero): Likewise.
9190         (asin_test_downward): Likewise.
9191         (asin_test_upward): Likewise.
9192         (asinh_test): Likewise.
9193         (atan_test): Likewise.
9194         (atanh_test): Likewise.
9195         (atan2_test): Likewise.
9196         (cabs_test): Likewise.
9197         (cacos_test): Likewise.
9198         (cacosh_test): Likewise.
9199         (casin_test): Likewise.
9200         (casinh_test): Likewise.
9201         (catan_test): Likewise.
9202         (catanh_test): Likewise.
9203         (cbrt_test): Likewise.
9204         (ccos_test): Likewise.
9205         (ccosh_test): Likewise.
9206         (cexp_test): Likewise.
9207         (clog_test): Likewise.
9208         (clog10_test): Likewise.
9209         (cos_test): Likewise.
9210         (cos_test_tonearest): Likewise.
9211         (cos_test_towardzero): Likewise.
9212         (cos_test_downward): Likewise.
9213         (cos_test_upward): Likewise.
9214         (cosh_test): Likewise.
9215         (cosh_test_tonearest): Likewise.
9216         (cosh_test_towardzero): Likewise.
9217         (cosh_test_downward): Likewise.
9218         (cosh_test_upward): Likewise.
9219         (cpow_test): Likewise.
9220         (csin_test): Likewise.
9221         (csinh_test): Likewise.
9222         (csqrt_test): Likewise.
9223         (ctan_test): Likewise.
9224         (ctan_test_tonearest): Likewise.
9225         (ctan_test_towardzero): Likewise.
9226         (ctan_test_downward): Likewise.
9227         (ctan_test_upward): Likewise.
9228         (ctanh_test): Likewise.
9229         (ctanh_test_tonearest): Likewise.
9230         (ctanh_test_towardzero): Likewise.
9231         (ctanh_test_downward): Likewise.
9232         (ctanh_test_upward): Likewise.
9233         (erf_test): Likewise.
9234         (erfc_test): Likewise.
9235         (exp_test): Likewise.
9236         (exp_test_tonearest): Likewise.
9237         (exp_test_towardzero): Likewise.
9238         (exp_test_downward): Likewise.
9239         (exp_test_upward): Likewise.
9240         (exp10_test): Likewise.
9241         (exp2_test): Likewise.
9242         (expm1_test): Likewise.
9243         (fmod_test): Likewise.
9244         (gamma_test): Likewise.
9245         (hypot_test): Likewise.
9246         (j0_test): Likewise.
9247         (j1_test): Likewise.
9248         (jn_test): Likewise.
9249         (lgamma_test): Likewise.
9250         (log_test): Likewise.
9251         (log10_test): Likewise.
9252         (log1p_test): Likewise.
9253         (log2_test): Likewise.
9254         (logb_test_downward): Likewise.
9255         (pow_test): Likewise.
9256         (pow_test_tonearest): Likewise.
9257         (pow_test_towardzero): Likewise.
9258         (pow_test_downward): Likewise.
9259         (pow_test_upward): Likewise.
9260         (remainder_test): Likewise.
9261         (remquo_test): Likewise.
9262         (sin_test): Likewise.
9263         (sin_test_tonearest): Likewise.
9264         (sin_test_towardzero): Likewise.
9265         (sin_test_downward): Likewise.
9266         (sin_test_upward): Likewise.
9267         (sincos_test): Likewise.
9268         (sinh_test): Likewise.
9269         (sinh_test_tonearest): Likewise.
9270         (sinh_test_towardzero): Likewise.
9271         (sinh_test_downward): Likewise.
9272         (sinh_test_upward): Likewise.
9273         (sqrt_test): Likewise.
9274         (tan_test): Likewise.
9275         (tan_test_tonearest): Likewise.
9276         (tan_test_towardzero): Likewise.
9277         (tan_test_downward): Likewise.
9278         (tan_test_upward): Likewise.
9279         (tanh_test): Likewise.
9280         (tgamma_test): Likewise.
9281         (y0_test): Likewise.
9282         (y1_test): Likewise.
9283         (yn_test): Likewise.
9285         * math/gen-libm-test.pl (adjust_arg): Remove function.
9286         (special_function): Remove argument $in_func.  Only handle
9287         generating output for tables of tests, not inside functions.
9288         (parse_args): Likewise.
9289         (generate_testfile): Remove variable $in_func.  Update call to
9290         parse_args.
9291         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
9292         (MINUS_ZERO_INIT): Rename macro to minus_zero.
9293         (PLUS_INFTY_INIT): Rename macro to plus_infty.
9294         (MINUS_INFTY_INIT): Rename macro to minus_infty.
9295         (QNAN_VALUE_INIT): Rename macro to qnan_value.
9296         (MAX_VALUE_INIT): Rename macro to max_value.
9297         (MIN_VALUE_INIT): Rename macro to min_value.
9298         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
9299         (plus_zero): Remove variable.
9300         (minus_zero): Likewise.
9301         (plus_infty): Likewise.
9302         (minus_infty): Likewise.
9303         (qnan_value): Likewise.
9304         (max_value): Likewise.
9305         (min_value): Likewise.
9306         (min_subnorm_value): Likewise.
9308 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
9310         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
9311         uint64_t or uint32_t usage.
9312         * crypt/sha256-block.c: Likewise.
9313         * crypt/sha256-crypt.c: Likewise.
9314         * crypt/sha256.c: Likewise.
9315         * crypt/sha512-block.c: Likewise.
9316         * crypt/sha512-crypt.c: Likewise.
9317         * crypt/sha512.c: Likewise.
9318         * debug/backtrace-tst.c: Likewise.
9319         * debug/pcprofiledump.c: Likewise.
9320         * elf/cache.c: Likewise.
9321         * elf/dl-cache.c: Likewise.
9322         * elf/dl-misc.c: Likewise.
9323         * elf/dl-profile.c: Likewise.
9324         * elf/dl-support.c: Likewise.
9325         * elf/ldconfig.c: Likewise.
9326         * elf/sprof.c: Likewise.
9327         * iconv/dummy-repertoire.c: Likewise.
9328         * iconv/iconv_charmap.c: Likewise.
9329         * iconv/skeleton.c: Likewise.
9330         * iconvdata/8bit-generic.c: Likewise.
9331         * iconvdata/cp737.h: Likewise.
9332         * iconvdata/cp775.h: Likewise.
9333         * iconvdata/ibm1008.h: Likewise.
9334         * iconvdata/ibm1025.h: Likewise.
9335         * iconvdata/ibm1046.h: Likewise.
9336         * iconvdata/ibm1097.h: Likewise.
9337         * iconvdata/ibm1112.h: Likewise.
9338         * iconvdata/ibm1122.h: Likewise.
9339         * iconvdata/ibm1123.h: Likewise.
9340         * iconvdata/ibm1124.h: Likewise.
9341         * iconvdata/ibm1129.h: Likewise.
9342         * iconvdata/ibm1130.h: Likewise.
9343         * iconvdata/ibm1132.h: Likewise.
9344         * iconvdata/ibm1133.h: Likewise.
9345         * iconvdata/ibm1137.h: Likewise.
9346         * iconvdata/ibm1140.h: Likewise.
9347         * iconvdata/ibm1141.h: Likewise.
9348         * iconvdata/ibm1142.h: Likewise.
9349         * iconvdata/ibm1143.h: Likewise.
9350         * iconvdata/ibm1144.h: Likewise.
9351         * iconvdata/ibm1145.h: Likewise.
9352         * iconvdata/ibm1146.h: Likewise.
9353         * iconvdata/ibm1147.h: Likewise.
9354         * iconvdata/ibm1148.h: Likewise.
9355         * iconvdata/ibm1149.h: Likewise.
9356         * iconvdata/ibm1153.h: Likewise.
9357         * iconvdata/ibm1154.h: Likewise.
9358         * iconvdata/ibm1155.h: Likewise.
9359         * iconvdata/ibm1156.h: Likewise.
9360         * iconvdata/ibm1157.h: Likewise.
9361         * iconvdata/ibm1158.h: Likewise.
9362         * iconvdata/ibm1160.h: Likewise.
9363         * iconvdata/ibm1161.h: Likewise.
9364         * iconvdata/ibm1162.h: Likewise.
9365         * iconvdata/ibm1163.h: Likewise.
9366         * iconvdata/ibm1164.h: Likewise.
9367         * iconvdata/ibm1166.h: Likewise.
9368         * iconvdata/ibm1167.h: Likewise.
9369         * iconvdata/ibm12712.h: Likewise.
9370         * iconvdata/ibm1390.h: Likewise.
9371         * iconvdata/ibm1399.h: Likewise.
9372         * iconvdata/ibm16804.h: Likewise.
9373         * iconvdata/ibm4517.h: Likewise.
9374         * iconvdata/ibm4899.h: Likewise.
9375         * iconvdata/ibm4909.h: Likewise.
9376         * iconvdata/ibm4971.h: Likewise.
9377         * iconvdata/ibm5347.h: Likewise.
9378         * iconvdata/ibm803.h: Likewise.
9379         * iconvdata/ibm856.h: Likewise.
9380         * iconvdata/ibm901.h: Likewise.
9381         * iconvdata/ibm902.h: Likewise.
9382         * iconvdata/ibm9030.h: Likewise.
9383         * iconvdata/ibm9066.h: Likewise.
9384         * iconvdata/ibm921.h: Likewise.
9385         * iconvdata/ibm922.h: Likewise.
9386         * iconvdata/ibm9448.h: Likewise.
9387         * iconvdata/isiri-3342.h: Likewise.
9388         * iconvdata/jis0201.h: Likewise.
9389         * include/link.h: Likewise.
9390         * include/netdb.h: Likewise.
9391         * inet/check_native.c: Likewise.
9392         * inet/check_pf.c: Likewise.
9393         * inet/getipv4sourcefilter.c: Likewise.
9394         * inet/getnameinfo.c: Likewise.
9395         * inet/getsourcefilter.c: Likewise.
9396         * inet/htonl.c: Likewise.
9397         * inet/setipv4sourcefilter.c: Likewise.
9398         * inet/setsourcefilter.c: Likewise.
9399         * inet/test-inet6_opt.c: Likewise.
9400         * inet/tst-network.c: Likewise.
9401         * locale/C-collate.c: Likewise.
9402         * locale/C-ctype.c: Likewise.
9403         * locale/C-time.c: Likewise.
9404         * locale/C-translit.h: Likewise.
9405         * locale/loadarchive.c: Likewise.
9406         * locale/programs/3level.h: Likewise.
9407         * locale/programs/charmap.c: Likewise.
9408         * locale/programs/charmap.h: Likewise.
9409         * locale/programs/ld-address.c: Likewise.
9410         * locale/programs/ld-collate.c: Likewise.
9411         * locale/programs/ld-ctype.c: Likewise.
9412         * locale/programs/ld-identification.c: Likewise.
9413         * locale/programs/ld-measurement.c: Likewise.
9414         * locale/programs/ld-messages.c: Likewise.
9415         * locale/programs/ld-monetary.c: Likewise.
9416         * locale/programs/ld-name.c: Likewise.
9417         * locale/programs/ld-numeric.c: Likewise.
9418         * locale/programs/ld-paper.c: Likewise.
9419         * locale/programs/ld-telephone.c: Likewise.
9420         * locale/programs/ld-time.c: Likewise.
9421         * locale/programs/linereader.c: Likewise.
9422         * locale/programs/locale.c: Likewise.
9423         * locale/programs/locarchive.c: Likewise.
9424         * locale/programs/locfile.h: Likewise.
9425         * locale/programs/repertoire.c: Likewise.
9426         * locale/programs/simple-hash.c: Likewise.
9427         * locale/programs/simple-hash.h: Likewise.
9428         * malloc/memusage.c: Likewise.
9429         * malloc/memusagestat.c: Likewise.
9430         * nis/nis_defaults.c: Likewise.
9431         * nis/nis_hash.c: Likewise.
9432         * nis/nis_print.c: Likewise.
9433         * nis/nis_xdr.c: Likewise.
9434         * nscd/connections.c: Likewise.
9435         * nscd/hstcache.c: Likewise.
9436         * nscd/nscd_gethst_r.c: Likewise.
9437         * nscd/nscd_getserv_r.c: Likewise.
9438         * nscd/nscd_helper.c: Likewise.
9439         * nscd/servicescache.c: Likewise.
9440         * nss/makedb.c: Likewise.
9441         * nss/nss_db/db-XXX.c: Likewise.
9442         * nss/nss_db/db-initgroups.c: Likewise.
9443         * nss/nss_db/db-netgrp.c: Likewise.
9444         * nss/nss_files/files-network.c: Likewise.
9445         * nss/nss_files/files-parse.c: Likewise.
9446         * posix/bug-regex5.c: Likewise.
9447         * posix/fnmatch_loop.c: Likewise.
9448         * posix/regcomp.c: Likewise.
9449         * posix/regexec.c: Likewise.
9450         * posix/tst-rfc3484-2.c: Likewise.
9451         * posix/tst-rfc3484-3.c: Likewise.
9452         * posix/tst-rfc3484.c: Likewise.
9453         * resolv/nss_dns/dns-canon.c: Likewise.
9454         * resolv/nss_dns/dns-network.c: Likewise.
9455         * resolv/res_init.c: Likewise.
9456         * resolv/res_mkquery.c: Likewise.
9457         * resolv/tst-aton.c: Likewise.
9458         * stdlib/cxa_atexit.c: Likewise.
9459         * stdlib/cxa_finalize.c: Likewise.
9460         * stdlib/gen-fpioconst.c: Likewise.
9461         * stdlib/strtol_l.c: Likewise.
9462         * string/tst-endian.c: Likewise.
9463         * sunrpc/auth_des.c: Likewise.
9464         * sunrpc/clnt_udp.c: Likewise.
9465         * sunrpc/rtime.c: Likewise.
9466         * sunrpc/svcauth_des.c: Likewise.
9467         * sunrpc/xdr.c: Likewise.
9468         * sunrpc/xdr_intXX_t.c: Likewise.
9469         * sunrpc/xdr_rec.c: Likewise.
9470         * sysdeps/generic/ldconfig.h: Likewise.
9471         * sysdeps/generic/ldsodefs.h: Likewise.
9472         * sysdeps/generic/memusage.h: Likewise.
9473         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
9474         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
9475         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
9476         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
9477         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
9478         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9479         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
9480         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
9481         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
9482         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
9483         * sysdeps/posix/getaddrinfo.c: Likewise.
9484         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
9485         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
9486         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
9487         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
9488         * sysdeps/powerpc/test-gettimebase.c: Likewise.
9489         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9490         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
9491         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
9492         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9493         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
9494         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
9495         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
9496         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
9497         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
9498         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
9499         * sysdeps/x86_64/dl-tls.h: Likewise.
9500         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
9501         * time/alt_digit.c: Likewise.
9502         * time/era.c: Likewise.
9503         * wcsmbs/tst-c16c32-1.c: Likewise.
9505 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
9507         * math/libm-test.inc (struct test_sincos_data): New type.
9508         (RUN_TEST_LOOP_sincos): New macro.
9509         (sincos_test_data): New variable.
9510         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
9512 2013-05-16  Richard Henderson  <rth@redhat.com>
9514         * math/atest-exp2.c (LIMB64): New macro.
9515         (CONSTSZ): New macro.
9516         (mp_exp1, mp_exp_m1, mp_log2): New variables.
9517         (hexdig): Move ...
9518         (print_mpn_fp): ... to function scope.
9519         (read_mpn_hex): Remove.
9520         (get_log2): Remove.
9521         (exp2_mpn): Use mp_log2.
9522         (main): Use mp_exp1.
9524 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
9526         * math/libm-test.inc: Remove comment about not testing "inexact"
9527         exceptions.
9528         (INEXACT_EXCEPTION): New macro.
9529         (NO_INEXACT_EXCEPTION): Likewise.
9530         (INVALID_EXCEPTION_OK): Update value.
9531         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9532         (OVERFLOW_EXCEPTION_OK): Likewise.
9533         (UNDERFLOW_EXCEPTION_OK): Likewise.
9534         (IGNORE_ZERO_INF_SIGN): Likewise.
9535         (ERRNO_UNCHANGED): Likewise.
9536         (ERRNO_EDOM): Likewise.
9537         (ERRNO_ERANGE): Likewise.
9538         (test_exceptions): Handle testing "inexact" exceptions.
9539         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
9540         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
9541         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
9542         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
9543         INEXACT_EXCEPTION.
9544         (rint_towardzero_test_data): Likewise.
9545         (rint_downward_test_data): Likewise.
9546         (rint_upward_test_data): Likewise.
9548         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
9549         with OVERFLOW_EXCEPTION.
9550         (exp10_test_data): Likewise.
9551         (exp2_test_data): Likewise.
9552         (expm1_test_data): Likewise.
9553         (lgamma_test_data): Likewise.
9554         (pow_test_data): Likewise.
9555         (tgamma_test_data): Likewise.
9556         (yn_test_data): Remove duplicate test of overflow.
9558         * math/libm-test.inc (struct test_cc_c_data): New type.
9559         (RUN_TEST_LOOP_cc_c): New macro.
9560         (cpow_test_data): New variable.
9561         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
9563         * math/libm-test.inc (struct test_f_L_data): New type.
9564         (RUN_TEST_LOOP_f_L): New macro.
9565         (llrint_test_data): New variable.
9566         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
9567         (llrint_tonearest_test_data): New variable.
9568         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
9569         (llrint_towardzero_test_data): New variable.
9570         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
9571         (llrint_downward_test_data): New variable.
9572         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
9573         (llrint_upward_test_data): New variable.
9574         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
9575         (llround_test_data): New variable.
9576         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
9578 2013-05-13  Peter Collingbourne  <pcc@google.com>
9580         * math/atest-exp2.c (get_log2): Remove const attribute.
9582 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
9584         * math/libm-test.inc (struct test_f_l_data): New type.
9585         (RUN_TEST_LOOP_f_l): New macro.
9586         (lrint_test_data): New variable.
9587         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
9588         (lrint_tonearest_test_data): New variable.
9589         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
9590         (lrint_towardzero_test_data): New variable.
9591         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
9592         (lrint_downward_test_data): New variable.
9593         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
9594         (lrint_upward_test_data): New variable.
9595         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
9596         (lround_test_data): New variable.
9597         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
9599 2013-05-15  Peter Collingbourne  <pcc@google.com>
9601         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
9602         (EXTRACT_WORDS64) Use where appropriate.
9603         (INSERT_WORDS64) Likewise.
9605         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
9606         constraints with x constraints.
9607         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
9609         * malloc/obstack.c (_obstack_compat): Add initializer.
9611 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
9613         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
9614         si_trapno and add si_addr_lsb to _sifields.sigfault.
9615         (si_trapno): Remove macro.
9616         (si_addr_lsb): Define new macro.
9617         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
9619 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
9621         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
9622         instead of TEST_f_l.
9623         (llrint_test_tonearest): Likewise.
9624         (llrint_test_towardzero): Likewise.
9625         (llrint_test_downward): Likewise.
9626         (llrint_test_upward): Likewise.
9627         (llround_test): Likewise.
9629         * math/libm-test.inc (struct test_f_i_data): Add comment.
9630         (RUN_TEST_LOOP_f_b): New macro.
9631         (RUN_TEST_LOOP_f_b_tg): Likewise.
9632         (finite_test_data): New variable.
9633         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
9634         (isfinite_test_data): New variable.
9635         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9636         (isinf_test_data): New variable.
9637         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9638         (isnan_test_data): New variable.
9639         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9640         (isnormal_test_data): New variable.
9641         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9642         (issignaling_test_data): New variable.
9643         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9644         (signbit_test_data): New variable.
9645         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
9647         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
9648         with INVALID_EXCEPTION.
9649         (acosh_test_data): Likewise.
9650         (asin_test_data): Likewise.
9651         (atanh_test_data): Likewise.
9652         (fmod_test_data): Likewise.
9653         (log_test_data): Likewise.
9654         (log10_test_data): Likewise.
9655         (log2_test_data): Likewise.
9656         (pow_test_data): Likewise.
9657         (sqrt_test_data): Likewise.
9658         (y0_test_data): Likewise.
9659         (y1_test_data): Likewise.
9660         (yn_test_data): Likewise.
9662         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
9663         function contents.
9665         * math/libm-test.inc (struct test_ff_i_data): New type.
9666         (RUN_TEST_LOOP_ff_i_tg): New macro.
9667         (isgreater_test_data): New variable.
9668         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9669         (isgreaterequal_test_data): New variable.
9670         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9671         (isless_test_data): New variable.
9672         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9673         (islessequal_test_data): New variable.
9674         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9675         (islessgreater_test_data): New variable.
9676         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9677         (isunordered_test_data): New variable.
9678         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
9680 2013-05-14  David S. Miller  <davem@davemloft.net>
9682         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9684 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
9686         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
9688         * math/libm-test.inc (struct test_fF_f1_data): Change type of
9689         extra_test to int.
9690         (struct test_f_i_data): Change type of max_ulp to int.
9692         * math/libm-test.inc (test_ffI_f1_data): New type.
9693         (RUN_TEST_LOOP_ffI_f1): New macro.
9694         (remquo_test_data): New variable.
9695         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
9697         * setjmp/tst-setjmp-fp.c: New file.
9698         * setjmp/Makefile (tests): Add tst-setjmp-fp.
9699         (link-libm): New variable.
9700         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
9702         * math/libm-test.inc (struct test_f_i_data): New type.
9703         (RUN_TEST_LOOP_f_i): New macro.
9704         (RUN_TEST_LOOP_f_i_tg): Likewise.
9705         (fpclassify_test_data): New variable.
9706         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
9707         (ilogb_test_data): New variable.
9708         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
9710         * math/libm-test.inc (scalbln_test): Correct function name in END
9711         call.
9713         * math/libm-test.inc (struct test_f_f1_data): Add comment.
9714         (RUN_TEST_LOOP_fI_f1): New macro.
9715         (frexp_test_data): New variable.
9716         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
9718         * math/libm-test.inc (struct test_fF_f1_data): New type.
9719         (RUN_TEST_LOOP_fF_f1): New macro.
9720         (modf_test_data): New variable.
9721         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
9723         * math/libm-test.inc (struct test_f_f1_data): New type.
9724         (RUN_TEST_LOOP_f_f1): New macro.
9725         (gamma_test_data): New variable.
9726         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
9727         (lgamma_test_data): New variable.
9728         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
9730 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
9732         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
9733         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
9734         (main): Comment "tls" pseudo-hwcap.
9736 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
9738         * math/libm-test.inc (struct test_fl_f_data): New type.
9739         (RUN_TEST_LOOP_fl_f): New variable.
9740         (scalbln_test_data): New variable.
9741         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
9743         * math/libm-test.inc (struct test_fi_f_data): New type.
9744         (RUN_TEST_LOOP_fi_f): New macro.
9745         (ldexp_test_data): New variable.
9746         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
9747         (scalbn_test_data): New variable.
9748         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
9750         * math/libm-test.inc (struct test_c_f_data): New type.
9751         (RUN_TEST_LOOP_c_f): New macro.
9752         (cabs_test_data): New variable.
9753         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
9754         (carg_test_data): New variable.
9755         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
9756         (cimag_test_data): New variable.
9757         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
9758         (creal_test_data): New variable.
9759         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
9761         * math/libm-test.inc (struct test_if_f_data): New type.
9762         (RUN_TEST_LOOP_if_f): New macro.
9763         (jn_test_data): New variable.
9764         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
9765         (yn_test_data): New variable.
9766         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
9768         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
9770 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9772         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
9773         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
9775 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9777         * benchtests/Makefile (CPPFLAGS-nonlib): Add
9778         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
9779         (bench-deps): Add bench-timing.h.
9780         * benchtests-bench-skeleton.c: Include bench-timing.h.
9781         (main): Use TIMING_* macros instead of clock_gettime.
9782         * benchtests/bench-timing.h: New file.
9784         [BZ #14582]
9785         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
9786         Renamed from _LIB_VERSION.
9787         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
9789 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
9791         * math/libm-test.inc (struct test_fff_f_data): New type.
9792         (RUN_TEST_LOOP_fff_f): New macro.
9793         (fma_test_data): New variable.
9794         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
9795         (fma_towardzero_test_data): New variable.
9796         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
9797         (fma_downward_test_data): New variable.
9798         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
9799         (fma_upward_test_data): New variable.
9800         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
9802         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
9803         (struct test_c_c_data): New type.
9804         (RUN_TEST_LOOP_c_c): New macro.
9805         (cacos_test_data): New variable.
9806         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
9807         (cacosh_test_data): New variable.
9808         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
9809         (casin_test_data): New variable.
9810         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
9811         (casinh_test_data): New variable.
9812         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
9813         (catan_test_data): New variable.
9814         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
9815         (catanh_test_data): New variable.
9816         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
9817         (ccos_test_data): New variable.
9818         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
9819         (ccosh_test_data): New variable.
9820         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
9821         (cexp_test_data): New variable.
9822         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
9823         (clog_test_data): New variable.
9824         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
9825         (clog10_test_data): New variable.
9826         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
9827         (conj_test_data): New variable.
9828         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
9829         (cproj_test_data): New variable.
9830         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
9831         (csin_test_data): New variable.
9832         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
9833         (csinh_test_data): New variable.
9834         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
9835         (csqrt_test_data): New variable.
9836         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
9837         (ctan_test_data): New variable.
9838         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
9839         (ctan_tonearest_test_data): New variable.
9840         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
9841         (ctan_towardzero_test_data): New variable.
9842         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
9843         (ctan_downward_test_data): New variable.
9844         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
9845         (ctan_upward_test_data): New variable.
9846         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
9847         (ctanh_test_data): New variable.
9848         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
9849         (ctanh_tonearest_test_data): New variable.
9850         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
9851         (ctanh_towardzero_test_data): New variable.
9852         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
9853         (ctanh_downward_test_data): New variable.
9854         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
9855         (ctanh_upward_test_data): New variable.
9856         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
9857         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
9858         of BUILD_COMPLEX.
9860         * math/libm-test.inc (struct test_ff_f_data): New type.
9861         (struct test_ff_f_data_nexttoward): Likewise.
9862         (RUN_TEST_LOOP_2_f): New macro.
9863         (RUN_TEST_LOOP_ff_f): Likewise.
9864         (atan2_test_data): New variable.
9865         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
9866         (copysign_test_data): New variable.
9867         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
9868         (fdim_test_data): New variable.
9869         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
9870         (fmax_test_data): New variable.
9871         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
9872         (fmin_test_data): New variable.
9873         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
9874         (fmod_test_data): New variable.
9875         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
9876         (hypot_test_data): New variable.
9877         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
9878         (nextafter_test_data): New variable.
9879         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
9880         (nexttoward_test_data): New variable.
9881         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
9882         (pow_test_data): New variable.
9883         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
9884         (pow_tonearest_test_data): New variable.
9885         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
9886         (pow_towardzero_test_data): New variable.
9887         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
9888         (pow_downward_test_data): New variable.
9889         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
9890         (pow_upward_test_data): New variable.
9891         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
9892         (remainder_test_data): New variable.
9893         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
9894         (scalb_test_data): New variable.
9895         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
9896         * sysdeps/i386/fpu/libm-test-ulps: Update.
9898 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
9900         * math/libm-test.inc (fma_test): Use max_value instead of local
9901         variable fltmax.
9902         (nextafter_test): Likewise.
9904         * math/libm-test.inc (acos_towardzero_test_data): New variable.
9905         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9906         (acos_downward_test_data): New variable.
9907         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9908         (acos_upward_test_data): New variable.
9909         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9910         (acosh_test_data): New variable.
9911         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
9912         (asin_test_data): New variable.
9913         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
9914         (asin_tonearest_test_data): New variable.
9915         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9916         (asin_towardzero_test_data): New variable.
9917         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9918         (asin_downward_test_data): New variable.
9919         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9920         (asin_upward_test_data): New variable.
9921         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9922         (asinh_test_data): New variable.
9923         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
9924         (atan_test_data): New variable.
9925         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
9926         (atanh_test_data): New variable.
9927         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
9928         (cbrt_test_data): New variable.
9929         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
9930         (ceil_test_data): New variable.
9931         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
9932         (cos_test_data): New variable.
9933         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
9934         (cos_tonearest_test_data): New variable.
9935         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9936         (cos_towardzero_test_data): New variable.
9937         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9938         (cos_downward_test_data): New variable.
9939         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9940         (cos_upward_test_data): New variable.
9941         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9942         (cosh_test_data): New variable.
9943         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
9944         (cosh_tonearest_test_data): New variable.
9945         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9946         (cosh_towardzero_test_data): New variable.
9947         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9948         (cosh_downward_test_data): New variable.
9949         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9950         (cosh_upward_test_data): New variable.
9951         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9952         (erf_test_data): New variable.
9953         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
9954         (erfc_test_data): New variable.
9955         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
9956         (exp_test_data): New variable.
9957         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
9958         (exp_tonearest_test_data): New variable.
9959         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9960         (exp_towardzero_test_data): New variable.
9961         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
9962         (exp_downward_test_data): New variable.
9963         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9964         (exp_upward_test_data): New variable.
9965         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
9966         (exp10_test_data): New variable.
9967         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
9968         (exp2_test_data): New variable.
9969         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
9970         (expm1_test_data): New variable.
9971         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
9972         (fabs_test_data): New variable.
9973         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
9974         (floor_test_data): New variable.
9975         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
9976         (j0_test_data): New variable.
9977         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
9978         (j1_test_data): New variable.
9979         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
9980         (log_test_data): New variable.
9981         (log_test): Run tests with RUN_TEST_LOOP_f_f.
9982         (log10_test_data): New variable.
9983         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
9984         (log1p_test_data): New variable.
9985         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
9986         (log2_test_data): New variable.
9987         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
9988         (logb_test_data): New variable.
9989         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
9990         (logb_downward_test_data): New variable.
9991         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
9992         (nearbyint_test_data): New variable.
9993         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
9994         (rint_test_data): New variable.
9995         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
9996         (rint_tonearest_test_data): New variable.
9997         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
9998         (rint_towardzero_test_data): New variable.
9999         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10000         (rint_downward_test_data): New variable.
10001         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10002         (rint_upward_test_data): New variable.
10003         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10004         (round_test_data): New variable.
10005         (round_test): Run tests with RUN_TEST_LOOP_f_f.
10006         (sin_test_data): New variable.
10007         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
10008         (sin_tonearest_test_data): New variable.
10009         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10010         (sin_towardzero_test_data): New variable.
10011         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10012         (sin_downward_test_data): New variable.
10013         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10014         (sin_upward_test_data): New variable.
10015         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10016         (sinh_test_data): New variable.
10017         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
10018         (sinh_tonearest_test_data): New variable.
10019         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10020         (sinh_towardzero_test_data): New variable.
10021         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10022         (sinh_downward_test_data): New variable.
10023         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10024         (sinh_upward_test_data): New variable.
10025         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10026         (sqrt_test_data): New variable.
10027         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
10028         (tan_test_data): New variable.
10029         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
10030         (tan_tonearest_test_data): New variable.
10031         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10032         (tan_towardzero_test_data): New variable.
10033         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
10034         (tan_downward_test_data): New variable.
10035         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
10036         (tan_upward_test_data): New variable.
10037         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
10038         (tanh_test_data): New variable.
10039         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
10040         (tgamma_test_data): New variable.
10041         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
10042         (trunc_test_data): New variable.
10043         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
10044         (y0_test_data): New variable.
10045         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
10046         (y1_test_data): New variable.
10047         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
10048         (significand_test_data): New variable.
10049         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
10051 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
10053         [BZ #12387]
10054         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
10056 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
10058         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
10060 2013-05-10  Andreas Jaeger  <aj@suse.de>
10062         [BZ #15448]
10063         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
10064         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
10066 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
10068         * math/gen-libm-test.pl (adjust_arg): New function.
10069         (special_functions): Handle generating output in both functions
10070         and arrays.
10071         (parse_args): Likewise.
10072         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
10073         $in_func argument to parse_args.
10074         * math/libm-test.inc (struct test_f_f_data): New type.
10075         (IF_ROUND_INIT_): New macro.
10076         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
10077         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
10078         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
10079         (IF_ROUND_INIT_FE_UPWARD): Likewise.
10080         (ROUND_RESTORE_): Likewise.
10081         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
10082         (ROUND_RESTORE_FE_TONEAREST): Likewise.
10083         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
10084         (ROUND_RESTORE_FE_UPWARD): Likewise.
10085         (RUN_TEST_LOOP_f_f): New macro.
10086         (acos_test_data): New variable.
10087         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
10088         (acos_tonearest_test_data): New variable.
10089         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
10091 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10093         * benchtests/bench-skeleton.c (startup): Fix coding style.
10095 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
10097         [BZ #6809]
10098         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
10099         negative infinity argument.
10100         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
10101         negative infinity argument.
10102         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
10103         negative infinity argument.
10104         * math/libm-test.inc (tgamma_test): Expect errno to be set for
10105         domain errors.
10107 2013-05-10  Florian Weimer  <fweimer@redhat.com>
10109         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
10110         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
10111         * iconv/iconv_prog.c (main): Likewise.
10112         * locale/programs/charmap-dir.c (charmap_readdir)
10113         (fopen_uncompressed): Likewise.
10114         * locale/programs/locfile.c (siblings_uncached)
10115         (write_locale_data): Use lstat64 instead of lstat.
10116         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
10117         stat.
10119 2013-05-10  Andreas Jaeger  <aj@suse.de>
10121         [BZ #15395]
10122         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
10123         localization.
10124         Include <locale.h>.
10126 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
10128         * elf/dl-close.c (_dl_close_worker): Add comments.
10130 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
10132         [BZ #15359]
10133         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
10134         high part of pi/2.
10135         (__ieee754_rem_pio2l): Update comments.
10137         [BZ #15429]
10138         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
10139         high part of pi/2.
10140         (__ieee754_rem_pio2l): Update comments.
10142         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
10143         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
10145         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
10146         M_PI_4l.
10148         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
10149         (M_PI_34_LOG10El): Likewise.
10150         (M_PI2_LOG10El): Likewise.
10151         (M_PI4_LOG10El): Likewise.
10152         (M_PI_LOG10El): Likewise.
10154 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10158 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
10160         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
10161         (MINUS_ZERO_INIT): Likewise.
10162         (PLUS_INFTY_INIT): Likewise.
10163         (MINUS_INFTY_INIT): Likewise.
10164         (QNAN_VALUE_INIT): Likewise.
10165         (MAX_VALUE_INIT): Likewise.
10166         (MIN_VALUE_INIT): Likewise.
10167         (MIN_SUBNORM_VALUE_INIT): Likewise.
10168         (plus_zero): Initialize with PLUS_ZERO_INIT.
10169         (minus_zero): Initialize with MINUS_ZERO_INIT.
10170         (plus_infty): Initialize with PLUS_INFTY_INIT.
10171         (minus_infty): Initialize with MINUS_INFTY_INIT.
10172         (qnan_value): Initialize with QNAN_VALUE_INIT.
10173         (max_value): Initialize with MAX_VALUE_INIT.
10174         (min_value): Initialize with MIN_VALUE_INIT.
10175         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
10177         * math/libm-test.inc (RUN_TEST_if_f): New macro.
10178         (jn_test): Use TEST_if_f instead of TEST_ff_f.
10179         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
10180         (yn_test): Use TEST_if_f instead of TEST_ff_f.
10182         * math/libm-test.inc (RUN_TEST_f_f): New macro.
10183         (RUN_TEST_2_f): Likewise.
10184         (RUN_TEST_ff_f): Likewise.
10185         (RUN_TEST_fi_f): Likewise.
10186         (RUN_TEST_fl_f): Likewise.
10187         (RUN_TEST_fff_f): Likewise.
10188         (RUN_TEST_c_f): Likewise.
10189         (RUN_TEST_f_f1): Likewise.
10190         (RUN_TEST_fF_f1): Likewise.
10191         (RUN_TEST_fI_f1): Likewise.
10192         (RUN_TEST_ffI_f1): Likewise.
10193         (RUN_TEST_c_c): Likewise.
10194         (RUN_TEST_cc_c): Likewise.
10195         (RUN_TEST_f_i): Likewise.
10196         (RUN_TEST_f_i_tg): Likewise.
10197         (RUN_TEST_ff_i_tg): Likewise.
10198         (RUN_TEST_f_b): Likewise.
10199         (RUN_TEST_f_b_tg): Likewise.
10200         (RUN_TEST_f_l): Likewise.
10201         (RUN_TEST_f_L): Likewise.
10202         (RUN_TEST_sincos): Likewise.
10203         * math/gen-libm-test.pl (new_test): Take new argument to indicate
10204         whether to show exceptions.  Do not include ");\n" in return
10205         value.
10206         (special_functions): Output call to RUN_TEST_sincos instead of
10207         check_float calls.  Update calls to new_test.
10208         (parse_args): Output call to single RUN_TEST_* macro instead of
10209         check_* calls and other assignments.  Update calls to new_test.
10211         [BZ #2546]
10212         [BZ #2560]
10213         [BZ #5159]
10214         [BZ #15426]
10215         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
10216         input to result for tgamma overflow.
10217         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
10218         (gamma_coeff): New variable.
10219         (NCOEFF): New macro.
10220         (gamma_positive): New function.
10221         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
10222         underflow here.  Use gamma_positive instead of exp (lgamma) for
10223         other arguments.
10224         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
10225         (gamma_coeff): New variable.
10226         (NCOEFF): New macro.
10227         (gammaf_positive): New function.
10228         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
10229         underflow here.  Use gamma_positive instead of exp (lgamma) for
10230         other arguments.
10231         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
10232         (gamma_coeff): New variable.
10233         (NCOEFF): New macro.
10234         (gammal_positive): New function.
10235         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
10236         underflow here.  Use gamma_positive instead of exp (lgamma) for
10237         other arguments.
10238         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
10239         (gamma_coeff): New variable.
10240         (NCOEFF): New macro.
10241         (gammal_positive): New function.
10242         (__ieee754_gammal_r): Handle positive infinity, overflow and
10243         underflow here.  Handle NaN the same as positive infinity.  Remove
10244         check x < 0xffffffff for negative integers.  Use gamma_positive
10245         instead of exp (lgamma) for other arguments.
10246         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
10247         (gamma_coeff): New variable.
10248         (NCOEFF): New macro.
10249         (gammal_positive): New function.
10250         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
10251         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
10252         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
10253         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
10254         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
10255         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
10256         * sysdeps/generic/math_private.h (__gamma_productf): New
10257         prototype.
10258         (__gamma_product): Likewise.
10259         (__gamma_productl): Likewise.
10260         * math/Makefile (libm-calls): Add gamma_product.
10261         * math/libm-test.inc (tgamma_test): Add more tests.
10262         * sysdeps/i386/fpu/libm-test-ulps: Update.
10263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10265 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
10267         * benchtests/bench-skeleton.c (main): Preheat CPU.
10269 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
10271         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
10273 2013-05-07  Roland McGrath  <roland@hack.frob.com>
10275         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
10276         and _dl_skip_args_internal.
10278 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
10280         * manual/message.texi (Message Translation): Talk about users.
10281         Message to key mapping impacts design.
10283 2013-05-06  Roland McGrath  <roland@hack.frob.com>
10285         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
10287         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
10289         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
10290         * sysdeps/wordsize-64/glob64.c: ... here.
10292         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
10293         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
10294         New macros.
10296         * debug/getlogin_r_chk.c: Moved to ...
10297         * login/getlogin_r_chk.c: ... here.
10298         * debug/Makefile (routines): Move getlogin_r_chk to ...
10299         * login/Makefile (routines): ... here.
10300         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
10301         * login/Versions (libc: GLIBC_2.4): ... here.
10303         * io/poll.c (__poll): Renamed from poll.
10304         Add libc_hidden_def.
10305         (poll): Define as weak alias.
10307         * debug/ptsname_r_chk.c: Moved to ...
10308         * login/ptsname_r_chk.c: ... here.
10309         * debug/Makefile (routines): Move ptsname_r_chk to ...
10310         * login/Makefile (routines): ... here.
10311         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
10312         * login/Versions (libc: GLIBC_2.4): ... here.
10314         * posix/getlogin.c: Moved to ...
10315         * login/getlogin.c: ... here.
10316         * posix/getlogin_r.c: Moved to ...
10317         * login/getlogin_r.c: ... here.
10318         * posix/getlogin_r.c: Moved to ...
10319         * login/getlogin_r.c: ... here.
10320         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
10321         * login/Makefile (routines): ... here.
10322         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
10323         * login/Versions (libc: GLIBC_2.0): ... here.
10325         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
10326         (setrlimit): Define as weak alias.
10328         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
10329         Call __ names for open, ftruncate, and close.
10330         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
10331         (truncate): Define as weak alias.
10333 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
10335         * math/gen-libm-test.pl (parse_args): Initialize x before each
10336         test of frexp, modf and remquo.
10338         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
10339         test signgam value.
10341 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10343         [BZ #15418]
10344         [BZ #15419]
10345         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
10346         internal tests.
10347         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
10349 2013-05-06  Roland McGrath  <roland@hack.frob.com>
10351         * elf/dl-writev.h: New file.
10352         * elf/dl-misc.c: Include it.
10353         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
10354         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
10356 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
10358         * math/libm-test.inc (noXFails): Remove variable.
10359         (noXPasses): Likewise.
10360         (BUILD_COMPLEX_INT): Remove macro.
10361         (print_screen): Remove xfail argument.
10362         (print_screen_max_error): Likewise.
10363         (update_stats): Likewise.
10364         (print_max_error): Likewise.  Update calls to other affected
10365         functions.
10366         (print_complex_max_error): Likewise.
10367         (test_single_exception): Update calls to print_screen.
10368         (test_single_errno): Likewise.
10369         (check_float_internal): Remove xfail argument.  Update calls to
10370         other affected functions.
10371         (check_float): Likewise.
10372         (check_complex): Likewise.
10373         (check_int): Likewise.
10374         (check_long): Likewise.
10375         (check_bool): Likewise.
10376         (check_longlong): Likewise.
10377         (main): Don't print noXFails and noXPasses.
10378         * math/gen-libm-test.pl (top level): Don't mention expected
10379         failure handling in comment.
10380         (new_test): Don't handle expected failures.
10381         (parse_args): Don't mention expected failure handling in comment.
10382         (generate_testfile): Don't handle expected failures.
10383         (parse_ulps): Likewise.
10384         (print_ulps_file): Likewise.
10385         (get_failure): Remove function.
10386         (output_test): Don't handle expected failures.
10387         * make/README.libm-test: Don't mention expected failure handling.
10389         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
10390         (minus_zero): Likewise.
10391         (plus_infty): Likewise.
10392         (minus_infty): Likewise.
10393         (qnan_value): Likewise.
10394         (max_value): Likewise.
10395         (min_value): Likewise.
10396         (min_subnorm_value): Likewise.
10397         (initialize): Do not initialize those variables dynamically.
10399 2013-05-03  Roland McGrath  <roland@hack.frob.com>
10401         * io/open.c (__open_2): Moved to ...
10402         * io/open_2.c: ... this new file.
10403         * io/open64.c (__open64_2): Moved to ...
10404         * io/open64_2.c: ... this new file.
10405         * io/openat.c (__openat_2): Moved to ...
10406         * io/openat_2.c: ... this new file.
10407         * io/openat64.c (__openat64_2): Moved to ...
10408         * io/openat64_2.c: ... this new file.
10409         * io/Makefile (routines): Add them.
10410         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
10411         * sysdeps/unix/sysv/linux/open_2.c: File removed.
10412         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
10413         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
10414         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
10415         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
10416         (__openat64): Add hidden_ver.
10417         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
10418         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
10420         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
10421         Separately conditionalize setting of GLRO(dl_sysinfo) so
10422         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
10423         as well, but the actual setting is only under [NEED_DL_SYSINFO].
10425 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10427         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
10428         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
10429         definition.
10430         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
10431         * sysdeps/unix/sysv/linux/powerpc/init-first.c
10432         (_libc_vdso_platform_setup): Add __vdso_time initialization.
10433         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
10434         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
10436 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
10438         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
10439         test signgam value.
10441         * math/libm-test.inc (hypot_test): Do not use
10442         IGNORE_ZERO_INF_SIGN.
10444 2013-05-03  Andreas Jaeger  <aj@suse.de>
10446         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
10447         Linux 3.9.
10448         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
10449         (PF_MAX): Adjust for VSOCK change.
10451 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10455 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
10457         [BZ #15264]
10458         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
10459         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
10460         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
10462 2013-05-02  David S. Miller  <davem@davemloft.net>
10464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10466 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
10468         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
10470 2013-05-01  Roland McGrath  <roland@hack.frob.com>
10472         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
10474 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
10476         [BZ #14952]
10477         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
10478         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
10479         Use __attribute__ ((__gnu_inline__)).
10480         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
10481         Don't use __attribute__ ((__gnu_inline__)).
10483 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
10485         [BZ #15423]
10486         * math/s_catan.c (__catan): Handle small real or imaginary part of
10487         input specially to avoid spurious underflow.
10488         * math/s_catanf.c (__catanf): Likewise.
10489         * math/s_catanh.c (__catanh): Likewise.
10490         * math/s_catanhf.c (__catanhf): Likewise.
10491         * math/s_catanhl.c (__catanhl): Likewise.
10492         * math/s_catanl.c (__catanl): Likewise.
10493         * math/libm-test.inc (catan_test): Add more tests.
10494         (catanh_test): Likewise.
10495         * sysdeps/i386/fpu/libm-test-ulps: Update.
10496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10498 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10502 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
10504         [BZ #15416]
10505         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
10506         accurately for denominator in atan2.
10507         * math/s_catanf.c (__catanf): Likewise.
10508         * math/s_catanh.c (__catanh): Likewise.
10509         * math/s_catanhf.c (__catanhf): Likewise.
10510         * math/s_catanhl.c (__catanhl): Likewise.
10511         * math/s_catanl.c (__catanl): Likewise.
10512         * math/libm-test.inc (catan_test): Add more tests.
10513         (catanh_test): Likewise.
10514         * sysdeps/i386/fpu/libm-test-ulps: Update.
10515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10517 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10519         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
10521         * benchtests/Makefile (bench): Remove slow benchmarks.
10522         * benchtests/atan-inputs: Add slow benchmark inputs.
10523         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
10524         (BENCH_FUNC): Accept variant offset.
10525         (VARIANT): Define.
10526         * benchtests/bench-skeleton.c (main): Run benchmark for each
10527         variant.
10528         * benchtests/cos-inputs: Add slow benchmark inputs.
10529         * benchtests/exp-inputs: Likewise.
10530         * benchtests/pow-inputs: Likewise.
10531         * benchtests/sin-inputs: Likewise.
10532         * benchtests/slowatan-inputs: Remove.
10533         * benchtests/slowatan.c: Remove.
10534         * benchtests/slowcos-inputs: Remove.
10535         * benchtests/slowcos.c: Remove.
10536         * benchtests/slowexp-inputs: Remove.
10537         * benchtests/slowexp.c: Remove.
10538         * benchtests/slowpow-inputs: Remove.
10539         * benchtests/slowpow.c: Remove.
10540         * benchtests/slowsin-inputs: Remove.
10541         * benchtests/slowsin.c: Remove.
10542         * benchtests/slowtan-inputs: Remove.
10543         * benchtests/slowtan.c: Remove.
10544         * benchtests/tan-inputs: Add slow benchmark inputs.
10545         * scripts/bench.pl: Parse comments and directives.
10547         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
10548         in CPPFLAGS.
10549         ($(objpfx)bench-%.c): Remove *-ITER.
10550         * benchtests/bench-modf.c: Remove definition of ITER.
10551         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
10552         (main): Loop for DURATION seconds instead of fixed number of
10553         iterations.
10554         * scripts/bench.pl: Don't expect iterations in parameters.
10556 2013-04-29  Roland McGrath  <roland@hack.frob.com>
10558         * io/fchdir.c (__fchdir): Renamed from fchdir.
10559         (fchdir): Define as weak alias.
10561 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
10563         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
10564         (ERRNO_EDOM): Likewise.
10565         (ERRNO_ERANGE): Likewise.
10566         (noErrnoTests): New variable.
10567         (init_max_error): Set errno to 0.
10568         (test_single_errno): New function.
10569         (test_errno): Likewise.
10570         (check_float_internal): Call test_errno.  Set errno to 0.
10571         (check_complex): Refer to errno tests in comment.
10572         (check_int): Call test_errno.  Set errno to 0.
10573         (check_long): Likewise.
10574         (check_bool): Likewise.
10575         (check_longlong): Likewise.
10576         (cos_test): Use ERRNO_* flags for errno tests instead of
10577         check_int.
10578         (expm1_test): Likewise.
10579         (fmod_test): Likewise.
10580         (ilogb_test): Likewise.
10581         (lgamma_test): Likewise.
10582         (pow_test): Likewise.
10583         (remainder_test): Likewise.
10584         (sin_test): Likewise.
10585         (tan_test): Likewise.
10586         (yn_test): Likewise.
10587         (initialize): Set errno to 0.
10588         (main): Print number of errno tests.
10589         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
10591 2013-04-29  Andreas Jaeger  <aj@suse.de>
10593         [BZ #15084]
10594         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
10595         and RES_USEVC.
10597         [BZ #15085]
10598         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
10599         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
10600         unimplemented.
10602         [BZ #15380]
10603         * stdlib/random.c (__initstate): Return NULL if
10604         __initstate fails.
10606         [BZ #15086]
10607         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
10608         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
10609         RES_SNGLKUPREOP.
10611 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10615 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
10617         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
10618         of individual tests.
10619         (casin_test): Likewise.
10620         (casinh_test): Likewise.
10622 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
10624         [BZ #15409]
10625         * math/s_catan.c (__catan): Handle arguments with large real or
10626         imaginary part separately without squaring.
10627         * math/s_catanf.c (__catanf): Likewise.
10628         * math/s_catanh.c (__catanh): Likewise.
10629         * math/s_catanhf.c (__catanhf): Likewise.
10630         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
10631         and redefine.
10632         (__catanhl): Handle arguments with large real or imaginary part
10633         separately without squaring.
10634         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
10635         and redefine.
10636         (__catanl): Handle arguments with large real or imaginary part
10637         separately without squaring.
10638         * math/libm-test.inc (catan_test): Add more tests.
10639         (catanh_test): Likewise.
10640         * sysdeps/i386/fpu/libm-test-ulps: Update.
10641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10643 2013-04-27  Andreas Jaeger  <aj@suse.de>
10645         [BZ #15007]
10646         * stdlib/stdlib.h: Update guards for qecvt.
10647         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
10648         <stdlib.h>.
10650 2013-04-27  Allan McRae  <allan@archlinux.org>
10652         * sysdeps/i386/fpu/libm-test-ulps: Update.
10654 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
10656         [BZ #15406]
10657         * math/s_catan.c: Include <float.h>.
10658         (__catan): Ensure underflow exception occurs for underflowed
10659         result.
10660         * math/s_catanf.c: Include <float.h>.
10661         (__catanf): Ensure underflow exception occurs for underflowed
10662         result.
10663         * math/s_catanh.c: Include <float.h>.
10664         (__catanh): Ensure underflow exception occurs for underflowed
10665         result.
10666         * math/s_catanhf.c: Include <float.h>.
10667         (__catanhf): Ensure underflow exception occurs for underflowed
10668         result.
10669         * math/s_catanhl.c: Include <float.h>.
10670         (__catanhl): Ensure underflow exception occurs for underflowed
10671         result.
10672         * math/s_catanl.c: Include <float.h>.
10673         (__catanl): Ensure underflow exception occurs for underflowed
10674         result.
10675         * math/libm-test.inc (catan_test): Add more tests.
10676         (catanh_test): Likewise.
10678         [BZ #15405]
10679         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
10680         underflowed result.
10681         * math/s_ccoshf.c (__ccoshf): Likewise.
10682         * math/s_ccoshl.c (__ccoshl): Likewise.
10683         * math/s_csin.c (__csin): Likewise.
10684         * math/s_csinf.c (__csinf): Likewise.
10685         * math/s_csinh.c (__csinh): Likewise.
10686         * math/s_csinhf.c (__csinhf): Likewise.
10687         * math/s_csinhl.c (__csinhl): Likewise.
10688         * math/s_csinl.c (__csinl): Likewise.
10689         * math/libm-test.inc (ccos_test): Add more tests.
10690         (ccosh_test): Likewise.
10691         (csin_test): Likewise.
10692         (csinh_test): Likewise.
10694 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10696         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
10697         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
10698         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
10699         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
10700         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
10701         powerpc/power5+/fpu folders.
10702         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
10705 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
10707         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10709 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
10711         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
10712         additions to variable.
10713         [$(config-machine) = x86_64] (modules-names): Likewise.
10714         ($(objpfx)tst-audit3): Remove dependency.
10715         ($(objpfx)tst-audit3.out): Likewise.
10716         ($(objpfx)tst-audit4): Likewise.
10717         ($(objpfx)tst-audit4.out): Likewise.
10718         ($(objpfx)tst-audit5): Likewise.
10719         ($(objpfx)tst-audit5.out): Likewise.
10720         ($(objpfx)tst-audit6): Likewise.
10721         ($(objpfx)tst-audit6.out): Likewise.
10722         ($(objpfx)tst-audit7): Likewise.
10723         ($(objpfx)tst-audit7.out): Likewise.
10724         (tst-audit3-ENV): Remove variable.
10725         (tst-audit4-ENV): Likewise.
10726         (tst-audit5-ENV): Likewise.
10727         (tst-audit6-ENV): Likewise.
10728         (tst-audit7-ENV): Likewise.
10729         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
10730         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
10731         addition to variable.
10732         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
10733         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
10734         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
10735         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
10736         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
10737         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
10738         tst-audit3, tst-audit4 and tst-audit5.
10739         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
10740         tst-audit6 and tst-audit7.
10741         [$(subdir) = elf] (modules-names): Add audit modules for those
10742         tests.
10743         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
10744         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
10745         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
10746         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
10747         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
10748         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
10749         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
10750         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
10751         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
10752         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
10753         [$(subdir) = elf] (tst-audit3-ENV): New variable.
10754         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
10755         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
10756         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
10757         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
10758         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
10759         Likewise.
10760         [$(subdir) = elf && $(config-cflags-avx) = yes]
10761         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
10762         [$(subdir) = elf && $(config-cflags-avx) = yes]
10763         (CFLAGS-tst-auditmod4a.c): Likewise.
10764         [$(subdir) = elf && $(config-cflags-avx) = yes]
10765         (CFLAGS-tst-auditmod4b.c): Likewise.
10766         [$(subdir) = elf && $(config-cflags-avx) = yes]
10767         (CFLAGS-tst-auditmod6b.c): Likewise.
10768         [$(subdir) = elf && $(config-cflags-avx) = yes]
10769         (CFLAGS-tst-auditmod6c.c): Likewise.
10770         [$(subdir) = elf && $(config-cflags-avx) = yes]
10771         (CFLAGS-tst-auditmod7b.c): Likewise.
10772         * elf/tst-audit3.c: Move to ...
10773         * sysdeps/x86_64/tst-audit3.c: ... here.
10774         * elf/tst-audit4.c: Move to ...
10775         * sysdeps/x86_64/tst-audit4.c: ... here.
10776         * elf/tst-audit5.c: Move to ...
10777         * sysdeps/x86_64/tst-audit5.c: ... here.
10778         * elf/tst-audit6.c: Move to ...
10779         * sysdeps/x86_64/tst-audit6.c: ... here.
10780         * elf/tst-audit7.c: Move to ...
10781         * sysdeps/x86_64/tst-audit7.c: ... here.
10782         * elf/tst-auditmod3a.c: Move to ...
10783         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
10784         * elf/tst-auditmod3b.c: Move to ...
10785         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
10786         * elf/tst-auditmod4a.c: Move to ...
10787         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
10788         * elf/tst-auditmod4b.c: Move to ...
10789         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
10790         * elf/tst-auditmod5a.c: Move to ...
10791         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
10792         * elf/tst-auditmod5b.c: Move to ...
10793         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
10794         * elf/tst-auditmod6a.c: Move to ...
10795         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
10796         * elf/tst-auditmod6b.c: Move to ...
10797         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
10798         * elf/tst-auditmod6c.c: Move to ...
10799         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
10800         * elf/tst-auditmod7a.c: Move to ...
10801         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
10802         * elf/tst-auditmod7b.c: Move to ...
10803         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
10805 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
10807         [BZ #15366]
10808         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
10809         define unconditionally.
10810         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
10811         define unconditionally.
10812         (INT8_C, INT16_C, etc.): Likewise.
10814 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
10816         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
10817         __ehdr_start with hidden visibility.
10819         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
10821 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
10823         * math/libm-test.inc (cos_test): Use accurate hex constants.
10824         (sincost_test): Likewise.
10826 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
10828         * math/libm-test.inc (catan_test): Add more tests.
10829         (catanh_test): Likewise.
10831         * math/s_catanf.c (__catanf): Use suffixed floating-point
10832         constants.
10833         * math/s_catanhf.c (__catanhf): Likewise.
10834         * math/s_catanhl.c (__catanhl): Likewise.
10835         * math/s_catanl.c (__catanl): Likewise.
10837         [BZ #15394]
10838         * math/s_catan.c (__catan): Calculate imaginary part of result
10839         with log1p not log unless computing log of number close to 0.
10840         * math/s_catanf.c (__catanf): Likewise.
10841         * math/s_catanl.c (__catanl): Likewise.
10842         * math/s_catanh.c (__catanh): Calculate real part of result with
10843         log1p not log unless computing log of number close to 0.
10844         * math/s_catanhf.c (__catanhf): Likewise.
10845         * math/s_catanhl.c (__catanhl): Likewise.
10846         * math/libm-test.inc (catan_test): Add more tests.
10847         (catanh_test): Likewise.
10848         * sysdeps/i386/fpu/libm-test-ulps: Update.
10849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10851 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10853         * benchtests/Makefile: Mention files in which fast and slow
10854         paths of math functions are implemented.
10856 2013-04-23  Roland McGrath  <roland@hack.frob.com>
10858         * sysdeps/posix/timespec_get.c: New file.
10860 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10862         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
10863         POWER.
10864         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
10865         for POWER.
10866         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
10867         powerpc/power5/fpu folders.
10868         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
10869         * benchtests/Makefile: Add modf testcase.
10870         * benchtests/bench-modf.c: New file: Benchmark test for mo
10872 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10874         [BZ #14888]
10875         * time/Makefile (tests): Add tst-strptime-whitespace.
10876         * time/strptime_l.c (get_number): Use ISSPACE.
10877         (__strptime_internal): Likewise.
10878         * time/tst-strptime-whitespace.c: New test case.
10880 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
10882         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
10883         member.
10884         (_nss_files_init): Set it here.
10886 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
10888         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
10889         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
10890         unsigned.
10892 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
10894         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
10896 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10898         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
10899         size just once.
10901 2013-04-21  David S. Miller  <davem@davemloft.net>
10903         * po/ru.po: Update Russion translation from translation project.
10905 2013-04-17  Adam Conrad  <adconrad@0c3.net>
10907         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
10908         and setfsgid.
10910 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
10912         * configure.in: Remove i386 configure warning. Remove i386 case.
10913         * configure: Regenerate.
10914         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
10915         Add example to error message.
10916         * sysdeps/i386/configure: Regenerate.
10918 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
10920         * benchtests/Makefile (bench): Add cos, tan, slowcos and
10921         slowtan.
10922         * benchtests/cos-inputs: New file.
10923         * benchtests/slowcos-inputs: New file.
10924         * benchtests/slowcos.c: New file.
10925         * benchtests/slowtan-inputs: New file.
10926         * benchtests/slowtan.c: New file.
10927         * benchtests/tan-inputs: New file.
10929 2013-04-16  Roland McGrath  <roland@hack.frob.com>
10931         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
10932         considered kosher.
10934 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10936         * benchtests/Makefile: Include cppflags-iterator.mk to add
10937         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
10939         * Makefile.in (bench-clean): New target.
10940         * benchtests/Makefile (bench-clean): Likewise.
10942 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
10944         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
10946 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
10948         * stdio-common/tstdiomisc.c: Fix coding-style violation.
10950 2013-04-15  Andreas Schwab  <schwab@suse.de>
10952         * nscd/grpcache.c (cache_addgr): Properly check for short write.
10953         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10954         * nscd/pwdcache.c (cache_addpw): Likewise.
10955         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
10956         more than recsize.
10958 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10960         * benchtests/Makefile (bench): Write all output to
10961         bench-out.tmp together.
10963 2013-04-15  Andreas Schwab  <schwab@suse.de>
10965         * nscd/nscd.c (main): Don't fork again after closing files.
10967 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10969         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
10971         * benchtests/Rules (bench-deps): Collect dependencies into a
10972         single variable.  Add Makefile to dependencies.
10973         ($(objpfx)bench-%.c): Depend on bench-deps.
10975 2013-04-12  Roland McGrath  <roland@hack.frob.com>
10976             Xavier Roche  <roche+kml2@exalead.com>
10978         [BZ #15361]
10979         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
10980         just that it's a file descriptor.
10981         * manual/llio.texi (Synchronizing AIO Operations): Update description
10982         for EBADF error from aio_fsync.
10984 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
10986         * Rules (bench): Move target definition...
10987         * benchtests/Makefile: ... here.
10989 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
10991         * math/libm-test.inc (cos_test): Fix PI/2 test.
10992         (sincos_test): Likewise.
10993         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10994         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
10996 2013-04-11  Andreas Schwab  <schwab@suse.de>
10998         [BZ #13988]
10999         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
11000         accept exponent character only when digits were seen.
11001         * stdio-common/Makefile (tests): Add bug26.
11002         * stdio-common/bug26.c: New file.
11004         [BZ #14293]
11005         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
11006         non-freeable.
11008 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11010         * Makeconfig (rtld-prefix): Define built linker prefix.
11011         * Rules (run-bench): Use it.
11012         * math/Makefile (run-regen-ulps): Likewise.
11014         * Rules (bench): Remove eval.
11016 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11017             Roland McGrath  <roland@hack.frob.com>
11018             Ondrej Bilka  <neleai@seznam.cz>
11020         [BZ #15346]
11021         * time/getdate.c: Include ctype.h and alloca.h.
11022         (__getdate_r): Trim leading and trailing spaces of input.
11023         * time/tst-getdate.c (tests): Add tests with leading and
11024         trailing spaces.
11026 2013-04-08  Roland McGrath  <roland@hack.frob.com>
11028         [BZ #14280]
11029         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
11030         when computing value.
11032 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11034         * math/README.libm-test (How can I generate "libm-test-ulps"?):
11035         Use testrun.sh to run libm tests.
11037         [BZ #15309]
11038         * elf/dl-open.c (dl_open_worker): memset all of seen array.
11040 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
11042         [BZ #15264]
11043         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
11045 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11047         * Makefile.in (regen-ulps): New target.
11048         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
11049         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
11050         [ifneq (no,$(PERL)] (regen-ulps): New target.
11051         [ifeq (no,$(PERL)] (regen-ulps): New target.
11052         * math/libm-test.inc (ulps_file_name): Define.
11053         (output_dir): New variable.
11054         (options): Add "output-dir" option.
11055         (parse_opt): Handle 'o' case.
11056         (main): If output_dir is non-NULL use it as a prefix
11057         otherwise use "".
11058         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
11060 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11062         [BZ #10060, #10062]
11063         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
11064         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
11065         fail configure if __sync_val_compare_and_swap is not inlined.
11066         * sysdeps/i386/configure: Regenerate.
11067         * configure.in: Build for i686 when configured for i386.
11068         * configure: Regenerate.
11069         * README: Remove i386 reference.
11071 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
11073         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
11074         * sysdeps/s390/s390-64/sysdep.h: Likewise.
11076 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
11078         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
11079         (lmsnanval): New variables.
11080         (F): Add conversion tests.
11081         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
11082         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
11084         * stdio-common/tstdiomisc.c (F): Properly collect individual
11085         tests' results.
11087         [BZ #14686, #15336]
11088         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
11089         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
11090         Instead, use input NaN values or generate a qNaN by arithmetic
11091         operation.  Also fix bugs to comply with the standard.
11092         * math/libm-test.inc (remainder_test): Add more tests.
11094         [BZ #15335, #15342]
11095         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
11096         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
11097         input NaN values or generate a qNaN by arithmetic operation.
11099         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
11100         unreachable code.
11102         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
11103         definitions.
11105 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
11107         [BZ #14478]
11108         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
11109         underflowed result.
11110         * math/s_cexpf.c (__cexpf): Likewise.
11111         * math/s_cexpl.c (__cexpl): Likewise.
11112         * math/libm-test.inc (cexp_test): Add more tests.
11114 2013-04-03  Andreas Schwab  <schwab@suse.de>
11116         [BZ #15330]
11117         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
11118         order arrays from heap if bigger than alloca cutoff.
11120 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
11122         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
11123         (SNAN_TESTS_double): Refer to GCC PR56831.
11124         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
11125         GCC PR56828.
11127 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11129         * Rules (bench): Move bench.out after the run is complete.
11131         * Rules (bench): Echo currently running benchmark.
11133         * benchtests/Makefile (bench): Add atan and slowatan.
11134         * benchtests/atan-inputs: New file.
11135         * benchtests/slowatan-inputs: New file.
11136         * benchtests/slowatan.c: New file.
11138         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
11139         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
11140         its value.
11142         [BZ #15305]
11143         * sysdeps/unix/sysv/linux/kernel-features.h
11144         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
11145         __ASSUME_XFS_RESTRICTED_CHOWN.
11146         * sysdeps/unix/sysv/linux/pathconf.c
11147         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11148         Save and restore errno.
11150 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
11152         [BZ #15327]
11153         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
11154         arguments using __kernel_casinh.
11155         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
11156         arguments using __kernel_casinhf.
11157         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
11158         arguments using __kernel_casinhl.
11159         * math/libm-test.inc (cacosh_test): Add more tests.
11160         * sysdeps/i386/fpu/libm-test-ulps: Update.
11161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11163 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11165         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
11166         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
11168         * bench/Makefile (bench): Add sin and slowsin.
11169         * benchtests/sin-inputs: New file.
11170         * benchtests/slowsin-inputs: New file.
11171         * benchtests/slowsin.c: New file.
11173         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
11174         (bench): Add slowexp and slowpow.
11175         (exp-ITER): Increase iterations.
11176         (pow-ITER): Likewise.
11177         * benchtests/exp-inputs: Change input.
11178         * benchtests/pow-inputs: Likewise.
11179         * benchtests/slowexp-inputs: New file.
11180         * benchtests/slowexp.c: New file.
11181         * benchtests/slowpow-inputs: New file.
11182         * benchtests/slowpow.c: New file.
11184 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11186         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
11187         instructions.
11188         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
11189         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
11190         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
11191         * benchtests/Makefile: Add rint benchtest.
11192         * benchtests/rint-inputs: Input for rint benchtest.
11194 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
11196         * Versions.def (libm): Add GLIBC_2.18.
11197         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
11198         hidden libm prototypes.
11199         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
11200         * math/Makefile (libm-calls): Add s_issignaling.
11201         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
11202         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
11203         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
11204         declaration.
11205         * math/math.h [__USE_GNU] (issignaling): New macro.
11206         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
11207         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
11208         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
11209         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
11210         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
11211         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
11212         * manual/arith.texi (issignaling): New section.
11213         * manual/libm-err-tab.pl (@all_functions): Update comment.
11214         * math/gen-libm-test.pl (parse_args): Apply special handling for
11215         issignaling.
11216         * math/libm-test.inc (print_float, issignaling_test): New
11217         functions.
11218         (check_float_internal): Add issignaling checks.
11219         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
11220         default definition.
11221         * sysdeps/powerpc/math-tests.h: New file.
11222         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
11223         tests.
11224         * math/test-snan.c (TEST_FUNC): Likewise.
11226 2013-03-30  David S. Miller  <davem@davemloft.net>
11228         * po/de.po: Update from translation team.
11230 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
11232         [BZ #10357]
11233         * math/k_casinh.c (__kernel_casinh): Handle arguments with
11234         imaginary part less than 1.0 and real part less than 0.5
11235         specially.
11236         * math/k_casinhf.c (__kernel_casinhf): Likewise.
11237         * math/k_casinhl.c (__kernel_casinhl): Likewise.
11238         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
11239         (cacos_test): Add more tests.
11240         (casin_test): Likewise.
11241         (casinh_test): Likewise.
11242         * sysdeps/i386/fpu/libm-test-ulps: Update.
11243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11245 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11247         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
11248         ONE with its value.
11250         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
11251         (__pow_mp): Replace ONE and MONE with their values.
11252         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11253         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
11254         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
11255         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
11256         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
11257         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
11259         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
11261         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
11262         (__pow_mp): Replace ZERO and MZERO with their values.
11263         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
11264         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11265         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
11266         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
11267         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
11268         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
11269         (__sqr): Likewise.
11271         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
11273         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
11275 2013-03-28  Roland McGrath  <roland@hack.frob.com>
11277         * include/stdlib.h [!SHARED] (__call_tls_dtors):
11278         Declare with __attribute__ ((weak)).
11279         * stdlib/exit.c (__libc_atexit) [!SHARED]:
11280         Call __call_tls_dtors only if it's not NULL.
11282 2013-03-28  Roland McGrath  <roland@hack.frob.com>
11284         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
11285         didn't do it already, then set _dl_phdr and _dl_phnum based on the
11286         magic __ehdr_start linker symbol if it's defined.
11287         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
11288         them up here if it was already done.
11290         * elf/dl-support.c (_dl_phdr): Make pointer to const.
11291         (_dl_aux_init): Use const in cast when setting it.
11292         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
11293         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
11294         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
11296         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
11297         Declare them here.
11298         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
11299         * csu/libc-tls.c: Nor here.
11300         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
11302         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
11303         (__libc_message): Never call vsyslog.
11305 2013-03-28  Alan Modra  <amodra@gmail.com>
11307         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
11308         Define as empty.
11309         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
11310         Likewise.
11312 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11314         [BZ #15214]
11315         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
11316         underflow.
11317         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11319 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11321         [BZ #15304]
11322         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11323         Don't add gid passed as argument.
11325         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
11327 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
11329         [BZ #15307]
11330         * math/k_casinh.c (__kernel_casinh): Handle arguments with
11331         imaginary part between 1.0 and 1.5 and real part less than 0.5
11332         specially.
11333         * math/k_casinhf.c (__kernel_casinhf): Likewise.
11334         * math/k_casinhl.c (__kernel_casinhl): Likewise.
11335         * math/libm-test.inc (cacos_test): Add more tests.
11336         (casin_test): Likewise.
11337         (casinh_test): Likewise.
11338         * sysdeps/i386/fpu/libm-test-ulps: Update.
11339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11341 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11343         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
11344         constants.
11345         (norm): Likewise.
11346         (denorm): Likewise.
11347         (__dbl_mp): Likewise.
11348         (add_magnitudes): Likewise.
11349         (sub_magnitudes): Likewise.
11350         (__add): Likewise.
11351         (__sub): Likewise.
11352         (__mul): Likewise.
11353         (__sqr): Likewise.
11354         (__inv): Likewise.
11355         (__dvd): Likewise.
11357         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
11358         commented code.
11359         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
11360         (__dubcos): Likewise.
11361         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
11362         (__ieee754_acos): Likewise.
11363         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
11364         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
11365         (__exp1): Likewise.
11366         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11367         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
11368         (log1): Likewise.
11369         (my_log2): Likewise.
11370         (checkint): Likewise.
11371         * sysdeps/ieee754/dbl-64/e_remainder.c
11372         (__ieee754_remainder): Likewise.
11373         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
11374         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
11375         (bsloww): Likewise.
11376         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
11378         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
11379         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
11380         MANTISSA_STORE_T to store computations on mantissa.  Use
11381         macros for rounding and division.
11382         (denorm): Likewise.
11383         (__dbl_mp): Likewise.
11384         (add_magnitudes): Likewise.
11385         (sub_magnitudes): Likewise.
11386         (__mul): Likewise.
11387         (__sqr): Likewise.
11388         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
11389         powers of two in terms of TWOPOW macro.
11390         (mp_no): Make type of mantissa as MANTISSA_T.
11391         [!RADIXI]: Define RADIXI.
11392         [!TWO52]: Define TWO52.
11393         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
11395 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11397         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
11398         llroundl symbol when building for PPC32.
11400 2013-03-24  Mark H Weaver  <mhw@netris.org>
11402         * manual/arith.texi (Normalization Functions): Fix prototypes for
11403         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
11405 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11407         [BZ #13889]
11408         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
11409         high value to check if expl overflow.
11410         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
11411         to check for underflow and overflow.
11412         * math/libm-test.inc: Add exp test.
11414 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
11416         [BZ #11120]
11417         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
11418         with NOT_IN_libc.
11420 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11422         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
11423         symbol.
11425 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
11427         * math/gen-libm-test.pl (parse_args, special_functions): Properly
11428         wrap blocks consisting of several statements.
11430         * sysdeps/generic/math-tests.h: New file.
11431         * sysdeps/i386/fpu/math-tests.h: Likewise.
11432         * math/test-snan.c: Include it.
11433         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
11435 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
11437         [BZ #15285]
11438         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
11439         (__ieee754_j0l): Do not improve calculations using cos of twice
11440         input for inputs above LDBL_MAX / 2.0L.
11441         (__ieee754_y0l): Likewise.
11442         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
11443         (__ieee754_j1l): Do not improve calculations using cos of twice
11444         input for inputs above LDBL_MAX / 2.0L.
11445         (__ieee754_y1l): Likewise.
11446         * math/libm-test.inc (j0_test): Add another test.
11447         (j1_test): Likewise.
11448         (y0_test): Likewise.
11449         (y1_test): Likewise.
11450         * sysdeps/i386/fpu/libm-test-ulps: Update.
11452 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11454         * Rules ($(objpfx)bench-%.c): Include code from a C source
11455         file.
11457 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
11459         [BZ #15287]
11460         * math/k_casinh.c (__kernel_casinh): Handle arguments with
11461         imaginary part 1.0 and real part less than 0.5 specially.
11462         * math/k_casinhf.c (__kernel_casinhf): Likewise.
11463         * math/k_casinhl.c (__kernel_casinhl): Likewise.
11464         * math/libm-test.inc (cacos_test): Add more tests.
11465         (casin_test): Likewise.
11466         (casinh_test): Likewise.
11467         * sysdeps/i386/fpu/libm-test-ulps: Update.
11468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11470 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11472         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
11473         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
11475 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
11477         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
11478         * config.make.in (config-cflags-sse4): Remove variable.
11479         (config-cflags-avx): Likewise.
11480         (config-cflags-sse2avx): Likewise.
11481         (config-cflags-novzeroupper): Likewise.
11482         (config-asflags-i686): Likewise.
11483         (have-mfma4): Likewise.
11484         (have-as-vis3): Likewise.
11485         (MIG): Likewise.
11486         * configure.in (MIG): Do not AC_SUBST.
11487         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
11488         (libc_cv_cc_sse4): Do not AC_SUBST.
11489         (libc_cv_cc_avx): Likewise.
11490         (libc_cv_cc_sse2avx): Likewise.
11491         (libc_cv_cc_novzeroupper): Likewise.
11492         (libc_cv_cc_fma4): Likewise.
11493         (libc_cv_as_i686): Likewise.
11494         (libc_cv_sparc_as_vis3): Likewise.
11495         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
11496         LIBC_CONFIG_VAR.
11497         (config-asflags-i686): Likewise.
11498         (config-cflags-avx): Likewise.
11499         (config-cflags-sse2avx): Likewise.
11500         (have-mfma4): Likewise.
11501         (config-cflags-novzeroupper): Likewise.
11502         * sysdeps/mach/configure.in (MIG): Likewise.
11503         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
11504         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
11505         LIBC_CONFIG_VAR.
11506         (config-cflags-avx): Likewise.
11507         (config-cflags-sse2avx): Likewise.
11508         (have-mfma4): Likewise.
11509         (config-cflags-novzeroupper): Likewise.
11510         * configure: Regenerated.
11511         * sysdeps/i386/configure: Likewise.
11512         * sysdeps/mach/configure: Likewise.
11513         * sysdeps/sparc/configure: Likewise.
11514         * sysdeps/x86_64/configure: Likewise.
11516 2013-03-20  Roland McGrath  <roland@hack.frob.com>
11518         [BZ #14812]
11519         * locale/programs/localedef.c (options): Put N_ translation marker
11520         on argument names, not just descriptions.
11522 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11524         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
11526 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
11528         [BZ #14176]
11529         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
11531 2013-03-19  Roland McGrath  <roland@hack.frob.com>
11533         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
11534         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
11535         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
11536         [!BEFORE_ABORT] (before_abort): New function.
11537         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
11538         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
11539         (writev_for_fatal): New function.
11540         (WRITEV_FOR_FATAL): New macro; call that.
11541         (backtrace_and_maps): New function.
11542         (BEFORE_ABORT): New macro; call that.
11543         (struct str_list): Type removed.
11544         (__libc_message, __libc_fatal): Functions removed.
11545         Include <sysdeps/posix/libc_fatal.c> instead.
11547 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
11549         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
11550         constants.
11551         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
11552         double constants.
11554 2013-03-19  Andreas Schwab  <schwab@suse.de>
11556         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
11557         * sysdeps/gnu/configure: Regenerate.
11559         * configure.in: Substitute libc_cv_rtlddir.
11560         * configure: Regenerate.
11561         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
11562         * Makeconfig (rtlddir, inst_rtlddir): New variables.
11563         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
11564         * elf/Makefile (install-others, CFLAGS-interp.c)
11565         (ldso_install, common-ldd-rewrite): Likewise.
11566         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
11567         $(inst_slibdir)/$(rtld-installed-name).
11568         * scripts/rellns-sh: Add -p option.
11569         * Makerules (make-shlib-link): Use rellns-sh to get relative name
11570         for source.
11572 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11574         * manual/nptl.texi: Renamed to ...
11575         * manual/threads.texi: ... this.
11576         * manual/Makefile (chapters): Update.
11578 2013-03-18  Roland McGrath  <roland@hack.frob.com>
11580         [BZ #14812]
11581         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
11582         on argument names, not just descriptions.
11583         * malloc/memusagestat.c (options): Likewise.
11584         * nss/getent.c (options): Likewise.
11586 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
11588         [BZ #14812]
11589         * iconv/iconv_prog.c (options): Put N_ translation marker
11590         on argument names, not just descriptions.
11591         * iconv/iconvconfig.c (options): Likewise.
11593 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
11595         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
11596         implementation which is faster on all x86_64 architectures.
11597         Tested on AMD, Intel Nehalem, SNB, IVB.
11598         * sysdeps/x86_64/strnlen.S: Likewise.
11600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
11601         Remove all multiarch strlen and strnlen versions.
11602         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11603         Remove strlen and strnlen related parts.
11605         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
11606         Inline strlen part.
11607         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
11609         * sysdeps/x86_64/multiarch/strlen.S: Remove.
11610         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
11611         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
11612         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
11613         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
11614         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
11616 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
11618         * manual/memory.texi (Malloc Tunable Parameters):
11619         Sort parameters alphabetically. Add comments for missing entries.
11621 2013-03-17  David S. Miller  <davem@davemloft.net>
11623         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11625 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
11627         [BZ #15283]
11628         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
11629         for arguments at most half maximum finite value.
11630         * math/libm-test.inc (j0_test): Add more tests.
11631         (j1_test): Likewise.
11632         (y0_test): Likewise.
11633         (y1_test): Likewise.
11634         * sysdeps/i386/fpu/libm-test-ulps: Update.
11635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11637         [BZ #14155]
11638         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
11639         1 / x and functions P and Q for arguments above 0x1p256L.
11640         (__ieee754_y0l): Likewise.
11641         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
11642         (__ieee754_y1l): Likewise.
11643         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
11644         (j1_test): Likewise.
11645         (y0_test): Likewise.
11646         (y1_test): Likewise.
11648 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
11650         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
11651         variable.
11653 2013-03-15  Roland McGrath  <roland@hack.frob.com>
11655         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
11656         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
11657         zero since it's initialized to EXEC_PAGESIZE.
11659         * sysdeps/unix/sysv/linux/ldsodefs.h
11660         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
11661         * sysdeps/generic/ldsodefs.h: ... here.
11663 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
11665         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
11667         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
11668         math/test-snan.c.
11669         * math/test-snan.c: Renamed from
11670         sysdeps/powerpc/fpu/test-powerpc-snan.c.
11671         * math/Makefile (tests): Add test-snan.
11672         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
11673         test-powerpc-snan.
11675         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
11676         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
11677         functions.
11678         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
11679         __builtin_nan family of functions.
11680         * math/libm-test.inc (initialize): Initialize qnan_value with
11681         __builtin_nan family of functions.
11682         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
11683         Remove variables.
11684         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
11685         Remove functions.
11686         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
11687         storage class.  Initialize qNaN_var and sNaN_var with
11688         __builtin_nan and __builtin_nans families of functions,
11689         respectively.
11691         * math/libm-test.inc (acosh_test): Also test with qNaN input.
11692         (sqrt_test): Remove duplicate test with qNaN input.
11693         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
11694         (round_test, signbit_test, significand_test): Note missing +/-Inf
11695         as well as qNaN tests.
11697         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
11698         qNaN_var.  Fix a few strings, too.
11699         * math/libm-test.inc (nan_value): Rename to qnan_value.
11700         * math/gen-libm-test.pl (%beautify): Adjust to that.
11701         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
11702         * math/test-misc.c (main): Likewise.
11703         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
11704         to __qnan_bytes, and __qnan_union, respectively.
11705         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
11706         Likewise.
11707         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
11708         and lqnanval, respectively.
11709         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
11710         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
11711         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
11712         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
11714         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
11715         * math/test-misc.c (main) [__x86_64__]: Enable test for long
11716         doubles.
11718         * math/test-misc.c (main): Fix copy'n'pastos.
11719         * misc/tst-efgcvt.c (special): Likewise.
11721         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
11722         Remove declarations.
11724 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11726         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
11727         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
11728         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
11729         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
11731 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11733         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
11734         macro to return vdso values correctly in IFUNC implementations.
11735         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11736         Optimization by using IFUNC.
11738 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11739             Richard Henderson  <rth@redhat.com>
11740             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11742         * Makefile.in (bench): New target.
11743         * NEWS: Mention the benchmark framework.
11744         * Rules (bench): Likewise.
11745         (binaries-bench): Generate binaries for functions to
11746         benchmark.
11747         * benchtests/Makefile: New makefile for benchmark tests.
11748         * benchtests/bench-skeleton.c: New skeleton file for benchmark
11749         programs.
11750         * benchtests/exp-inputs: New input file for EXP function.
11751         * benchtests/pow-inputs: New input file for POW function.
11752         * scripts/bench.pl: New script to generate source files for
11753         benchmark programs.
11755 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11757         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
11758         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
11759         computations on mantissa.  Use macros for rounding and
11760         division.
11761         (denorm): Likewise.
11762         (__dbl_mp): Likewise.
11763         (add_magnitudes): Likewise.
11764         (sub_magnitudes): Likewise.
11765         (__mul): Likewise.
11766         (__sqr): Likewise.
11767         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
11768         powers of two in terms of TWOPOW macro.
11769         (mp_no): Make type of mantissa as MANTISSA_T.
11770         [!RADIXI]: Define RADIXI.
11771         [!TWO52]: Define TWO52.
11772         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
11774         * manual/nptl.texi (cindex): Modify threads to pthreads.
11776 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
11778         * sysdeps/x86_64/preconfigure: Regenerated.
11780 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
11782         [BZ #14155]
11783         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
11784         0x1p28 and above.
11785         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
11786         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
11787         0x1p28 and above.
11788         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
11789         * math/libm-test.inc (j0_test): Do not allow one spurious
11790         underflow exception.
11791         (y1_test): Likewise.
11793 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
11795         * manual/Makefile (chapters): Add nptl.
11796         * manual/debug.texi (Debugging Support): Add link to Threads
11797         chapter.
11798         * manual/nptl.texi: New file.
11800         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
11802 2013-03-14  Petr Baudis  <pasky@ucw.cz>
11804         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
11805         for non-NULL pointer before the memory validity test. Pointed
11806         out by Holger Brunck <holger.brunck@keymile.com>.
11808 2013-03-13  Andreas Schwab  <schwab@suse.de>
11810         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
11811         instead of .os.
11813 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
11815         * timezone/zic.c: Update from tzcode 2013b.
11817 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
11819         * manual/install.texi (Configuring and compiling):
11820         Mention i686 and i586.
11821         * INSTALL: Regenerate.
11823 2013-03-12  Roland McGrath  <roland@hack.frob.com>
11825         * sysdeps/init_array/elf-init.c: New file.
11826         * csu/elf-init.c
11827         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
11828         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
11830         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
11831         __gmon_start__ as global, but as static with a .preinit_array pointer.
11832         * sysdeps/init_array/gmon-start.c: New file.  Use that.
11833         * sysdeps/init_array/crti.S: New file, empty except for comments.
11834         * sysdeps/init_array/crtn.S: Likewise.
11836 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
11838         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
11839         definining bcopy.
11840         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11841         Remove Prefer_SSE_for_memop.
11842         * sysdeps/x86_64/multiarch/init-arch.h: Remove
11843         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
11844         HAS_PREFER_SSE_FOR_MEMOP.
11845         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
11846         memset-x86-64.
11847         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11848         Remove bzero, memset ifunc support.
11849         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
11850         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
11851         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11852         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11854 2013-03-11  Andreas Schwab  <schwab@suse.de>
11856         [BZ #15234]
11857         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
11858         by SHLIB_COMPAT.
11859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
11860         (GLIBC_2.16): Remove pthread_atfork.
11862 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
11864         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
11865         (ptestcases.h): Likewise.
11867 2013-03-08  Roland McGrath  <roland@hack.frob.com>
11869         * Makeconfig ($(common-objpfx)config.status): Depend on
11870         sysdeps/*/preconfigure{,.in} too.
11872 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
11874         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
11875         (__free_hook): Use void * instead of __malloc_ptr_t.
11876         (__malloc_hook): Likewise.
11877         (__realloc_hook): Likewise.
11878         (__memalign_hook): Likewise.
11879         (__after_morecore_hook): Likewise.
11880         * malloc/arena.c (save_malloc_hook): Likewise.
11881         (save_free_hook): Likewise.
11882         * malloc/hooks.c (malloc_hook_ini): Likewise.
11883         (realloc_hook_ini): Likewise.
11884         (memalign_hook_ini): Likewise.
11885         * malloc/malloc.c (malloc_hook_ini): Likewise.
11886         (realloc_hook_ini): Likewise.
11887         (memalign_hook_ini): Likewise.
11888         (__free_hook): Likewise.
11889         (__malloc_hook): Likewise.
11890         (__realloc_hook): Likewise.
11891         (__memalign_hook): Likewise.
11892         (__libc_malloc): Likewise.
11893         (__libc_free): Likewise.
11894         (__libc_realloc): Likewise.
11895         (__libc_memalign): Likewise.
11896         (__libc_valloc): Likewise.
11897         (__libc_pvalloc): Likewise.
11898         (__libc_calloc): Likewise.
11899         (__posix_memalign): Likewise.
11900         * malloc/morecore.c (__sbrk): Likewise.
11901         (__default_morecore): Likewise.
11903         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
11905         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
11906         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
11907         __malloc_ptrdiff_t.
11909         * malloc/malloc.h (__malloc_size_t): Remove macro.
11910         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
11911         __malloc_size_t.
11912         (old_memalign_hook): Likewise.
11913         (old_realloc_hook): Likewise.
11914         (struct hdr): Likewise.
11915         (flood): Likewise.
11916         (mallochook): Likewise.
11917         (memalignhook): Likewise.
11918         (reallochook): Likewise.
11919         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
11920         (tr_old_realloc_hook): Likewise.
11921         (tr_old_memalign_hook): Likewise.
11922         (tr_mallochook): Likewise.
11923         (tr_reallochook): Likewise.
11924         (tr_memalignhook): Likewise.
11926 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11928         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
11929         default_ldbl_pack and using as default implementation.
11930         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
11931         implementation.
11932         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
11933         redundant definition.
11934         (ldbl_insert_mantissa): Likewise.
11935         (ldbl_canonicalize): Likewise.
11936         (ldbl_nearbyint): Likewise.
11937         (ldbl_pack): Rename to ldbl_pack_ppc.
11938         (ldbl_unpack): Rename to ldbl_unpack_ppc.
11939         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
11940         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
11942 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
11944         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
11945         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
11946         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
11947         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
11948         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
11949         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
11950         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
11951         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
11953 2013-03-07  Andreas Jaeger  <aj@suse.de>
11955         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11956         bits/mman-linux.h.
11958 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
11960         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
11961         Include mpa.h and declare __MPEXP.
11962         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
11963         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
11964         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
11965         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
11966         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
11967         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
11968         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
11970         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
11971         (__slowpow): Use long double EXPL and LOGL functions to
11972         compute POW.
11973         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
11974         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
11975         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
11976         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
11977         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
11978         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
11980         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
11981         intermediate variable to calculate exponent.
11982         (__sqr): Likewise.
11983         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
11984         Likewise.
11985         (__sqr): Likewise.
11987         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
11988         [!NO__SQR]: Define __sqr.
11989         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
11990         and NO__SQR.  Remove all code except __mul and __sqr.  Include
11991         sysdeps/ieee754/dbl-64/mpa.c.
11992         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11994         [BZ #12723]
11995         * posix/Makefile (tests): Add tst-pathconf.
11996         * posix/tst-pathconf.c: New test case.
11997         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
11998         _PC_PIPE_BUF.
11999         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
12001 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
12003         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
12005 2013-03-06  Andreas Jaeger  <aj@suse.de>
12007         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
12008         definition via __MAP_ANONYMOUS.
12010         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
12011         it's not part of Linux headers.
12013         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
12014         (MAP_HUGE_MASK): Define.
12016         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
12017         Define.
12018         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12019         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
12020         Define.
12021         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12022         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
12023         Define.
12024         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12025         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
12026         Define.
12027         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
12029         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
12030         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
12031         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
12032         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
12033         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
12034         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
12036         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
12037         Handle f2fs.
12039         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12040         Handle f2fs and efivarfs.
12042         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
12043         f2fs.
12045         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
12046         (EFIVARFS_MAGIC): Add.
12047         (F2FS_LINK_MAX): Add.
12049 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
12051         * stdio-common/vfprintf.c: Replace __builtin_expect with
12052         __glibc_unlikely.
12054 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
12056         [BZ #13550]
12057         * sysdeps/generic/bp-sym.h: Remove file.
12058         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
12059         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
12060         <bp-sym.h> and <bp-asm.h>.
12061         (__longjmp): Don't use BP_SYM.
12062         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
12063         and <bp-asm.h>.
12064         (memcpy): Don't use BP_SYM.
12065         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
12066         <bp-sym.h> and <bp-asm.h>.
12067         (memcpy): Don't use BP_SYM.
12068         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
12069         <bp-asm.h>.
12070         (memcpy): Don't use BP_SYM.
12071         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
12072         <bp-asm.h>.
12073         (memset): Don't use BP_SYM.
12074         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12075         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12076         (__bzero): Don't use BP_SYM.
12077         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12078         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12079         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
12080         <bp-sym.h> and <bp-asm.h>.
12081         (memcmp): Don't use BP_SYM.  Remove comment about bounded
12082         pointers.
12083         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
12084         <bp-sym.h> and <bp-asm.h>.
12085         (memcpy): Don't use BP_SYM.
12086         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
12087         <bp-sym.h> and <bp-asm.h>.
12088         (memset): Don't use BP_SYM.
12089         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12090         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12091         (__bzero): Don't use BP_SYM.
12092         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12093         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12094         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
12095         <bp-sym.h> and <bp-asm.h>.
12096         (strncmp): Don't use BP_SYM.  Remove comment about bounded
12097         pointers.
12098         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
12099         <bp-sym.h> and <bp-asm.h>.
12100         (memcpy): Don't use BP_SYM.
12101         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
12102         <bp-sym.h> and <bp-asm.h>.
12103         (memset): Don't use BP_SYM.
12104         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12105         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12106         (__bzero): Don't use BP_SYM.
12107         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12108         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12109         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
12110         <bp-sym.h> and <bp-asm.h>.
12111         (__memchr): Don't use BP_SYM.
12112         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
12113         <bp-sym.h> and <bp-asm.h>.
12114         (memcmp): Don't use BP_SYM.  Remove comment about bounded
12115         pointers.
12116         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
12117         <bp-sym.h> and <bp-asm.h>.
12118         (memcpy): Don't use BP_SYM.
12119         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
12120         <bp-sym.h> and <bp-asm.h>.
12121         (__mempcpy): Don't use BP_SYM.
12122         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
12123         <bp-sym.h> and <bp-asm.h>.
12124         (__memrchr): Don't use BP_SYM.
12125         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
12126         <bp-sym.h> and <bp-asm.h>.
12127         (memset): Don't use BP_SYM.
12128         (__bzero): Likewise.
12129         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
12130         <bp-sym.h> and <bp-asm.h>.
12131         (__rawmemchr): Don't use BP_SYM.
12132         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
12133         <bp-sym.h> and <bp-asm.h>.
12134         (__STRCMP): Don't use BP_SYM.
12135         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
12136         <bp-sym.h> and <bp-asm.h>.
12137         (strchr): Don't use BP_SYM.
12138         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
12139         <bp-sym.h> and <bp-asm.h>.
12140         (__strchrnul): Don't use BP_SYM.
12141         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
12142         <bp-sym.h> and <bp-asm.h>.
12143         (strlen): Don't use BP_SYM.
12144         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
12145         <bp-sym.h> and <bp-asm.h>.
12146         (strncmp): Don't use BP_SYM.  Remove comment about bounded
12147         pointers.
12148         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
12149         <bp-sym.h> and <bp-asm.h>.
12150         (__strnlen): Don't use BP_SYM.
12151         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
12152         <bp-sym.h> and <bp-asm.h>.
12153         (__GI__setjmp): Don't use BP_SYM.
12154         (_setjmp): Likewise.
12155         (__sigsetjmp): Likewise.
12156         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
12157         (L(start_addresses)): Don't use BP_SYM.
12158         (_start): Likewise.
12159         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
12160         <bp-asm.h>.
12161         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
12162         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
12163         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12164         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12165         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
12166         <bp-asm.h>.
12167         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
12168         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
12169         about bounded pointers.
12170         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
12171         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
12172         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
12173         <bp-asm.h>.
12174         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
12175         about bounded pointers.  Remove GKM FIXME comments.
12176         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
12177         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
12178         <bp-asm.h>.
12179         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
12180         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
12181         Remove GKM FIXME comments.
12182         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12183         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12184         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
12185         <bp-asm.h>.
12186         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
12187         about bounded pointers.  Remove GKM FIXME comment.
12188         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
12189         and <bp-asm.h>.
12190         (strncmp): Don't use BP_SYM.  Remove comment about bounded
12191         pointers.
12192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
12193         <bp-sym.h> and <bp-asm.h>.
12194         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
12195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
12196         <bp-sym.h> and <bp-asm.h>.
12197         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
12198         comment.
12200 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
12202         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
12203         call free(NULL).
12205 2013-03-05  David S. Miller  <davem@davemloft.net>
12207         * po/es.po: Update from translation team.
12209 2013-03-05  Andreas Jaeger  <aj@suse.de>
12211         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
12212         <bits/mman-linux.h>.
12213         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
12214         is fine.
12215         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
12216         <bits/mman-linux.h> to end of file.
12217         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
12218         is fine.
12219         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
12220         <bits/mman-linux.h> to end of file.
12221         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
12222         is fine.
12223         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
12224         <bits/mman-linux.h> to end of file.
12226         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
12227         (MCL_CURRENT, MCL_FUTURE): Define here.
12229 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12231         [BZ #15232]
12232         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
12233         attribute_hidden.
12234         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
12236 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12238         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
12239         fourth parameter needed for rt_sigprocmask syscall.
12240         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
12241         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
12242         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
12243         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
12244         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
12245         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
12247 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
12249         [BZ #13550]
12250         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
12251         comment about bounded pointers.
12252         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
12253         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
12255 2013-03-04  Andreas Jaeger  <aj@suse.de>
12257         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
12258         common definitions.
12260         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
12261         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
12262         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
12263         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
12264         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
12265         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
12267 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12269         [BZ #15055]
12270         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
12271         __ieee754_sqrl instead of __sqrl.
12273 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
12275         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
12276         * sysdeps/powerpc/fpu_control.h: ... here.
12277         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
12278         * sysdeps/powerpc/bits/fenvinline.h: ... here.
12279         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
12280         * sysdeps/powerpc/bits/mathinline.h: ... here.
12282 2013-03-01  Roland McGrath  <roland@hack.frob.com>
12284         * elf/dl-hwcaps.c (_dl_important_hwcaps):
12285         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
12286         to just [NEED_DL_SYSINFO_DSO].
12287         * elf/dl-support.c: Likewise.
12288         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
12289         * elf/rtld.c (dl_main): Likewise.
12290         * elf/setup-vdso.h (setup_vdso): Likewise.
12291         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
12292         * sysdeps/unix/sysv/linux/dl-sysdep.c
12293         (_dl_discover_osversion): Likewise.
12295 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
12297         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
12298         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
12300 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
12302         * NEWS: Mention libm performance improvements and non-x86 PI
12303         futex support.
12305         * csu/libc-start.c (__pthread_initialize_minimal): Change
12306         function arguments.
12307         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
12309 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
12311         [BZ #13550]
12312         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
12313         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
12314         <bp-sym.h> and <bp-asm.h>.
12315         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
12316         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
12317         and <bp-asm.h>.
12318         (memcpy): Don't use BP_SYM.
12319         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
12320         <bp-asm.h>.
12321         (__mpn_add_n): Don't use BP_SYM.
12322         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
12323         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
12324         and <bp-asm.h>.
12325         (__mpn_addmul_1): Don't use BP_SYM.
12326         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
12327         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
12328         <bp-sym.h>.
12329         (_setjmp): Don't use BP_SYM.
12330         (__novmx_setjmp): Likewise.
12331         (__GI__setjmp): Likewise.
12332         (__vmx_setjmp): Likewise.
12333         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
12334         <bp-sym.h>.
12335         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
12336         (__bzero): Don't use BP_SYM.
12337         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
12338         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
12339         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
12340         <bp-sym.h> and <bp-asm.h>.
12341         (memcpy): Don't use BP_SYM.
12342         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
12343         <bp-sym.h> and <bp-asm.h>.
12344         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
12345         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
12346         <bp-sym.h> and <bp-asm.h>.
12347         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
12348         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
12349         <bp-asm.h>.
12350         (__mpn_lshift): Don't use BP_SYM.
12351         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
12352         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
12353         <bp-asm.h>.
12354         (memset): Don't use BP_SYM.
12355         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
12356         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
12357         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
12358         <bp-asm.h>.
12359         (__mpn_mul_1): Don't use BP_SYM.
12360         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
12361         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
12362         <bp-sym.h> and <bp-asm.h>.
12363         (memcmp): Don't use BP_SYM.
12364         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
12365         <bp-sym.h> and <bp-asm.h>.
12366         (memcpy): Don't use BP_SYM.
12367         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
12368         <bp-sym.h> and <bp-asm.h>.
12369         (memset): Don't use BP_SYM.
12370         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
12371         <bp-sym.h> and <bp-asm.h>.
12372         (strncmp): Don't use BP_SYM.
12373         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
12374         <bp-sym.h> and <bp-asm.h>.
12375         (memcpy): Don't use BP_SYM.
12376         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
12377         <bp-sym.h> and <bp-asm.h>.
12378         (memset): Don't use BP_SYM.
12379         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
12380         <bp-sym.h> and <bp-asm.h>.
12381         (__memchr): Don't use BP_SYM.
12382         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
12383         <bp-sym.h> and <bp-asm.h>.
12384         (memcmp): Don't use BP_SYM.
12385         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
12386         <bp-sym.h> and <bp-asm.h>.
12387         (memcpy): Don't use BP_SYM.
12388         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
12389         <bp-sym.h> and <bp-asm.h>.
12390         (__mempcpy): Don't use BP_SYM.
12391         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
12392         <bp-sym.h> and <bp-asm.h>.
12393         (__memrchr): Don't use BP_SYM.
12394         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
12395         <bp-sym.h> and <bp-asm.h>.
12396         (memset): Don't use BP_SYM.
12397         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
12398         <bp-sym.h> and <bp-asm.h>.
12399         (__rawmemchr): Don't use BP_SYM.
12400         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
12401         <bp-sym.h> and <bp-asm.h>.
12402         (__STRCMP): Don't use BP_SYM.
12403         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
12404         <bp-sym.h> and <bp-asm.h>.
12405         (strchr): Don't use BP_SYM.
12406         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
12407         <bp-sym.h> and <bp-asm.h>.
12408         (__strchrnul): Don't use BP_SYM.
12409         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
12410         <bp-sym.h> and <bp-asm.h>.
12411         (strlen): Don't use BP_SYM.
12412         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
12413         <bp-sym.h> and <bp-asm.h>.
12414         (strncmp): Don't use BP_SYM.
12415         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
12416         <bp-sym.h> and <bp-asm.h>.
12417         (__strnlen): Don't use BP_SYM.
12418         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
12419         <bp-asm.h>.
12420         (__mpn_rshift): Don't use BP_SYM.
12421         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
12422         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
12423         <bp-sym.h> and <bp-asm.h>.
12424         (__sigsetjmp): Don't use BP_SYM.
12425         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
12426         (L(start_addresses)): Don't use BP_SYM.
12427         (_start): Likewise.
12428         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
12429         <bp-asm.h>.
12430         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
12431         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12432         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12433         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
12434         <bp-asm.h>.
12435         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
12436         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
12437         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
12438         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
12439         <bp-asm.h>.
12440         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
12441         comments.
12442         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
12443         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
12444         <bp-asm.h>.
12445         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
12446         FIXME comments.
12447         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
12448         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
12449         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
12450         <bp-asm.h>.
12451         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
12452         comment.
12453         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
12454         and <bp-asm.h>.
12455         (strncmp): Don't use BP_SYM,
12456         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
12457         <bp-asm.h>.
12458         (__mpn_sub_n): Don't use BP_SYM.
12459         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
12460         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
12461         and <bp-asm.h>.
12462         (__mpn_submul_1): Don't use BP_SYM.
12463         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
12464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
12465         <bp-sym.h> and <bp-asm.h>.
12466         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
12467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
12468         <bp-sym.h> and <bp-asm.h>.
12469         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
12470         comment.
12472 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12474         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
12475         Use ZK to minimize writes to Z.
12476         (sub_magnitudes): Simplify code a bit.
12477         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
12478         Use ZK to minimize writes to Z.
12479         (sub_magnitudes): Simplify code a bit.
12481 2013-02-27  Roland McGrath  <roland@hack.frob.com>
12483         * csu/gmon-start.c: Add special exception to license text.
12485 2013-02-27  Richard Henderson  <rth@redhat.com>
12487         * scripts/config.guess: Update from config.git.
12488         * scripts/config.sub: Likewise.
12490 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12492         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
12494         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
12496         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
12498         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
12500         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
12502 2013-02-26  Roland McGrath  <roland@hack.frob.com>
12504         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
12505         [$(build-shared = yes].
12507 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12509         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
12510         (__mul): Reduce iterations for calculating mantissa.
12512         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
12513         MPTWO.
12514         (__mpranred): Likewise.
12516         [BZ #15160]
12517         * malloc/memusagestat.c (main): Draw graphs for heap and stack
12518         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
12520 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12522         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
12523         Define __attribute__.
12525 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12527         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
12528         unused.
12529         * posix/regex_internal.h (__attribute): Remove.
12530         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
12531         (re_string_context_at): Likewise.
12532         (bitset_not): Use __attribute__ and mark function as possibly
12533         unused.
12534         (bitset_merge): Likewise.
12535         (bitset_mask): Likewise.
12536         (re_string_char_size_at): Likewise.
12537         (re_string_wchar_at): Likewise.
12538         (re_string_elem_size_at): Likewise.
12540 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12542         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
12543         code.
12544         (cc32): Likewise.
12546         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
12547         (__acr): Likewise.
12548         (__cpy): Likewise.
12549         (norm): Likewise.
12550         (denorm): Likewise.
12551         (__dbl_mp): Likewise.
12552         (add_magnitudes): Likewise.
12553         (sub_magnitudes): Likewise.
12554         (__mul): Likewise.
12555         (__inv): Likewise.
12557         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
12558         style.
12560         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
12561         style.
12563         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
12564         code.
12566         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
12567         up changes with default code.
12568         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
12569         Likewise.
12571 2013-02-24  Allan McRae  <allan@archlinux.org>
12573         * manual/socket.texi (The Internet Namespace): Order menu items
12574         to match that in the file.
12576         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
12577         node listing of the info page menu.
12579 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
12581         [BZ #13550]
12582         * sysdeps/i386/bp-asm.h: Remove file.
12583         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
12584         (PARMS): Do not use macros from bp-asm.h.
12585         (S1): Likewise.
12586         (S2): Likewise.
12587         (SIZE): Likewise.
12588         (__mpn_add_n): Do not use BP_SYM
12589         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
12590         "bp-asm.h".
12591         (PARMS): Do not use macros from bp-asm.h.
12592         (S1): Likewise.
12593         (SIZE): Likewise.
12594         (__mpn_addmul_1): Do not use BP_SYM
12595         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
12596         "bp-asm.h".
12597         (PARMS): Do not use macros from bp-asm.h.
12598         (SIGMSK): Likewise.
12599         (_setjmp): Likewise.  Do not use BP_SYM.
12600         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
12601         "bp-asm.h".
12602         (PARMS): Do not use macros from bp-asm.h.
12603         (SIGMSK): Likewise.
12604         (setjmp): Likewise.  Do not use BP_SYM.
12605         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
12606         "bp-asm.h".
12607         (PARMS): Do not use macros from bp-asm.h.
12608         (__frexp): Do not use BP_SYM.
12609         (frexp): Likewise.
12610         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
12611         "bp-asm.h".
12612         (PARMS): Do not use macros from bp-asm.h.
12613         (__frexpf): Do not use BP_SYM.
12614         (frexpf): Likewise.
12615         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
12616         "bp-asm.h".
12617         (PARMS): Do not use macros from bp-asm.h.
12618         (__frexpl): Do not use BP_SYM.
12619         (frexpl): Likewise.
12620         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
12621         "bp-asm.h".
12622         (PARMS): Do not use macros from bp-asm.h.
12623         (__remquo): Do not use BP_SYM.
12624         (remquo): Likewise.
12625         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
12626         "bp-asm.h".
12627         (PARMS): Do not use macros from bp-asm.h.
12628         (__remquof): Do not use BP_SYM.
12629         (remquof): Likewise.
12630         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
12631         "bp-asm.h".
12632         (PARMS): Do not use macros from bp-asm.h.
12633         (__remquol): Do not use BP_SYM.
12634         (remquol): Likewise.
12635         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
12636         "bp-asm.h".
12637         (PARMS): Do not use macros from bp-asm.h.
12638         (DEST): Likewise.
12639         (SRC): Likewise.
12640         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
12641         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
12642         "bp-asm.h".
12643         (PARMS): Do not use macros from bp-asm.h.
12644         (strlen): Do not use BP_SYM.
12645         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
12646         "bp-asm.h".
12647         (PARMS): Do not use macros from bp-asm.h.
12648         (S1): Likewise.
12649         (S2): Likewise.
12650         (SIZE): Likewise.
12651         (__mpn_add_n): Do not use BP_SYM.
12652         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
12653         "bp-asm.h".
12654         (PARMS): Do not use macros from bp-asm.h.
12655         (S1): Likewise.
12656         (SIZE): Likewise.
12657         (__mpn_addmul_1): Do not use BP_SYM.
12658         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
12659         weak_alias.
12660         (bzero): Likewise.
12661         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
12662         "bp-asm.h".
12663         (PARMS): Do not use macros from bp-asm.h.
12664         (S): Likewise.
12665         (SIZE): Likewise.
12666         (__mpn_lshift): Do not use BP_SYM.
12667         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
12668         "bp-asm.h".
12669         (PARMS): Do not use macros from bp-asm.h.
12670         (DEST): Likewise.
12671         (SRC): Likewise.
12672         (LEN): Likewise.
12673         (memcpy): Likewise.  Do not use BP_SYM.
12674         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
12675         libc_hidden_def and weak_alias.
12676         (mempcpy): Do not use BP_SYM in weak_alias.
12677         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
12678         "bp-asm.h".
12679         (PARMS): Do not use macros from bp-asm.h.
12680         (DEST): Likewise.
12681         (LEN): Likewise.
12682         [!BZERO_P] (CHR): Likewise.
12683         (memset): Likewise.  Do not use BP_SYM.
12684         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
12685         "bp-asm.h".
12686         (PARMS): Do not use macros from bp-asm.h.
12687         (S1): Likewise.
12688         (SIZE): Likewise.
12689         (__mpn_mul_1): Do not use BP_SYM.
12690         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
12691         "bp-asm.h".
12692         (PARMS): Do not use macros from bp-asm.h.
12693         (S): Likewise.
12694         (SIZE): Likewise.
12695         (__mpn_rshift): Do not use BP_SYM.
12696         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
12697         "bp-asm.h".
12698         (PARMS): Do not use macros from bp-asm.h.
12699         (STR): Likewise.
12700         (CHR): Likewise.
12701         (strchr): Likewise.  Do not use BP_SYM.
12702         (index): Do not use BP_SYM in weak_alias.
12703         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
12704         "bp-asm.h".
12705         (PARMS): Do not use macros from bp-asm.h.
12706         (DEST): Likewise.
12707         (SRC): Likewise.
12708         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
12709         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
12710         "bp-asm.h".
12711         (PARMS): Do not use macros from bp-asm.h.
12712         (strlen): Do not use BP_SYM.
12713         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
12714         "bp-asm.h".
12715         (PARMS): Do not use macros from bp-asm.h.
12716         (S1): Likewise.
12717         (S2): Likewise.
12718         (SIZE): Likewise.
12719         (__mpn_sub_n): Do not use BP_SYM.
12720         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
12721         "bp-asm.h".
12722         (PARMS): Do not use macros from bp-asm.h.
12723         (S1): Likewise.
12724         (SIZE): Likewise.
12725         (__mpn_submul_1): Do not use BP_SYM.
12726         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
12727         "bp-asm.h".
12728         (PARMS): Do not use macros from bp-asm.h.
12729         (S1): Likewise.
12730         (S2): Likewise.
12731         (SIZE): Likewise.
12732         (__mpn_add_n): Do not use BP_SYM.
12733         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
12734         weak_alias.
12735         (bzero): Likewise.
12736         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
12737         "bp-asm.h".
12738         (PARMS): Do not use macros from bp-asm.h.
12739         (BLK2): Likewise.
12740         (LEN): Likewise.
12741         (memcmp): Do not use BP_SYM.
12742         (bcmp): Do not use BP_SYM in weak_alias.
12743         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
12744         "bp-asm.h".
12745         (PARMS): Do not use macros from bp-asm.h.
12746         (DEST): Likewise.
12747         (SRC): Likewise.
12748         (LEN): Likewise.
12749         (memcpy): Likewise.  Do not use BP_SYM.
12750         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
12751         "bp-asm.h".
12752         (PARMS): Do not use macros from bp-asm.h.
12753         (DEST): Likewise.
12754         (SRC): Likewise.
12755         (LEN): Likewise.
12756         (memmove): Likewise.  Do not use BP_SYM.
12757         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
12758         "bp-asm.h".
12759         (PARMS): Do not use macros from bp-asm.h.
12760         (DEST): Likewise.
12761         (SRC): Likewise.
12762         (LEN): Likewise.
12763         (__mempcpy): Likewise.  Do not use BP_SYM.
12764         (mempcpy): Do not use BP_SYM in weak_alias.
12765         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
12766         "bp-asm.h".
12767         (PARMS): Do not use macros from bp-asm.h.
12768         (DEST): Likewise.
12769         (LEN): Likewise.
12770         [!BZERO_P] (CHR): Likewise.
12771         (memset): Likewise.  Do not use BP_SYM.
12772         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
12773         "bp-asm.h".
12774         (PARMS): Do not use macros from bp-asm.h.
12775         (STR2): Likewise.
12776         (strcmp): Do not use BP_SYM.
12777         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
12778         "bp-asm.h".
12779         (PARMS): Do not use macros from bp-asm.h.
12780         (STR): Likewise.
12781         (DELIM): Likewise.
12782         [USE_AS_STRTOK_R] (SAVE): Likewise.
12783         (FUNCTION): Likewise.  Do not use BP_SYM.
12784         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
12785         aliases.
12786         (strtok_r): Likewise.
12787         (__GI___strtok_r): Likewise.
12788         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
12789         (PARMS): Do not use macros from bp-asm.h.
12790         (S): Likewise.
12791         (SIZE): Likewise.
12792         (__mpn_lshift): Do not use BP_SYM.
12793         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
12794         (PARMS): Do not use macros from bp-asm.h.
12795         (STR): Likewise.
12796         (CHR): Likewise.
12797         (__memchr): Do not use BP_SYM.
12798         (memchr): Do not use BP_SYM in weak_alias.
12799         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
12800         (PARMS): Do not use macros from bp-asm.h.
12801         (BLK2): Likewise.
12802         (LEN): Likewise.
12803         (memcmp): Do not use BP_SYM.
12804         (bcmp): Do not use BP_SYM in weak_alias.
12805         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
12806         (PARMS): Do not use macros from bp-asm.h.
12807         (S1): Likewise.
12808         (SIZE): Likewise.
12809         (__mpn_mul_1): Do not use BP_SYM.
12810         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
12811         "bp-asm.h".
12812         (PARMS): Do not use macros from bp-asm.h.
12813         (STR): Likewise.
12814         (CHR): Likewise.
12815         (__rawmemchr): Do not use BP_SYM.
12816         (rawmemchr): Do not use BP_SYM in weak_alias.
12817         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
12818         (PARMS): Do not use macros from bp-asm.h.
12819         (S): Likewise.
12820         (SIZE): Likewise.
12821         (__mpn_rshift): Do not use BP_SYM.
12822         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
12823         (PARMS): Do not use macros from bp-asm.h.
12824         (SIGMSK): Likewise.
12825         (__sigsetjmp): Likewise.  Do not use BP_SYM.
12826         * sysdeps/i386/start.S: Do not include "bp-sym.h".
12827         (_start): Do not use BP_SYM.
12828         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
12829         (PARMS): Do not use macros from bp-asm.h.
12830         (DEST): Likewise.
12831         (SRC): Likewise.
12832         (__stpcpy): Likewise.  Do not use BP_SYM.
12833         (stpcpy): Do not use BP_SYM in weak_alias.
12834         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
12835         "bp-asm.h".
12836         (PARMS): Do not use macros from bp-asm.h.
12837         (DEST): Likewise.
12838         (SRC): Likewise.
12839         (LEN): Likewise.
12840         (__stpncpy): Likewise.  Do not use BP_SYM.
12841         (stpncpy): Do not use BP_SYM in weak_alias.
12842         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
12843         (PARMS): Do not use macros from bp-asm.h.
12844         (STR): Likewise.
12845         (CHR): Likewise.
12846         (strchr): Likewise.  Do not use BP_SYM.
12847         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
12848         "bp-asm.h".
12849         (PARMS): Do not use macros from bp-asm.h.
12850         (STR): Likewise.
12851         (CHR): Likewise.
12852         (__strchrnul): Likewise.  Do not use BP_SYM.
12853         (strchrnul): Do not use BP_SYM in weak_alias.
12854         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
12855         "bp-asm.h".
12856         (PARMS): Do not use macros from bp-asm.h.
12857         (STOP): Likewise.
12858         (strcspn): Do not use BP_SYM.
12859         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
12860         "bp-asm.h".
12861         (PARMS): Do not use macros from bp-asm.h.
12862         (STR): Likewise.
12863         (STOP): Likewise.
12864         (strpbrk): Likewise.  Do not use BP_SYM.
12865         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
12866         "bp-asm.h".
12867         (PARMS): Do not use macros from bp-asm.h.
12868         (STR): Likewise.
12869         (CHR): Likewise.
12870         (strrchr): Likewise.  Do not use BP_SYM.
12871         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
12872         (PARMS): Do not use macros from bp-asm.h.
12873         (SKIP): Likewise.
12874         (strspn): Do not use BP_SYM.
12875         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
12876         (PARMS): Do not use macros from bp-asm.h.
12877         (STR): Likewise.
12878         (DELIM): Likewise.
12879         (SAVE): Likewise.
12880         (FUNCTION): Likewise.  Do not use BP_SYM.
12881         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
12882         aliases.
12883         (strtok_r): Likewise.
12884         (__GI___strtok_r): Likewise.
12885         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
12886         (PARMS): Do not use macros from bp-asm.h.
12887         (S1): Likewise.
12888         (S2): Likewise.
12889         (SIZE): Likewise.
12890         (__mpn_sub_n): Do not use BP_SYM.
12891         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
12892         "bp-asm.h".
12893         (PARMS): Do not use macros from bp-asm.h.
12894         (S1): Likewise.
12895         (SIZE): Likewise.
12896         (__mpn_submul_1): Do not use BP_SYM.
12897         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
12898         <bp-sym.h>.
12899         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
12900         and <bp-asm.h>.
12901         (PARMS): Do not use macros from bp-asm.h.
12902         (FLAGS): Likewise.
12903         (PTID): Likewise.
12904         (TLS): Likewise.
12905         (CTID): Likewise.
12906         (__clone): Do not use BP_SYM.
12907         (clone): Do not use BP_SYM in weak_alias.
12908         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
12909         and <bp-asm.h>.
12910         (PARMS): Do not use macros from bp-asm.h.
12911         (LEN): Likewise.
12912         (__mmap64): Do not use BP_SYM.
12913         (mmap64): Do not use BP_SYM in weak_alias.
12914         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
12915         <bp-sym.h> and <bp-asm.h>.
12916         (PARMS): Do not use macros from bp-asm.h.
12917         (__posix_fadvise64_l64): Do not use BP_SYM.
12918         * sysdeps/unix/sysv/linux/i386/semtimedop.S
12919         (PARMS): Do not use macros from bp-asm.h.
12920         (NSOPS): Likewise.
12921         (semtimedop): Do not use BP_SYM.
12922         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
12923         and <bp-asm.h>.
12925 2013-02-21  Allan McRae  <allan@archlinux.org>
12927         * manual/message.texi (Charset conversion in gettext):
12928         Move @end statement to beginning of line.
12930 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12932         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
12933         static.
12934         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
12935         Likewise.
12937         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
12938         (denorm): Likewise.
12939         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
12940         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
12942 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12944         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
12945         tail-call to the resolved function if pltexit isn't needed.
12947 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12949         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
12950         or Y being zero as being unlikely.
12951         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
12952         Likewise.
12954 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
12956         * manual/nss.texi (System Databases and Name Service Switch):
12957         Remove frobnicate @pxref.
12959 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
12961         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
12962         __attribute__ ((unused)) to __attribute__ ((__unused__)).
12964 2013-02-20  Petr Machata  <pmachata@redhat.com>
12966         * elf/elf.h (R_ARM_TARGET1): New macro.
12967         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
12968         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
12969         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
12970         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
12971         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
12972         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
12973         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
12974         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
12975         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
12976         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
12977         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
12978         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
12979         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
12980         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
12981         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
12982         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
12983         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
12984         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
12985         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
12986         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
12987         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
12988         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
12989         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
12990         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
12991         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
12992         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
12993         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
12994         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
12995         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
12996         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
12997         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
12998         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
12999         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
13000         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
13001         (R_ARM_THM_GOT_BREL12): Likewise.
13002         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
13003         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
13004         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
13005         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
13006         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
13007         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
13008         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
13009         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
13010         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
13012 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
13014         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
13015         __attribute_used__ to __attribute__ ((unused)).
13017 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13019         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
13020         powerpc mpa.c.
13021         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
13022         comment formatting.
13023         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
13025 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
13027         [BZ #13550]
13028         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
13029         Remove macro.
13030         (ENTER): Remove both macro definitions.
13031         (LEAVE): Likewise.
13032         (CHECK_BOUNDS_LOW): Likewise.
13033         (CHECK_BOUNDS_HIGH): Likewise.
13034         (CHECK_BOUNDS_BOTH): Likewise.
13035         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
13036         (RETURN_BOUNDED_POINTER): Likewise.
13037         (RETURN_NULL_BOUNDED_POINTER): Likewise.
13038         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
13039         (POP_ERRNO_LOCATION_RETURN): Likewise.
13040         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
13041         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13042         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
13043         macros.
13044         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13045         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
13046         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
13047         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
13048         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
13049         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
13050         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
13051         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
13052         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
13053         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
13054         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
13055         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
13056         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13057         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
13058         removed macros.
13059         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13060         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
13061         macros.
13062         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13063         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
13064         * sysdeps/i386/i586/memset.S (memset): Likewise.
13065         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
13066         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13067         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
13068         macros.
13069         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13070         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
13071         Change uses of L(2) to L(out).
13072         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
13073         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
13074         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
13075         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13076         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
13077         removed macros.
13078         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13079         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
13080         macros.
13081         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13082         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
13083         (RETURN): Do not use macro LEAVE.
13084         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
13085         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
13086         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
13087         * sysdeps/i386/i686/memset.S (memset): Likewise.
13088         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
13089         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
13090         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
13091         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
13092         Likewise.
13093         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
13094         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
13095         L(1_2) and L(1_3) into L(1).
13096         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
13097         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
13098         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13099         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
13100         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
13101         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
13102         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
13103         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13104         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
13105         macros.
13106         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
13107         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
13108         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
13109         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
13110         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
13111         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
13112         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
13113         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
13114         * sysdeps/i386/strcspn.S (strcspn): Likewise.
13115         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
13116         * sysdeps/i386/strrchr.S (strrchr): Likewise.
13117         * sysdeps/i386/strspn.S (strspn): Likewise.
13118         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
13119         conditional code.
13120         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
13121         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
13122         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
13123         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
13124         L(1_3) into L(1_1).
13125         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
13126         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
13127         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
13128         macros.
13129         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
13131 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
13133         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
13134         macro.
13136 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13138         * math/atest-exp.c (exp_mpn): Remove ROUND.
13139         * math/atest-exp2.c (exp_mpn): Likewise.
13140         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
13142         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
13143         * stdlib/tst-tls-atexit-lib.c: Likewise.
13144         * stdlib/tst-tls-atexit.c: Likewise.
13146 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
13148         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
13149         and __attribute_alloc_size__.
13151 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
13153         * include/programs/xmalloc.h: Change __attribute_alloc_size to
13154         __attribute_alloc_size__.
13155         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
13156         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
13158 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
13160         * include/programs/xmalloc.h: New file.
13161         * catgets/gencat.c: Include it.
13162         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
13163         * elf/pldd.c: Likewise.
13164         * iconv/iconv_charmap.c: Likewise.
13165         * iconv/iconvconfig.c: Likewise.
13166         * iconv/strtab.c: Likewise.
13167         * locale/programs/locale.c: Likewise.
13168         * locale/programs/localedef.h: Likewise.
13169         * locale/programs/simple-hash.c: Likewise.
13170         * nscd/nscd.h: Likewise.
13171         * nss/makedb.c: Likewise.
13172         * sysdeps/generic/ldconfig.h: Likewise.
13174 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
13176         * Versions.def: Add GLIBC_2.18.
13177         * include/link.h (struct link_map): New member l_tls_dtor_count.
13178         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
13179         (__call_tls_dtors): Likewise.
13180         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
13181         __cxa_thread_atexit_impl.
13182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
13183         Likewise.
13184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
13185         Likewise.
13186         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13187         Likewise.
13188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13189         Likewise.
13190         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
13191         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
13192         Likewise.
13193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
13194         Likewise.
13195         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
13196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
13197         Likewise.
13198         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
13199         (tests): Add test case tst-tls-atexit.
13200         (modules-names): Add shared library for tst-tls-atexit.
13201         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
13202         (GLIBC_PRIVATE): Add __call_tls_dtors.
13203         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
13204         for libstdc++.
13205         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
13206         * stdlib/tst-tls-atexit.c: New test case.
13207         * stdlib/tst-tls-atexit-lib.c: New test case.
13209         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
13211         * elf/Versions (ld): Add _dl_find_dso_for_object.
13212         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
13213         * elf/dl-open.c (_dl_find_dso_for_object): New function.
13214         (dl_open_worker): Use _dl_find_dso_for_object.
13215         * elf/dl-sym.c (do_sym): Likewise.
13216         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
13218 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13220         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
13221         Syntactic changes only.
13222         (_dl_runtime_profile): Do a tail-call to the resolved function.
13224 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
13226         [BZ #13550]
13227         * sysdeps/x86_64/bp-asm.h: Remove file.
13228         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
13229         <bp-sym.h> and <bp-asm.h>.
13230         (__clone): Do not use BP_SYM.
13231         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
13232         <bp-sym.h> and <bp-asm.h>.
13233         * sysdeps/unix/x86_64/sysdep.S: Likewise.
13234         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
13235         "bp-asm.h".
13236         (_setjmp): Do not use BP_SYM.
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/mempcpy.S (__mempcpy): Do not use BP_SYM in
13241         libc_hidden_def.
13242         (mempcpy): Do not use BP_SYM in weak_alias.
13243         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
13244         "bp-asm.h".
13245         (strchr): Do not use BP_SYM.
13246         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
13247         "bp-asm.h".
13248         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
13249         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
13250         (_start): Do not use BP_SYM.
13251         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
13252         "bp-asm.h".
13253         (strcat): Do not use BP_SYM.
13254         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
13255         "bp-asm.h".
13256         (STRCMP): Do not use BP_SYM.
13257         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
13258         "bp-asm.h".
13259         (STRCPY): Do not use BP_SYM.
13260         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
13261         "bp-asm.h".
13262         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
13263         "bp-asm.h".
13264         (FUNCTION): Do not use BP_SYM.
13265         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
13266         weak_alias.
13267         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
13269 2013-02-17  Andreas Jaeger  <aj@suse.de>
13271         * time/Versions: Sort entries.
13272         * string/Versions: Likewise.
13273         * resolv/Versions: Likewise.
13274         * posix/Versions: Likewise.
13275         * iconv/Versions: Likewise.
13276         * elf/Versions: Likewise.
13277         * wcsmbs/Versions: Likewise.
13279 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13281         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
13282         loop termination condition.
13284         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
13285         variable to calculate EZ.
13286         (__sqr): Likewise.
13288         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
13289         the lower precision input.
13291 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
13293         [BZ #13550]
13294         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
13295         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
13296         (run-via-rtld-prefix): Do not handle %-bp tests.
13297         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
13298         (all-object-suffixes): Remove .ob.
13299         (bppfx): Remove variable.
13300         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
13301         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
13302         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
13303         [$(build-bounded) = yes] (libtype.ob): Likewise.
13304         * Makerules (elide-routines.ob): Remove variable.
13305         (do-tests-clean): Do not handle *-bp.out.
13306         (common-mostlyclean): Do not handle *-bp and *-bp.out.
13307         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
13308         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
13309         (tests): Do not include $(tests-bp.out).
13310         (xtests): Do not include $(xtests-bp.out).
13311         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
13312         [$(build-bounded) = yes] ($(addprefix
13313         $(objpfx),$(binaries-bounded))): Remove rule.
13314         ($(objpfx)%-bp.out): Remove rule.
13315         * config.make.in (build-bounded): Remove variable.
13316         * crypt/Makefile [$(build-bounded) = yes]
13317         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
13318         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
13319         append to variable.
13320         [$(build-bounded) = yes] (install-lib): Likewise.
13321         [$(build-bounded) = yes] (generated): Likewise.
13322         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
13323         Remove rule.
13324         * intl/Makefile [$(build-bounded) = yes]
13325         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
13326         * math/Makefile [$(build-bounded) = yes]
13327         ($(tests:%=$(objpfx)%-bp): Likewise.
13328         * misc/Makefile [$(build-bounded) = yes]
13329         ($(objpfx)tst-tsearch-bp): Likewise.
13330         * nptl/Makeconfig (bounded-thread-library): Remove variable.
13331         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
13332         Remove dependency.
13333         * string/Makefile (o-objects.ob): Remove variable.
13334         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
13335         (CFLAGS-.ob): Remove variable.
13336         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
13337         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
13338         both definitions of variable.
13339         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
13340         (ASFLAGS-.ob): Remove variable.
13342 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
13344         [BZ #13550]
13345         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
13346         Remove __BOUNDED_POINTERS__ from condition.
13347         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
13348         * string/bits/string2.h [!__NO_STRING_INLINES &&
13349         !__BOUNDED_POINTERS__]: Likewise.
13350         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
13351         Likewise.
13352         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
13353         Remove conditional code.
13354         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
13355         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
13356         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
13357         condition.
13359         [BZ #13550]
13360         * csu/libc-start.c: Do not include <bp-sym.h>.
13361         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
13362         * elf/dl-open.c: Do not include <bp-sym.h>.
13363         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
13364         * math/fegetenv.c: Do not include <bp-sym.h>.
13365         (fegetenv): Do not use BP_SYM in versioned symbols.
13366         * nptl/sysdeps/pthread/bits/libc-lockP.h
13367         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
13368         <bp-sym.h>.
13369         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13370         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
13371         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13372         (__pthread_mutex_destroy): Likewise.
13373         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13374         (__pthread_mutex_lock): Likewise.
13375         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13376         (__pthread_mutex_trylock): Likewise.
13377         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13378         (__pthread_mutex_unlock): Likewise.
13379         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13380         (__pthread_mutexattr_init): Likewise.
13381         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13382         (__pthread_mutexattr_destroy): Likewise.
13383         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13384         (__pthread_mutexattr_settype): Likewise.
13385         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13386         (__pthread_rwlock_init): Likewise.
13387         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13388         (__pthread_rwlock_destroy): Likewise.
13389         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13390         (__pthread_rwlock_rdlock): Likewise.
13391         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13392         (__pthread_rwlock_tryrdlock): Likewise.
13393         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13394         (__pthread_rwlock_wrlock): Likewise.
13395         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13396         (__pthread_rwlock_trywrlock): Likewise.
13397         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13398         (__pthread_rwlock_unlock): Likewise.
13399         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13400         (__pthread_key_create): Likewise.
13401         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13402         (__pthread_setspecific): Likewise.
13403         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13404         (__pthread_getspecific): Likewise.
13405         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
13406         Likewise.
13407         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13408         (_pthread_cleanup_push_defer): Likewise.
13409         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13410         (_pthread_cleanup_pop_restore): Likewise.
13411         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
13412         (pthread_setcancelstate): Likewise.
13413         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
13414         <bp-sym.h>.
13415         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
13416         (memchr): Do not use BP_SYM in weak_alias.
13417         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
13418         (fegetenv): Do not use BP_SYM in versioned symbols.
13419         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
13420         (fesetenv): Do not use BP_SYM in versioned symbols.
13421         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
13422         (feupdateenv): Do not use BP_SYM in versioned symbols.
13423         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
13424         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
13425         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
13426         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
13427         (open64): Do not use BP_SYM in weak_alias.
13428         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
13429         (fegetenv): Do not use BP_SYM in versioned symbols.
13430         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
13431         (fesetenv): Do not use BP_SYM in versioned symbols.
13432         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
13433         (feupdateenv): Do not use BP_SYM in versioned symbols.
13434         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
13435         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
13436         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
13437         (feraiseexcept): Do not use BP_SYM in versioned symbols.
13438         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
13439         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
13440         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
13441         <bp-sym.h>.
13442         (__libc_start_main): Do not use BP_SYM.
13444 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
13446         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
13447         redundant return line.
13448         (norm): Likewise.
13449         (denorm): Likewise.
13450         (dbl_mp): Likewise.
13451         (sub_magnitudes): Likewise.
13452         (__add): Likewise.
13453         (__sub): Likewise.
13454         (__mul): Likewise.
13455         (__inv): Likewise.
13456         (__dvd): Likewise.
13457         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
13458         (norm): Likewise.
13459         (denorm): Likewise.
13460         (dbl_mp): Likewise.
13461         (sub_magnitudes): Likewise.
13462         (__add): Likewise.
13463         (__sub): Likewise.
13464         (__mul): Likewise.
13465         (__inv): Likewise.
13466         (__dvd): Likewise.
13468         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
13469         instead of __mul.
13470         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
13471         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
13472         (cc32): Likewise.
13474         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
13475         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
13476         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
13477         of __mul for squares.
13478         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
13479         function
13480         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
13481         Likewise.
13482         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
13483         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
13485 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
13487         [BZ #13550]
13488         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
13489         code.
13490         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
13491         prototype or function definition.  Rename ubp_* variables and
13492         parameters.  Remove argv definitions conditional on
13493         [__BOUNDED_POINTERS__].
13494         * debug/backtrace.c (__backtrace): Do not use __unbounded.
13495         * elf/dl-runtime.c (_dl_fixup): Likewise.
13496         * include/set-hooks.h (RUN_HOOK): Likewise.
13497         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
13498         definition.
13499         * string/strcpy.c (strcpy): Do not use __unbounded.
13500         * sysdeps/generic/frame.h (struct layout): Likewise.
13501         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
13502         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
13503         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
13504         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
13505         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
13506         (__backtrace): Likewise.
13507         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
13508         use __ptrvalue.
13509         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
13510         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
13511         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
13512         Likewise.
13513         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
13514         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
13515         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
13516         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
13517         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
13518         Do not use __unbounded.
13519         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
13520         Rename __unboundedrlimits parameter to rlimits in prototype.
13521         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
13522         Do not use __unbounded.
13523         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
13524         not use __ptrvalue.
13525         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
13526         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
13527         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
13528         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
13529         __ptrvalue or __unbounded.
13530         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
13531         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
13532         use __unbounded.
13533         (__new_msgctl): Do not use __ptrvalue.
13534         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
13535         __unbounded.
13536         (__libc_msgrcv): Do not use __ptrvalue.
13537         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
13538         startup_info): Do not use __unbounded.
13539         (__libc_start_main): Likewise.  Rename ubp_* variables and
13540         parameters.  Remove argv definitions conditional on
13541         [__BOUNDED_POINTERS__].
13542         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
13543         __ptrvalue.
13544         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
13545         use __unbounded.
13546         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
13547         or __ptrvalue.
13548         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
13549         use __unbounded.
13550         (__new_shmctl): Do not use __ptrvalue.
13551         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
13552         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
13553         Likewise.
13554         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
13555         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
13556         (__libc_sigaction): Likewise.
13557         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
13558         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
13559         Likewise.
13560         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
13562 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
13564         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
13566         * string/mempcpy.c: Implement by calling memcpy.
13568 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
13570         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
13572         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
13573         evaluation.
13575         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
13576         values in the mantissa.
13578         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
13579         minimize writes to Z.
13580         (sub_magnitudes): Simplify code a bit.
13582 2013-02-12  Roland McGrath  <roland@hack.frob.com>
13584         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
13585         from the message.  The linker prefixes all warnings with that already.
13587 2013-02-12  Andreas Schwab  <schwab@suse.de>
13589         [BZ #15078]
13590         * posix/regexec.c (extend_buffers): Add parameter min_len.
13591         (check_matching): Pass minimum needed length.
13592         (clean_state_log_if_needed): Likewise.
13593         (get_subexp): Likewise.
13594         * posix/Makefile (tests): Add bug-regex34.
13595         (bug-regex34-ENV): Define.
13596         * posix/bug-regex34.c: New file.
13598         [BZ #11561]
13599         * posix/regcomp.c (parse_bracket_exp): When looking up collating
13600         elements compare against the byte sequence of it, not its name.
13601         * posix/Makefile (tests): Add bug-regex35.
13602         (bug-regex35-ENV): Define.
13603         * posix/bug-regex35.c: New file.
13605 2013-02-11  Tom de Vries  <tom@codesourcery.com>
13607         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
13608         comment.
13609         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
13610         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
13611         (CHECK_EOL): Add undef.
13613 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
13615         * bits/stdlib-bsearch.h: New file.
13616         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
13617         * stdlib/stdlib.h: Likewise.
13619 2013-02-11  Roland McGrath  <roland@hack.frob.com>
13621         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
13622         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
13623         declaration.
13624         * manual/search.texi (Array Search Function): Add missing const in
13625         lfind prototype.
13626         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
13627         declaration to use rlim_t.
13628         (Basic Scheduling Functions): Remove erroneous const from
13629         sched_getparam prototype.  Remove erroneous * from
13630         sched_get_priority_max and sched_get_priority_min prototypes.
13631         (Resource Usage): Fix summary @comment on vtimes to refer to
13632         sys/vtimes.h rather than vtimes.h.
13633         Add missing *s in vtimes prototype.
13634         (Limits on Resources): Fix ulimit prototype to return long int.
13635         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
13636         prototypes to use long int rather than double.
13637         (BSD Random): Fix initstate and setstate to use char *, not void *.
13638         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
13639         prototype to make second argument 'struct aiocb64 *const[]'.
13640         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
13641         (Status of AIO Operations): Remove erroneous const in aio_return and
13642         aio_return64 prototypes.
13643         (Synchronizing I/O): Fix sync prototype to return void.
13644         * manual/startup.texi (Suboptions): Remove an erroneous const in
13645         getsubopt prototype.
13646         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
13647         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
13648         use size_t rather than int.
13649         (Scanning All Users): Likewise for getpwent_r.
13650         (Setting Groups): Add missing const to setgroups prototype.
13651         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
13652         * manual/socket.texi (Host Names): Fix gethostbyaddr and
13653         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
13654         'const void *' rather than 'const char *'.
13655         (Host Address Functions): Likewise for inet_ntop.
13656         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
13657         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
13658         ssize_t for return value.
13659         (Sending Data): Likewise for send, sendto, sendmsg.
13660         (Socket Option Functions): Add a missing const in setsockopt prototype.
13661         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
13662         use wchar_t for the argument.
13663         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
13664         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
13665         take no arguments.
13666         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
13667         double/float/long double for second argument.
13668         Fix return types of significand, significandf, significandl.
13669         * manual/filesys.texi (Setting Permissions): Use mode_t for second
13670         argument in fchmod prototype.
13671         (File Owner): Use uid_t and gid_t in fchown prototype.
13672         (File Times): Add const to utimes, futimes, and lutimes prototypes.
13673         (Making Special Files): Use mode_t and dev_t in mknod prototype.
13674         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
13675         use 'const struct dirent **' as argument types to CMP function pointer
13676         argument.
13677         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
13678         (File Times): Fix summary magic @comment for struct utimbuf and utime
13679         to refer to utime.h, not time.h.
13680         * manual/string.texi (Argz Functions): Add missing const in
13681         argz_extract and argz_next prototypes.
13682         (Finding Tokens in a String): Likewise for basename.
13683         (String/Array Comparison): Fix typo in wcscasecmp prototype.
13684         (Copying and Concatenation): Fix typo in wmemmove prototype.
13685         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
13686         (Signal Stack): Remove erroneous const in sigstack prototype.
13687         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
13688         prototype.
13689         (Simple Calendar Time): Likewise for stime.
13690         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
13691         prototype.
13692         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
13693         say sys/sysctl.h instead.
13694         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
13695         and vsyslog prototypes.
13697 2013-02-11  Tom de Vries  <tom@codesourcery.com>
13699         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
13700         Remove.
13702 2013-02-11  Roland McGrath  <roland@hack.frob.com>
13704         * misc/sys/mman.h: Fix typo in mremap comment.
13706 2013-02-08  Roland McGrath  <roland@hack.frob.com>
13708         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
13709         the '\0' terminator.
13711 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
13713         [BZ #13550]
13714         * debug/segfault.c: Don't include <bp-checks.h>.
13715         * sysdeps/generic/bp-checks.h: Remove file.
13716         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
13717         (__GETDENTS): Don't use CHECK_N.
13718         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
13719         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
13720         (__getgroups): Don't use CHECK_N.
13721         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
13722         (setgroups): Don't use CHECK_N.
13723         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
13724         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13725         (__libc_msgrcv): Don't use CHECK_N.
13726         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
13727         (__libc_msgsnd): Don't use CHECK_N.
13728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
13729         <bp-checks.h>.
13730         (__libc_pread): Don't use CHECK_N.
13731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
13732         include <bp-checks.h>.
13733         (__libc_pread64): Don't use CHECK_N.
13734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
13735         include <bp-checks.h>.
13736         (__libc_pwrite): Don't use CHECK_N.
13737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
13738         include <bp-checks.h>.
13739         (__libc_pwrite64): Don't use CHECK_N.
13740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
13741         <bp-checks.h>.
13742         (__libc_pread): Don't use CHECK_N.
13743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
13744         include <bp-checks.h>.
13745         (__libc_pread64): Don't use CHECK_N.
13746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
13747         include <bp-checks.h>.
13748         (__libc_pwrite): Don't use CHECK_N.
13749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
13750         include <bp-checks.h>.
13751         (__libc_pwrite64): Don't use CHECK_N.
13752         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
13753         (do_pread): Don't use CHECK_N.
13754         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
13755         (do_pread64): Don't use CHECK_N.
13756         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
13757         (do_pwrite): Don't use CHECK_N.
13758         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
13759         (do_pwrite64): Don't use CHECK_N.
13760         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
13761         (__libc_readv): Don't use CHECK_N.
13762         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
13763         (semop): Don't use CHECK_N.
13764         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
13765         <bp-checks.h>.
13766         (semtimedop): Don't use CHECK_N.
13767         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
13768         (__libc_pread): Don't use CHECK_N.
13769         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
13770         <bp-checks.h>.
13771         (__libc_pread64): Don't use CHECK_N.
13772         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
13773         <bp-checks.h>.
13774         (__libc_pwrite): Don't use CHECK_N.
13775         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
13776         <bp-checks.h>.
13777         (__libc_pwrite64): Don't use CHECK_N.
13778         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
13779         <bp-checks.h>.
13780         (__libc_msgrcv): Don't use CHECK_N.
13781         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
13782         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
13783         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
13784         (__libc_writev): Don't use CHECK_N.
13786 2013-02-08  Roland McGrath  <roland@hack.frob.com>
13788         * string/strcpy.c: Removed unused variable.
13790         * Makeconfig (+sysdep-includes): Define with := rather than =.
13791         Use an existing include/ subdir of each sysdeps dir before it.
13793 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
13795         * nscd/connection.c (register_traced_file): Comment function.
13796         [HAVE_INOTIFY] (union __inev): Define.
13797         [HAVE_INOTIFY] (inotify_check_files): New function.
13798         [HAVE_INOTIFY] (clear_db_cache): Likewise.
13799         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
13800         clear_db_cache.
13801         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
13803 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
13805         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
13806         loaded if not already and that a failure is permanent.
13808 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
13810         [BZ #15006]
13811         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
13812         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
13814 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
13816         [BZ #13550]
13817         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
13818         (CHECK_1_NULL_OK): Likewise.
13819         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
13820         (__fxstat): Do not use CHECK_1.
13821         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
13822         <bp-checks.h>.
13823         (___fxstat64): Do not use CHECK_1.
13824         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
13825         <bp-checks.h>.
13826         (__fxstatat): Do not use CHECK_1.
13827         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
13828         <bp-checks.h>.
13829         (__fxstatat64): Do not use CHECK_1.
13830         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
13831         <bp-checks.h>.
13832         (__fxstat): Do not use CHECK_1.
13833         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
13834         <bp-checks.h>.
13835         (__fxstatat): Do not use CHECK_1.
13836         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
13837         <bp-checks.h>.
13838         (__getresgid): Do not use CHECK_1.
13839         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
13840         <bp-checks.h>.
13841         (__getresuid): Do not use CHECK_1.
13842         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
13843         <bp-checks.h>.
13844         (__lxstat): Do not use CHECK_1.
13845         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
13846         <bp-checks.h>.
13847         (__old_msgctl): Do not use CHECK_1.
13848         (__new_msgctl): Likewise.
13849         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
13850         <bp-checks.h>.
13851         (__new_setrlimit): Do not use CHECK_1.
13852         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
13853         <bp-checks.h>.
13854         (__old_shmctl): Do not use CHECK_1.
13855         (__new_shmctl): Likewise.
13856         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
13857         <bp-checks.h>.
13858         (__xstat): Do not use CHECK_1.
13859         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
13860         (__lxstat): Do not use CHECK_1.
13861         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
13862         <bp-checks.h>.
13863         (___lxstat64): Do not use CHECK_1.
13864         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
13865         (__old_msgctl): Do not use CHECK_1.
13866         (__new_msgctl): Likewise.
13867         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
13868         <bp-checks.h>.
13869         (__gettimeofday): Do not use CHECK_1.
13870         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
13871         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
13872         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
13873         <bp-checks.h>.
13874         (__gettimeofday): Do not use CHECK_1.
13875         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
13876         (__old_shmctl): Do not use CHECK_1_NULL_OK.
13877         (__new_shmctl): Do not use CHECK_1.
13878         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
13879         <bp-checks.h>.
13880         (do_sigtimedwait): Do not use CHECK_1.
13881         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
13882         <bp-checks.h>.
13883         (do_sigwaitinfo): Do not use CHECK_1.
13884         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
13885         <bp-checks.h>.
13886         (msgctl): Do not use CHECK_1.
13887         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
13888         <bp-checks.h>.
13889         (shmctl): Do not use CHECK_1.
13890         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
13891         (ustat): Do not use CHECK_1.
13892         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
13893         <bp-checks.h>.
13894         (__fxstat): Do not use CHECK_1.
13895         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
13896         <bp-checks.h>.
13897         (__fxstatat): Do not use CHECK_1.
13898         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
13899         <bp-checks.h>.
13900         (__lxstat): Do not use CHECK_1.
13901         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
13902         <bp-checks.h>.
13903         (__xstat): Do not use CHECK_1.
13904         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
13905         (__xstat): Do not use CHECK_1.
13906         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
13907         (___xstat64): Do not use CHECK_1.
13909         [BZ #13550]
13910         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
13911         definitions.
13912         (CHECK_BOUNDS_HIGH): Likewise.
13913         * string/strcpy.c: Do not include <bp-checks.h>.
13914         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
13916 2013-02-07  Roland McGrath  <roland@hack.frob.com>
13918         * nscd/nscd-client.h (__nscd_drop_map_ref):
13919         Add __attribute__ ((unused)).
13920         * nis/nss-nisplus.h (niserr2nss): Likewise.
13922         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
13923         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
13925         * csu/libc-tls.c (init_static_tls, init_slotinfo):
13926         Remove inline keyword.
13927         * include/rounding-mode.h (round_away): Likewise.
13928         * libio/wfileops.c (adjust_wide_data): Likewise.
13929         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
13930         (__m128i_strloadu_tolower): Likewise.
13931         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
13932         (__m128i_strloadu_tolower): Likewise.
13933         * time/mktime.c (ydhms_diff): Likewise.
13934         * locale/elem-hash.h (elem_hash): Likewise.
13935         * locale/setlocale.c (setdata): Likewise.
13936         * posix/regex_internal.h (re_string_char_size_at): Likewise.
13937         (re_string_wchar_at): Likewise.
13938         (bitset_not, bitset_merge, bitset_mask): Likewise.
13939         [!(__GNUC__ > 3)] (inline): Remove macro.
13940         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
13941         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
13942         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
13943         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
13944         * string/memcmp.c (memcmp_bytes): Likewise.
13945         * locale/programs/locarchive.c (compute_hashval): Likewise.
13946         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
13947         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
13948         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
13949         * nss/getent.c (print_rpc, print_protocols): Likewise.
13950         (print_passwd, print_group, print_aliases): Likewise.
13951         * nis/nss-nisplus.h (niserr2nss): Likewise.
13952         * nscd/connections.c (restart_p): Likewise.
13953         Change return type to bool.
13955 2013-02-05  Roland McGrath  <roland@hack.frob.com>
13957         * Makeconfig (all-Depend-files): Add existing
13958         $(sorted-subdirs:=/Depend) files.
13959         (all-subdirs): Remove nss.
13960         * sysdeps/unix/inet/Subdirs: Add it here instead.
13961         * hesiod/Depend: New file.
13963         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
13964         instead of calling alloca.
13966         * io/lseek.c (__lseek): Rename to __libc_lseek.
13967         Define __lseek as an alias.
13969         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
13971 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
13973         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
13974         else clause and remove check for non-standard endianness.
13976 2013-02-04  David S. Miller  <davem@davemloft.net>
13978         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13980 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
13982         [BZ #13550]
13983         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
13984         (__ubp_memchr): Remove prototype.
13985         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
13986         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
13987         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
13988         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
13989         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
13990         Remove alias.
13991         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
13992         (__ubp_memchr): Likewise.
13993         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
13994         (__ubp_memchr): Likewise.
13995         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
13996         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
13997         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
13998         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
13999         CHECK_STRING.
14000         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14001         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
14002         (__getcwd): Do not use CHECK_STRING.
14003         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
14004         <bp-checks.h>.
14005         (__real_chown): Do not use CHECK_STRING.
14006         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
14007         <bp-checks.h>.
14008         (fchownat): Do not use CHECK_STRING.
14009         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
14010         CHECK_STRING.
14011         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
14012         <bp-checks.h>.
14013         (__lchown): Do not use CHECK_STRING.
14014         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
14015         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
14016         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
14017         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
14018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
14019         include <bp-checks.h>.
14020         (truncate64): Do not use CHECK_STRING.
14021         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
14022         <bp-checks.h>.
14023         (__real_chown): Do not use CHECK_STRING.
14024         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
14025         <bp-checks.h>.
14026         (__lchown): Do not use CHECK_STRING.
14027         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
14028         <bp-checks.h>.
14029         (__chown): Do not use CHECK_STRING.
14030         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
14031         <bp-checks.h>.
14032         (truncate64): Do not use CHECK_STRING.
14033         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
14034         Likewise.
14035         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
14036         (__xmknod): Do not use CHECK_STRING.
14037         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
14038         <bp-checks.h>.
14039         (__xmknodat): Do not use CHECK_STRING.
14040         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
14041         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
14043 2013-02-04  Andreas Schwab  <schwab@suse.de>
14045         [BZ #14142]
14046         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
14047         * include/netdb.h: Likewise for h_errno.
14048         * elf/tst-stackguard1.c: Include <tls.h>.
14050 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
14052         * elf/link.h (struct link_map): Extend the l_addr comment.
14053         * include/link.h (struct link_map): Likewise.
14055 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
14057         [BZ #13550]
14058         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
14059         (BOUNDED_1): Remove macro.
14060         * debug/backtrace.c: Don't include <bp-checks.h>.
14061         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
14062         (__backtrace): Likewise.
14063         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
14064         <bp-checks.h>.
14065         (__backtrace): Don't use BOUNDED_1.
14066         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
14067         <bp-checks.h>.
14068         (__backtrace): Don't use BOUNDED_1.
14069         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
14070         (__backtrace): Don't use BOUNDED_1.
14071         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
14072         (shmat): Don't use BOUNDED_N.
14074 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
14076         [BZ #13550]
14077         * sysdeps/generic/bp-start.h: Remove file.
14078         * csu/libc-start.c: Don't include <bp-start.h>.
14079         (LIBC_START_MAIN): Set up __environ directly instead of using
14080         INIT_ARGV_and_ENVIRON.
14081         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
14082         <bp-start.h>.
14084         [BZ #13550]
14085         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
14086         definitions.
14087         (CHECK_FCNTL): Likewise.
14088         (CHECK_N_PAGES): Likewise.
14090         [BZ #13550]
14091         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
14092         definitions.
14093         (CHECK_SIGSET_NULL_OK): Likewise.
14094         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
14095         <bp-checks.h>.
14096         (sigpending): Don't use CHECK_SIGSET.
14097         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
14098         <bp-checks.h>.
14099         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
14100         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
14101         <bp-checks.h>.
14102         (do_sigsuspend): Don't use CHECK_SIGSET.
14103         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
14104         use CHECK_SIGSET.
14105         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
14106         (do_sigwait): Don't use CHECK_SIGSET.
14107         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
14108         use CHECK_SIGSET.
14109         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
14110         include <bp-checks.h>.
14111         (sigpending): Don't use CHECK_SIGSET.
14112         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
14113         include <bp-checks.h>.
14114         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
14115         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
14116         <bp-checks.h>.
14117         (sigpending): Don't use CHECK_SIGSET.
14118         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
14119         <bp-checks.h>.
14120         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
14122         [BZ #13550]
14123         * sysdeps/generic/bp-semctl.h: Remove file.
14124         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
14125         <bp-checks.h> and <bp-semctl.h>.
14126         (__old_semctl): Don't use CHECK_SEMCTL.
14127         (__new_semctl): Likewise.
14128         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
14129         and <bp-semctl.h>.
14130         (__old_semctl): Don't use CHECK_SEMCTL.
14131         (__new_semctl): Likewise.
14132         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
14133         <bp-checks.h> and <bp-semctl.h>.
14134         (__old_semctl): Don't use CHECK_SEMCTL.
14135         (__new_semctl): Likewise.
14136         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
14137         <bp-checks.h> and <bp-semctl.h>.
14138         (semctl): Don't use CHECK_SEMCTL.
14140         [BZ #13550]
14141         * Makerules (elide-bp-thunks): Remove variable.
14142         (elide-routines.oS): Don't use $(elide-bp-thunks).
14143         (elide-routines.os): Likewise.
14144         (elide-routines.o): Likewise.
14145         (elide-routines.op): Likewise.
14146         (elide-routines.og): Likewise.
14147         (objects): Don't use $(bp-thunks).
14148         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
14149         include.
14150         (common-generated): Do not add s-proto-bp.d.
14151         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
14152         (int): Likewise.
14153         (typ): Likewise.
14154         Do not generate makefile rules for bounded-pointer thunks.
14155         * sysdeps/generic/bp-thunks.h: Remove file.
14156         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
14157         * sysdeps/unix/s-proto-bp.S: Likewise.
14159         [BZ #15062]
14160         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
14161         parts of result separately when argument is not close to line from
14162         -i to i and one part of argument is small.
14163         * math/k_casinhf.c (__kernel_casinhf): Likewise.
14164         * math/k_casinhl.c (__kernel_casinhl): Likewise.
14165         * math/libm-test.inc (cacos_test): Add more tests.
14166         (casin_test): Likewise.
14167         (casinh_test): Likewise.
14168         * sysdeps/i386/fpu/libm-test-ulps: Update.
14169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14171 2013-01-31  David S. Miller  <davem@davemloft.net>
14173         * po/de.po: Update from translation team.
14175 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
14177         * time/tzfile.c: Include stdint.h for SIZE_MAX.
14179 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
14181         * configure.in (_AC_PROG_CC_C89): New definition.
14182         * configure: Regenerate.
14184         * configure.in (AC_PROG_CPP): New definition.
14185         * configure: Regenerate.
14187 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
14189         * debug/tst-backtrace.h: New file.
14190         * debug/tst-backtrace2.c: Include tst-backtrace.h.
14191         (ret): Remove variable.
14192         (x): Likewise.
14193         (FAIL): Remove macro.
14194         (NO_INLINE): Likewise.
14195         (fn1): Use match function instead of strstr.
14196         * debug/tst-backtrace3.c: Include tst-backtrace.h.
14197         (ret): Remove variable.
14198         (x): Likewise.
14199         (FAIL): Remove macro.
14200         (NO_INLINE): Likewise.
14201         (fn): Use match function instead of strstr.
14202         * debug/tst-backtrace4.c: Include tst-backtrace.h.
14203         (ret): Remove variable.
14204         (x): Likewise.
14205         (FAIL): Remove macro.
14206         (NO_INLINE): Likewise.
14207         (handle_signal): Use match function instead of strstr.
14208         * debug/tst-backtrace5.c: Include tst-backtrace.h.
14209         (ret): Remove variable.
14210         (x): Likewise.
14211         (FAIL): Remove macro.
14212         (NO_INLINE): Likewise.
14213         (handle_signal): Use match function instead of strstr.
14215 2013-01-23  Roland McGrath  <roland@hack.frob.com>
14217         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
14219 2013-01-23  David S. Miller  <davem@davemloft.net>
14221         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
14222         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
14223         argument of CAS if possible.
14224         * sysdeps/sparc/sparc64/bits/atomic.h
14225         (__arch_compare_and_exchange_val_32_acq): Likewise.
14226         (__arch_compare_and_exchange_val_64_acq): Likewise.
14228 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
14230         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
14231         * sysdeps/posix/ulimit.c: ... this.
14232         Include <limits.h>.
14233         * sysdeps/unix/bsd/ulimit.c: Remove file.
14235 2013-01-23  Adam Conrad  <adconrad@0c3.net>
14237         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
14238         (LDFLAGS-tst-array5): Likewise.
14240 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
14242         [BZ #15036]
14243         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
14244         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
14245         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
14246         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
14248 2013-01-21  David S. Miller  <davem@davemloft.net>
14250         * sysdeps/sparc/backtrace.c: New file.
14251         * sysdeps/sparc/sparc32/backtrace.h: New file.
14252         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
14253         * sysdeps/sparc/sparc64/backtrace.h: New file.
14254         * sysdeps/sparc/sparc64/backtrace.c: Delete.
14255         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
14256         -funwind-tables.
14258 2013-01-21  Andreas Schwab  <schwab@suse.de>
14260         [BZ #15020]
14261         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
14262         closed its stdout.
14264 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
14266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
14267         "mpa2.h".
14268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
14270 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
14271             Mark Mitchell  <mark@codesourcery.com>
14272             Tom de Vries  <tom@codesourcery.com>
14273             Paul Pluzhnikov  <ppluzhnikov@google.com>
14275         * debug/tst-backtrace2.c: New file.
14276         * debug/tst-backtrace3.c: Likewise.
14277         * debug/tst-backtrace4.c: Likewise.
14278         * debug/tst-backtrace5.c: Likewise.
14279         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
14280         (CFLAGS-tst-backtrace3.c): Likewise.
14281         (CFLAGS-tst-backtrace4.c): Likewise.
14282         (CFLAGS-tst-backtrace5.c): Likewise.
14283         (LDFLAGS-tst-backtrace2): Likewise.
14284         (LDFLAGS-tst-backtrace3): Likewise.
14285         (LDFLAGS-tst-backtrace4): Likewise.
14286         (LDFLAGS-tst-backtrace5): Likewise.
14287         (tests): Add new tests tst-backtrace2, tst-backtrace3,
14288         tst-backtrace4 and tst-backtrace5.
14290 2013-01-18  Anton Blanchard  <anton@samba.org>
14291             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
14293         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
14294         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
14295         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
14296         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
14297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
14298         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
14299         "+r" and remove output regs list as redundant.  Add explicit inline
14300         asm to specify register of return val to work around compiler codegen
14301         bug.  Remove (int) cast on return value.  Add return type parameter to
14302         use in macro so that this macro does not truncate return value for
14303         64-bit values.
14304         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
14305         pass to INTERNAL_VSYSCALL_NCS.
14306         (INLINE_VSYSCALL): Add 'long int' as return type to
14307         INTERNAL_VSYSCALL_NCS macro invocation.
14308         (INTERNAL_VSYSCALL): Add 'long int' as return type to
14309         INTERNAL_VSYSCALL_NCS macro invocation.
14310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
14312 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14314         [BZ #14496]
14315         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
14316         Fix application of SIMD FP exception mask.
14318         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
14319         mp_no from a power of two.
14320         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
14321         __mpexp_twomm1.  Use __pow_mp.
14323         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
14324         multiplication.
14326 2013-01-17  David S. Miller  <davem@davemloft.net>
14328         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14330 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
14332         [BZ #15023]
14333         * include/complex.h: Condition contents on [!_COMPLEX_H].
14334         (__kernel_casinhf): New prototype.
14335         (__kernel_casinh): Likewise.
14336         (__kernel_casinhl): Likewise.
14337         * math/Makefile (libm_calls): Add k_casinh.
14338         * math/k_casinh.c: New file.
14339         * math/k_casinhf.c: Likewise.
14340         * math/k_casinhl.c: Likewise.
14341         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
14342         finite nonzero arguments.
14343         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
14344         finite nonzero arguments.
14345         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
14346         finite nonzero arguments.
14347         * math/s_casinh.c: Do not include <float.h>.
14348         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
14349         * math/s_casinhf.c: Do not include <float.h>.
14350         (__casinhf): Move code for finite nonzero arguments to
14351         k_casinhf.c.
14352         * math/s_casinhl.c: Do not include <float.h>.
14353         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
14354         redefine.
14355         (__casinhl): Move code for finite nonzero arguments to
14356         k_casinhl.c.
14357         * math/libm-test.inc (cacos_test): Add more tests.
14358         * sysdeps/i386/fpu/libm-test-ulps: Update.
14359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14361 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
14363         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
14364         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
14365         [!HAVE_MREMAP]: Remove [defined linux] case.
14366         * malloc/arena.c: Do not include <malloc-sysdep.h>.
14368 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14370         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
14372 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
14374         * elf/elf.h (R_386_SIZE32): New relocation.
14375         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
14376         R_386_SIZE32.
14377         (elf_machine_rela): Likewise.
14378         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
14379         R_X86_64_SIZE64 and R_X86_64_SIZE32.
14381 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
14383         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
14384         (FP_FAST_FMA): Do not define.
14385         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
14386         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
14387         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
14388         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
14389         !_SOFT_FLOAT]: Likewise.
14390         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
14391         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
14392         value.
14393         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
14394         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
14395         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
14396         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
14397         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
14398         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
14399         file.
14401 2013-01-16  Andreas Schwab  <schwab@suse.de>
14403         [BZ #14327]
14404         * include/stdlib.h (__mktemp): Add declaration.
14405         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
14406         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
14408 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
14410         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
14411         definitions.
14412         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
14413         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
14414         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
14415         definitions here.
14416         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
14417         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
14418         definitions.
14419         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
14420         and ONE.
14421         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
14422         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
14423         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
14424         definitions.
14425         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
14426         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
14427         definitions.
14428         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
14430         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
14432 2013-01-15  David S. Miller  <davem@davemloft.net>
14434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
14435         trunc{,f} to libm-sysdep_routes.
14436         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
14438         file.
14439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
14440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
14441         file.
14442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
14443         file.
14444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
14445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
14446         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
14447         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
14448         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
14449         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
14450         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
14451         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
14453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
14454         nearbyint{,f} to libm-sysdep_routes.
14455         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
14457         New file.
14458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
14459         file.
14460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
14461         New file.
14462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
14463         file.
14464         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
14465         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
14466         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
14467         file.
14468         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
14469         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
14470         file.
14471         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
14472         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
14473         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
14475         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
14476         libc_feholdexcept and libc_fesetenv.
14478 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
14480         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
14482 2013-01-14  David S. Miller  <davem@davemloft.net>
14484         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
14485         (SPARC_ASM_VIS2_IFUNC): Likewise.
14486         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
14487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
14488         use of 'siam' instruction.
14489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
14490         Likewise.
14491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
14492         Likewise.
14493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
14494         Likewise.
14495         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
14496         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
14497         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
14498         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
14499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
14500         file.
14501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
14502         file.
14503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
14504         file.
14505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
14506         file.
14507         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
14508         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
14509         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
14510         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
14511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
14512         new VIS2 routines.
14513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
14514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
14515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
14516         Likewise.
14517         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
14518         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
14519         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
14520         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
14521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
14522         routines to libm-sysdep_routines.
14523         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
14526         fdim/fdimf to libm-sysdep_routines.
14527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
14528         file.
14529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
14530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
14531         file.
14532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
14533         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
14534         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
14535         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
14536         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
14537         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
14538         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
14540 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
14542         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
14543         to optimize copies.
14545         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
14546         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
14547         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
14549         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
14550         local variable MPTWO.
14551         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
14552         Likewise.
14554 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
14556         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
14557         GLOB_NOESCAPE.
14559 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
14561         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
14563 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
14565         * manual/pattern.texi (glob_t): Document gl_flags.
14566         (glob64_t): Likewise.
14568 2013-01-11  David S. Miller  <davem@davemloft.net>
14570         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
14571         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
14572         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
14573         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
14574         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
14575         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
14576         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
14577         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
14578         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
14579         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
14580         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
14581         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
14582         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
14584         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
14585         sparc V9 rather than using V8 code.
14586         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
14587         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
14589         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
14590         Move to...
14591         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
14592         Here.
14594 2013-01-11  Roland McGrath  <roland@hack.frob.com>
14596         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
14597         not in the main loop.
14598         * configure: Regenerated.
14600 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
14602         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
14603         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
14604         to just #else.
14605         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
14606         [!__GLIBC_HAVE_LONG_LONG] case.
14607         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
14608         condition to just #else.
14609         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
14610         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
14611         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
14612         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
14613         unconditional.
14614         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
14615         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
14616         #elif condition to just #else.
14617         * sysdeps/unix/sysv/linux/sys/sysmacros.h
14618         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
14619         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
14620         #elif condition to just #else.
14622 2013-01-11  Steve Ellcey  <sellcey@mips.com>
14624         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
14625         (EF_MIPS_ARCH_64): Fix value.
14626         (EF_MIPS_ARCH_32R2): New.
14627         (EF_MIPS_ARCH_64R2): New.
14629 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
14631         * Makeconfig (+link-pie-before-libc): New.
14632         (+link-pie-after-libc): Likewise.
14633         (+link-pie-tests): Likewise.
14634         (+link-pie): Rewritten.
14635         (link-before-libc): Remove $(config-LDFLAGS).
14636         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
14637         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
14638         (config-LDFLAGS): Renamed to ...
14639         (rtld-LDFLAGS): This.
14640         (rtld-tests-LDFLAGS): New macro.
14641         (link-libc-rpath-link): Likewise.
14642         (link-libc-tests-rpath-link): Likewise.
14643         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
14644         (link-libc): Prepand $(link-libc-rpath-link).
14645         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
14646         (test-program-prefix): New macro.
14647         (test-via-rtld-prefix): Likewise.
14648         (test-program-cmd): Likewise.
14649         (host-test-program-cmd): Likewise.
14650         * Makefile ($(common-objpfx)testrun.sh): Replace
14651         $(run-program-prefix) with $(test-program-prefix).
14652         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
14653         $(rtld-LDFLAGS).
14654         ($(common-objpfx)shlib.lds): Likewise.
14655         (build-module-helper): Likewise.
14656         ($(common-objpfx)format.lds): Likewise.
14657         * Rules (binaries-pie-tests): New.
14658         (binaries-pie-notests): Likewise.
14659         (binaries-pie): Rewritten.
14660         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
14661         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
14662         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
14663         (make-test-out): Replace $(host-built-program-cmd) with
14664         $(host-test-program-cmd).
14665         * config.make.in (build-hardcoded-path-in-tests): New variable.
14666         * configure.in (--enable-hardcoded-path-in-tests): New configure
14667         option.
14668         (hardcoded_path_in_tests): New AC_SUBST.
14669         * configure: Regenerated.
14670         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
14671         $(built-program-cmd) with $(test-program-cmd).
14672         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
14673         (test_program_cmd): This.
14674         * elf/Makefile ($(objpfx)order.out): Run test with
14675         $(test-program-prefix).
14676         ($(objpfx)order2.out): Likewise.
14677         ($(objpfx)tst-initorder.out): Likewise.
14678         ($(objpfx)tst-initorder2.out): Likewise.
14679         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
14680         $(test-program-cmd).
14681         ($(objpfx)tst-array1-static.out): Likewise.
14682         ($(objpfx)tst-array2.out): Likewise.
14683         ($(objpfx)tst-array3.out): Likewise.
14684         ($(objpfx)tst-array4.out): Likewise.
14685         ($(objpfx)tst-array5.out): Likewise.
14686         ($(objpfx)tst-array5-static.out): Likewise.
14687         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
14688         $(test-program-cmd).
14689         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
14690         $(run-program-prefix) with $(test-program-prefix).
14691         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
14692         (test_program_prefix): This.
14693         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
14694         $(run-program-prefix) with $(test-program-prefix).
14695         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
14696         (test_program_prefix): This.
14697         * iconvdata/tst-tables.sh: Likewise.
14698         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
14699         $(run-program-prefix) with $(test-program-prefix).
14700         ($(objpfx)tst-translit.out): Likewise.
14701         ($(objpfx)tst-gettext2.out): Likewise.
14702         ($(objpfx)tst-gettext4.out): Likewise.
14703         ($(objpfx)tst-gettext6.out): Likewise.
14704         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
14705         (test_program_prefix): This.
14706         * intl/tst-gettext2.sh: Likewise.
14707         * intl/tst-gettext4.sh  Likewise.
14708         * intl/tst-gettext6.sh: Likewise.
14709         * intl/tst-translit.sh: Likewise.
14710         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
14711         with $(test-program-cmd).
14712         * libio/Makefile ($(objpfx)test-freopen.out): Replace
14713         $(run-program-prefix) with $(test-program-prefix).
14714         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
14715         (test_program_prefix): This.
14716         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
14717         $(run-program-prefix) with $(test-program-prefix).
14718         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
14719         (test_program_prefix): This.
14720         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
14721         * posix/Makefile ($(objpfx)globtest.out): Replace
14722         $(run-via-rtld-prefix) and $(test-wrapper) with
14723         $(test-program-prefix) and $(test-via-rtld-prefix).
14724         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
14725         $(test-program-prefix).
14726         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
14727         $(host-test-program-cmd).
14728         (tst-spawn-ARGS): Likewise.
14729         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
14730         $(test-program-prefix).
14731         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
14732         (test_via_rtld_prefix): This.
14733         (test_wrapper): Renamed to ...
14734         (test_program_prefix): This.
14735         (run_program_prefix): Replaced by test_program_prefix.
14736         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
14737         (test_program_prefix): This.
14738         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
14739         with $(host-test-program-cmd).
14740         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
14741         $(run-program-prefix) with $(test-program-prefix).
14742         ($(objpfx)tst-printf.out): Likewise.
14743         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
14744         $(test-program-cmd).
14745         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
14746         (test_program_prefix): This.
14747         * stdio-common/tst-unbputc.sh: Likewise.
14748         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
14749         $(run-program-prefix) with $(test-program-prefix).
14750         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
14751         (test_program_prefix): This.
14752         * string/Makefile ($(objpfx)tst-svc.out):  Replace
14753         $(built-program-cmd) with $(test-program-cmd).
14755 2013-01-11  Andreas Jaeger  <aj@suse.de>
14757         [BZ #15003]
14758         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
14759         value. Sync with Linux 3.7.
14761 2013-01-10  David S. Miller  <davem@davemloft.net>
14763         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
14764         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
14765         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
14767 2013-01-10  Roland McGrath  <roland@hack.frob.com>
14769         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
14770         never set.
14771         * configure: Regenerated.
14773 2013-01-10  David S. Miller  <davem@davemloft.net>
14775         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
14776         sparc V9 rather than using V8 code.
14777         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
14778         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
14780 2013-01-10  Roland McGrath  <roland@hack.frob.com>
14782         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
14783         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
14784         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
14785         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
14786         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
14787         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
14788         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
14789         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
14790         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
14791         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
14792         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
14793         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
14794         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
14795         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
14796         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
14797         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
14798         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
14799         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
14800         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
14801         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
14802         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
14803         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
14804         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
14805         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
14806         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
14807         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
14808         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
14810 2013-01-10  David S. Miller  <davem@davemloft.net>
14812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14814 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
14816         * posix/Makefile (tests-static): New variable.
14817         (tests): Add $(tests-static).
14818         (tst-exec-static-ARGS): New variable.
14819         (tst-spawn-static-ARGS): Likewise.
14820         * posix/tst-exec-static.c: New file.
14821         * posix/tst-spawn-static.c: Likewise.
14822         * posix/tst-exec.c: Support run directly.
14823         * posix/tst-spawn.c: Likewise.
14825 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
14827         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
14828         long.
14829         * math/bits/mathcalls.h (llrint): Likewise.
14830         (llround): Likewise.
14831         * stdlib/stdlib.h (struct drand48_data): Likewise.
14832         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
14833         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
14834         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
14835         Likewise.
14836         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
14837         Likewise.
14838         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
14839         (elf_greg_t): Likewise.
14840         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
14841         (__jmp_buf): Likewise.
14842         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
14843         definitions.
14844         (llrint): Likewise, for all definitions.
14845         (llrintl): Likewise.
14847         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
14848         Remove [__GNUC__] condition.
14849         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
14850         condition to just [__USE_ISOC99].
14851         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
14853 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
14855         [BZ #14200]
14856         * sysdeps/unix/sysv/linux/x86/bits/environments.h
14857         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
14858         defined.
14859         (_POSIX_V6_ILP32_OFF32): Likewise.
14860         (_XBS5_ILP32_OFF32): Likewise.
14861         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
14862         (__ILP32_OFFBIG_LDFLAGS): Likewise.
14864 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14866         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
14868         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
14869         doubles __mpexp_twomm1.  Adjust usage.
14870         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
14871         Remove.
14873 2013-01-10  Andreas Schwab  <schwab@suse.de>
14875         [BZ #14964]
14876         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
14877         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
14879 2013-01-09  David S. Miller  <davem@davemloft.net>
14881         [BZ #15003]
14882         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
14883         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
14884         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
14885         TCP_FASTOPEN): Define.
14886         (tcp_repair_opt): New structure.
14887         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
14888         enum values.
14889         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
14890         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
14891         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
14892         (tcp_cookie_transactions): New structure.
14894 2013-01-09  Anton Blanchard  <anton@samba.org>
14896         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
14897         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
14898         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
14899         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
14901 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
14903         * include/features.h (__USE_ANSI): Remove.
14905 2013-01-09  Roland McGrath  <roland@hack.frob.com>
14907         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
14909         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
14911 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
14913         * sysdeps/s390/fpu/libm-test-ulps: Update.
14915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14917         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
14918         (__acr): Likewise.
14919         (__cpy): Likewise.
14920         (norm): Likewise.
14921         (denorm): Likewise.
14922         (__mp_dbl): Likewise.
14923         (__dbl_mp): Likewise.
14924         (add_magnitudes): Likewise.
14925         (sub_magnitudes): Likewise.
14926         (__add): Likewise.
14927         (__sub): Likewise.
14928         (__mul): Likewise.
14929         (__inv): Likewise.
14930         (__dvd): Likewise.
14931         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
14932         (__acr): Likewise.
14933         (__cpy): Likewise.
14934         (norm): Likewise.
14935         (denorm): Likewise.
14936         (__mp_dbl): Likewise.
14937         (__dbl_mp): Likewise.
14938         (add_magnitudes): Likewise.
14939         (sub_magnitudes): Likewise.
14940         (__add): Likewise.
14941         (__sub): Likewise.
14942         (__mul): Likewise.
14943         (__inv): Likewise.
14944         (__dvd): Likewise.
14945         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
14946         (__acr): Likewise.
14947         (__cpy): Likewise.
14948         (norm): Likewise.
14949         (denorm): Likewise.
14950         (__mp_dbl): Likewise.
14951         (__dbl_mp): Likewise.
14952         (add_magnitudes): Likewise.
14953         (sub_magnitudes): Likewise.
14954         (__add): Likewise.
14955         (__sub): Likewise.
14956         (__mul): Likewise.
14957         (__inv): Likewise.
14958         (__dvd): Likewise.
14960 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
14962         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
14963         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
14964         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
14965         2 && __USE_EXTERN_INLINES]: Likewise.
14967 2013-01-08  Andreas Jaeger  <aj@suse.de>
14969         [BZ# 14985]
14970         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
14971         Remove.
14972         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
14973         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
14975 2013-01-07  Anton Blanchard  <anton@samba.org>
14977         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
14978         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
14979         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
14980         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
14981         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
14982         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
14983         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
14984         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
14985         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
14986         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
14987         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
14988         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
14989         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
14990         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
14991         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
14992         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
14993         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
14994         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
14995         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
14996         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
14997         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
14998         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
14999         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15000         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15001         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
15002         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
15003         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
15004         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
15005         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
15006         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
15007         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15008         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
15009         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
15010         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15011         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15012         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15013         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15014         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
15015         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
15016         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
15017         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
15018         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15019         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15021 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
15023         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
15024         (__MALLOC_PMT): Likewise.
15025         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
15026         [__GNUC__], only on [_LIBC].
15027         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
15028         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
15029         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
15030         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
15031         forward declaration.
15032         (realloc_hook_ini): Likewise.
15033         (memalign_hook_ini): Likewise.
15034         (__libc_memalign): Do not use __MALLOC_PMT in variable
15035         declaration.
15036         (__libc_valloc): Likewise.
15037         (__libc_pvalloc): Likewise.
15038         (__libc_calloc): Likewise.
15039         (__posix_memalign): Likewise.
15041         [BZ #14996]
15042         * math/s_casinh.c: Include <float.h>.
15043         (__casinh): Do not do computation with squaring and square root
15044         for large arguments.
15045         * math/s_casinhf.c: Include <float.h>.
15046         (__casinhf): Do not do computation with squaring and square root
15047         for large arguments.
15048         * math/s_casinhl.c: Include <float.h>.
15049         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
15050         (__casinhl): Do not do computation with squaring and square root
15051         for large arguments.
15052         * math/libm-test.inc (casin_test): Add more tests.
15053         (casinh_test): Likewise.
15054         * sysdeps/i386/fpu/libm-test-ulps: Update.
15055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15057 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
15059         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
15060         (__x86_64_raw_data_cache_size): Likewise.
15061         (__x86_64_data_cache_size_half): Likewise.
15062         (__x86_64_raw_data_cache_size_half): Likewise.
15063         (__x86_64_shared_cache_size): Likewise.
15064         (__x86_64_raw_shared_cache_size): Likewise.
15065         (__x86_64_shared_cache_size_half): Likewise.
15066         (__x86_64_raw_shared_cache_size_half): Likewise.
15067         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
15068         to ...
15069         (__x86_data_cache_size): This.
15070         (__x86_64_raw_data_cache_size): Renamed to ...
15071         (__x86_raw_data_cache_size): This.
15072         (__x86_64_data_cache_size_half): Renamed to ...
15073         (__x86_data_cache_size_half): This.
15074         (__x86_64_raw_data_cache_size_half): Renamed to ...
15075         (__x86_raw_data_cache_size_half): This.
15076         (__x86_64_shared_cache_size): Renamed to ...
15077         (__x86_shared_cache_size): This.
15078         (__x86_64_raw_shared_cache_size): Renamed to ...
15079         (__x86_raw_shared_cache_size): This.
15080         (__x86_64_shared_cache_size_half): Renamed to ...
15081         (__x86_shared_cache_size_half): This.
15082         (__x86_64_raw_shared_cache_size_half): Renamed to ...
15083         (__x86_raw_shared_cache_size_half): This.
15084         * sysdeps/x86_64/memcpy.S: Updated.
15085         * sysdeps/x86_64/memset.S: Likewise.
15086         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15087         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15088         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15090 2013-01-04  David S. Miller  <davem@davemloft.net>
15092         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15094 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
15096         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
15097         1 to avoid redefinition warning.
15098         (__USE_GNU): Don't define.
15099         (init_signaling_nan): Protoize.
15101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15103 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15105         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
15106         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
15107         (__cpymn): Likewise.
15108         (norm): Remove commented code.
15109         (denorm): Likewise.
15110         (__mp_dbl): Likewise.
15111         (__inv): Likewise.
15112         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
15113         (__cpymn): Likewise.
15114         (norm): Remove commented code.
15115         (denorm): Likewise.
15116         (__mp_dbl): Likewise.
15117         (__inv): Likewise.
15119         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
15120         mp_no value for 1.0 and 2.0.
15121         (norm): Use RADIXI instead of radixi.d.
15122         (denorm): Likewise.
15123         (__mul): Use 0.0 instead of zero.d.
15124         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
15125         mp_no value for 1.0 and 2.0.
15126         (norm): Use RADIXI instead of radixi.d.
15127         (denorm): Likewise.
15128         (__mul): Use 0.0 instead of zero.d.
15130 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
15132         [BZ #14994]
15133         * math/s_casinh.c (__casinh): Reduce finite argument to first
15134         quadrant then set signs of results at the end.
15135         * math/s_casinhf.c (__casinhf): Likewise.
15136         * math/s_casinhl.c (__casinhl): Likewise.
15137         * math/libm-test.inc (casin_test): Add more tests.
15138         (casinh_test): Likewise.
15139         * sysdeps/i386/fpu/libm-test-ulps: Update.
15140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15142 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15144         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
15146         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
15148         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
15149         declarations.
15150         (denorm): Likewise.
15151         (__mp_dbl): Likewise.
15152         (__inv): Likewise.
15154         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
15155         and adjust the header comment.
15157         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
15158         variable name from declaration.
15160 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
15162         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15163         Initialize COMMON_CPUID_INDEX_7 element.
15164         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
15165         (CPUID_RTM): Likewise.
15166         (HAS_RTM): Likewise.
15167         (COMMON_CPUID_INDEX_7): New enum.
15169 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
15171         [BZ #14981]
15172         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
15173         size is zero, record memory as freed.
15175 2013-01-03  Andreas Jaeger  <aj@suse.de>
15177         * po/ia.po: Add new Interlingua translation.
15179 2012-01-03  Allan McRae  <allan@archlinux.org>
15181         * locale/programs/localedef.c: Fix description of '--posix' flag.
15183 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
15185         * NEWS: Update dates in second copyright notice.
15186         * README: Update copyright dates in example.
15187         * manual/libc.texinfo: Update copyright dates.
15188         * scripts/test-installation.pl: Update copyright date in --version
15189         output.
15191         * hurd/ctty-input.c: Fix copyright notice formatting.
15192         * hurd/ctty-output.c: Likewise.
15193         * hurd/dtable.c: Likewise.
15194         * hurd/hurd-raise.c: Likewise.
15195         * hurd/hurdprio.c: Likewise.
15196         * hurd/msgportdemux.c: Likewise.
15197         * misc/sys/file.h: Likewise.
15198         * misc/sys/ioctl.h: Likewise.
15199         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15200         * sysdeps/mach/hurd/chdir.c: Likewise.
15201         * sysdeps/mach/hurd/fchdir.c: Likewise.
15202         * sysdeps/mach/hurd/rename.c: Likewise.
15203         * sysdeps/mach/hurd/rmdir.c: Likewise.
15204         * sysdeps/mach/hurd/seekdir.c: Likewise.
15205         * sysdeps/mach/hurd/setsid.c: Likewise.
15206         * sysdeps/posix/wait3.c: Likewise.
15208         * All files with FSF copyright notices: Update copyright dates
15209         using scripts/update-copyrights.
15210         * intl/plural.c: Regenerated.
15211         * locale/programs/charmap-kw.h: Likewise.
15212         * locale/programs/locfile-kw.h: Likewise.
15214 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15216         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
15217         four values.
15219         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
15220         calculation loop and add branch prediction.
15222         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
15223         check access beyond bounds of m1np.
15225         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
15226         MPTWO.
15227         (__inv): Remove local variable MPTWO to use the global
15228         constant.
15229         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
15230         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
15231         variable MPTWO.
15232         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
15233         MP3HALFS static const.
15235 2013-01-01  David S. Miller  <davem@davemloft.net>
15237         * po/ca.po: Update from translation team.
15239 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
15241         * scripts/update-copyrights: New file.
15242         * Makeconfig: Reformat copyright notice.
15243         * ctype/ctype.h: Likewise.
15244         * debug/swprintf_chk.c: Likewise.
15245         * elf/dl-cache.c: Likewise.
15246         * elf/dl-debug.c: Likewise.
15247         * elf/dl-object.c: Likewise.
15248         * grp/initgroups.c: Likewise.
15249         * hurd/Makefile: Likewise.
15250         * hurd/hurd/signal.h: Likewise.
15251         * hurd/hurdfault.c: Likewise.
15252         * hurd/hurdioctl.c: Likewise.
15253         * hurd/hurdlookup.c: Likewise.
15254         * hurd/intr-msg.c: Likewise.
15255         * iconv/gconv_open.c: Likewise.
15256         * libio/swprintf.c: Likewise.
15257         * locale/lc-ctype.c: Likewise.
15258         * locale/nl_langinfo.c: Likewise.
15259         * mach/Machrules: Likewise.
15260         * mach/Makefile: Likewise.
15261         * malloc/obstack.h: Likewise.
15262         * manual/Makefile: Likewise.
15263         * manual/tsort.awk: Likewise.
15264         * misc/bits/stab.def: Likewise.
15265         * nis/nis_print_group_entry.c: Likewise.
15266         * nis/nis_table.c: Likewise.
15267         * nis/nss_compat/compat-pwd.c: Likewise.
15268         * nis/nss_compat/compat-spwd.c: Likewise.
15269         * po/Makefile: Likewise.
15270         * posix/fnmatch.c: Likewise.
15271         * posix/regex.h: Likewise.
15272         * resolv/Makefile: Likewise.
15273         * resolv/nss_dns/dns-network.c: Likewise.
15274         * resolv/res_hconf.c: Likewise.
15275         * scripts/gen-sorted.awk: Likewise.
15276         * soft-fp/soft-fp.h: Likewise.
15277         * stdio-common/printf.h: Likewise.
15278         * stdlib/monetary.h: Likewise.
15279         * stdlib/random.c: Likewise.
15280         * stdlib/random_r.c: Likewise.
15281         * sysdeps/generic/Makefile: Likewise.
15282         * sysdeps/gnu/Makefile: Likewise.
15283         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
15284         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15285         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15286         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15287         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15288         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15289         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15290         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15291         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15292         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15293         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15294         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15295         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
15296         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
15297         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
15298         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
15299         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15300         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15301         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15302         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15303         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
15304         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
15305         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15306         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
15307         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
15308         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
15309         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15310         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
15311         * sysdeps/mach/hurd/errnos.awk: Likewise.
15312         * sysdeps/mach/hurd/fork.c: Likewise.
15313         * sysdeps/mach/hurd/getcwd.c: Likewise.
15314         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
15315         * sysdeps/mach/hurd/mmap.c: Likewise.
15316         * sysdeps/mach/hurd/utimes.c: Likewise.
15317         * sysdeps/mach/hurd/xmknod.c: Likewise.
15318         * sysdeps/posix/profil.c: Likewise.
15319         * sysdeps/posix/readdir_r.c: Likewise.
15320         * sysdeps/powerpc/bits/mathdef.h: Likewise.
15321         * sysdeps/powerpc/bits/setjmp.h: Likewise.
15322         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
15323         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
15324         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
15325         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
15326         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
15327         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
15328         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
15329         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
15330         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
15331         * sysdeps/pthread/lio_listio.c: Likewise.
15332         * sysdeps/sparc/dl-procinfo.h: Likewise.
15333         * sysdeps/unix/i386/sysdep.S: Likewise.
15334         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
15335         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
15336         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
15337         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
15338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
15339         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
15340         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
15341         * sysdeps/unix/sysv/linux/speed.c: Likewise.
15342         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
15343         * sysdeps/wordsize-32/divdi3.c: Likewise.
15344         * time/sys/time.h: Likewise.
15345         * wcsmbs/Makefile: Likewise.
15347 2013-01-01  David S. Miller  <davem@davemloft.net>
15349         * po/fr.po: Update from translation team.
15351         * catgets/gencat.c: Update copyright year.
15352         * csu/version.c: Likewise.
15353         * debug/catchsegv.sh: Likewise.
15354         * debug/pcprofiledump.c: Likewise.
15355         * debug/xtrace.sh: Likewise.
15356         * elf/ldconfig.c: Likewise.
15357         * elf/ldd.bash.in: Likewise.
15358         * elf/pldd.c: Likewise.
15359         * elf/sotruss.ksh: Likewise.
15360         * elf/sprof.c: Likewise.
15361         * iconv/iconv_prog.c: Likewise.
15362         * iconv/iconvconfig.c: Likewise.
15363         * locale/programs/locale.c: Likewise.
15364         * locale/programs/localedef.c: Likewise.
15365         * login/programs/pt_chown.c: Likewise.
15366         * malloc/memusage.sh: Likewise.
15367         * malloc/memusagestat.c: Likewise.
15368         * malloc/mtrace.pl: Likewise.
15369         * nscd/nscd.c: Likewise.
15370         * nss/getent.c: Likewise.
15371         * nss/makedb.c: Likewise.
15372         * posix/getconf.c: Likewise.
15374 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15376         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
15377         numbers.
15379 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
15381         * math/bits/mathcalls.h (modf): Use __nonnull.
15383 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15385         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
15386         (split): Use macro CN instead of the bare value.
15387         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
15388         could be used.
15389         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
15390         instead of the bare value.
15391         (power1): Likewise.
15393 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15395         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
15396         __ATAN_TWOM.
15397         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
15399         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
15400         their values.
15401         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
15402         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
15403         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
15404         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
15406 2012-12-28  Andreas Jaeger  <aj@suse.de>
15408         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
15409         values are from Linux 3.7.
15411         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
15412         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
15414 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15416         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
15417         TRUE case.
15419         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
15420         (norm): Likewise.
15421         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
15422         variables with preprocessor constants.
15423         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
15424         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
15425         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
15427 2012-12-27  Bruno Haible  <bruno@clisp.org>
15429         [BZ #14317]
15430         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
15431         only if needed.
15433 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15435         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
15436         and use variable directly.
15437         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
15439         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
15440         MPONE.
15441         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
15442         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
15443         variable MPONE.
15444         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
15445         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
15446         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
15447         include directive.  Remove local variable MPONE.
15448         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
15449         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
15450         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
15452 2012-12-25  David S. Miller  <davem@davemloft.net>
15454         * version.h (RELEASE): Set to "development".
15455         (VERSION): Set to "2.17.90".
15456         * NEWS: Add 2.18 section.
15458 2012-12-21  David S. Miller  <davem@davemloft.net>
15460         * po/hr.po: Update from translation team.
15462 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15464         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
15466 2012-12-19  Steve Ellcey  <sellcey@mips.com>
15468         * NEWS:  Mention new memcpy for MIPS.
15470 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15472         * manual/contrib.texi (Contributors): Spelling correction.
15474 2012-12-15  David S. Miller  <davem@davemloft.net>
15476         * po/ru.po: Update from translation team.
15478 2012-12-13  David S. Miller  <davem@davemloft.net>
15480         * NEWS: Mention IFUNC testsuite enhancements.
15482         * po/pl.po: Update from translation team.
15483         * po/bg.po: Likewise.
15485         * manual/contrib.texi (Contributors): Update entries for Hongjiu
15486         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
15488 2012-12-11  David S. Miller  <davem@davemloft.net>
15490         * po/sv.po: Update from translation team.
15492         * po/vi.po: Update from translation team.
15494         * po/cs.po: Update from translation team.
15496         * po/de.po: Update from translation team.
15497         * po/eo.po: Likewise.
15498         * po/nl.po: Likewise.
15500 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15502         [BZ #14246]
15503         * manual/argp.texi (Argp Helper Functions): Move node to follow
15504         Argp Parsing State.
15506         [BZ #14872]
15507         * manual/conf.texi (Limits on File System Capacity): Mention if
15508         terminating null is included in the max size.
15510 2012-12-10  Andreas Jaeger  <aj@suse.de>
15512         * po/cs.po: Update from translation team.
15514 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15516         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
15517         void pointer and cast to uintptr_t.
15518         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
15519         path.
15520         * sysdeps/s390/s390-64/memcpy.S: Likewise.
15521         * sysdeps/s390/s390-64/memset.S: Likewise.
15523 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
15525         [BZ #14833]
15526         * menual/message.texi (Message Translation): Fix typos.
15527         (Helper programs for gettext): Likewise.
15529 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
15531         [BZ #14898]
15532         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
15533         Change to -1.
15535 2012-12-07  David S. Miller  <davem@davemloft.net>
15537         * po/libc.pot: Update.
15539 2012-12-07  Richard Henderson  <rth@redhat.com>
15541         [BZ #10114]
15542         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
15543         normal/normal case to before the switch.
15544         (_FP_DIV): Likewise.
15546 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
15547             Mike Frysinger  <vapier@gentoo.org>
15549         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
15550         check for __NR_fadvise64_64.
15552 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
15554         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
15555         0, not just to plain "0" as a statement.
15556         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
15557         with cw.
15559 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
15561         * NEWS: Use sourceware.org in Bugzilla URL.
15563 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
15566         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
15568         * stdio-common/tst-put-error.c (do_test): Add newline to the
15569         padded test to ensure flush.
15571 2012-12-05  Jeff Law  <law@redhat.com>
15573         * sunrpc/etc.rpc (fedfs_admin): Add entry.
15575 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
15577         * README: Don't refer to ports add-on as distributed separately.
15578         Mention AArch64 in list of systems supported in the ports add-on.
15580         * LICENSES: Add more non-FSF copyright and license notices.
15582         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
15583         ((unused)).
15585         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
15587         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
15588         10000 as width of padded output.
15590 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
15592         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
15594         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
15595         variable LX with __attribute__ ((unused)).
15596         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15597         Likewise.
15598         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15599         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15600         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
15601         with __attribute__ ((unused)).
15603 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
15605         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
15607 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
15609         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
15610         (CFLAGS-nldbl-acos.c): New variable.
15611         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
15612         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
15613         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
15614         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
15615         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
15616         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
15617         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
15618         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
15619         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
15620         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
15621         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
15622         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
15623         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
15624         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
15625         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
15626         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
15627         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
15628         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
15629         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
15630         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
15631         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
15632         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
15633         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
15634         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
15635         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
15636         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
15637         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
15638         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
15639         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
15640         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
15641         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
15642         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
15643         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
15644         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
15645         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
15646         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
15647         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
15648         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
15649         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
15650         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
15651         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
15652         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
15653         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
15654         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
15655         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
15656         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
15657         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
15658         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
15659         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
15660         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
15661         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
15662         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
15663         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
15664         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
15665         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
15666         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
15667         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
15668         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
15669         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
15670         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
15671         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
15672         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
15673         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
15674         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
15675         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
15676         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
15677         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
15678         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
15679         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
15680         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
15681         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
15682         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
15683         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
15684         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
15685         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
15686         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
15687         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
15688         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
15689         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
15690         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
15691         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
15692         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
15693         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
15694         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
15695         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
15696         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
15697         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
15698         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
15699         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
15700         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
15701         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
15702         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
15703         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
15704         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
15705         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
15706         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
15707         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
15709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
15710         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
15712         [BZ #14914]
15713         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
15714         whole low double instead of just low 47 bits when splitting values
15715         into two parts.
15717 2012-12-03  Allan McRae  <allan@archlinux.org>
15719         * manual/stdio.texi (Predefined Printf Handlers): Remove
15720         @hsep and @vsep usage.
15722 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
15724         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
15725         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
15727 2012-12-03  Jeff Law  <law@redhat.com>
15729         * time/sys/time.h (settimeofday): Do not mark TV argument
15730         as __nonnull.
15732 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
15734         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
15735         when currently writing and seek to current position when not.
15736         * libio/Makefile (tests): Remove bug-fclose1.
15737         * libio/bug-fclose1.c: Delete.
15739 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
15741         * manual/arith.texi (feenableexcept): Fix typo.
15742         (fedisableexcept): Likewise.
15744 2012-11-30  Roland McGrath  <roland@hack.frob.com>
15746         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
15747         second, differently-typed declaration, rather than a cast.
15749 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15751         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
15752         * include/rpc/svc.h: ... here.
15754 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
15756         [BZ #13013]
15757         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
15758         depending n and resplen2 to catch cases where answer
15759         equals answerp2.
15761 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
15763         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
15764         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
15766 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
15768         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
15770 2012-11-29  Roland McGrath  <roland@hack.frob.com>
15772         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
15774 2012-11-28  Jeff Law  <law@redhat.com>
15776         [BZ #13761]
15777         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
15778         dataset_temporary.  Track alloca usage into alloca_used.
15779         If dataset is large allocate and release it via malloc/free.
15781 2012-06-04  Florian Weimer  <fweimer@redhat.com>
15783         [BZ #14197]
15784         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
15786 2012-11-28  David S. Miller  <davem@davemloft.net>
15788         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15790 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
15792         [BZ #14803]
15793         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
15794         of pi/2 rounded to nearest to 64 bits.
15795         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
15796         nearest to 64 bits.
15797         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
15798         bits.
15800 2012-11-28  Jeff Law <law@redhat.com>
15801             Martin Osvald <mosvald@redhat.com>
15803         [BZ #14889]
15804         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
15805         * sunrpc/svc.c: Include time.h.
15806         (__svc_accept_failed): New function.
15807         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
15808         any reason other than EINTR, call __svc_accept_failed.
15809         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
15810         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
15812 2012-11-28  Andreas Schwab  <schwab@suse.de>
15814         * scripts/abilist.awk: Also handle indirect functions in .opd
15815         section.
15817 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
15819         [BZ #13881]
15820         * sysdeps/x86/fpu/powl_helper.c: New file.
15821         * sysdeps/x86/fpu/Makefile: Likewise.
15822         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
15823         (p3): New object.
15824         (__ieee754_powl): Use __powl_helper for finite arguments except
15825         integer exponents below 8.
15826         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
15827         (p3): New object.
15828         (__ieee754_powl): Use __powl_helper for finite arguments except
15829         integer exponents below 8.
15830         * math/libm-test.inc (pow_test): Add more tests and enable some
15831         previously disabled tests.
15832         * sysdeps/i386/fpu/libm-test-ulps: Update.
15833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15835 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15836             Carlos O'Donell  <carlos_odonell@mentor.com>
15838         * nss/makedb.c (is_prime): Assert that input is odd and greater
15839         than 4.  Note that fact in a comment too.
15840         (next_prime): Add 4 to input.
15842 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15844         [BZ #11741]
15845         * libio/Makefile (tests): Add test case tst-fwrite-error.
15846         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
15847         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
15848         * libio/tst-fwrite-error.c: New test case.
15850 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
15852         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
15853         before casting to void *.
15854         * include/libc-internal.h (__pointer_type): New macro.
15855         (__integer_if_pointer_type_sub): Likewise.
15856         (__integer_if_pointer_type): Likewise.
15857         (cast_to_integer): Likewise.
15858         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
15859         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
15860         before casting to atomic64_t.
15861         (atomic_exchange_acq): Likewise.
15862         (__arch_exchange_and_add_body): Likewise.
15863         (__arch_add_body): Likewise.
15864         (atomic_add_negative): Likewise.
15865         (atomic_add_zero): Likewise.
15867 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
15869         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
15870         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
15871         (add_fdes): Likewise.
15872         (linear_search_fdes): Likewise.
15873         (binary_search_unencoded_fdes): Likewise.
15875 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
15877         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
15879 2012-11-24  Adam Conrad  <adconrad@0c3.net>
15881         * configure.in: Autodetect C++ header directories.
15882         * configure: Regenerated.
15884 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
15886         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
15888 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
15890         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15892 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
15894         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
15895         LDBL_MANT_DIG == 106]: Disable some tests.
15896         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
15897         Likewise.
15898         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
15899         Likewise.
15901         [BZ #14871]
15902         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
15903         input for small inputs.  Return +/- pi/2 for large inputs.
15904         * math/libm-test.inc (atan_test): Add more tests.
15906         * sysdeps/generic/unwind-dw2-fde-glibc.c
15907         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
15908         __attribute__ ((unused)).
15910         [BZ #14645]
15911         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
15912         x * y if x and y are nonzero and z is zero.
15914         [BZ #14811]
15915         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
15916         nonzero exponents with absolute value below 0x1p-117 to +/-
15917         0x1p-117.
15919         [BZ #14869]
15920         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
15921         up arguments below 2**-450, not just those below 2**-500.
15922         * math/libm-test.inc (hypot_test): Add another test.
15924         [BZ #14868]
15925         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
15926         Return a+b for ratio over 2**120, not 2**60.
15927         * math/libm-test.inc (hypot_test): Add another test.
15929         * math/libm-test.inc (clog_test): Use
15930         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
15931         (clog10_test): Likewise.
15933         [BZ #6778]
15934         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
15936 2012-11-22  Andreas Schwab  <schwab@suse.de>
15938         * sysdeps/i386/fpu/libm-test-ulps: Update.
15940 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
15942         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
15943         printf output with newline.
15945 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
15947         [BZ #14865]
15948         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
15949         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
15950         -z nodlopen, -z initfirst and -z execstack support.
15951         * configure: Regenerated.
15953         * elf/elf.h (DF_1_NODIRECT): New macro.
15954         (DF_1_IGNMULDEF): Likewise.
15955         (DF_1_NOKSYMS): Likewise.
15956         (DF_1_NOHDR): Likewise.
15957         (DF_1_EDITED): Likewise.
15958         (DF_1_NORELOC): Likewise.
15959         (DF_1_SYMINTPOSE): Likewise.
15960         (DF_1_GLOBAUDIT): Likewise.
15961         (DF_1_SINGLETON): Likewise.
15962         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
15963         DT_1_SUPPORTED_MASK bits.
15964         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
15966 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
15968         * sysdeps/unix/make-syscalls.sh: Document prefixes.
15970 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
15972         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
15973         macro.
15975         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
15976         (sendmmsg): Move declarations...
15977         * socket/sys/socket.h: ... here.
15978         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
15979         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
15980         include it from...
15981         * socket/recvmmsg.c: ... this new file.
15982         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
15983         (sendmmsg): Rename to __sendmmsg, create weak alias and make
15984         definition of __sendmmsg hidden.
15985         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
15986         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
15987         Move ENOSYS stub into and include it from...
15988         * socket/sendmmsg.c: ... this new file.
15989         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
15990         (sysdep_routines): Move recvmmsg and sendmmsg...
15991         * socket/Makefile (routines): ... here.
15992         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
15993         (GLIBC_PRIVATE): Add __sendmmsg.
15994         * include/sys/socket.h (__sendmmsg): Add declarations.
15995         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
15996         sendmmsg.
15998 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
16000         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
16001         variable I1 with __attribute__ ((unused)).
16002         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
16004 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
16006         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
16007         DUMMY variables with __attribute__ ((unused)).
16009         * bits/byteswap.h: Include <bits/types.h>.
16010         (__bswap_64): Use __uint64_t instead of unsigned long long int.
16012 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
16014         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
16015         string_t.  Do not manually set errno.
16016         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
16017         length with __strnlen.  Make sure to both set errno and return it on
16018         failure.
16020 2012-11-19  David S. Miller  <davem@davemloft.net>
16022         With help from Joseph Myers.
16023         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
16024         very large arguments properly.
16025         * math/libm-test.inc (atan_test): New tests.
16026         (atan2_test): New tests.
16027         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16028         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16030 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
16032         [BZ #14856]
16033         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
16034         Define to 3.
16036         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
16037         [POSIX] (EADDRNOTAVAIL): Likewise.
16038         [POSIX] (EAFNOSUPPORT): Likewise.
16039         [POSIX] (EALREADY): Likewise.
16040         [POSIX] (ECONNABORTED): Likewise.
16041         [POSIX] (ECONNREFUSED): Likewise.
16042         [POSIX] (ECONNRESET): Likewise.
16043         [POSIX] (EDESTADDRREQ): Likewise.
16044         [POSIX] (EDQUOT): Likewise.
16045         [POSIX] (EHOSTUNREACH): Likewise.
16046         [POSIX] (EIDRM): Likewise.
16047         [POSIX] (EISCONN): Likewise.
16048         [POSIX] (ELOOP): Likewise.
16049         [POSIX] (EMULTIHOP): Likewise.
16050         [POSIX] (ENETDOWN): Likewise.
16051         [POSIX] (ENETUNREACH): Likewise.
16052         [POSIX] (ENOBUFS): Likewise.
16053         [POSIX] (ENODATA): Likewise.
16054         [POSIX] (ENOLINK): Likewise.
16055         [POSIX] (ENOMSG): Likewise.
16056         [POSIX] (ENOPROTOOPT): Likewise.
16057         [POSIX] (ENOSR): Likewise.
16058         [POSIX] (ENOSTR): Likewise.
16059         [POSIX] (ENOTCONN): Likewise.
16060         [POSIX] (ENOTSOCK): Likewise.
16061         [POSIX] (EOPNOTSUPP): Likewise.
16062         [POSIX] (EOVERFLOW): Likewise.
16063         [POSIX] (EPROTO): Likewise.
16064         [POSIX] (EPROTONOSUPPORT): Likewise.
16065         [POSIX] (EPROTOTYPE): Likewise.
16066         [POSIX] (ESTALE): Likewise.
16067         [POSIX] (ETIME): Likewise.
16068         [POSIX] (ETXTBSY): Likewise.
16069         [POSIX] (EWOULDBLOCK): Likewise.
16070         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
16071         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
16072         [POSIX] (SEEK_CUR): Likewise.
16073         [POSIX] (SEEK_END): Likewise.
16074         [POSIX || UNIX98] (mode_t): Do not require.
16075         [POSIX] (off_t): Likewise.
16076         [POSIX] (pid_t): Likewise.
16077         [POSIX] (sys/stat.h): Do not allow header.
16078         [POSIX] (unistd.h): Likewise.
16079         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
16080         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
16081         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
16082         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
16083         require.
16084         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
16085         sigevent): Specify elements.
16086         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
16087         entry.
16088         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
16089         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
16091         * conform/data/cpio.h-data [POSIX]: Disable whole file.
16092         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
16093         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
16094         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
16095         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
16096         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
16097         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
16098         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
16099         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
16100         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
16101         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
16102         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
16103         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
16104         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
16105         Likewise.
16106         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
16107         Likewise.
16108         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
16109         Likewise.
16110         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
16111         Likewise.
16112         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
16113         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
16114         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
16115         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
16116         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
16117         Specify lower bound on value.
16118         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
16119         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
16120         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
16121         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
16122         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
16123         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
16124         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
16125         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
16126         value.
16127         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
16128         as optional.
16129         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
16130         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
16131         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
16132         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
16133         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
16134         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
16135         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
16136         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
16137         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
16138         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
16139         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
16140         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
16141         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
16142         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
16143         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
16144         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
16145         entry.
16146         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
16147         optional.
16148         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
16149         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
16150         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
16151         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
16152         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
16153         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
16154         Likewise.
16155         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
16156         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
16157         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
16158         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
16159         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
16160         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
16161         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
16162         as optional.
16163         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
16164         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
16165         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
16166         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
16167         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
16168         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
16169         specify as optional.
16170         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
16171         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
16172         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
16173         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
16174         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
16175         [XPG3] (NL_LANGMAX): Likewise.
16176         [POSIX || XPG3] (NL_MSGMAX): Likewise.
16177         [POSIX || XPG3] (NL_NMAX): Likewise.
16178         [POSIX || XPG3] (NL_SETMAX): Likewise.
16179         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
16180         [XPG3] (NZERO): Likewise.
16181         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
16182         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
16183         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
16184         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
16185         (REG_ERANGE): Expect.
16186         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
16187         optional-constant.
16188         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
16189         Use (void) in prototype.
16190         [POSIX] (*_t): Allow.
16191         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
16192         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
16193         (WRDE_BADVAL): Expect.
16195         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
16196         expect.
16197         [XPG3 || XPG4] (O_RSYNC): Likewise.
16198         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
16199         Likewise.
16200         [XPG3 || XPG4] (pthread_sigmask): Likewise.
16201         [XPG3 || XPG4] (sigqueue): Likewise.
16202         [XPG3 || XPG4] (sigtimedwait): Likewise.
16203         [XPG3 || XPG4] (sigwaitinfo): Likewise.
16204         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
16205         [XPG3 || XPG4] (vsnprintf): Likewise.
16206         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
16207         Likewise.
16208         [XPG3 || XPG4] (blksize_t): Likewise.
16209         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
16210         Likewise.
16211         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
16212         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
16213         [XPG3 || XPG4] (struct itimerspec): Likewise.
16214         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
16215         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
16216         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
16217         [XPG3 || XPG4] (clockid_t): Likewise.
16218         [XPG3 || XPG4] (timer_t): Likewise.
16219         [XPG3 || XPG4] (clock_getres): Likewise.
16220         [XPG3 || XPG4] (clock_gettime): Likewise.
16221         [XPG3 || XPG4] (clock_settime): Likewise.
16222         [XPG3 || XPG4] (nanosleep): Likewise.
16223         [XPG3 || XPG4] (timer_create): Likewise.
16224         [XPG3 || XPG4] (timer_delete): Likewise.
16225         [XPG3 || XPG4] (timer_gettime): Likewise.
16226         [XPG3 || XPG4] (timer_getoverrun): Likewise.
16227         [XPG3 || XPG4] (timer_settime): Likewise.
16228         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
16229         [XPG3 || XPG4] (getlogin_r): Likewise.
16230         [XPG3 || XPG4] (pread): Likewise.
16231         [XPG3 || XPG4] (pthread_atfork): Likewise.
16232         [XPG3 || XPG4] (pwrite): Likewise.
16234         [BZ #14835]
16235         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
16236         <bits/siginfo.h>.
16238 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
16240         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
16241         finalizing MALLSTREAM.
16243         * sysdeps/mach/hurd/syncfs.c: New file.
16245 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16247         [BZ #14719]
16248         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
16249         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
16250         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
16251         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
16252         (_nss_dns_gethostbyname4_r): Likewise.
16253         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
16254         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
16256 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
16258         [BZ #13763]
16259         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
16261 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
16263         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
16264         * elf/cache.c (print_entry): Print ",AArch64" for
16265         FLAG_AARCH64_LIB64
16267         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
16268         * elf/cache.c (print_entry): Print ",hard-float" for
16269         FLAG_ARM_LIBHF.
16271 2012-11-18  David S. Miller  <davem@davemloft.net>
16273         With help from Joseph Myers.
16274         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
16275         cutoff to 2**-13.
16276         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
16277         cutoff to 2**-25.
16278         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
16279         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
16280         small.
16281         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
16282         * math/libm-test.inc (y0_test): New tests.
16283         (y1_test): New tests.
16284         * sysdeps/i386/fpu/libm-test-ulps: Update.
16285         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16288 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
16290         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
16291         64-bit targets.
16292         * configure: Regenerated.
16294 2012-11-17  David S. Miller  <davem@davemloft.net>
16296         [BZ #14811]
16297         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
16298         nonzero exponents with absolute value below 0x1p-128 to +/-
16299         0x1p-128.
16301 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
16303         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
16305         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
16307         * posix/getconf-speclist.c: New file.
16308         * posix/posix-envs.def: Likewise.
16309         * posix/confstr.c (START_ENV_GROUP): New macro.
16310         (END_ENV_GROUP): Likewise.
16311         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
16312         (KNOWN_PRESENT_ENV_STRING): Likewise.
16313         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
16314         (UNKNOWN_ENVIRONMENT): Likewise.
16315         (confstr): Include posix-envs.def instead of handling
16316         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
16317         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
16318         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
16319         (END_ENV_GROUP): Likewise.
16320         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
16321         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
16322         (UNKNOWN_ENVIRONMENT): Likewise.
16323         (__sysconf): Include posix-envs.def instead of handling associated
16324         cases directly here.
16325         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
16326         preprocessing getconf-speclist.c rather than running getconf or
16327         generating empty file.
16329 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
16331         * scripts/check-local-headers.sh: Ignore 'mach' headers.
16333 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
16335         [BZ #14672]
16336         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
16338 2012-11-16  David S. Miller  <davem@davemloft.net>
16340         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
16341         smaller than LDBL_EPSILON/2.0L, just return xm1.
16343 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
16345         * elf/tst-array1.c (init): Set constructor priority to 1000.
16346         (fini): Set destructor priority to 1000.
16347         * elf/tst-array2dep.c: Likewise.
16349 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16351         [BZ #11741]
16352         * libio/fileops.c (_IO_new_file_write): Correctly return error.
16353         (_IO_new_file_xsputn): Also return EOF if none of the input
16354         data was written when overflow failed.
16355         * libio/iopadn.c (_IO_padn): Likewise.
16356         * libio/iowpadn.c (_IO_wpadn): Likewise.
16357         * stdio-common/tst-put-error.c: Add copyright notice.
16358         (do_test): Add case for printing padded string.
16359         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
16360         _IO_padn returned error.
16361         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
16362         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
16363         return EOF.
16365 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16367         * libio/libioP.h: Add comment note that the references to C++
16368         bits are now obsolete.
16370 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16372         * math/libm-test.inc (check_complex): Use asprintf.
16374 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
16376         * debug/pcprofiledump.c (print_version): Update copyright year.
16377         * malloc/memusagestat.c (print_version): Likewise.
16379 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
16381         [BZ #14831]
16382         * elf/Makefile (tests): Add tst-audit8.
16383         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
16384         ($(objpfx)tst-audit8.out): New target.
16385         (tst-audit8-ENV): New variable.
16386         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
16387         audit if l_reloc_result is NULL.
16388         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
16389         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
16390         * elf/tst-audit8.c: New file.
16392 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16394         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
16395         * misc/Makefile (CFLAGS-select.c): Define.
16396         * posix/Makefile (CFLAGS-pause.c): Define.
16398 2012-11-13  David S. Miller  <davem@davemloft.net>
16400         * crypt/Makefile: Move test targets after toplevel Rules
16401         inclusion.  Grab any necessary sysdep routines when linking.
16402         * crypt/md5.c (md5_process_block): Remove define, we will always
16403         name it __md5_process_block.
16404         (md5_finish_ctx): Update md5_process_block call.
16405         (md5_stream): Likewise.
16406         (md5_process_bytes): Likewise.
16407         (md5_process_block): Rename to __md5_process_block and move to ...
16408         * crypt/md5-block.c: ... here.
16409         * crypt/sha256.c (sha256_process_block): Move to ...
16410         * crypt/sha256-block.c: ... here.
16411         * crypt/sha512.c (sha512_process_block): Move to ...
16412         * crypt/sha512-block.c: ... here.
16413         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
16414         path.
16415         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
16416         * sysdeps/sparc/sparc64/multiarch/Makefile
16417         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
16418         crypt subdir.
16419         (localedef-aux): Add md5 crypto assembler when in locale subdir.
16420         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
16421         multiarch changes.
16422         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
16423         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
16424         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
16425         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
16426         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
16427         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
16428         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
16429         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
16430         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
16431         file.
16432         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
16433         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
16434         file.
16435         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
16437 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
16439         * timezone/tzselect.ksh: Update from tzcode git revision
16440         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
16441         * timezone/zdump.c: Likewise.
16442         * timezone/zic.c: Likewise.
16443         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
16444         in TZVERSION setting, not $(PKGVERSION).
16445         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
16446         REPORT_BUGS_TO settings.
16448         [BZ #14838]
16449         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
16450         macro.
16452 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16454         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
16455         detection to immediately after _FP_ROUND().
16456         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
16457         bits are 0.
16459 2012-11-11  David S. Miller  <davem@davemloft.net>
16461         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
16462         inttypes.h
16463         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
16464         __close rather than their public counterparts.
16466 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
16468         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
16469         file.
16470         [UNIX98] (sem_timedwait): Do not expect.
16471         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
16472         [XPG4 || UNIX98] (sockatmark): Do not expect.
16473         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
16474         (clock_getcpuclockid): Do not expect.
16475         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
16476         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
16477         Do not expect.
16478         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
16479         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
16480         [UNIX98] (vwscanf): Likewise.
16481         [UNIX98] (vswscanf): Likewise.
16483 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
16485         * timezone/version.h: Remove file.
16486         * timezone/README: Do not refer to version.h.
16487         * timezone/Makefile ($(objpfx)zic.o): New dependency on
16488         $(objpfx)version.h.
16489         ($(objpfx)zdump.o): Likewise.
16490         ($(objpfx)version.h): New target.
16492         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
16493         2012i.
16494         * timezone/README: Don't mention modification to tzselect.ksh.
16495         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
16496         work on unmodified tzselect.ksh.  Substitute version numbers in
16497         tzselect.ksh.
16499         * Makefile (format-me): Remove.
16500         (INSTALL): Adjust indentation.  Use commands directly instead of
16501         using $(format-me).
16503         * aclocal.m4 (ACX_PKGVERSION): New macro.
16504         (ACX_BUGURL): Likewise.
16505         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
16506         (PKGVERSION): New AC_DEFINE_UNQUOTED.
16507         (REPORT_BUGS_TO): Likewise.
16508         * configure: Regenerated.
16509         * config.h.in (PKGVERSION): New macro.
16510         (REPORT_BUGS_TO): Likewise.
16511         * config.make.in (PKGVERSION): New variable.
16512         (PKGVERSION_TEXI): Likewise.
16513         (REPORT_BUGS_TO): Likewise.
16514         (REPORT_BUGS_TEXI): Likewise.
16515         * Makefile (format-me): Use -I$(common-objpfx)manual.
16516         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
16517         ($(common-objpfx)manual/%): New target.
16518         (manual/%): Remove target.
16519         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
16520         (print_version): Use PKGVERSION.
16521         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
16522         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
16523         and REPORT_BUGS_TO.
16524         ($(objpfx)xtrace): Likewise.
16525         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
16526         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
16527         (print_version): Use PKGVERSION.
16528         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
16529         (do_version): Use PKGVERSION.
16530         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
16531         REPORT_BUGS_TO.
16532         (common-ldd-rewrite): Likewise.
16533         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
16534         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
16535         (print_version): Use PKGVERSION.
16536         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
16537         * elf/pldd.c (argp_program_bug_address): Remove variable.
16538         (more_help): New function.
16539         (argp): Use more_help.
16540         (print_version): Use PKGVERSION.
16541         * elf/sln.c (main): Use PKGVERSION.
16542         (usage): Use REPORT_BUGS_TO.
16543         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
16544         (top level): Use PKGVERSION.
16545         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
16546         (print_version): Use PKGVERSION.
16547         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
16548         (print_version): Use PKGVERSION.
16549         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
16550         (print_version): Use PKGVERSION.
16551         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
16552         (print_version): Use PKGVERSION.
16553         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
16554         (print_version): Use PKGVERSION.
16555         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
16556         (print_version): Use PKGVERSION.
16557         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
16558         and BUGURL.
16559         ($(objpfx)memusage): Likewise.
16560         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
16561         (do_version): Use PKGVERSION.
16562         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
16563         (print_version): Use PKGVERSION.
16564         * malloc/mtrace.pl ($PACKAGE): Remove variable.
16565         ($PKGVERSION): New variable.
16566         ($REPORT_BUGS_TO): Likewise.
16567         (usage): Use $REPORT_BUGS_TO.
16568         (top level): Use $PKGVERSION.
16569         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
16570         ($(objpfx)pkgvers.texi): New rule.
16571         ($(objpfx)stamp-pkgvers): Likewise.
16572         * manual/install.texi: Include pkgvers.texi.
16573         (--with-pkgversion): Document new configure option.
16574         (--with-bugurl): Likewise.
16575         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
16576         than necessarily for this particular distribution.  Use
16577         REPORT_BUGS_TO for where to report bugs.
16578         * INSTALL: Regenerated.
16579         * manual/libc.texinfo: Include pkgvers.texi.
16580         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
16581         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
16582         (print_version): Use PKGVERSION.
16583         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
16584         (print_version): Use PKGVERSION.
16585         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
16586         (print_version): Use PKGVERSION.
16587         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
16588         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
16589         macro.
16590         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
16591         (print_version): Use PKGVERSION.
16592         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
16593         (print_version): Use PKGVERSION.
16594         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
16595         and PKGVERSION.
16597         * timezone/checktab.awk: Update from tzcode 2012i.
16598         * timezone/ialloc.c: Likewise.
16599         * timezone/private.h: Likewise.
16600         * timezone/scheck.c: Likewise.
16601         * timezone/tzfile.h: Likewise.
16602         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
16603         (TZVERSION): Hardcode tzcode version number.
16604         * timezone/zdump.c: Update from tzcode 2012i.
16605         * timezone/zic.c: Likewise.
16606         * timezone/version.h: New file.
16607         * timezone/README: Describe version.h.  Update upstream location.
16609         [BZ #14824]
16610         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
16611         (mktemp): Enable declaration.
16612         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
16613         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
16614         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
16615         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
16616         Likewise.
16617         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
16618         Likewise.
16619         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
16620         Likewise.
16621         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
16622         Likewise.
16623         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
16624         Likewise.
16625         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
16626         Likewise.
16628         [BZ #14821]
16629         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
16630         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
16631         for copies of such integer values.
16632         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
16633         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
16635 2012-11-09  Andreas Jaeger  <aj@suse.de>
16637         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
16638         definitions and declarations that are provided by
16639         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
16641 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16643         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
16644         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
16645         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
16646         definition.
16648 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16650         * elf/elf.h: Update comment before AArch64 relocations.
16652 2012-11-07  David S. Miller  <davem@davemloft.net>
16654         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
16655         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
16656         (__start_context): Declare.
16657         (__makecontext_ret): Delete.
16658         (__makecontext): Hook up __start_context instead of
16659         __makecontext_ret.
16660         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
16661         (sysdep_routines): Add __start_context when in stdlib.
16663 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
16665         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
16666         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
16667         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
16668         hardcoded "nm".
16669         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
16670         (READELF): New variable.  Use it instead of hardcoded "readelf".
16672 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
16674         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
16675         * sysdeps/x86/Makefile: Here.
16676         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
16677         * sysdeps/x86/tst-xmmymm.sh: This.
16679 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
16681         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
16682         expectations.
16683         [UNIX98] (pthread_barrier_t): Do not expect.
16684         [UNIX98] (pthread_barrierattr_t): Likewise.
16685         [UNIX98] (pthread_spinlock_t): Likewise.
16686         [UNIX98] (pthread_barrier_destroy): Likewise.
16687         [UNIX98] (pthread_barrier_init): Likewise.
16688         [UNIX98] (pthread_barrier_wait): Likewise.
16689         [UNIX98] (pthread_barrierattr_destroy): Likewise.
16690         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
16691         [UNIX98] (pthread_barrierattr_init): Likewise.
16692         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
16693         [UNIX98] (pthread_getcpuclockid): Likewise.
16694         [UNIX98] (pthread_mutex_timedlock): Likewise.
16695         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
16696         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
16697         [UNIX98] (pthread_sigmask): Likewise.
16698         [UNIX98] (pthread_spin_destroy): Likewise.
16699         [UNIX98] (pthread_spin_init): Likewise.
16700         [UNIX98] (pthread_spin_lock): Likewise.
16701         [UNIX98] (pthread_spin_trylock): Likewise.
16702         [UNIX98] (pthread_spin_unlock): Likewise.
16703         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
16704         Do not expect.
16705         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
16706         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
16707         [XPG3 || XPG4] (pthread_cond_t): Likewise.
16708         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
16709         [XPG3 || XPG4] (pthread_key_t): Likewise.
16710         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
16711         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
16712         [XPG3 || XPG4] (pthread_once_t): Likewise.
16713         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
16714         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
16715         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
16716         [XPG3 || XPG4] (pthread_t): Likewise.
16718         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
16719         not expect.
16720         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
16722         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
16723         Change function return type to int.
16725         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
16726         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
16727         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
16728         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
16729         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
16730         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
16731         [!POSIX] (posix_madvise): Likewise.
16732         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
16733         && !UNIX98].
16734         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
16735         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
16736         (mode_t): Likewise.
16737         (posix_mem_offset): Likewise.
16738         (posix_typed_mem_get_info): Likewise.
16739         (posix_typed_mem_open): Likewise.
16741         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
16742         Change condition to [XOPEN2K8].
16744         * conform/conformtest.pl: Preprocess allow-header data with -x c
16745         instead of from stdin.
16746         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
16747         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
16748         [C99-based standards] (cerfc): Likewise.
16749         [C99-based standards] (cexp2): Likewise.
16750         [C99-based standards] (cexpm1): Likewise.
16751         [C99-based standards] (clog10): Likewise.
16752         [C99-based standards] (clog1p): Likewise.
16753         [C99-based standards] (clog2): Likewise.
16754         [C99-based standards] (clgamma): Likewise.
16755         [C99-based standards] (ctgamma): Likewise.
16756         [C99-based standards] (cerff): Likewise.
16757         [C99-based standards] (cerfcf): Likewise.
16758         [C99-based standards] (cexp2f): Likewise.
16759         [C99-based standards] (cexpm1f): Likewise.
16760         [C99-based standards] (clog10f): Likewise.
16761         [C99-based standards] (clog1pf): Likewise.
16762         [C99-based standards] (clog2f): Likewise.
16763         [C99-based standards] (clgammaf): Likewise.
16764         [C99-based standards] (ctgammaf): Likewise.
16765         [C99-based standards] (cerfl): Likewise.
16766         [C99-based standards] (cerfcl): Likewise.
16767         [C99-based standards] (cexp2l): Likewise.
16768         [C99-based standards] (cexpm1l): Likewise.
16769         [C99-based standards] (clog10l): Likewise.
16770         [C99-based standards] (clog1pl): Likewise.
16771         [C99-based standards] (clog2l): Likewise.
16772         [C99-based standards] (clgammal): Likewise.
16773         [C99-based standards] (ctgammal): Likewise.
16774         * conform/data/inttypes.h-data [C99-based standards]: Include
16775         stdint.h-data.  Remove all expectations for stdint.h contents.
16776         [C99-based standards] (PRI*): Do not allow.
16777         [C99-based standards] (SCN*): Likewise.
16778         [C99-based standards] (*_t): Likewise.
16779         [C99-based-standards] (PRId8): Expect macro.
16780         [C99-based-standards] (PRIi8): Likewise.
16781         [C99-based-standards] (PRIo8): Likewise.
16782         [C99-based-standards] (PRIu8): Likewise.
16783         [C99-based-standards] (PRIx8): Likewise.
16784         [C99-based-standards] (PRIX8): Likewise.
16785         [C99-based-standards] (SCNd8): Likewise.
16786         [C99-based-standards] (SCNi8): Likewise.
16787         [C99-based-standards] (SCNo8): Likewise.
16788         [C99-based-standards] (SCNu8): Likewise.
16789         [C99-based-standards] (SCNx8): Likewise.
16790         [C99-based-standards] (PRIdLEAST8): Likewise.
16791         [C99-based-standards] (PRIiLEAST8): Likewise.
16792         [C99-based-standards] (PRIoLEAST8): Likewise.
16793         [C99-based-standards] (PRIuLEAST8): Likewise.
16794         [C99-based-standards] (PRIxLEAST8): Likewise.
16795         [C99-based-standards] (PRIXLEAST8): Likewise.
16796         [C99-based-standards] (SCNdLEAST8): Likewise.
16797         [C99-based-standards] (SCNiLEAST8): Likewise.
16798         [C99-based-standards] (SCNoLEAST8): Likewise.
16799         [C99-based-standards] (SCNuLEAST8): Likewise.
16800         [C99-based-standards] (SCNxLEAST8): Likewise.
16801         [C99-based-standards] (PRIdFAST8): Likewise.
16802         [C99-based-standards] (PRIiFAST8): Likewise.
16803         [C99-based-standards] (PRIoFAST8): Likewise.
16804         [C99-based-standards] (PRIuFAST8): Likewise.
16805         [C99-based-standards] (PRIxFAST8): Likewise.
16806         [C99-based-standards] (PRIXFAST8): Likewise.
16807         [C99-based-standards] (SCNdFAST8): Likewise.
16808         [C99-based-standards] (SCNiFAST8): Likewise.
16809         [C99-based-standards] (SCNoFAST8): Likewise.
16810         [C99-based-standards] (SCNuFAST8): Likewise.
16811         [C99-based-standards] (SCNxFAST8): Likewise.
16812         [C99-based-standards] (PRId16): Likewise.
16813         [C99-based-standards] (PRIi16): Likewise.
16814         [C99-based-standards] (PRIo16): Likewise.
16815         [C99-based-standards] (PRIu16): Likewise.
16816         [C99-based-standards] (PRIx16): Likewise.
16817         [C99-based-standards] (PRIX16): Likewise.
16818         [C99-based-standards] (SCNd16): Likewise.
16819         [C99-based-standards] (SCNi16): Likewise.
16820         [C99-based-standards] (SCNo16): Likewise.
16821         [C99-based-standards] (SCNu16): Likewise.
16822         [C99-based-standards] (SCNx16): Likewise.
16823         [C99-based-standards] (PRIdLEAST16): Likewise.
16824         [C99-based-standards] (PRIiLEAST16): Likewise.
16825         [C99-based-standards] (PRIoLEAST16): Likewise.
16826         [C99-based-standards] (PRIuLEAST16): Likewise.
16827         [C99-based-standards] (PRIxLEAST16): Likewise.
16828         [C99-based-standards] (PRIXLEAST16): Likewise.
16829         [C99-based-standards] (SCNdLEAST16): Likewise.
16830         [C99-based-standards] (SCNiLEAST16): Likewise.
16831         [C99-based-standards] (SCNoLEAST16): Likewise.
16832         [C99-based-standards] (SCNuLEAST16): Likewise.
16833         [C99-based-standards] (SCNxLEAST16): Likewise.
16834         [C99-based-standards] (PRIdFAST16): Likewise.
16835         [C99-based-standards] (PRIiFAST16): Likewise.
16836         [C99-based-standards] (PRIoFAST16): Likewise.
16837         [C99-based-standards] (PRIuFAST16): Likewise.
16838         [C99-based-standards] (PRIxFAST16): Likewise.
16839         [C99-based-standards] (PRIXFAST16): Likewise.
16840         [C99-based-standards] (SCNdFAST16): Likewise.
16841         [C99-based-standards] (SCNiFAST16): Likewise.
16842         [C99-based-standards] (SCNoFAST16): Likewise.
16843         [C99-based-standards] (SCNuFAST16): Likewise.
16844         [C99-based-standards] (SCNxFAST16): Likewise.
16845         [C99-based-standards] (PRId32): Likewise.
16846         [C99-based-standards] (PRIi32): Likewise.
16847         [C99-based-standards] (PRIo32): Likewise.
16848         [C99-based-standards] (PRIu32): Likewise.
16849         [C99-based-standards] (PRIx32): Likewise.
16850         [C99-based-standards] (PRIX32): Likewise.
16851         [C99-based-standards] (SCNd32): Likewise.
16852         [C99-based-standards] (SCNi32): Likewise.
16853         [C99-based-standards] (SCNo32): Likewise.
16854         [C99-based-standards] (SCNu32): Likewise.
16855         [C99-based-standards] (SCNx32): Likewise.
16856         [C99-based-standards] (PRIdLEAST32): Likewise.
16857         [C99-based-standards] (PRIiLEAST32): Likewise.
16858         [C99-based-standards] (PRIoLEAST32): Likewise.
16859         [C99-based-standards] (PRIuLEAST32): Likewise.
16860         [C99-based-standards] (PRIxLEAST32): Likewise.
16861         [C99-based-standards] (PRIXLEAST32): Likewise.
16862         [C99-based-standards] (SCNdLEAST32): Likewise.
16863         [C99-based-standards] (SCNiLEAST32): Likewise.
16864         [C99-based-standards] (SCNoLEAST32): Likewise.
16865         [C99-based-standards] (SCNuLEAST32): Likewise.
16866         [C99-based-standards] (SCNxLEAST32): Likewise.
16867         [C99-based-standards] (PRIdFAST32): Likewise.
16868         [C99-based-standards] (PRIiFAST32): Likewise.
16869         [C99-based-standards] (PRIoFAST32): Likewise.
16870         [C99-based-standards] (PRIuFAST32): Likewise.
16871         [C99-based-standards] (PRIxFAST32): Likewise.
16872         [C99-based-standards] (PRIXFAST32): Likewise.
16873         [C99-based-standards] (SCNdFAST32): Likewise.
16874         [C99-based-standards] (SCNiFAST32): Likewise.
16875         [C99-based-standards] (SCNoFAST32): Likewise.
16876         [C99-based-standards] (SCNuFAST32): Likewise.
16877         [C99-based-standards] (SCNxFAST32): Likewise.
16878         [C99-based-standards] (PRId64): Likewise.
16879         [C99-based-standards] (PRIi64): Likewise.
16880         [C99-based-standards] (PRIo64): Likewise.
16881         [C99-based-standards] (PRIu64): Likewise.
16882         [C99-based-standards] (PRIx64): Likewise.
16883         [C99-based-standards] (PRIX64): Likewise.
16884         [C99-based-standards] (SCNd64): Likewise.
16885         [C99-based-standards] (SCNi64): Likewise.
16886         [C99-based-standards] (SCNo64): Likewise.
16887         [C99-based-standards] (SCNu64): Likewise.
16888         [C99-based-standards] (SCNx64): Likewise.
16889         [C99-based-standards] (PRIdLEAST64): Likewise.
16890         [C99-based-standards] (PRIiLEAST64): Likewise.
16891         [C99-based-standards] (PRIoLEAST64): Likewise.
16892         [C99-based-standards] (PRIuLEAST64): Likewise.
16893         [C99-based-standards] (PRIxLEAST64): Likewise.
16894         [C99-based-standards] (PRIXLEAST64): Likewise.
16895         [C99-based-standards] (SCNdLEAST64): Likewise.
16896         [C99-based-standards] (SCNiLEAST64): Likewise.
16897         [C99-based-standards] (SCNoLEAST64): Likewise.
16898         [C99-based-standards] (SCNuLEAST64): Likewise.
16899         [C99-based-standards] (SCNxLEAST64): Likewise.
16900         [C99-based-standards] (PRIdFAST64): Likewise.
16901         [C99-based-standards] (PRIiFAST64): Likewise.
16902         [C99-based-standards] (PRIoFAST64): Likewise.
16903         [C99-based-standards] (PRIuFAST64): Likewise.
16904         [C99-based-standards] (PRIxFAST64): Likewise.
16905         [C99-based-standards] (PRIXFAST64): Likewise.
16906         [C99-based-standards] (SCNdFAST64): Likewise.
16907         [C99-based-standards] (SCNiFAST64): Likewise.
16908         [C99-based-standards] (SCNoFAST64): Likewise.
16909         [C99-based-standards] (SCNuFAST64): Likewise.
16910         [C99-based-standards] (SCNxFAST64): Likewise.
16911         [C99-based-standards] (PRIdMAX): Likewise.
16912         [C99-based-standards] (PRIiMAX): Likewise.
16913         [C99-based-standards] (PRIoMAX): Likewise.
16914         [C99-based-standards] (PRIuMAX): Likewise.
16915         [C99-based-standards] (PRIxMAX): Likewise.
16916         [C99-based-standards] (PRIXMAX): Likewise.
16917         [C99-based-standards] (SCNdMAX): Likewise.
16918         [C99-based-standards] (SCNiMAX): Likewise.
16919         [C99-based-standards] (SCNoMAX): Likewise.
16920         [C99-based-standards] (SCNuMAX): Likewise.
16921         [C99-based-standards] (SCNxMAX): Likewise.
16922         [C99-based-standards] (PRIdPTR): Likewise.
16923         [C99-based-standards] (PRIiPTR): Likewise.
16924         [C99-based-standards] (PRIoPTR): Likewise.
16925         [C99-based-standards] (PRIuPTR): Likewise.
16926         [C99-based-standards] (PRIxPTR): Likewise.
16927         [C99-based-standards] (PRIXPTR): Likewise.
16928         [C99-based-standards] (SCNdPTR): Likewise.
16929         [C99-based-standards] (SCNiPTR): Likewise.
16930         [C99-based-standards] (SCNoPTR): Likewise.
16931         [C99-based-standards] (SCNuPTR): Likewise.
16932         [C99-based-standards] (SCNxPTR): Likewise.
16933         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
16934         allow.
16935         * conform/data/stdint.h-data: Update comments to clarify
16936         requirements.
16937         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
16938         type.
16939         [C99-based standards] (INT8_MAX): Likewise.
16940         [C99-based standards] (INT16_MIN): Likewise.
16941         [C99-based standards] (INT16_MAX): Likewise.
16942         [C99-based standards] (INT32_MIN): Likewise.
16943         [C99-based standards] (INT32_MAX): Likewise.
16944         [C99-based standards] (INT64_MIN): Likewise.
16945         [C99-based standards] (INT64_MAX): Likewise.
16946         [C99-based standards] (UINT8_MAX): Likewise.
16947         [C99-based standards] (UINT16_MAX): Likewise.
16948         [C99-based standards] (UINT32_MAX): Likewise.
16949         [C99-based standards] (UINT64_MAX): Likewise.
16950         [C99-based standards] (INT_LEAST8_MIN): Likewise.
16951         [C99-based standards] (INT_LEAST8_MAX): Likewise.
16952         [C99-based standards] (INT_LEAST16_MIN): Likewise.
16953         [C99-based standards] (INT_LEAST16_MAX): Likewise.
16954         [C99-based standards] (INT_LEAST32_MIN): Likewise.
16955         [C99-based standards] (INT_LEAST32_MAX): Likewise.
16956         [C99-based standards] (INT_LEAST64_MIN): Likewise.
16957         [C99-based standards] (INT_LEAST64_MAX): Likewise.
16958         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
16959         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
16960         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
16961         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
16962         [C99-based standards] (INT_FAST8_MIN): Likewise.
16963         [C99-based standards] (INT_FAST8_MAX): Likewise.
16964         [C99-based standards] (INT_FAST16_MIN): Likewise.
16965         [C99-based standards] (INT_FAST16_MAX): Likewise.
16966         [C99-based standards] (INT_FAST32_MIN): Likewise.
16967         [C99-based standards] (INT_FAST32_MAX): Likewise.
16968         [C99-based standards] (INT_FAST64_MIN): Likewise.
16969         [C99-based standards] (INT_FAST64_MAX): Likewise.
16970         [C99-based standards] (UINT_FAST8_MAX): Likewise.
16971         [C99-based standards] (UINT_FAST16_MAX): Likewise.
16972         [C99-based standards] (UINT_FAST32_MAX): Likewise.
16973         [C99-based standards] (UINT_FAST64_MAX): Likewise.
16974         [C99-based standards] (INTPTR_MIN): Likewise.
16975         [C99-based standards] (INTPTR_MAX): Likewise.
16976         [C99-based standards] (UINTPTR_MAX): Likewise.
16977         [C99-based standards] (INTMAX_MIN): Likewise.
16978         [C99-based standards] (INTMAX_MAX): Likewise.
16979         [C99-based standards] (UINTMAX_MAX): Likewise.
16980         [C99-based standards] (PTRDIFF_MIN): Likewise.
16981         [C99-based standards] (PTRDIFF_MAX): Likewise.
16982         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
16983         [C99-based standards] (SIZE_MAX): Likewise.
16984         [C99-based standards] (WCHAR_MAX): Likewise.
16985         [C99-based standards] (WINT_MAX): Likewise.
16986         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
16987         constraint on value.
16988         [C99-based standards] (WCHAR_MIN): Likewise.
16989         [C99-based standards] (WINT_MIN): Likewise.
16990         [C99-based standards] (*_t): Allow.
16991         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
16992         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
16993         Include math.h-data and complex.h-data.  Remove all expectations
16994         of math.h and complex.h contents.
16995         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
16996         at end of line.
16997         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
16998         (struct tm): Expect tag.
16999         [C99-based-standards] (wcstof): Expect function.
17000         [C99-based-standards] (wcstold): Likewise.
17001         [C99-based-standards] (wcstoll): Likewise.
17002         [C99-based-standards] (wcstoull): Likewise.
17003         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
17004         macro-int-constant.  Specify type.
17005         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
17006         constraint on value.
17007         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
17008         Specify type.
17009         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
17010         Specify value.
17011         [ISO C standards]: Do not allow headers.
17012         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
17013         wcs[abcdefghijklmnopqrstuvwxyz]*.
17014         [ISO C standards] (*_t): Do not allow.
17015         * conform/data/wctype.h-data [C99-based standards] (iswblank):
17016         Expect function.
17017         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
17018         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
17019         Specify type.
17020         [ISO C standards]: Do not allow headers.
17021         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
17022         is[abcdefghijklmnopqrstuvwxyz]*.
17023         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
17024         to[abcdefghijklmnopqrstuvwxyz]*.
17025         [ISO C standards] (*_t): Do not allow.
17026         * conform/data/stdalign.h-data: New file.
17027         * conform/data/stdbool.h-data: Likewise.
17028         * conform/data/stdnoreturn.h-data: Likewise.
17030 2012-11-07  Roland McGrath  <roland@hack.frob.com>
17032         [BZ #14815]
17033         * manual/filesys.texi (Directory Entries): Typo fix.
17034         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
17036 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17038         * elf/elf.h (EM_AARCH64): New macro.
17039         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
17040         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
17041         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
17042         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
17043         (R_AARCH64_TLSDESC): Likewise.
17044         (NT_ARM_TLS): Likewise.
17045         (NT_ARM_HW_BREAK): Likewise.
17046         (NT_ARM_HW_WATCH): Likewise.
17048 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
17050         [BZ #14811]
17051         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
17052         (__ieee754_powl): Saturate nonzero exponents with absolute value
17053         below 0x1p-79 to +/- 0x1p-79.
17054         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
17055         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
17056         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
17057         nonzero exponents with absolute value below 0x1p-32 to +/-
17058         0x1p-32.
17059         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
17060         (__ieee754_powl): Saturate nonzero exponents with absolute value
17061         below 0x1p-79 to +/- 0x1p-79.
17062         * math/libm-test.inc (pow_test): Add more tests.
17064 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17066         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
17067         _dl_s390_cap_flags with kernel. Increase string length.
17068         (_dl_s390_platforms): Add z196 and zEC12.
17070 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
17072         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
17073         Change XOPEN21K to XOPEN2K.
17075 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
17077         * string/memmove.c: Use memcpy when possible.
17079 2012-11-06  Andreas Jaeger  <aj@suse.de>
17081         * po/eo.po: Update from translation team.
17083 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
17085         [BZ #14793]
17086         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
17087         exponent and small x and y exponents, scale x or y up.  Increase
17088         by 2 the exponent used in scaling up.
17089         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17090         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17091         * math/libm-test.inc (fma_test): Add more tests.
17092         (fma_test_towardzero): Likewise.
17093         (fma_test_downward): Likewise.
17094         (fma_test_upward): Likewise.
17096 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
17098         [BZ #14805]
17099         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
17100         fenv_t *.
17102         [BZ #14801]
17103         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
17104         namespace for names of struct fields.
17105         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
17106         fenv_t fields.
17107         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
17108         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
17110 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17112         [BZ #3665]
17113         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
17115 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
17117         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
17118         PTR_DEMANGLE.
17120         [BZ #5246]
17121         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
17122         PTR_DEMANGLE.
17124 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
17126         [BZ #14797]
17127         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
17128         definitely overflow as x * y not x * y + z.
17129         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17130         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17131         * math/libm-test.inc (fma_test): Add more tests.
17132         (fma_test_towardzero): Likewise.
17133         (fma_test_downward): Likewise.
17134         (fma_test_upward): Likewise.
17136 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
17138         [BZ #157]
17140         * include/stub-tag.h: Remove file.
17141         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
17142         '#include' of it.
17143         * manual/maint.texi (Porting): Don't reference it.
17144         * Makerules ($(objpfx)stubs): Likewise.
17145         * dirent/closedir.c: Don't include <stub-tag.h>.
17146         * dirent/dirfd.c: Likewise.
17147         * dirent/fdopendir.c: Likewise.
17148         * dirent/getdents.c: Likewise.
17149         * dirent/getdents64.c: Likewise.
17150         * dirent/opendir.c: Likewise.
17151         * dirent/readdir.c: Likewise.
17152         * dirent/readdir64.c: Likewise.
17153         * dirent/readdir64_r.c: Likewise.
17154         * dirent/readdir_r.c: Likewise.
17155         * dirent/rewinddir.c: Likewise.
17156         * dirent/seekdir.c: Likewise.
17157         * dirent/telldir.c: Likewise.
17158         * gmon/profil.c: Likewise.
17159         * grp/setgroups.c: Likewise.
17160         * inet/if_index.c: Likewise.
17161         * io/access.c: Likewise.
17162         * io/chdir.c: Likewise.
17163         * io/chmod.c: Likewise.
17164         * io/chown.c: Likewise.
17165         * io/close.c: Likewise.
17166         * io/dup.c: Likewise.
17167         * io/dup2.c: Likewise.
17168         * io/dup3.c: Likewise.
17169         * io/euidaccess.c: Likewise.
17170         * io/faccessat.c: Likewise.
17171         * io/fchdir.c: Likewise.
17172         * io/fchmod.c: Likewise.
17173         * io/fchmodat.c: Likewise.
17174         * io/fchown.c: Likewise.
17175         * io/fchownat.c: Likewise.
17176         * io/fcntl.c: Likewise.
17177         * io/flock.c: Likewise.
17178         * io/fstatfs.c: Likewise.
17179         * io/fstatfs64.c: Likewise.
17180         * io/fstatvfs.c: Likewise.
17181         * io/fstatvfs64.c: Likewise.
17182         * io/futimens.c: Likewise.
17183         * io/fxstat.c: Likewise.
17184         * io/fxstat64.c: Likewise.
17185         * io/fxstatat.c: Likewise.
17186         * io/fxstatat64.c: Likewise.
17187         * io/getcwd.c: Likewise.
17188         * io/isatty.c: Likewise.
17189         * io/lchmod.c: Likewise.
17190         * io/lchown.c: Likewise.
17191         * io/link.c: Likewise.
17192         * io/linkat.c: Likewise.
17193         * io/lseek.c: Likewise.
17194         * io/lseek64.c: Likewise.
17195         * io/lxstat64.c: Likewise.
17196         * io/mkdir.c: Likewise.
17197         * io/mkdirat.c: Likewise.
17198         * io/mkfifo.c: Likewise.
17199         * io/mkfifoat.c: Likewise.
17200         * io/open.c: Likewise.
17201         * io/open64.c: Likewise.
17202         * io/openat.c: Likewise.
17203         * io/openat64.c: Likewise.
17204         * io/pipe.c: Likewise.
17205         * io/pipe2.c: Likewise.
17206         * io/poll.c: Likewise.
17207         * io/posix_fadvise.c: Likewise.
17208         * io/posix_fadvise64.c: Likewise.
17209         * io/posix_fallocate.c: Likewise.
17210         * io/posix_fallocate64.c: Likewise.
17211         * io/read.c: Likewise.
17212         * io/readlink.c: Likewise.
17213         * io/readlinkat.c: Likewise.
17214         * io/rmdir.c: Likewise.
17215         * io/sendfile.c: Likewise.
17216         * io/sendfile64.c: Likewise.
17217         * io/statfs.c: Likewise.
17218         * io/statfs64.c: Likewise.
17219         * io/statvfs.c: Likewise.
17220         * io/statvfs64.c: Likewise.
17221         * io/symlink.c: Likewise.
17222         * io/symlinkat.c: Likewise.
17223         * io/ttyname.c: Likewise.
17224         * io/ttyname_r.c: Likewise.
17225         * io/umask.c: Likewise.
17226         * io/unlink.c: Likewise.
17227         * io/unlinkat.c: Likewise.
17228         * io/utime.c: Likewise.
17229         * io/utimensat.c: Likewise.
17230         * io/write.c: Likewise.
17231         * io/xmknod.c: Likewise.
17232         * io/xmknodat.c: Likewise.
17233         * io/xstat.c: Likewise.
17234         * io/xstat64.c: Likewise.
17235         * login/getpt.c: Likewise.
17236         * login/grantpt.c: Likewise.
17237         * login/unlockpt.c: Likewise.
17238         * math/e_acoshl.c: Likewise.
17239         * math/e_acosl.c: Likewise.
17240         * math/e_asinl.c: Likewise.
17241         * math/e_atan2l.c: Likewise.
17242         * math/e_atanhl.c: Likewise.
17243         * math/e_coshl.c: Likewise.
17244         * math/e_expl.c: Likewise.
17245         * math/e_fmodl.c: Likewise.
17246         * math/e_gammal_r.c: Likewise.
17247         * math/e_hypotl.c: Likewise.
17248         * math/e_j0l.c: Likewise.
17249         * math/e_j1l.c: Likewise.
17250         * math/e_jnl.c: Likewise.
17251         * math/e_lgammal_r.c: Likewise.
17252         * math/e_log10l.c: Likewise.
17253         * math/e_log2l.c: Likewise.
17254         * math/e_logl.c: Likewise.
17255         * math/e_powl.c: Likewise.
17256         * math/e_rem_pio2l.c: Likewise.
17257         * math/e_sinhl.c: Likewise.
17258         * math/e_sqrtl.c: Likewise.
17259         * math/fclrexcpt.c: Likewise.
17260         * math/fedisblxcpt.c: Likewise.
17261         * math/feenablxcpt.c: Likewise.
17262         * math/fegetenv.c: Likewise.
17263         * math/fegetexcept.c: Likewise.
17264         * math/fegetround.c: Likewise.
17265         * math/feholdexcpt.c: Likewise.
17266         * math/fesetenv.c: Likewise.
17267         * math/fesetround.c: Likewise.
17268         * math/feupdateenv.c: Likewise.
17269         * math/fgetexcptflg.c: Likewise.
17270         * math/fraiseexcpt.c: Likewise.
17271         * math/fsetexcptflg.c: Likewise.
17272         * math/ftestexcept.c: Likewise.
17273         * math/k_cosl.c: Likewise.
17274         * math/k_rem_pio2l.c: Likewise.
17275         * math/k_sinl.c: Likewise.
17276         * math/k_tanl.c: Likewise.
17277         * math/s_asinhl.c: Likewise.
17278         * math/s_atanl.c: Likewise.
17279         * math/s_cbrtl.c: Likewise.
17280         * math/s_erfl.c: Likewise.
17281         * math/s_expm1l.c: Likewise.
17282         * math/s_log1pl.c: Likewise.
17283         * math/s_tanhl.c: Likewise.
17284         * misc/acct.c: Likewise.
17285         * misc/brk.c: Likewise.
17286         * misc/chflags.c: Likewise.
17287         * misc/chroot.c: Likewise.
17288         * misc/fchflags.c: Likewise.
17289         * misc/fgetxattr.c: Likewise.
17290         * misc/flistxattr.c: Likewise.
17291         * misc/fremovexattr.c: Likewise.
17292         * misc/fsetxattr.c: Likewise.
17293         * misc/fsync.c: Likewise.
17294         * misc/ftruncate.c: Likewise.
17295         * misc/futimes.c: Likewise.
17296         * misc/futimesat.c: Likewise.
17297         * misc/getdomain.c: Likewise.
17298         * misc/getdtsz.c: Likewise.
17299         * misc/gethostid.c: Likewise.
17300         * misc/gethostname.c: Likewise.
17301         * misc/getloadavg.c: Likewise.
17302         * misc/getpagesize.c: Likewise.
17303         * misc/getsysstats.c: Likewise.
17304         * misc/getxattr.c: Likewise.
17305         * misc/gtty.c: Likewise.
17306         * misc/ioctl.c: Likewise.
17307         * misc/lgetxattr.c: Likewise.
17308         * misc/listxattr.c: Likewise.
17309         * misc/llistxattr.c: Likewise.
17310         * misc/lremovexattr.c: Likewise.
17311         * misc/lsetxattr.c: Likewise.
17312         * misc/lutimes.c: Likewise.
17313         * misc/madvise.c: Likewise.
17314         * misc/mincore.c: Likewise.
17315         * misc/mlock.c: Likewise.
17316         * misc/mlockall.c: Likewise.
17317         * misc/mmap.c: Likewise.
17318         * misc/mprotect.c: Likewise.
17319         * misc/msync.c: Likewise.
17320         * misc/munlock.c: Likewise.
17321         * misc/munlockall.c: Likewise.
17322         * misc/munmap.c: Likewise.
17323         * misc/preadv.c: Likewise.
17324         * misc/preadv64.c: Likewise.
17325         * misc/ptrace.c: Likewise.
17326         * misc/pwritev.c: Likewise.
17327         * misc/pwritev64.c: Likewise.
17328         * misc/readv.c: Likewise.
17329         * misc/reboot.c: Likewise.
17330         * misc/remap_file_pages.c: Likewise.
17331         * misc/removexattr.c: Likewise.
17332         * misc/revoke.c: Likewise.
17333         * misc/select.c: Likewise.
17334         * misc/setdomain.c: Likewise.
17335         * misc/setegid.c: Likewise.
17336         * misc/seteuid.c: Likewise.
17337         * misc/sethostid.c: Likewise.
17338         * misc/sethostname.c: Likewise.
17339         * misc/setregid.c: Likewise.
17340         * misc/setreuid.c: Likewise.
17341         * misc/setxattr.c: Likewise.
17342         * misc/sstk.c: Likewise.
17343         * misc/stty.c: Likewise.
17344         * misc/swapoff.c: Likewise.
17345         * misc/swapon.c: Likewise.
17346         * misc/sync.c: Likewise.
17347         * misc/syncfs.c: Likewise.
17348         * misc/syscall.c: Likewise.
17349         * misc/truncate.c: Likewise.
17350         * misc/ualarm.c: Likewise.
17351         * misc/usleep.c: Likewise.
17352         * misc/ustat.c: Likewise.
17353         * misc/utimes.c: Likewise.
17354         * misc/vhangup.c: Likewise.
17355         * misc/writev.c: Likewise.
17356         * posix/_exit.c: Likewise.
17357         * posix/alarm.c: Likewise.
17358         * posix/execve.c: Likewise.
17359         * posix/fexecve.c: Likewise.
17360         * posix/fork.c: Likewise.
17361         * posix/fpathconf.c: Likewise.
17362         * posix/getaddrinfo.c: Likewise.
17363         * posix/getegid.c: Likewise.
17364         * posix/geteuid.c: Likewise.
17365         * posix/getgid.c: Likewise.
17366         * posix/getgroups.c: Likewise.
17367         * posix/getlogin.c: Likewise.
17368         * posix/getlogin_r.c: Likewise.
17369         * posix/getpgid.c: Likewise.
17370         * posix/getpid.c: Likewise.
17371         * posix/getppid.c: Likewise.
17372         * posix/getresgid.c: Likewise.
17373         * posix/getresuid.c: Likewise.
17374         * posix/getsid.c: Likewise.
17375         * posix/getuid.c: Likewise.
17376         * posix/glob64.c: Likewise.
17377         * posix/nanosleep.c: Likewise.
17378         * posix/pathconf.c: Likewise.
17379         * posix/pause.c: Likewise.
17380         * posix/posix_madvise.c: Likewise.
17381         * posix/pread.c: Likewise.
17382         * posix/pread64.c: Likewise.
17383         * posix/pwrite.c: Likewise.
17384         * posix/pwrite64.c: Likewise.
17385         * posix/sched_getaffinity.c: Likewise.
17386         * posix/sched_getp.c: Likewise.
17387         * posix/sched_gets.c: Likewise.
17388         * posix/sched_primax.c: Likewise.
17389         * posix/sched_primin.c: Likewise.
17390         * posix/sched_rr_gi.c: Likewise.
17391         * posix/sched_setaffinity.c: Likewise.
17392         * posix/sched_setp.c: Likewise.
17393         * posix/sched_sets.c: Likewise.
17394         * posix/sched_yield.c: Likewise.
17395         * posix/setgid.c: Likewise.
17396         * posix/setlogin.c: Likewise.
17397         * posix/setpgid.c: Likewise.
17398         * posix/setresgid.c: Likewise.
17399         * posix/setresuid.c: Likewise.
17400         * posix/setsid.c: Likewise.
17401         * posix/setuid.c: Likewise.
17402         * posix/sleep.c: Likewise.
17403         * posix/spawni.c: Likewise.
17404         * posix/sysconf.c: Likewise.
17405         * posix/times.c: Likewise.
17406         * posix/wait.c: Likewise.
17407         * posix/wait3.c: Likewise.
17408         * posix/wait4.c: Likewise.
17409         * posix/waitpid.c: Likewise.
17410         * resolv/gai_sigqueue.c: Likewise.
17411         * resource/getpriority.c: Likewise.
17412         * resource/getrlimit.c: Likewise.
17413         * resource/getrusage.c: Likewise.
17414         * resource/nice.c: Likewise.
17415         * resource/setpriority.c: Likewise.
17416         * resource/setrlimit.c: Likewise.
17417         * resource/ulimit.c: Likewise.
17418         * rt/aio_cancel.c: Likewise.
17419         * rt/aio_fsync.c: Likewise.
17420         * rt/aio_read.c: Likewise.
17421         * rt/aio_sigqueue.c: Likewise.
17422         * rt/aio_suspend.c: Likewise.
17423         * rt/aio_write.c: Likewise.
17424         * rt/clock_getres.c: Likewise.
17425         * rt/clock_gettime.c: Likewise.
17426         * rt/clock_nanosleep.c: Likewise.
17427         * rt/clock_settime.c: Likewise.
17428         * rt/lio_listio.c: Likewise.
17429         * rt/mq_close.c: Likewise.
17430         * rt/mq_getattr.c: Likewise.
17431         * rt/mq_notify.c: Likewise.
17432         * rt/mq_open.c: Likewise.
17433         * rt/mq_receive.c: Likewise.
17434         * rt/mq_send.c: Likewise.
17435         * rt/mq_setattr.c: Likewise.
17436         * rt/mq_timedreceive.c: Likewise.
17437         * rt/mq_timedsend.c: Likewise.
17438         * rt/mq_unlink.c: Likewise.
17439         * rt/shm_open.c: Likewise.
17440         * rt/shm_unlink.c: Likewise.
17441         * rt/timer_create.c: Likewise.
17442         * rt/timer_delete.c: Likewise.
17443         * rt/timer_getoverr.c: Likewise.
17444         * rt/timer_gettime.c: Likewise.
17445         * rt/timer_settime.c: Likewise.
17446         * setjmp/__longjmp.c: Likewise.
17447         * setjmp/setjmp.c: Likewise.
17448         * signal/kill.c: Likewise.
17449         * signal/killpg.c: Likewise.
17450         * signal/raise.c: Likewise.
17451         * signal/sigaction.c: Likewise.
17452         * signal/sigaltstack.c: Likewise.
17453         * signal/sigblock.c: Likewise.
17454         * signal/sigignore.c: Likewise.
17455         * signal/sigintr.c: Likewise.
17456         * signal/signal.c: Likewise.
17457         * signal/sigpause.c: Likewise.
17458         * signal/sigpending.c: Likewise.
17459         * signal/sigqueue.c: Likewise.
17460         * signal/sigreturn.c: Likewise.
17461         * signal/sigset.c: Likewise.
17462         * signal/sigsetmask.c: Likewise.
17463         * signal/sigstack.c: Likewise.
17464         * signal/sigsuspend.c: Likewise.
17465         * signal/sigtimedwait.c: Likewise.
17466         * signal/sigvec.c: Likewise.
17467         * signal/sigwait.c: Likewise.
17468         * signal/sigwaitinfo.c: Likewise.
17469         * signal/sysv_signal.c: Likewise.
17470         * socket/accept.c: Likewise.
17471         * socket/accept4.c: Likewise.
17472         * socket/bind.c: Likewise.
17473         * socket/connect.c: Likewise.
17474         * socket/getpeername.c: Likewise.
17475         * socket/getsockname.c: Likewise.
17476         * socket/getsockopt.c: Likewise.
17477         * socket/isfdtype.c: Likewise.
17478         * socket/listen.c: Likewise.
17479         * socket/recv.c: Likewise.
17480         * socket/recvfrom.c: Likewise.
17481         * socket/recvmsg.c: Likewise.
17482         * socket/send.c: Likewise.
17483         * socket/sendmsg.c: Likewise.
17484         * socket/sendto.c: Likewise.
17485         * socket/setsockopt.c: Likewise.
17486         * socket/shutdown.c: Likewise.
17487         * socket/sockatmark.c: Likewise.
17488         * socket/socket.c: Likewise.
17489         * socket/socketpair.c: Likewise.
17490         * stdio-common/ctermid.c: Likewise.
17491         * stdio-common/cuserid.c: Likewise.
17492         * stdio-common/remove.c: Likewise.
17493         * stdio-common/rename.c: Likewise.
17494         * stdio-common/renameat.c: Likewise.
17495         * stdio-common/tempname.c: Likewise.
17496         * stdlib/getcontext.c: Likewise.
17497         * stdlib/makecontext.c: Likewise.
17498         * stdlib/setcontext.c: Likewise.
17499         * stdlib/swapcontext.c: Likewise.
17500         * stdlib/system.c: Likewise.
17501         * streams/fattach.c: Likewise.
17502         * streams/fdetach.c: Likewise.
17503         * streams/getmsg.c: Likewise.
17504         * streams/getpmsg.c: Likewise.
17505         * streams/putmsg.c: Likewise.
17506         * streams/putpmsg.c: Likewise.
17507         * sysdeps/unix/bsd/getpt.c: Likewise.
17508         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
17509         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
17510         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
17511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
17512         Likewise.
17513         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
17514         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
17515         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
17516         * sysvipc/msgctl.c: Likewise.
17517         * sysvipc/msgget.c: Likewise.
17518         * sysvipc/msgrcv.c: Likewise.
17519         * sysvipc/msgsnd.c: Likewise.
17520         * sysvipc/semctl.c: Likewise.
17521         * sysvipc/semget.c: Likewise.
17522         * sysvipc/semop.c: Likewise.
17523         * sysvipc/semtimedop.c: Likewise.
17524         * sysvipc/shmat.c: Likewise.
17525         * sysvipc/shmctl.c: Likewise.
17526         * sysvipc/shmdt.c: Likewise.
17527         * sysvipc/shmget.c: Likewise.
17528         * termios/tcdrain.c: Likewise.
17529         * termios/tcflow.c: Likewise.
17530         * termios/tcflush.c: Likewise.
17531         * termios/tcgetattr.c: Likewise.
17532         * termios/tcgetpgrp.c: Likewise.
17533         * termios/tcsendbrk.c: Likewise.
17534         * termios/tcsetattr.c: Likewise.
17535         * termios/tcsetpgrp.c: Likewise.
17536         * time/adjtime.c: Likewise.
17537         * time/clock.c: Likewise.
17538         * time/getitimer.c: Likewise.
17539         * time/gettimeofday.c: Likewise.
17540         * time/setitimer.c: Likewise.
17541         * time/settimeofday.c: Likewise.
17542         * time/stime.c: Likewise.
17543         * time/time.c: Likewise.
17545 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
17547         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
17548         /usr/old/bin.
17550         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
17551         instead of spaces.
17552         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
17554 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
17556         [BZ #14796]
17557         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
17558         FE_TONEAREST before applying Dekker multiplication and Knuth
17559         addition.  Clear inexact exceptions and check for exact zero
17560         results afterwards.
17561         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17562         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17563         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17564         * math/libm-test.inc (fma_test): Add more tests.
17565         (fma_test_towardzero): Likewise.
17566         (fma_test_downward): Likewise.
17567         (fma_test_upward): Likewise.
17568         * sysdeps/generic/math_private.h (default_libc_fesetround): New
17569         function.
17570         (libc_fesetround): New macro.
17571         (libc_fesetroundf): Likewise.
17572         (libc_fesetroundl): Likewise.
17573         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
17574         function.
17575         (libc_fesetround_387): Likewise.
17576         (libc_fesetroundf): New macro.
17577         (libc_fesetround): Likewise.
17578         (libc_fesetroundl): Likewise.
17579         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
17580         function.
17581         (libc_fesetroundf): New macro.
17582         (libc_fesetround): Likewise.
17583         (libc_fesetroundl): Likewise.
17584         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
17585         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
17586         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
17587         libm_hidden_ver.
17588         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
17589         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
17590         libm_hidden_def.
17591         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
17592         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
17593         libm_hidden_ver.
17594         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
17595         libm_hidden_def.
17597         [BZ #3439]
17598         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
17599         integer constant usable in #if and use that to give value to enum
17600         constant.
17601         (FE_DIVBYZERO): Likewise.
17602         (FE_UNDERFLOW): Likewise.
17603         (FE_OVERFLOW): Likewise.
17604         (FE_INVALID): Likewise.
17605         (FE_INVALID_SNAN): Likewise.
17606         (FE_INVALID_ISI): Likewise.
17607         (FE_INVALID_IDI): Likewise.
17608         (FE_INVALID_ZDZ): Likewise.
17609         (FE_INVALID_IMZ): Likewise.
17610         (FE_INVALID_COMPARE): Likewise.
17611         (FE_INVALID_SOFTWARE): Likewise.
17612         (FE_INVALID_SQRT): Likewise.
17613         (FE_INVALID_INTEGER_CONVERSION): Likewise.
17614         (FE_TONEAREST): Likewise.
17615         (FE_TOWARDZERO): Likewise.
17616         (FE_UPWARD): Likewise.
17617         (FE_DOWNWARD): Likewise.
17618         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
17619         (FE_DIVBYZERO): Likewise.
17620         (FE_OVERFLOW): Likewise.
17621         (FE_UNDERFLOW): Likewise.
17622         (FE_INEXACT): Likewise.
17623         (FE_TONEAREST): Likewise.
17624         (FE_DOWNWARD): Likewise.
17625         (FE_UPWARD): Likewise.
17626         (FE_TOWARDZERO): Likewise.
17627         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
17628         (FE_UNDERFLOW): Likewise.
17629         (FE_OVERFLOW): Likewise.
17630         (FE_DIVBYZERO): Likewise.
17631         (FE_INVALID): Likewise.
17632         (FE_TONEAREST): Likewise.
17633         (FE_TOWARDZERO): Likewise.
17634         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
17635         (FE_OVERFLOW): Likewise.
17636         (FE_UNDERFLOW): Likewise.
17637         (FE_DIVBYZERO): Likewise.
17638         (FE_INEXACT): Likewise.
17639         (FE_TONEAREST): Likewise.
17640         (FE_TOWARDZERO): Likewise.
17641         (FE_UPWARD): Likewise.
17642         (FE_DOWNWARD): Likewise.
17643         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
17644         (FE_DIVBYZERO): Likewise.
17645         (FE_OVERFLOW): Likewise.
17646         (FE_UNDERFLOW): Likewise.
17647         (FE_INEXACT): Likewise.
17648         (FE_TONEAREST): Likewise.
17649         (FE_DOWNWARD): Likewise.
17650         (FE_UPWARD): Likewise.
17651         (FE_TOWARDZERO): Likewise.
17653 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
17655         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
17657 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
17659         * scripts/cross-test-ssh.sh (command): Use newlines to separate
17660         commands.  Quote $PWD.
17661         (blacklist_exports): Don't use remove_newlines.  Replace "declare
17662         -x" by "export".
17663         (remove_newlines): Remove.
17665 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
17667         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
17668         * stdlib/stdlib.h (atof): Moved to ...
17669         * include/bits/stdlib-float.h: Here.  New file.
17670         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
17671         * stdlib/bits/stdlib-float.h: New file.
17672         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
17673         -mno-sse -mno-mmx.
17674         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
17675         <xmmintrin.h>.
17677 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
17679         * conform/conformtest.pl (@headers): Add fenv.h.
17680         * conform/data/fenv.h-data: New file.
17681         * include/fenv.h [_ISOMAC]: Disable all contents of file except
17682         include of <math/fenv.h>.
17684         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
17685         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
17686         && !UNIX98].  Enables tests for XOPEN2K8.
17687         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
17688         POSIX2008]: Likewise.
17690         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
17691         (struct rusage): Do not expect type or its members.
17693         [BZ #3439]
17694         * math/math.h (FP_NAN): Define macro to integer constant usable in
17695         #if and use that to give value to enum constant.
17696         (FP_INFINITE): Likewise.
17697         (FP_ZERO): Likewise.
17698         (FP_SUBNORMAL): Likewise.
17699         (FP_NORMAL): Likewise.
17701 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
17703         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
17704         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
17705         arguments.
17707 2012-11-02  Roland McGrath  <roland@hack.frob.com>
17709         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
17710         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
17711         autoconf-time if not.
17712         * configure.in: Remove AC_PREREQ.
17714 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17716         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
17717         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
17718         of the internal implementation.
17720 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
17722         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
17723         except include of <misc/sys/syslog.h>.
17725 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
17727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
17728         function returns with a NULL context exit with zero.
17730 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17732         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
17734 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
17736         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
17737         (run_program_cmd): This.
17738         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
17739         (tst_langinfo): New variable.  Use it.
17741 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
17743         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
17744         floating point opcodes.
17746 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
17748         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
17749         variable.
17751         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
17753         * sysdeps/mach/hurd/powerpc: Remove directory.
17754         * sysdeps/mach/powerpc: Likewise.
17756 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
17758         * scripts/check-local-headers.sh: Ignore c++ headers.
17760 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
17762         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
17763         __libc_cleanup_region_start argument.
17765 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
17767         [BZ #14784]
17768         [BZ #14785]
17769         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
17770         x * y using scaling, not as x * y + z.
17771         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17772         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17773         * math/libm-test.inc (fma_test): Add more tests.
17774         (fma_test_towardzero): Likewise.
17775         (fma_test_downward): Likewise.
17776         (fma_test_upward): Likewise.
17778 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
17780         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
17782 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
17784         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
17785         New variable.
17787 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
17789         * rt/tst-shm.c (worker): Correct checking for mmap failure.
17791 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17794         Fix sort order.
17795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
17796         Likewise.
17798 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17801         Fix the order of the list for glibc 2.17.
17802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
17803         Likewise.
17805 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17807         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17809 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
17811         [BZ #14610]
17812         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
17813         for low part of x being zero before using __atanl (y).
17814         * math/libm-test.inc (atan2_test): Add another test.
17816         * manual/install.texi (Configuring and compiling): Document
17817         general use of test-wrapper and test-wrapper-env.
17818         * INSTALL: Regenerated.
17820         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
17821         (__fma): Do not extract and scale down low bits on after-rounding
17822         systems when result rounded to normal precision would have normal
17823         exponent.
17824         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
17825         (__fmal): Do not extract and scale down low bits on after-rounding
17826         systems when result rounded to normal precision would have normal
17827         exponent.
17828         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
17829         (__fmal): Do not extract and scale down low bits on after-rounding
17830         systems when result rounded to normal precision would have normal
17831         exponent.
17832         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
17833         macro.
17834         (fma_test): Add more tests.
17835         (fma_test_towardzero): Likewise.
17836         (fma_test_downward): Likewise.
17837         (fma_test_upward): Likewise.
17839 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
17841         * sysdeps/i386/tininess.h: Renamed to ...
17842         * sysdeps/x86/tininess.h: This.
17843         * sysdeps/x86_64/tininess.h: Removed.
17845 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
17847         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
17848         input.  Use $(build-program-cmd).
17849         ($(objpfx)tst-array1-static.out): Likewise.
17850         ($(objpfx)tst-array2.out): Likewise.
17851         ($(objpfx)tst-array3.out): Likewise.
17852         ($(objpfx)tst-array4.out): Likewise.
17853         ($(objpfx)tst-array5.out): Likewise.
17854         ($(objpfx)tst-array5-static.out): Likewise.
17856 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
17858         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
17859         if defined.
17861         * nss/nsswitch.h (nss_interface_function): Provide new
17862         macro for use with NSS functions.
17863         * grp/initgroups.c: Use new macro.
17864         * nss/getXXbyYY.c: Likewise.
17865         * nss/getXXbyYY_r.c: Likewise.
17866         * nss/getXXent.c: Likewise.
17867         * nss/getXXent_r.c: Likewise.
17868         * sysdeps/posix/getaddrinfo.c: Likewise.
17870 2012-10-30  Andreas Jaeger  <aj@suse.de>
17872         * po/ru.po: Update Russion translation from translation project.
17874 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
17876         [BZ #14152]
17877         [BZ #14783]
17878         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
17879         result and shift together with sticky bit instead of replicating
17880         round-to-nearest rounding.
17881         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17882         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17883         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
17884         missing underflow exceptions.
17885         (fma_test_towardzero): Add more tests.
17886         (fma_test_downward): Likewise.
17887         (fma_test_upward): Likewise.
17889         [BZ #14047]
17890         * sysdeps/generic/tininess.h: New file.
17891         * sysdeps/i386/tininess.h: Likewise.
17892         * sysdeps/sh/tininess.h: Likewise.
17893         * sysdeps/x86_64/tininess.h: Likewise.
17894         * stdlib/tst-strtod-underflow.c: Likewise.
17895         * stdlib/tst-tininess.c: Likewise.
17896         * stdlib/strtod_l.c: Include <tininess.h>.
17897         (round_and_return): Do not set errno for exact underflow cases.
17898         Force an underflow exception when setting errno for underflow.
17899         Determine underflow based on rounding to normal precision if
17900         TININESS_AFTER_ROUNDING.
17901         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
17902         ERANGE for exact underflow cases.
17903         * stdlib/Makefile (tests): Add tst-tininess and
17904         tst-strtod-underflow.
17905         ($(objpfx)tst-tininess): Use $(link-libm).
17906         ($(objpfx)tst-strtod-underflow): Likewise.
17908 2012-10-30  Andreas Jaeger  <aj@suse.de>
17910         [BZ#14767]
17911         * elf/Makefile (tests): Remove conditional for have-initfini-array
17912         since this is now always required and the variable does not exist
17913         anymore.
17914         (tests-static): Likewise.
17915         (modules-names): Likewise.
17917         * po/eo.po: Add Esperanto translation from translation project.
17919         * elf/tst-array1.c (fini_array): Make writeable so that it can be
17920         merged with constructor/destructor.
17921         (init_array): Likewise.
17922         * elf/tst-array2dep.c (fini_array): Likewise.
17923         (init_array): Likewise.
17925 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
17927         * manual/message.texi: Delete @cartouche tags.
17929 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
17931         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
17932         EOPNOTSUPP.
17933         * sysdeps/mach/hurd/fsync.c: Likewise.
17935         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
17936         [_POSIX_REALTIME_SIGNALS]: Change condition to
17937         [_POSIX_REALTIME_SIGNALS > 0].
17939 2012-10-27  Andreas Jaeger  <aj@suse.de>
17941         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
17942         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
17943         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
17944         [__WORDSIZE != 64]: Likewise.
17946 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
17948         *  iconvdata/tst-table.sh: Remove ${SHELL}.
17949         *  iconvdata/tst-tables.sh: Likewise.
17951 2012-10-25  David S. Miller  <davem@davemloft.net>
17953         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
17954         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
17955         of strtoull.
17957         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
17958         ifunc-impl-list.c
17959         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
17960         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
17961         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
17962         file.
17964 2012-10-25  Roland McGrath  <roland@hack.frob.com>
17966         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
17967         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
17968         __getdirentries.
17970 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
17971             Jim Blandy  <jimb@codesourcery.com>
17973         * scripts/cross-test-ssh.sh: New file.
17974         * manual/install.texi (Configuring and compiling): Document use of
17975         cross-test-ssh.sh.
17976         * INSTALL: Regenerated.
17978 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
17980         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
17981         EOPNOTSUPP.
17983 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
17985         * Makeconfig (run-program-prefix): Fix comment.
17987 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
17988             Jim Blandy  <jimb@codesourcery.com>
17990         * Makeconfig (test-wrapper): New variable,
17991         (test-wrapper-env): Likewise.
17992         [$(cross-compiling) = yes && $(test-wrapper) != ""]
17993         (run-built-tests): Define to yes.
17994         (run-program-prefix): Use $(test-wrapper).
17995         (built-program-cmd): Likewise.
17996         * Rules (make-test-out): Use $(test-wrapper-env) and
17997         $(host-built-program-cmd).
17998         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
17999         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
18000         tst-pathopt.sh.
18001         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
18002         $(test-wrapper-env) to tst-rtld-load-self.sh.
18003         ($(objpfx)order2.out): Use $(test-wrapper).
18004         ($(objpfx)tst-initorder.out): Likewise.
18005         ($(objpfx)tst-initorder2.out): Likewise.
18006         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
18007         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
18008         (test_wrapper_env): New variable.  Use it to run ld.so.
18009         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
18010         Use it to run ld.so.
18011         (test_wrapper_env): Likewise.
18012         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
18013         $(test-wrapper) to run-iconv-test.sh.
18014         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
18015         (ICONV): Use $test_wrapper.
18016         * posix/Makefile ($(objpfx)globtest.out): Pass
18017         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
18018         globtest.sh, not $(run-program-prefix).
18019         * posix/globtest.sh (run_via_rtld_prefix): New variable.
18020         (test_wrapper): Likewise.
18021         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
18022         set together with run_via_rtld_prefix.
18023         (run_program_prefix): Define in terms of test_wrapper and
18024         run_via_rtld_prefix.
18026 2012-10-24  Roland McGrath  <roland@hack.frob.com>
18028         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
18029         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
18030         Targets removed.
18032         [BZ #14743]
18033         * include/time.h: Remove librt_hidden_proto (clock_gettime).
18034         Declare __clock_getres, __clock_gettime, __clock_settime,
18035         __clock_nanosleep, and __clock_getcpuclockid.
18036         * rt/clock_gettime.c: Define __clock_gettime as an alias.
18037         Remove librt_hidden_def (clock_gettime).
18038         * sysdeps/unix/clock_gettime.c: Likewise.
18039         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
18040         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
18041         * rt/clock_getres.c: Define __clock_getres as an alias.
18042         * sysdeps/posix/clock_getres.c: Likewise.
18043         * rt/clock_settime.c: Define __clock_settime as an alias.
18044         * sysdeps/unix/clock_settime.c: Likewise.
18045         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
18046         * sysdeps/unix/clock_nanosleep.c: Likewise.
18047         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
18048         * rt/clock-compat.c: New file.
18049         * rt/Makefile (librt-routines): Add clock-compat and move
18050         $(clock-routines) to ...
18051         (routines): ... here, new variable.
18052         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
18053         Don't add get_clockfreq here.
18054         * rt/Versions (libc: GLIBC_2.17): New version set.
18055         Add clock_* symbols here.
18056         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
18057         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
18058         (GLIBC_2.17): Add clock_* symbols.
18059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
18060         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
18061         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
18062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
18063         Likewise.
18064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
18065         Likewise.
18066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
18067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
18068         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
18069         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
18070         * NEWS: Mention the move.
18072         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18073         Use __open, __read, __close rather than their public counterparts.
18074         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
18075         (__get_clockfreq_via_cpuinfo): Likewise.
18076         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
18077         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
18079         * config.h.in (HAVE_IFUNC): New #undef.
18080         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
18081         was successful.
18082         * configure: Regenerated.
18084 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
18086         * configure.in: Move READELF check to start of file.
18087         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
18088         libc_cv_asm_gnu_indirect_function in the process.
18089         * configure: Regenerated.
18091 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
18093         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
18094         send the output to /dev/null.
18095         (libc_cv_cc_with_libunwind): Likewise.
18096         (libc_cv_as_noexecstack): Likewise.
18097         * configure: Regenerate.
18099 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
18101         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
18103         * posix/globtest.sh (TMPDIR): Do not set.
18104         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
18105         (testout): Likewise.
18107 2012-10-24  Andreas Jaeger  <aj@suse.de>
18109         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
18110         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
18111         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
18112         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
18113         posix_fadvise64, posix_fallocate64.
18115         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
18116         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
18117         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
18118         Likewise.
18119         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
18120         Likewise.
18121         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
18123         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
18124         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
18125         <bits/fcntl-linux.h>.
18126         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
18128         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
18129         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
18130         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
18131         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
18132         [__WORDSIZE != 64]: Likewise.
18134 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
18136         * Makeconfig (run-built-tests): New variable.
18137         * Rules [$(cross-compiling) = yes]: Change condition to
18138         [$(run-built-tests) = no].
18139         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
18140         to [$(run-built-tests) = yes].
18141         * elf/Makefile [$(cross-compiling) = no]: Likewise
18142         * grp/Makefile [$(cross-compiling) = no]: Likewise.
18143         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
18144         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
18145         * intl/Makefile [$(cross-compiling) = no]: Likewise.
18146         * io/Makefile [$(cross-compiling) = no]: Likewise.
18147         * libio/Makefile [$(cross-compiling) = no]: Likewise.
18148         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
18149         * misc/Makefile [$(cross-compiling) = no]: Likewise.
18150         * posix/Makefile [$(cross-compiling) = no]: Likewise.
18151         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
18152         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
18153         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
18154         * string/Makefile [$(cross-compiling) = no]: Likewise.
18156         * posix/Makefile ($(objpfx)globtest.out): Pass
18157         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
18158         $(rtld-installed-name).
18159         * posix/globtest.sh (elf_objpfx): Remove variable.
18160         (rtld_installed_name): Likewise.
18161         (library_path): Likewise.
18162         (run_program_prefix): New variable.  Use for running globtest
18163         binary.
18165 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
18166             Joseph Myers  <joseph@codesourcery.com>
18168         * Makeconfig (host-built-program-cmd): New variable.
18169         * elf/Makefile (tst-stackguard1-ARGS): Use
18170         $(host-built-program-cmd).
18171         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
18172         (tst-spawn-ARGS): Likewise.
18173         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
18175 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
18176             Jim Blandy  <jimb@codesourcery.com>
18178         * Makeconfig (run-via-rtld-prefix): New variable.
18179         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
18180         (built-program-cmd): Likewise.
18182 2012-10-22  Andreas Jaeger  <aj@suse.de>
18184         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
18185         __O_RSYNC if it exists, otherwise to O_SYNC.
18187 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
18188             Joseph Myers  <joseph@codesourcery.com>
18190         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
18191         /dev/null.
18192         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
18193         from /dev/null
18194         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
18195         /dev/null.
18197 2012-10-22  Andreas Jaeger  <aj@suse.de>
18199         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
18200         Define always.
18201         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
18203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18204         bits/fcntl-linux.h.
18206         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
18207         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
18209         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
18210         to __O_LARGEFILE.
18211         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
18212         to __O_LARGEFILE.
18214 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
18215             Joseph Myers  <joseph@codesourcery.com>
18217         * config.make.in (NM): New variable.
18219 2012-10-21  Andreas Jaeger  <aj@suse.de>
18221         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
18222         definitions and declarations that are provided by
18223         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
18225 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
18227         [BZ #14683]
18228         * elf/Makefile (tests-static): Add tst-leaks1-static.
18229         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
18230         ($(objpfx)tst-leaks1-static): New rule.
18231         ($(objpfx)tst-leaks1-static-mem): Likewise.
18232         (tst-leaks1-static-ENV): New macro.
18233         * elf/dl-open.c (dl_open_worker): Check the main application
18234         only if SHARED is defined.
18235         * elf/tst-leaks1-static.c: New file.
18237 2012-10-20  Andreas Jaeger  <aj@suse.de>
18239         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
18240         generic values for Linux.
18241         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
18242         and declarations that are provided by <bits/fcntl-linux.h> and
18243         include <bits/fcntl-linux.h>.
18244         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18245         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18247 2012-10-20  Roland McGrath  <roland@hack.frob.com>
18249         * io/fcntl.h: Move include of <bits/types.h> to the top and
18250         include it unconditionally.
18252 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
18254         * wcsmbs/Makefile (tests-ifunc): New variable.
18255         (tests): Add $(tests-ifunc).
18256         * wcsmbs/test-wcschr-ifunc.c: New file.
18257         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
18258         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
18259         * wcsmbs/test-wcslen-ifunc.c: Likewise.
18260         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
18261         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
18263         * string/Makefile (tests-ifunc): New variable.
18264         (tests): Add $(tests-ifunc).
18265         * string/test-memccpy.c (TEST_NAME): New macro.
18266         * string/test-memchr.c (TEST_NAME): Likewise.
18267         * string/test-memcmp.c (TEST_NAME): Likewise.
18268         * string/test-memcpy.c (TEST_NAME): Likewise.
18269         * string/test-memmem.c (TEST_NAME): Likewise.
18270         * string/test-memmove.c (TEST_NAME): Likewise.
18271         * string/test-memset.c (TEST_NAME): Likewise.
18272         * string/test-rawmemchr.c (TEST_NAME): Likewise.
18273         * string/test-stpcpy.c (TEST_NAME): Likewise.
18274         * string/test-stpncpy.c (TEST_NAME): Likewise.
18275         * string/test-strcasecmp.c (TEST_NAME): Likewise.
18276         * string/test-strcasestr.c (TEST_NAME): Likewise.
18277         * string/test-strcat.c (TEST_NAME): Likewise.
18278         * string/test-strchr.c (TEST_NAME): Likewise.
18279         * string/test-strcmp.c(TEST_NAME): Likewise.
18280         * string/test-strcpy.c (TEST_NAME): Likewise.
18281         * string/test-strcspn.c (TEST_NAME): Likewise.
18282         * string/test-strlen.c (TEST_NAME): Likewise.
18283         * string/test-strncasecmp.c (TEST_NAME): Likewise.
18284         * string/test-strncmp.c (TEST_NAME): Likewise.
18285         * string/test-strncpy.c (TEST_NAME): Likewise.
18286         * string/test-strnlen.c (TEST_NAME): Likewise.
18287         * string/test-strpbrk.c (TEST_NAME): Likewise.
18288         * string/test-strrchr.c (TEST_NAME): Likewise.
18289         * string/test-strspn.c (TEST_NAME): Likewise.
18290         * string/test-strstr.c (TEST_NAME): Likewise.
18291         * string/test-bcopy-ifunc.c: New file.
18292         * string/test-bzero-ifunc.c: Likewise.
18293         * string/test-memccpy-ifunc.c: Likewise.
18294         * string/test-memchr-ifunc.c: Likewise.
18295         * string/test-memcmp-ifunc.c: Likewise.
18296         * string/test-memcpy-ifunc.c: Likewise.
18297         * string/test-memmem-ifunc.c: Likewise.
18298         * string/test-memmove-ifunc.c: Likewise.
18299         * string/test-mempcpy-ifunc.c: Likewise.
18300         * string/test-memset-ifunc.c: Likewise.
18301         * string/test-rawmemchr-ifunc.c: Likewise.
18302         * string/test-stpcpy-ifunc.c: Likewise.
18303         * string/test-stpncpy-ifunc.c: Likewise.
18304         * string/test-strcasecmp-ifunc.c: Likewise.
18305         * string/test-strcasestr-ifunc.c: Likewise.
18306         * string/test-strcat-ifunc.c: Likewise.
18307         * string/test-strchr-ifunc.c: Likewise.
18308         * string/test-strchrnul-ifunc.c: Likewise.
18309         * string/test-strcmp-ifunc.c: Likewise.
18310         * string/test-strcpy-ifunc.c: Likewise.
18311         * string/test-strcspn-ifunc.c: Likewise.
18312         * string/test-strlen-ifunc.c: Likewise.
18313         * string/test-strncasecmp-ifunc.c: Likewise.
18314         * string/test-strncat-ifunc.c: Likewise.
18315         * string/test-strncmp-ifunc.c: Likewise.
18316         * string/test-strncpy-ifunc.c: Likewise.
18317         * string/test-strnlen-ifunc.c: Likewise.
18318         * string/test-strpbrk-ifunc.c: Likewise.
18319         * string/test-strrchr-ifunc.c: Likewise.
18320         * string/test-strspn-ifunc.c: Likewise.
18321         * string/test-strstr-ifunc.c: Likewise.
18323         * debug/Makefile (tests-ifunc): New variable.
18324         (tests): Add $(tests-ifunc).
18325         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
18326         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
18327         * debug/test-stpcpy_chk-ifunc.c: New file.
18328         * debug/test-strcpy_chk-ifunc.c: Likewise.
18330 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18332         [BZ #13601]
18333         * elf/dl-load.c (open_verify): Retry read if the entire ELF
18334         header is not read in.
18336 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
18338         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
18339         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
18340         directly.  Pass built executable to script as
18341         $(built-program-cmd).
18342         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
18343         $testprogram without using LD_LIBRARY_PATH and $ldso.
18345         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
18346         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
18347         $(rtld-installed-name).
18348         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
18349         (rtld_installed_name): Likewise.
18350         (library_path): Likewise.
18351         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
18352         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
18353         $(run-program-prefix) to tst-tables.sh.
18354         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
18355         it to run tst-table-from and tst-table-to.
18356         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
18357         Pass it to tst-table.sh.
18358         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
18359         $(run-program-prefix) to tst-gettext.sh.
18360         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
18361         tst-translit.sh.
18362         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
18363         tst-gettext2.sh.
18364         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
18365         to run tst-gettext.
18366         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
18367         to run tst-gettext2.
18368         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
18369         to run tst-translit.
18370         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
18371         $(run-program-prefix) to tst-mtrace.sh.
18372         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
18373         to run tst-mtrace.
18374         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
18375         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
18376         $(rtld-installed-name).
18377         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
18378         (rtld_installed_name): Likewise.
18379         (run_program_prefix): New variable.  Use it to run wordexp-test.
18381         * Makeconfig (ARCH): Remove all definitions.
18382         (machine): Likewise.
18383         [ARCH]: Remove conditional code.
18384         [!objdir]: Give error.
18385         [!objdir] (objpfx): Remove.
18386         [!objdir] (common-objpfx): Likewise.
18387         [!objdir] (common-objdir): Likewise.
18388         * configure.in (config_makefile): Remove.  Hardcode Makefile in
18389         AC_CONFIG_FILES call.
18390         * configure: Regenerated.
18392         [BZ #13888]
18393         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
18394         or TMPDIR.
18395         (testout): Likewise.
18397         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
18398         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
18399         $(rtld-installed-name).
18400         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
18401         (rtld_installed_name): Likwise.
18402         (runit): Remove function.
18403         (run_getconf): New variable,  Use it for running getconf binary.
18405 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
18407         [BZ #14716]
18408         * string/test-memmem.c (check_result): New function.
18409         (do_one_test): Use it.
18410         (check1): New function.
18411         (test_main): Use it.
18413 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
18415         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
18417 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
18419         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
18420         (_G_LSEEK64): Likewise.
18421         (_G_MMAP64): Likewise.
18422         (_G_FSTAT64): Likewise.
18423         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
18424         (_G_LSEEK64): Likewise.
18425         (_G_MMAP64): Likewise.
18426         (_G_FSTAT64): Likewise.
18427         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
18428         unconditional.  Call __mmap64 directly.
18429         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
18430         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
18431         __lseek64 directly.
18432         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
18433         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
18434         __mmap64 directly.
18435         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
18436         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
18437         __lseek64 directly.
18438         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
18439         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
18440         __lseek64 directly.
18441         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
18442         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
18443         __lseek64 directly.
18444         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
18445         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
18446         __fxstat64 directly.
18447         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
18448         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
18449         unconditional.
18450         (freopen64) [!_G_OPEN64]: Remove conditional code.
18451         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
18452         unconditional.
18453         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
18454         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
18455         unconditional.
18456         (ftello64) [!_G_LSEEK64]: Remove conditional code.
18457         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
18458         unconditional.
18459         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
18460         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
18461         unconditional.
18462         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
18463         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
18464         unconditional.
18465         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
18466         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
18467         unconditional.
18468         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
18469         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
18470         unconditional.
18471         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
18473 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18475         [BZ #12140]
18476         * manual/memory.texi (Malloc Tunable Parameters): Add note
18477         about free list pointers overwriting some perturb bytes.
18478         Wording suggested by Roland McGrath.
18480 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
18482         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
18483         (lgamma_test): Likewise.
18484         (tgamma_test): Likewise.
18486 2012-10-16  Florian Weimer  <fweimer@redhat.com>
18488         [BZ #14700]
18489         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
18490         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
18492 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
18494         * NEWS: Mention BZ #14716.
18495         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
18496         when removing AVAILABLE1_USES_J macro.
18498 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
18500         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
18501         (__bswap_64): __uint64_t for unsigned 64-bit int.
18503 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
18505         * include/string.h (memmem): Declare libc hidden alias.
18506         * string/memmem.c (memmem): Define libc hidden alias.
18507         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
18508         __read, __close instead of open, read, close.
18510 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
18512         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
18513         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
18514         global and hidden.
18515         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
18516         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
18517         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
18518         Likewise.
18519         (__rawmemchr_sse2): Likewise.
18520         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
18521         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
18522         (__strchr_sse2): Likewise.
18523         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
18524         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
18525         (__strcasecmp_sse2): Likewise.
18526         (__strncasecmp_sse2): Likewise.
18527         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
18528         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
18529         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
18530         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
18531         (__strrchr_sse2): Likewise.
18532         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
18533         ifunc-impl-list.c.
18534         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
18535         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
18536         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
18537         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
18538         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
18539         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
18540         * sysdeps/x86_64/multiarch/memset.S: Likewise.
18541         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
18542         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
18543         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
18544         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
18545         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
18546         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
18547         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
18548         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
18549         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18550         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
18551         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
18552         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
18553         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
18554         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
18555         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
18556         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
18557         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
18558         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
18559         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18560         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
18561         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
18562         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
18563         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
18565         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
18566         global and hidden.
18567         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
18568         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
18569         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
18570         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
18571         Likewise.
18572         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
18573         Likewise.
18574         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
18575         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
18576         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
18577         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
18578         ifunc-impl-list.c.
18579         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
18580         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
18581         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
18582         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
18583         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
18584         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
18585         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
18586         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
18587         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
18588         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
18589         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
18590         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
18591         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
18592         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
18593         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
18594         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18595         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
18596         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
18597         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
18598         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
18599         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18600         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
18601         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
18602         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
18603         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18604         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
18605         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
18606         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
18607         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
18608         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
18609         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
18610         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
18611         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
18612         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
18613         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
18614         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
18615         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
18616         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
18617         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
18618         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
18619         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
18621         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
18622         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
18623         * include/ifunc-impl-list.h: New file.
18624         * misc/ifunc-impl-list.c: Likewise.
18625         * misc/Makefile (routines): Add ifunc-impl-list.
18626         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
18627         * string/test-string.h: Include <ifunc-impl-list.h>.
18628         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
18629         impl_array): New variables.
18630         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
18631         are defined.
18632         (test_init): Call __libc_ifunc_impl_list to initialize
18633         func_list if TEST_IFUNC and TEST_NAME are defined.
18635         * string/Makefile (strop-tests): Add bcopy and bzero.
18636         * string/test-bcopy.c: New file.
18637         * string/test-bzero.c: Likewise.
18638         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
18639         defined.
18640         * string/test-memset.c: Support bzero test if TEST_BZERO is
18641         defined.
18642         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
18643         __libc_memmove.
18644         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
18645         __libc_memset.
18646         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
18647         of memset.
18649 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
18651         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
18652         * configure: Regenerated.
18654         * Makeconfig (+link-static-before-libc): Don't include
18655         $(link-static-libc).
18657         * libio/libio.h (_IO_pos_t): Remove.
18659 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
18661         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
18662         McGrath.
18664 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
18666         * crypt/crypt-entry.c: Include fips-private.h.
18667         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
18668         * crypt/md5c-test.c (main): Tolerate disabled MD5.
18669         * sysdeps/unix/sysv/linux/fips-private.h: New file.
18670         * sysdeps/generic/fips-private.h: New file, dummy fallback.
18672 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
18674         * crypt/crypt-private.h: Include stdbool.h.
18675         (_ufc_setup_salt_r): Return bool.
18676         * crypt/crypt-entry.c: Include errno.h.
18677         (__crypt_r): Return NULL with EINVAL for bad salt.
18678         * crypt/crypt_util.c (bad_for_salt): New.
18679         (_ufc_setup_salt_r): Check that salt is long enough and within
18680         the specified alphabet.
18681         * crypt/badsalttest.c: New file.
18682         * crypt/Makefile (tests): Add it.
18683         ($(objpfx)badsalttest): New.
18685 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
18687         * NEWS: Add entry for BZ #14602.
18689 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
18691         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
18692         type-generic.
18693         * math/libm-test.inc: Update comment listing what functions and
18694         macros are tested.
18695         (isgreater_test): New function.
18696         (isgreaterequal_test): Likewise.
18697         (isless_test): Likewise.
18698         (islessequal_test): Likewise.
18699         (islessgreater_test): Likewise.
18700         (isunordered_test): Likewise.
18701         (main): Call the new functions.
18703 2012-10-09  Roland McGrath  <roland@hack.frob.com>
18705         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
18706         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
18707         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
18708         * sysdeps/i386/configure: Regenerated.
18709         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
18710         * sysdeps/mach/configure: Regenerated.
18711         * sysdeps/mach/hurd/configure: Regenerated.
18712         * sysdeps/powerpc/configure: Regenerated.
18713         * sysdeps/powerpc/powerpc32/configure: Regenerated.
18714         * sysdeps/powerpc/powerpc64/configure: Regenerated.
18715         * sysdeps/s390/s390-32/configure: Regenerated.
18716         * sysdeps/s390/s390-64/configure: Regenerated.
18717         * sysdeps/sh/configure: Regenerated.
18718         * sysdeps/sparc/configure: Regenerated.
18719         * sysdeps/unix/sysv/linux/configure: Regenerated.
18720         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
18721         * sysdeps/x86_64/configure: Regenerated.
18723         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
18724         defined.  Don't check if MAP is NULL.
18726 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
18728         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
18729         (_G_stat64): Likewise.
18730         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
18731         (_G_stat64): Likewise.
18732         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
18733         instead of struct _G_stat64.
18734         * libio/fileops.c (mmap_remap_check): Likewise.
18735         (decide_maybe_mmap): Likewise.
18736         (_IO_new_file_seekoff): Likewise.
18737         (_IO_file_stat): Likewise.
18738         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
18739         _G_off64_t.
18740         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
18741         instead of struct _G_stat64.
18742         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
18744 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
18746         [BZ #14602]
18747         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
18748         Replace with ...
18749         (CHECK_EOL): New macro.
18750         (two_way_short_needle): Check beginning of haystack for EOL.  Use
18751         CHECK_EOL.
18752         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
18753         Replace with CHECK_EOL.
18754         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
18755         Replace with CHECK_EOL.
18757 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
18759         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
18760         type-generic.
18761         * math/libm-test.inc: Update comment listing what functions and
18762         macros are tested.
18763         (finite_test): New function.
18764         (isinf_test): Likewise.
18765         (isnan_test): Likewise.
18766         (fpclassify_test): Test subnormal input.
18767         (isfinite_test): Likewise.
18768         (isnormal_test): Likewise.
18769         (main): Call the new functions.
18771 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
18773         [BZ #14660]
18774         * Makerules (%.dynsym): Force C locale when running
18775         $(OBJDUMP) --dynamic-syms.
18777 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
18779         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
18780         <stdint.h>.
18782 2012-10-06  David S. Miller  <davem@davemloft.net>
18784         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
18785         upper 32-bits of the length value in %o2 since we use branch-on-register
18786         tests which consider the entire 64-bit register.
18788 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
18790         * string/test-strstr.c (check2): Add a test for page boundary.
18792 2012-10-05  David S. Miller  <davem@davemloft.net>
18794         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
18795         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
18796         file.
18797         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
18798         sysdep_routines.
18799         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
18800         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
18801         and bzero when HWCAP_SPARC_CRYPTO is present.
18803 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
18805         [BZ #14602]
18806         * string/test-strstr.c (check2): New function.
18807         (test_main): Call check2.
18809         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
18810         and bug-strchr1.
18811         * string/bug-strcasestr1.c (do_test): Moved to ...
18812         * string/test-strcasestr.c (check1): Here.  New function.
18813         (do_one_test): Break out result checking code into ...
18814         (check_result): This.  New function.
18815         (do_one_test): Call check_result.
18816         (test_main): Call check1.
18817         * string/bug-strchr1.c (do_test): Moved to ...
18818         * string/test-strchr.c (check1): Here.  New function.
18819         (do_one_test): Break out result checking code into ...
18820         (check_result): This.  New function.
18821         (do_one_test): Call check_result.
18822         (test_main): Call check1.
18823         * string/bug-strstr1.c (main): Moved to ...
18824         * string/test-strstr.c (check1): Here.  New function.
18825         (do_one_test): Break out result checking code into ...
18826         (check_result): This.  New function.
18827         (do_one_test): Call check_result.
18828         (test_main): Call check1.
18829         * string/bug-strcasestr1.c: Removed.
18830         * string/bug-strchr1.c: Likewise.
18831         * string/bug-strstr1.c: Likewise.
18833         * elf/Makefile (dl-routines): Add hwcaps.
18834         * elf/dl-support.c (_dl_important_hwcaps): Removed.
18835         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
18836         (_dl_important_hwcaps): Moved to ...
18837         * elf/dl-hwcaps.c: Here.  New file.
18838         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
18840         [BZ #14557]
18841         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
18842         if IS_IN_rtld isn't defined.
18844         * elf/dl-support.c (_dl_sysinfo_map): New.
18845         Include "get-dynamic-info.h" and "setup-vdso.h".
18846         (_dl_non_dynamic_init): Call setup_vdso.
18847         * elf/dynamic-link.h: Don't include <assert.h>.
18848         (elf_get_dynamic_info): Moved to ...
18849         * elf/get-dynamic-info.h: Here.  New file.
18850         * elf/dynamic-link.h: Include "get-dynamic-info.h".
18851         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
18852         * elf/setup-vdso.h: Here.  New file.
18853         * elf/rtld.c: Include "setup-vdso.h".
18854         (dl_main): Call setup_vdso.
18856 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
18858         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
18859         creal in comment listing functions tested.  List finite, isinf,
18860         isnan, isless, islessequal, isgreater, isgreaterequal,
18861         islessgreater, isunordered, lgamma_r and pow10 as functions and
18862         macros not tested.  Mention which functions not tested are aliases
18863         for other functions.  Fix typo.  Note that signs of NaNs are not
18864         tested.
18866         * scripts/config.guess: Update from config.git.
18867         * scripts/config.sub: Likewise.
18869 2012-10-04  Roland McGrath  <roland@hack.frob.com>
18871         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
18872         * misc/madvise.c (madvise): Renamed to __madvise.
18873         Make madvise a weak alias.
18874         * include/sys/mman.h: Declare __madvise.
18875         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
18876         * sysdeps/unix/syscalls.list
18877         (madvise): Make __madvise the strong name, and madvise a weak alias.
18878         * sysdeps/unix/sysv/linux/syscalls.list
18879         (madvise, mmap): Remove redundant entries.
18880         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
18881         * malloc/malloc.c (mtrim): Likewise.
18882         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
18884 2012-10-03  Roland McGrath  <roland@hack.frob.com>
18886         * sysdeps/mach/hurd/dl-cache.c: File removed.
18887         * config.h.in (USE_LDCONFIG): New #undef.
18888         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
18889         * configure: Regenerated.
18890         * elf/Makefile (dl-routines): Add dl-cache only under
18891         [$(use-ldconfig) = yes].
18892         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
18893         cache on [USE_LDCONFIG].
18894         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
18895         [USE_LDCONFIG].
18896         * elf/rtld.c (dl_main): Likewise.
18898 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
18900         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
18901         _SC_LEVEL4_CACHE_LINESIZE.
18903 2012-10-03  Roland McGrath  <roland@hack.frob.com>
18905         * sysdeps/unix/bsd/confstr.h: File removed.
18907 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
18909         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
18910         sys/sdt-config.h.
18912 2012-10-02  Roland McGrath  <roland@hack.frob.com>
18914         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
18915         Make 'mapoff' field ElfW(Off) rather than off_t.
18917 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
18919         * nscd/Makefile: Remove nscd-cflags and all its users.
18920         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
18921         (CFLAGS-nonlib): Add compiler flags for nscd modules.
18923         [BZ #10631]
18924         * malloc.c (malloc_printerr): Clarify error message.
18926 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
18928         [BZ #14648]
18929         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18930         Set bit_FMA_Usable if FMA is supported.
18931         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
18932         macro.
18933         (bit_FMA4_Usable): Updated.
18934         (index_FMA_Usable): New macro.
18935         (CPUID_FMA): Likewise
18936         (HAS_FMA): Defined with bit_FMA_Usable.
18938 2012-10-01  Roland McGrath  <roland@hack.frob.com>
18940         * bits/types.h (__swblk_t): Type removed.
18941         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
18942         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
18943         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
18944         (__SWBLK_T_TYPE): Likewise.
18945         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
18946         (__SWBLK_T_TYPE): Likewise.
18947         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
18948         (__SWBLK_T_TYPE): Likewise.
18949         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
18950         (__SWBLK_T_TYPE): Likewise.
18952 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
18953             Honza Horak <hhorak@redhat.com>
18955         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
18956         (xdr_mapname): Use YPMAXMAP as maxsize.
18957         (xdr_peername): Use YPMAXPEER as maxsize.
18958         (xdr_keydat): Use YPAXRECORD as maxsize.
18959         (xdr_valdat): Use YPMAXRECORD as maxsize.
18961 2012-10-01  Roland McGrath  <roland@hack.frob.com>
18963         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
18965         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
18966         * csu/init-first.c: ... here.
18967         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
18968         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
18969         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
18970         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
18971         * sysdeps/i386/init-first.c: File removed.
18972         * sysdeps/sh/init-first.c: File removed.
18974 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
18976         [BZ #14645]
18977         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
18978         if x * y might underflow to zero and z is zero.
18979         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18980         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18981         * math/libm-test.inc (min_subnorm_value): New variable.
18982         (fma_test): Add more tests.
18983         (fma_test_towardzero): Likewise.
18984         (fma_test_downward): Likewise
18985         (fma_test_upward): Likewise.
18986         (initialize): Set min_subnorm_value.
18988 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
18990         [BZ #14638]
18991         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
18992         0 + 0.
18993         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
18994         mode for addition resulting in exact zero.
18995         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
18996         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
18997         exact 0 + 0.
18998         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18999         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19000         * math/libm-test.inc (fma_test): Add more tests.
19001         (fma_test_towardzero): New function.
19002         (fma_test_downward): Likewise.
19003         (fma_test_upward): Likewise.
19004         (main): Call the new functions.
19006 2012-09-28  David S. Miller  <davem@davemloft.net>
19008         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
19010 2012-09-28  Roland McGrath  <roland@hack.frob.com>
19012         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
19013         instead of SIGALRM.
19015         * sysdeps/gnu/_G_config.h: Moved to ...
19016         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
19017         * sysdeps/mach/hurd/_G_config.h: Moved to ...
19018         * sysdeps/generic/_G_config.h: ... here.
19020         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
19022         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
19024         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
19025         Conditionalize target on [libnss_test1.so-version].
19027         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
19029         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
19030         (elfobjdir): Move out of conditionals.
19032         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
19033         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
19034         (__nss_lookup_function): Conditionalize label remove_from_tree on
19035         [!DO_STATIC_NSS || SHARED], matching its only use.
19037 2012-09-28  David S. Miller  <davem@davemloft.net>
19039         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
19040         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
19041         file.
19042         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
19043         sysdep_routines.
19044         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
19045         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
19046         when HWCAP_SPARC_CRYPTO is present.
19048 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
19050         * io/tst-mknodat.c: Create a FIFO instead of a socket.
19052 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
19054         [BZ #6530]
19055         * stdio-common/vfprintf.c (process_string_arg): Revert
19056         2000-07-22 change.
19058 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
19060         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
19061         for testcase.
19062         * stdio-common/tst-sprintf.c: Include <locale.h>
19063         (main): Test sprintf's handling of incomplete multibyte
19064         characters.
19066 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
19068         * elf/dl-runtime.c (VERSYMIDX): Removed.
19069         * elf/dl-version.c (VERSYMIDX): Likewise.
19070         * elf/do-rel.h (VERSYMIDX): Likewise.
19071         (VALIDX): Likewise.
19072         * elf/dynamic-link.h (VERSYMIDX): Likewise.
19073         * elf/rtld.c (VALIDX): Likewise.
19074         (ADDRIDX): Likewise.
19075         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
19076         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
19077         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
19078         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
19079         (VALIDX): Likewise.
19080         (ADDRIDX): Likewise.
19082 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
19084         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
19086 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
19088         [BZ #11438]
19089         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
19090         to global scope.
19091         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
19092         addresses are in the same scope as 192.0.2/24.
19093         * posix/gai.conf: Document new scope table defaults.
19095 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19097         [BZ #5298]
19098         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
19099         for ftell.  Compute offsets from write pointers instead.
19100         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
19102 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19104         [BZ #14543]
19105         * libio/Makefile (tests): New test case tst-fseek.
19106         * libio/tst-fseek.c: New test case to verify that fseek/ftell
19107         combination works in wide mode.
19108         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
19109         state when the external buffer state changes.
19111 2012-09-27  David S. Miller  <davem@davemloft.net>
19113         [BZ #14376]
19114         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
19115         pass reloc->r_addend in as the 'high' argument to
19116         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
19118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19120 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
19122         * rt/tst-aio2.c: Include <pthread.h>.
19123         * rt/tst-aio3.c: Likewise.
19125 2012-09-27  Steve Ellcey  <sellcey@mips.com>
19127         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
19129 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
19131         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
19132         contents on [SHARED].
19134 2012-09-26  Marek Polacek  <polacek@redhat.com>
19136         [BZ #14530]
19137         [BZ #13741]
19138         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
19139         for C++ and GCC <4.3 as well as for non GCC compilers.
19141 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
19143         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19145 2012-09-25  Roland McGrath  <roland@hack.frob.com>
19147         * Makefile.in (all, install): Declare with .PHONY.
19148         Reported by Michael Hope <michael.hope@linaro.org>.
19150 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
19152         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
19153         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
19154         system header.
19155         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
19156         Likewise.
19157         (sydep_routines): Add the new and the internal functions.
19158         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
19159         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
19160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
19161         (GLIBC_2.17): Add the new function.
19162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
19163         (GLIBC_2.17): Likewise.
19164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
19165         (GLIBC_2.17): Likewise.
19166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
19167         (GLIBC_2.17): Likewise.
19168         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
19170 2012-09-25  Alan Modra  <amodra@gmail.com>
19172         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
19173         Add release barrier before setting once_control to say
19174         initialisation is done.  Add hints on lwarx.  Use macro in
19175         place of isync.
19176         (clear_once_control): Add release barrier.
19178 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
19180         [BZ #13629]
19181         * math/s_clog.c (__clog): Handle more values close to |z| = 1
19182         specially.
19183         * math/s_clog10.c (__clog10): Likewise.
19184         * math/s_clog10f.c (__clog10f): Likewise.
19185         * math/s_clog10l.c (__clog10l): Likewise.
19186         * math/s_clogf.c (__clogf): Likewise.
19187         * math/s_clogl.c (__clogl): Likewise.
19188         * math/Makefile (libm-calls): Add x2y2m1.
19189         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
19190         (__x2y2m1): Likewise.
19191         (__x2y2m1l): Likewise.
19192         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
19193         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
19194         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
19195         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
19196         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
19197         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
19198         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
19199         * sysdeps/i386/fpu/libm-test-ulps: Update.
19200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19202         [BZ #14621]
19203         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
19204         int as type of variable DEPTH.
19205         (glob): Use size_t instead of int as type of variables NEWCOUNT
19206         and OLD_PATHC.
19208 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19210         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
19211         Add s_sincosf-sse2.
19212         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
19213         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
19214         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
19215         macros for using routine as __sincosf_ia32.
19216         Use macro for function declaration and weak_alias.
19217         * sysdeps/i386/fpu/libm-test-ulps: Update.
19219         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
19220         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19222         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
19223         subnormal argument.
19224         * math/s_cexpf.c (__cexpf): Likewise.
19225         * math/s_csinf.c (__csinf): Likewise.
19226         * math/s_csinhf.c (__csinhf): Likewise.
19227         * math/s_ctanf.c (__ctanf): Likewise.
19228         * math/s_ctanhf.c (__ctanhf): Likewise.
19229         * math/s_ccosh.c (__ccoshf): Likewise.
19230         * math/s_cexp.c (__cexpl): Likewise.
19231         * math/s_csin.c (__csin): Likewise.
19232         * math/s_csinh.c (__csinh): Likewise.
19233         * math/s_ctan.c (__ctan): Likewise.
19234         * math/s_ctanh.c (ctanh): Likewise.
19235         * math/s_ccoshl.c (__ccoshl): Likewise.
19236         * math/s_cexpl.c (__cexpl): Likewise.
19237         * math/s_csinl.c (__csinl): Likewise.
19238         * math/s_csinhl.c (__csinhl): Likewise.
19239         * math/s_ctanl.c (__ctanl): Likewise.
19240         * math/s_ctanhl.c (__ctanhl): Likewise.
19242 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
19244         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
19245         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
19246         (_IO_off_t): Define to __off_t, not _G_off_t.
19247         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
19248         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
19249         (_IO_wint_t): Define to wint_t, not _G_wint_t.
19250         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
19251         type of __dummy and __dummy2 fields.
19252         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
19253         (_G_ssize_t): Likewise.
19254         (_G_off_t): Likewise.
19255         (_G_pid_t): Likewise.
19256         (_G_uid_t): Likewise.
19257         (_G_wchar_t): Likewise.
19258         (_G_wint_t): Likewise.
19259         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
19260         (_G_ssize_t): Likewise.
19261         (_G_off_t): Likewise.
19262         (_G_pid_t): Likewise.
19263         (_G_uid_t): Likewise.
19264         (_G_wchar_t): Likewise.
19265         (_G_wint_t): Likewise.
19266         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
19267         (_G_ssize_t): Likewise.
19268         (_G_off_t): Likewise.
19269         (_G_pid_t): Likewise.
19270         (_G_uid_t): Likewise.
19271         (_G_wchar_t): Likewise.
19272         (_G_wint_t): Likewise.
19274 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19276         * malloc/arena.c: Include malloc-sysdep.h.
19277         (shrink_heap): Use check_may_shrink_heap to decide if madvise
19278         is sufficient to shrink the heap or an unmap is needed.
19279         * sysdeps/generic/malloc-sysdep.h: New file.  Define
19280         new function check_may_shrink_heap.
19281         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
19282         new function check_may_shrink_heap.
19284 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19286         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
19287         comments.
19289 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
19291         * catgets/test-gencat.sh: Add "set -e".
19292         * elf/tst-pathopt.sh: Likewise.
19293         * grp/tst_fgetgrent.sh: Likewise.
19294         * iconvdata/run-iconv-test.sh: Likewise.
19295         * intl/tst-gettext.sh: Likewise.
19296         * intl/tst-gettext2.sh: Likewise.
19297         * intl/tst-gettext4.sh: Likewise.
19298         * intl/tst-gettext6.sh: Likewise.
19299         * intl/tst-translit.sh: Likewise.
19300         * io/ftwtest-sh: Likewise.
19301         * libio/test-freopen.sh: Likewise.
19302         * malloc/tst-mtrace.sh: Likewise.
19303         * posix/globtest.sh: Likewise.
19304         * posix/tst-getconf.sh: Likewise.
19305         * posix/wordexp-tst.sh: Likewise.
19306         * stdio-common/tst-printf.sh: Likewise.
19307         * stdio-common/tst-unbputc.sh: Likewise.
19308         * stdlib/tst-fmtmsg.sh: Likewise.
19309         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
19310         * catgets/Makefile: Do not specify -e option when running
19311         testsuite shell scripts.
19312         * elf/Makefile: Likewise.
19313         * grp/Makefile: Likewise.
19314         * iconvdata/Makefile: Likewise.
19315         * intl/Makefile: Likewise.
19316         * io/Makefile: Likewise.
19317         * libio/Makefile: Likewise.
19318         * malloc/Makefile: Likewise.
19319         * posix/Makefile: Likewise.
19320         * stdio-common/Makefile: Likewise.
19321         * stdlib/Makefile: Likewise.
19322         * sysdeps/x86_64/Makefile: Likewise.
19324         * io/ftwtest-sh: Add copyright header.
19325         * posix/globtest.sh: Likewise.
19326         * posix/tst-getconf.sh: Likewise.
19327         * posix/wordexp-tst.sh: Likewise.
19328         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
19330 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
19332         [BZ #13679]
19333         * Makeconfig (+link): Defined as $(+link-static) if
19334         $(build-shared) isn't yes.
19335         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
19336         isn't yes.
19337         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
19339         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
19341         [BZ #14562]
19342         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
19343         new chunk size with MALLOC_ALIGN_MASK.
19345 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
19347         [BZ #5044]
19348         * stdio-common/printf_fphex.c: Include <stdbool.h> and
19349         <rounding-mode.h>.
19350         (__printf_fphex): Determine rounding using get_rounding_mode and
19351         round_away.
19352         * stdio-common/tst-printf-round.c (struct hex_test): New
19353         structure.
19354         (hex_tests): New variable.
19355         (test_hex_in_one_mode): New function.
19356         (do_test): Also run tests for hex float output.
19358 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
19360         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
19361         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
19362         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
19363         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
19364         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
19365         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
19366         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
19367         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
19369 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
19371         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
19372         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
19373         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
19374         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
19376 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
19378         [BZ #14579]
19379         * elf/rtld.c (dl_main): Limit the check for self loading to normal
19380         mode only.
19381         * elf/tst-rtld-load-self.sh: New test.
19382         * elf/Makefile: Run it.
19384 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
19386         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
19387         (tst-writev-ENV): Remove.
19388         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
19390 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
19392         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
19394 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
19396         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
19397         unconditional.
19398         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
19399         Likewise.
19400         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
19401         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
19402         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
19403         Likewise.
19405 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
19407         [BZ #14587]
19408         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
19409         * config.make.in (have-cpp-asm-debuginfo): Removed.
19410         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
19411         * configure: Regenerated.
19413 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
19415         [BZ #5044]
19416         * stdio-common/printf_fp.c: Include <stdbool.h> and
19417         <rounding-mode.h>.
19418         (___printf_fp): Determine rounding using get_rounding_mode and
19419         round_away.
19420         * stdio-common/tst-printf-round.c: New file.
19421         * stdio-common/Makefile (tests): Add tst-printf-round.
19422         (link-libm): New variable.
19423         ($(objpfx)tst-printf-round): Depend in $(link-libm).
19425 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
19427         [BZ #14576]
19428         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
19429         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
19430         Likewise.
19431         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
19432         Likewise.
19434 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
19436         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
19437         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
19438         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
19439         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
19441 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
19443         [BZ #14518]
19444         * include/rounding-mode.h: New file.
19445         * sysdeps/generic/get-rounding-mode.h: Likewise.
19446         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
19447         * stdlib/strtod_l.c: Include <rounding-mode.h>.
19448         (MAX_VALUE): New macro.
19449         (MIN_VALUE): Likewise.
19450         (overflow_value): New function.
19451         (underflow_value): Likewise.
19452         (round_and_return): Use overflow_value and underflow_value to
19453         determine return values in overflow and underflow cases.  Use
19454         round_away to determine rounding depending on rounding mode.
19455         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
19456         determine return values in overflow and underflow cases.
19457         * stdlib/tst-strtod-round.c: Include <fenv.h>.
19458         (struct test_results): New structure.
19459         (struct test): Use struct test_results to store expected results
19460         for all rounding modes.
19461         (TEST): Include expected results for all rounding modes.
19462         (test_in_one_mode): New function.
19463         (do_test): Use test_in_one_mode to compute and check results.
19464         Check results for all rounding modes.
19465         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
19466         $(link-libm).
19468 2012-12-09  Allan McRae  <allan@archlinux.org>
19470         * sysdeps/i386/fpu/libm-test-ulps: Update
19472 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
19474         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
19475         (_G_int32_t): Likewise.
19476         (_G_uint16_t): Likewise.
19477         (_G_uint32_t): Likewise.
19478         (_G_HAVE_BOOL): Likewise.
19479         (_G_HAVE_ATEXIT): Likewise.
19480         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
19481         (_G_HAVE_IO_FILE_OPEN): Likewise.
19482         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
19483         (_G_int32_t): Likewise.
19484         (_G_uint16_t): Likewise.
19485         (_G_uint32_t): Likewise.
19486         (_G_HAVE_BOOL): Likewise.
19487         (_G_HAVE_ATEXIT): Likewise.
19488         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
19489         (_G_HAVE_IO_FILE_OPEN): Likewise.
19490         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
19491         (_G_int32_t): Likewise.
19492         (_G_uint16_t): Likewise.
19493         (_G_uint32_t): Likewise.
19494         (_G_HAVE_BOOL): Likewise.
19495         (_G_HAVE_ATEXIT): Likewise.
19496         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
19497         (_G_HAVE_IO_FILE_OPEN): Likewise.
19499 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
19501         * csu/libc-tls.c: Update copyright years.
19503 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
19505         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
19506         [!_G_USING_THUNKS]: Remove conditional code.
19507         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
19508         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
19510         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
19511         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
19512         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
19513         (_G_VTABLE_LABEL_PREFIX): Likewise.
19514         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
19515         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
19516         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
19517         (_G_VTABLE_LABEL_PREFIX): Likewise.
19518         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
19519         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
19520         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
19521         (_G_VTABLE_LABEL_PREFIX): Likewise.
19522         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
19524 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
19526         * libio/Makefile: Include ../Makeconfig before tests.
19527         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
19528         only if $(build-shared) is yes.
19530         * iconv/gconv_db.c: Update copyright years.
19532 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19534         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
19535         unwind info if defined PIC. Fix special cases description.
19536         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
19538         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
19539         DP_HI_MASK entry.
19540         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
19542 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
19544         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
19546         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
19547         is NULL.
19549         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
19550         (LDLIBS-tst-chk4): This.
19551         (LDFLAGS-tst-chk5): Renamed to ...
19552         (LDLIBS-tst-chk5): This.
19553         (LDFLAGS-tst-chk6): Renamed to ...
19554         (LDLIBS-tst-chk6): This.
19555         (LDFLAGS-tst-lfschk4): Renamed to ...
19556         (LDLIBS-tst-lfschk4): This.
19557         (LDFLAGS-tst-lfschk5): Renamed to ...
19558         (LDLIBS-tst-lfschk5): This.
19559         (LDFLAGS-tst-lfschk6): Renamed to ...
19560         (LDLIBS-tst-lfschk6): This.
19562         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
19563         on $(common-objpfx)soversions.mk.
19565 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
19567         [BZ #10014]
19568         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
19569         example host name.
19571 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19573         * malloc/arena.c (arena_get_retry): New function that gets
19574         another arena for the caller to try its request on.
19575         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
19576         current arena cannot fulfill the request.
19577         (__libc_memalign): Likewise.
19578         (__libc_memalign): Likewise.
19579         (__libc_pvalloc): Likewise.
19580         (__libc_calloc): Likewise.
19582 2012-09-05  John Tobey  <john.tobey@gmail.com>
19584         [BZ #13542]
19585         * manual/arith.texi (Operations on Complex): Fix description
19586         of carg branch cut.
19588 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
19590         [BZ #10014]
19591         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
19592         host name.
19594         [BZ #10038]
19595         * manual/memory.texi (Memory): Make order of menu items match
19596         order of sections.
19598 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19600         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
19601         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
19602         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
19604 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19606         * csu/libc-tls.c (static_dtv): Renamed to ...
19607         (_dl_static_dtv): This.  Make it global.
19608         (_dl_initial_dtv): Removed.
19609         (__libc_setup_tls): Updated.
19610         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
19611         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
19612         DL_INITIAL_DTV.
19614 2012-09-06  Petr Machata  <pmachata@redhat.com>
19616         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
19617         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
19618         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
19619         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
19621 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19623         [BZ #14545]
19624         * csu/libc-tls.c (_dl_initial_dtv): New variable.
19625         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
19626         freeing dtv[-1].
19628 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
19630         [BZ #14544]
19631         * Makeconfig (link-static-before-libc): Replace $(+prector)
19632         with $(+prectorT).
19633         (link-static-after-libc): Replace $(+postctor) with
19634         $(+postctorT).
19635         (link-bounded): Replace $(+prector)/$(+postctor) with
19636         $(+prectorT)/$(+postctorT).
19637         (+prectorT): New macro.
19638         (+postctorT): Likewise.
19640 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
19642         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
19643         (round_str): Handle values above the maximum for IBM long double
19644         as inexact.
19645         * stdlib/tst-strtod-round.c (tests): Regenerated.
19647 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19649         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
19650         assembler flag.
19651         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
19652         zarch_nohighgprs around the zarch optimized routines.
19653         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
19654         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
19655         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
19656         for zarch.
19658 2012-09-05  David S. Miller  <davem@davemloft.net>
19660         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19662         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
19663         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
19664         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
19665         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
19666         entries.
19668 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19670         * malloc/arena.c: Fold copyright years.
19671         * malloc/mcheck.c, malloc/memusage.c: Likewise.
19673 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19675         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
19677 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19679         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
19681 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19683         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
19684         change internal state upon failure.
19686 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
19688         * malloc/mcheck.c (mcheck_check_all): Fix typo.
19689         * malloc/memusage.c (mmap): Likewise.
19690         (mmap64, mremap): Likewise.  Adjust name in comment.
19692 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19694         * libio/fileops.c: Fix typos in comments.
19695         * libio/oldfileops.c: Likewise.
19696         * libio/wfileops.c: Likewise.
19698 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19700         [BZ #1349]
19701         * malloc/Makefile (tests): Add tst-malloc-usable test case.
19702         (tst-malloc-usable-ENV): Set environment for test case.
19703         * malloc/hooks.c (malloc_check_get_size): New function to get
19704         requested size.
19705         * malloc/malloc.c (musable): Use malloc_check_get_size.
19706         * malloc/tst-malloc-usable.c: New test case.
19708 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
19710         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
19712 2012-09-05  Allan McRae  <allan@archlinux.org>
19714         [BZ #13966]
19715         * configure.in (CXX_SYSINCLUDES): Use compiler output to
19716         determine header location.
19717         * configure: Regenerated.
19719 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
19721         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
19722         float format.
19723         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
19724         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
19725         format.
19726         (test): Regenerate.
19728 2012-09-04  David S. Miller  <davem@davemloft.net>
19730         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
19731         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
19732         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
19734 2012-09-04  Florian Weimer  <fweimer@redhat.com>
19736         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
19737         failures.
19739         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
19741 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
19743         [BZ #9914]
19744         * libio/iogetdelim.c: Include <limits.h>.
19745         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
19746         + len + 1 would overflow.
19748 2012-09-03  Andreas Jaeger  <aj@suse.de>
19750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19751         * sysdeps/i386/fpu/libm-test-ulps: Update.
19753 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19755         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
19756         Add s_sinf-sse2, s_conf-sse2.
19758         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
19759         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
19760         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
19761         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
19763         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
19764         for using routine as __sinf_ia32.
19765         Use macro for function declaration and weak_alias.
19766         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
19767         for using routine as __cosf_ia32.
19768         Use macro for function declaration and weak_alias.
19770         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
19771         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
19773         * sysdeps/x86_64/fpu/s_sinf.S: New file.
19774         * sysdeps/x86_64/fpu/s_cosf.S: New file.
19775         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19777         * math/libm-test.inc (cos_test): Add more test cases.
19778         (sin_test): Likewise.
19779         (sincos_test): Likewise.
19781 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19783         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
19784         (IFUNC_RESOLVE): Make pointers to the specialized implementations
19785         hidden.
19786         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
19788 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
19790         [BZ #14538]
19791         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
19792         first element of the GOT.
19793         (elf_machine_load_address): Return the difference between
19794         the runtime address of _DYNAMIC and elf_machine_dynamic ().
19796 2012-09-01  Allan McRae  <allan@archlinux.org>
19798         [BZ #13412]
19799         * configure.in (AWK): Require gawk version 3.0 or later.
19800         * configure: Regenerated.
19802 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
19804         * sysdeps/unix/sysv/linux/kernel-features.h
19805         (__ASSUME_POSIX_CPU_TIMERS): Remove.
19806         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19807         [__NR_clock_getres]: Make code unconditional.
19808         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
19809         (clock_getcpuclockid): Remove code left unreachable by removal of
19810         conditionals.
19811         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
19812         code unconditional.
19813         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
19814         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
19815         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
19816         Make code unconditional.
19817         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
19818         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
19819         * sysdeps/unix/sysv/linux/clock_settime.c
19820         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
19821         conditional code.
19822         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
19823         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
19825 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
19827         [BZ #14476]
19828         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
19829         scripts/test-installation.pl.
19831         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
19832         and $ld_so_version if it is set.
19834 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19836         [BZ #14516]
19837         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
19838         failure if reading from procfs failed.
19839         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
19841 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
19843         * sysdeps/unix/sysv/linux/kernel-features.h
19844         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
19845         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
19846         Remove conditional code.
19847         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19848         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
19849         Remove conditional code.
19850         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19851         * sysdeps/unix/sysv/linux/i386/fxstat.c
19852         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
19853         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19854         * sysdeps/unix/sysv/linux/i386/fxstatat.c
19855         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
19856         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19857         * sysdeps/unix/sysv/linux/i386/lxstat.c
19858         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
19859         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19860         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
19861         Remove conditional code.
19862         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19863         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
19864         Remove conditional code.
19865         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19866         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
19867         <kernel-features.h>.
19868         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
19869         Remove.
19870         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
19871         Remove conditional code.
19872         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
19873         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
19874         Remove conditional.
19876 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
19878         [BZ #5400]
19879         * NEWS: Add fixed bug number.
19881 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
19883         [BZ #14519]
19884         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
19885         underflowing exponent in case of negative sign.
19886         * stdlib/tst-strtod-round-data: Add more tests.
19887         * stdlib/tst-strtod-round.c (tests): Regenerated.
19889         [BZ #3479]
19890         * stdlib/strtod_l.c (NDIG): Remove.
19891         (HEXNDIG): Likewise.
19892         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
19893         smallest representable value.
19894         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
19895         lie within an exact representation of 1/2 ulp of the result.
19896         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
19897         unconditionally.
19898         (TENS_P9_IDX): Define unconditionally.
19899         (TENS_P9_SIZE): Likewise.
19900         (TENS_P10_IDX): Likewise.
19901         (TENS_P10_SIZE): Likewise.
19902         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
19903         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
19904         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
19905         entries for 10^2^13 and 10^2^14.
19906         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
19907         (TENS_P13_IDX): Define.
19908         (TENS_P13_SIZE): Likewise.
19909         (TENS_P14_IDX): Likewise.
19910         (TENS_P14_SIZE): Likewise.
19911         (_fpioconst_pow10): Change array size to
19912         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
19913         unconditional.
19914         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
19915         1024]: Add entries for 10^2^13 and 10^2^14.
19916         [LAST_POW10 > _LAST_POW10]: Remove #error.
19917         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
19918         (_fpioconst_pow10): Change array size to
19919         FPIOCONST_POW10_ARRAY_SIZE.
19920         * stdlib/gen-fpioconst.c: New file.
19921         * stdlib/gen-tst-strtod-round.c: Likewise.
19922         * stdlib/tst-strtod-round-data: Likewise.
19923         * stdlib/tst-strtod-round.c: Likewise.
19924         * stdlib/Makefile (tests): Add tst-strtod-round.
19926         [BZ #14459]
19927         * stdlib/strtod_l.c: Include <stdint.h>.
19928         (NDEBUG): Do not define.
19929         (round_and_return): Change EXPONENT parameter to type intmax_t.
19930         Rearrange calculations to avoid internal overflow possibilities.
19931         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
19932         Rearrange calculations to avoid internal overflow possibilities.
19933         Assert that number fits inside MPNSIZE limbs.
19934         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
19935         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
19936         calculations and add assertions to avoid internal overflow
19937         possibilities.  Add casts to avoid signed/unsigned operations.
19938         * stdlib/tst-strtod-overflow.c: New file.
19939         * stdlib/Makefile (tests): Add tst-strtod-overflow.
19941 2012-08-25  Marek Polacek  <polacek@redhat.com>
19943         * time/time.h: Fix some typos in comments.
19945 2012-08-23  Roland McGrath  <roland@hack.frob.com>
19947         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
19948         * posix/tst-rfc3484-2.c: Likewise.
19949         * posix/tst-rfc3484-3.c: Likewise.
19951 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
19953         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
19954         (EF_ARM_ABI_FLOAT_HARD): Likewise.
19956 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
19958         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
19959         #include of fxstatat64.c.
19961 2012-08-22  Roland McGrath  <roland@hack.frob.com>
19963         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
19964         * shadow/getspent_r.c: Likewise.
19965         * shadow/getspnam.c: Likewise.
19966         * shadow/getspnam_r.c: Likewise.
19967         * gshadow/getsgent.c: Likewise.
19968         * gshadow/getsgent_r.c: Likewise.
19969         * gshadow/getsgnam.c: Likewise.
19970         * gshadow/getsgnam_r.c: Likewise.
19971         * inet/getnetbyad.c: Likewise.
19972         * inet/getnetbyad_r.c: Likewise.
19973         * inet/getnetbynm.c: Likewise.
19974         * inet/getnetbynm_r.c: Likewise.
19975         * inet/getnetent.c: Likewise.
19976         * inet/getnetent_r.c: Likewise.
19977         * inet/getproto.c: Likewise.
19978         * inet/getproto_r.c: Likewise.
19979         * inet/getprtent.c: Likewise.
19980         * inet/getprtent_r.c: Likewise.
19981         * inet/getprtname.c: Likewise.
19982         * inet/getprtname_r.c: Likewise.
19983         * inet/getrpcbyname.c: Likewise.
19984         * inet/getrpcbyname_r.c: Likewise.
19985         * inet/getrpcbynumber.c: Likewise.
19986         * inet/getrpcbynumber_r.c: Likewise.
19987         * inet/getrpcent.c: Likewise.
19988         * inet/getrpcent_r.c: Likewise.
19989         * inet/getaliasent.c: Likewise.
19990         * inet/getaliasent_r.c: Likewise.
19991         * inet/getaliasname.c: Likewise.
19992         * inet/getaliasname_r.c: Likewise.
19993         * nscd/getgrgid_r.c: Likewise.
19994         * nscd/getgrnam_r.c: Likewise.
19995         * nscd/gethstbyad_r.c: Likewise.
19996         * nscd/gethstbynm3_r.c: Likewise.
19997         * nscd/getpwnam_r.c: Likewise.
19998         * nscd/getpwuid_r.c: Likewise.
19999         * nscd/getsrvbynm_r.c: Likewise.
20000         * nscd/getsrvbypt_r.c: Likewise.
20001         * nscd/gai.c: Likewise.
20003         * configure.in (build_nscd): New substituted variable, set
20004         by --disable-build-nscd and defaults to $use_nscd.
20005         * configure: Regenerated.
20006         * config.make.in (build-nscd): New substituted variable.
20007         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
20008         Change conditional to require [$(build-nscd) = yes] as well.
20009         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
20011         [BZ# 13696]
20012         * configure.in (use_nscd): New substituted variable, set by
20013         --disable-nscd.  If enabled, define USE_NSCD.
20014         * configure: Regenerated.
20015         * config.h.in: Add USE_NSCD.
20016         * config.make.in (use-nscd): New substituted variable.
20017         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
20018         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
20019         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
20020         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
20021         (CFLAGS-getgrnam_r.c): Likewise.
20022         (CFLAGS-initgroups.c): Likewise.
20023         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
20024         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
20025         Variables removed.
20026         * inet/getnetgrent_r.c
20027         (nscd_setnetgrent): New function, broken out of ...
20028         (setnetgrent): ... here.  Call it.
20029         (innetgr): Conditionalize nscd bits on [USE_NSCD].
20030         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
20031         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
20032         * nscd/Makefile (routines, aux): Move definitions after include of
20033         Makeconfig.  Conditionalize on [$(use-nscd) != no].
20034         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
20035         Conditionalize on [USE_NSCD].
20036         (is_nscd, nscd_init_cb): Likewise.
20037         (nss_load_library): Conditionalize init callback on [USE_NSCD].
20038         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
20039         * nss/nss_db/db-init.c: Likewise.
20040         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
20041         [USE_NSCD].
20042         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
20043         (make_request): Use it.
20044         (cache_valid_p): New function.
20045         (__check_pf): Use it.
20046         * NEWS: Add item for --disable-nscd.
20048 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
20050         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
20051         to support sed >= 4.2.1-20-ga9bf076.
20052         * configure: Regenerated.
20054 2012-08-22  Roland McGrath  <roland@hack.frob.com>
20056         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
20057         Conditionalize whole body on [IREL].
20059 2012-08-22  Jeff Law <law@redhat.com>
20061         [BZ #14505]
20062         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
20063         if the family is PF_UNSPEC.
20065 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
20067         * Makerules (lib-version): Rename from V.
20068         (install-lib-nosubdir): Change V to lib-version.
20070 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
20072         [BZ #14252]
20073         * powerpc32/power6/wcschr.c: New file.
20074         * powerpc32/power6/wcscpy.c: New file.
20075         * powerpc32/power6/wcsrchr.c: New file.
20076         * powerpc64/power6/wcschr.c: New file.
20077         * powerpc64/power6/wcscpy.c: New file.
20078         * powerpc64/power6/wcsrchr.c: New file.
20080 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
20082         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
20083         (two_way_short_needle): Use it.
20084         * string/strstr.c (AVAILABLE1_USES_J): Define.
20085         * string/strcasestr.c: Likewise.
20087         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
20088         array references.
20089         * string/strcasestr.c (TOLOWER): Make side-effect safe.
20091         [BZ #11607]
20092         * NEWS: Add an entry.
20093         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
20094         define their defaults.
20095         (two_way_short_needle): Detect end-of-string on-the-fly.
20096         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
20097         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
20098         * string/bug-strcasestr1.c: New test.
20099         * string/Makefile: Run it.
20101 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
20103         [BZ #11607]
20104         * string/str-two-way.h (two_way_short_needle): Optimize matching of
20105         the first character.
20107 2012-08-21  Roland McGrath  <roland@hack.frob.com>
20109         * csu/elf-init.c (__libc_csu_irel): Function removed.
20110         * csu/libc-start.c (apply_irel): New function.
20111         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
20113 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
20115         * sysdeps/unix/sysv/linux/kernel-features.h
20116         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
20117         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
20118         <kernel-features.h>.
20119         [__NR_fadvise64_64]: Make code unconditional.
20120         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
20121         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
20122         !__NR_fadvise64_64)]: Likewise.
20123         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
20124         !__NR_fadvise64_64))]: Likewise.
20125         [__NR_fadvise64]: Make code unconditional.
20126         [!__NR_fadvise64]: Remove conditional code.
20127         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
20128         <kernel-features.h>.
20129         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
20130         unconditional.
20131         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
20132         conditional code.
20133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
20134         not include <kernel-features.h>.
20135         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
20136         unconditional.
20137         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
20138         conditional code.
20139         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
20140         include <kernel-features.h>.
20141         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
20142         unconditional.
20143         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
20144         conditional code.
20146 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
20148         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
20149         slight instruction rearrangements per scrollpipe analysis.
20150         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
20152 2012-08-20  Roland McGrath  <roland@hack.frob.com>
20154         * manual/syslog.texi (syslog; vsyslog, closelog):
20155         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
20156         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
20158         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
20159         DSOCAPS to match condition on defining it.
20161 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
20163         * sysdeps/unix/sysv/linux/kernel-features.h
20164         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
20165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
20166         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
20167         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
20168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
20169         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
20170         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
20171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
20172         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
20173         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
20175         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
20176         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
20178         * sysdeps/unix/sysv/linux/kernel-features.h
20179         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
20180         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
20181         unconditional.
20182         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20183         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
20184         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
20185         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20186         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
20187         Make code unconditional.
20188         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20189         (__mmap64) [!__NR_mmap2]: Likewise.
20190         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
20191         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
20192         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20193         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
20194         [__NR_mmap2]: Make code unconditional.
20195         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
20196         (__mmap64) [!__NR_mmap2]: Likewise.
20198 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20200         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
20202 2012-08-18  Andreas Jaeger  <aj@suse.de>
20204         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
20206 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
20208         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
20209         * include/unistd.h (__have_sock_cloexec): Likewise.
20210         (__have_pipe2): Likewise.
20211         (__have_dup3): Likewise.
20213 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
20215         [BZ #9685]
20216         * include/unistd.h (__have_pipe2): Change define into an extern int.
20217         (__have_dup3): Likewise.
20218         * socket/have_sock_cloexec.c: Include fcntl.h.
20219         (__have_pipe2): New variable.
20220         (__have_dup3): Likewise.
20222 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
20224         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
20226 2012-08-17  Marek Polacek  <polacek@redhat.com>
20228         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
20229         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
20231 2012-08-17  Roland McGrath  <roland@hack.frob.com>
20233         * configure.in: Add AC_SUBST for sysheaders.
20234         * configure: Regenerated.
20235         * config.make.in (sysheaders): New substituted variable.
20237         * sysdeps/unix/mkfifo.c: Moved ...
20238         * sysdeps/posix/mkfifo.c: ... here.
20239         * sysdeps/unix/mkfifoat.c: Moved ...
20240         * sysdeps/posix/mkfifoat.c: ... here.
20242         * sysdeps/unix/utime.c: Moved ...
20243         * sysdeps/posix/utime.c: ... here.
20245         * sysdeps/unix/time.c: Moved ...
20246         * sysdeps/posix/time.c: ... here.
20247         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
20248         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
20250         * sysdeps/unix/nice.c: Moved ...
20251         * sysdeps/posix/nice.c: ... here.
20253         * sysdeps/unix/alarm.c: Moved ...
20254         * sysdeps/posix/alarm.c: ... here.
20256         * intl/Makefile ($(codeset_mo)): Depend on the input file.
20258 2012-08-17  Jeff Law <law@redhat.com>
20260         * intl/Makefile (codeset_mo): New variable.
20261         ($(codeset_mo)): New target.
20262         (tst-codeset.out): Depend on that.  Remove explicit rule.
20263         (tst-gettext3.out, tst-gettext5.out): Likewise.
20264         (LOCPATH-ENV, tst-codeset-ENV): New variables.
20265         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
20266         * intl/tst-codeset.sh: Remove.
20267         * intl/tst-gettext3.sh: Likewise.
20268         * intl/tst-gettext5.sh: Likewise.
20270 2012-08-17  Roland McGrath  <roland@hack.frob.com>
20272         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
20273         * sysdeps/unix/syscalls.list: ... here.
20275         * sysdeps/posix/getaddrinfo.c
20276         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
20277         (gaiconf_init, gaiconf_reload): Use them.
20278         [!_STATBUF_ST_NSEC]
20279         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
20280         Define using time_t rather than struct timespec.
20282         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
20283         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
20284         Macros removed.
20285         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
20286         [!NO_THREADS].
20287         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
20288         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
20289         Likewise.
20291         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
20292         __libc_cleanup_push argument.
20294         * bits/param.h: New file.
20295         * misc/sys/param.h: New file.
20296         * include/sys/param.h: New file.
20297         * misc/Makefile (headers): Add bits/param.h.
20298         * sysdeps/generic/sys/param.h: File removed.
20299         * sysdeps/unix/sysv/linux/bits/param.h: New file.
20300         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
20301         * sysdeps/mach/hurd/bits/param.h: New file.
20302         * sysdeps/mach/hurd/sys/param.h: File removed.
20304         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
20305         last change.
20307         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
20308         [_IO_MTSAFE_IO].
20309         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
20310         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
20311         New macros.
20313         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
20314         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
20315         rather than -D_IO_MTSAFE_IO conditionally.
20316         * stdio-common/Makefile (CPPFLAGS): Likewise.
20317         * wcsmbs/Makefile (CPPFLAGS): Likewise.
20318         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
20319         Use $(libio-mtsafe).
20320         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
20321         of -D_IO_MTSAFE_IO.
20322         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
20323         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
20324         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
20325         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
20326         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
20327         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
20328         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
20329         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
20330         (CFLAGS-fread_u_chk.c): Likewise.
20331         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
20332         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
20333         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
20334         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
20335         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
20336         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
20337         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
20338         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
20339         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
20341         * libio/Makefile: Test [$(libc-reentrant) = yes]
20342         instead of [$(filter %REENTRANT, $(defines)) nonempty].
20344         * Makeconfig
20345         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
20346         * sysdeps/pthread/configure: File removed.
20347         * sysdeps/pthread/Makeconfig: New file.
20348         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
20349         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
20351 2012-08-16  Gary Benson  <gbenson@redhat.com>
20353         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
20354         unmapping the first object in a namespace.
20356 2012-08-16  Roland McGrath  <roland@hack.frob.com>
20358         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
20359         (__internal_setnetgrent): ... this.  Add internal_function to
20360         definition.  Add libc_hidden_def.
20361         (setnetgrent): Update caller.
20362         (internal_endnetgrent): Renamed to ...
20363         (__internal_endnetgrent): ... this.  Add internal_function to
20364         definition.  Add libc_hidden_def.
20365         (endnetgrent): Update caller.
20366         (internal_getnetgrent_r): Renamed to ...
20367         (__internal_getnetgrent_r): ... this.  Add internal_function to
20368         definition.  Add libc_hidden_def.
20369         (__getnetgrent_r): Update caller.
20370         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
20372 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
20374         * stdlib/longlong.h: Update from GCC.
20376 2012-08-16  Roland McGrath  <roland@hack.frob.com>
20378         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
20379         on _QL, which is set by umul_ppmm but never used.
20380         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
20381         variables, which are set by GMP macros but never used.
20382         * stdio-common/_itowa.c (_itowa): Likewise.
20383         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
20384         * stdlib/mod_1.c (mpn_mod_1): Likewise.
20386 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
20388         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
20389         struct La_sh_regs is not constant.
20390         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
20391         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
20392         and struct La_sparc64_regs are not constant.
20394 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
20396         * sysdeps/unix/sysv/linux/kernel-features.h
20397         (__ASSUME_POSIX_TIMERS): Remove.
20398         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20399         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20400         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
20401         Make code unconditional.
20402         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20403         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
20404         Make code unconditional.
20405         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20406         * sysdeps/unix/sysv/linux/clock_nanosleep.c
20407         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
20408         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20409         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
20410         Make code unconditional.
20411         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
20412         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
20413         (__libc_missing_posix_timers): Remove.
20415 2012-08-15  Roland McGrath  <roland@hack.frob.com>
20417         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
20418         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
20420         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
20422         * elf/dl-sym.c: Include <stdlib.h>.
20424         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
20425         constants, which avoids warnings in 32-bit builds.
20427         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
20428         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
20430         * misc/lseek.c: File moved to ...
20431         * io/lseek.c: ... here.
20433         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
20435         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
20436         shifting LEN more than 31 bits at once.
20438 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20440         [BZ #14195]
20441         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
20442         segmentation fault for a case of two empty input strings.
20443         * string/test-strncasecmp.c (check1): Renamed to...
20444         (bz12205): ...this.
20445         (bz14195): Add new testcase for two empty input strings and N > 0.
20446         (test_main): Call new testcase, adapt for renamed function.
20448 2012-08-15  Andreas Jaeger  <aj@suse.de>
20450         [BZ #14090]
20451         * crypt/md5test2.c: New test, based on test supplied by Serge
20452         Belyshev <belyshev@depni.sinp.msu.ru>.
20453         * crypt/Makefile (xtests): Add md5test-giant..
20454         * crypt/Makefile ($(objpfx)md5test-giant): Add.
20456 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20458         [BZ #14090]
20459         * crypt/md5.c (md5_process_block): Don't assume the buffer
20460         length is less than 2**32.
20461         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
20462         length is less than 2**64.
20464 2012-08-15  Roland McGrath  <roland@hack.frob.com>
20466         * string/str-two-way.h: Include <sys/param.h>.
20467         (MAX): Macro removed.
20469         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
20470         Move #define and #undef of memmove to just before and after
20471         including <string.h>.
20473         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
20474         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
20475         and after including <string.h>.  Move declarations of
20476         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
20477         to before #include "string/memmove.c".
20479         * include/dirent.h: Declare __getdirentries.
20481         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
20482         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
20484 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
20486         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
20487         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
20488         * sysdeps/i386/configure: Regenerated.
20489         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
20490         STABS_CURRENT_FILE, and STABS_FUN.
20491         (END): Remove call to STABS_FUN_END.
20492         (STABS_CURRENT_FILE1): Delete.
20493         (STABS_CURRENT_FILE): Likewise.
20494         (STABS_FUN): Likewise.
20495         (STABS_FUN_END): Likewise.
20496         (STABS_FUN2): Likewise.
20497         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
20498         * sysdeps/x86_64/configure: Regenerated.
20500 2012-08-14  Roland McGrath  <roland@hack.frob.com>
20502         * elf/dl-open.c: Include <atomic.h>.
20503         * elf/dl-lookup.c: Likewise.
20505 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
20507         * sysdeps/unix/sysv/linux/kernel-features.h
20508         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
20509         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
20510         unconditionally.
20511         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
20512         unconditionally.
20513         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
20514         condition on __ASSUME_CLONE_THREAD_FLAGS.
20516 2012-08-14  Andreas Jaeger  <aj@suse.de>
20518         * sysdeps/i386/fpu/libm-test-ulps: Update.
20520 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
20522         * include/atomic.h (atomic_exchange_and_add): Split into ...
20523         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
20524         New atomic macros.
20526 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
20528         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20530 2012-08-13  Jeff Law <law@redhat.com>
20532         * manual/stdio.texi (snprintf): Clarify handling of the trailing
20533         null byte in the output string.
20535 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
20537         * sysdeps/unix/sysv/linux/kernel-features.h
20538         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
20539         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
20540         (__ASSUME_ARG_MAX_STACK_BASED): Define.
20541         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
20542         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
20543         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
20544         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
20546 2012-08-09  Jeff Law <law@redhat.com>
20548         [BZ #13939]
20549         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
20550         When avoid_arena is set, don't retry in the that arena.  Pick the
20551         next one, whatever it might be.
20552         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
20553         (arena_lock): Pass in new parameter to arena_get2.
20554         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
20555         arena_get2.
20556         (__libc_malloc): Unify retrying after main arena failure with
20557         __libc_memalign version.
20558         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
20560 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
20562         [BZ #14166]
20563         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
20564         to __redirect_strstr.
20565         (__strstr_sse42): Use typeof __redirect_strstr.
20566         (__strstr_ia32): Likewise.
20567         (__libc_strstr): New prototype.
20568         (strstr): Renamed to ...
20569         (__libc_strstr): This.
20570         (strstr): New strong alias of __libc_strstr.
20571         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
20572         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
20573         __redirect_time.
20574         Include <time.h>.
20575         (__libc_time): New prototype.
20576         (time_ifunc): Replace time with __libc_time.
20577         (time): New strong alias and hidden definition of __libc_time.
20578         (__GI_time): Remove strong alias.
20579         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
20580         Include <stddef.h>.
20581         (memmove): Redefined to __redirect_memmove.
20582         (__memmove_sse2): Use typeof __redirect_memmove.
20583         (__memmove_ssse3): Likewise.
20584         (__memmove_ssse3_back): Likewise.
20585         (__libc_memmove): New prototype.
20586         (memmove): Renamed to ...
20587         (__libc_memmove): This.
20588         (memmove): New strong alias of __libc_memmove.
20590 2012-08-08  Mark Salter  <msalter@redhat.com>
20592         * elf/elf.h
20593         (R_MN10300_TLS_GD): Define.
20594         (R_MN10300_TLS_LD): Likewise.
20595         (R_MN10300_TLS_LDO): Likewise.
20596         (R_MN10300_TLS_GOTIE): Likewise.
20597         (R_MN10300_TLS_IE): Likewise.
20598         (R_MN10300_TLS_LE): Likewise.
20599         (R_MN10300_TLS_DTPMOD): Likewise.
20600         (R_MN10300_TLS_DTPOFF): Likewise.
20601         (R_MN10300_TLS_TPOFF): Likewise.
20602         (R_MN10300_SYM_DIFF): Likewise.
20603         (R_MN10300_ALIGN): Likewise.
20604         (R_MN10300_NUM): Update.
20606 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
20608         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
20609         Remove.
20611 2012-08-08  Roland McGrath  <roland@hack.frob.com>
20613         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
20615         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
20616         sysdeps/unix -> sysdeps/posix move.
20617         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
20619 2012-08-07      Allan McRae     <allan@archlinux.org>
20621         [BZ #14303]
20622         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
20623         (SUNOS_CPP): Likewise.
20624         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
20625         not found.
20626         (open_input): Call CPP using execvp.
20628 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
20630         * sysdeps/unix/sysv/linux/kernel-features.h
20631         (__ASSUME_PROT_GROWSUPDOWN): Remove.
20632         (__ASSUME_NO_CLONE_DETACHED): Likewise.
20633         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
20634         (__ASSUME_WAITID_SYSCALL): Likewise.
20635         * sysdeps/unix/sysv/linux/dl-execstack.c
20636         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
20637         code unconditional.
20638         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
20639         conditional code.
20640         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
20641         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
20642         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
20643         code.
20644         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
20645         unconditional.
20646         [__ASSUME_WAITID_SYSCALL]: Likewise.
20647         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
20649 2012-08-07  Roland McGrath  <roland@hack.frob.com>
20651         * sysdeps/unix/closedir.c: Renamed to ...
20652         * sysdeps/posix/closedir.c: ... here.
20653         * sysdeps/unix/dirfd.c: Renamed to ...
20654         * sysdeps/posix/dirfd.c: ... here.
20655         * sysdeps/unix/dirstream.h: Renamed to ...
20656         * sysdeps/posix/dirstream.h: ... here.
20657         * sysdeps/unix/fdopendir.c: Renamed to ...
20658         * sysdeps/posix/fdopendir.c: ... here.
20659         * sysdeps/unix/opendir.c: Renamed to ...
20660         * sysdeps/posix/opendir.c: ... here.
20661         * sysdeps/unix/readdir.c: Renamed to ...
20662         * sysdeps/posix/readdir.c: ... here.
20663         * sysdeps/unix/readdir_r.c: Renamed to ...
20664         * sysdeps/posix/readdir_r.c: ... here.
20665         * sysdeps/unix/rewinddir.c: Renamed to ...
20666         * sysdeps/posix/rewinddir.c: ... here.
20667         * sysdeps/unix/seekdir.c: Renamed to ...
20668         * sysdeps/posix/seekdir.c: ... here.
20669         * sysdeps/unix/telldir.c: Renamed to ...
20670         * sysdeps/posix/telldir.c: ... here.
20671         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
20672         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
20673         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
20674         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
20676         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
20677         * bits/fcntl.h: ... here.
20679         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
20680         not 0.
20681         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
20682         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
20683         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
20684         (struct flock): Move l_start, l_len to the beginning.
20685         Use __pid_t for l_pid.
20686         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
20687         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
20688         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
20689         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
20690         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
20691         [__USE_LARGEFILE64] (struct flock64): New type.
20692         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
20694         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
20695         * bits/dirent.h: ... here.
20697         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
20698         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
20700 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
20702         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
20703         Change from 2.6.0 to 2.6.16.
20704         * sysdeps/unix/sysv/linux/configure: Regenerated.
20705         * sysdeps/unix/sysv/linux/kernel-features.h
20706         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
20707         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
20708         version.
20709         (__ASSUME_UTIMES): Likewise.
20710         (__ASSUME_CLONE_STOPPED): Remove.
20711         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
20712         architectures, not kernel version.
20713         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
20714         (__ASSUME_NO_CLONE_DETACHED): Likewise.
20715         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
20716         (__ASSUME_WAITID_SYSCALL): Likewise.
20717         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
20718         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
20719         * README: State 2.6.16 as minimum Linux kernel version.  Do not
20720         refer to older versions.
20722 2012-08-06  Roland McGrath  <roland@hack.frob.com>
20724         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
20725         Define alphasort64 as an alias.
20726         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
20727         Define versionsort64 as an alias.
20728         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
20729         Define scandir64 as an alias.
20730         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
20731         Define scandirat64 as an alias.
20732         * dirent/alphasort64.c (alphasort64):
20733         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
20734         * dirent/versionsort64.c: Likewise.
20735         * dirent/scandir64.c: Likewise.
20736         * dirent/scandirat64.c: Likewise.
20737         * sysdeps/wordsize-64/alphasort.c: File removed.
20738         * sysdeps/wordsize-64/alphasort64.c: File removed.
20739         * sysdeps/wordsize-64/scandir.c: File removed.
20740         * sysdeps/wordsize-64/scandir64.c: File removed.
20741         * sysdeps/wordsize-64/scandirat.c: File removed.
20742         * sysdeps/wordsize-64/scandirat64.c: File removed.
20743         * sysdeps/wordsize-64/versionsort.c: File removed.
20744         * sysdeps/wordsize-64/versionsort64.c: File removed.
20745         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
20746         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
20747         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
20748         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
20749         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
20750         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
20751         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
20752         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
20754         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
20755         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
20756         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
20757         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20758         [defined __arch64__ || defined __sparcv9]
20759         (__INO_T_MATCHES_INO64_T): New macro.
20760         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
20761         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
20762         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
20763         * sysdeps/unix/sysv/linux/bits/dirent.h
20764         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
20765         (_DIRENT_MATCHES_DIRENT64): New macro.
20767         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
20768         Define lockf64 as an alias.
20769         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
20770         Define fseeko64 as an alias.
20771         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
20772         Define ftello64 as an alias.
20773         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
20774         Define _IO_fgetpos64 and fgetpos64 as aliases.
20775         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
20776         Define _IO_fsetpos64 and fsetpos64 as aliases.
20777         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
20778         Conditionalize body on this.
20779         * libio/fseeko64.c: Likewise.
20780         * libio/ftello64.c: Likewise.
20781         * libio/iofgetpos64.c: Likewise.
20782         * libio/iofsetpos64.c: Likewise.
20783         * sysdeps/wordsize-64/lockf.c: File removed.
20784         * sysdeps/wordsize-64/lockf64.c: File removed.
20785         * sysdeps/wordsize-64/fseeko.c: File removed.
20786         * sysdeps/wordsize-64/fseeko64.c: File removed.
20787         * sysdeps/wordsize-64/ftello.c: File removed.
20788         * sysdeps/wordsize-64/ftello64.c: File removed.
20789         * sysdeps/wordsize-64/iofgetpos.c: File removed.
20790         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
20791         * sysdeps/wordsize-64/iofsetpos.c: File removed.
20792         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
20793         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
20794         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
20795         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
20796         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
20797         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
20798         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
20799         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
20800         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
20801         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
20802         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
20804         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
20805         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
20806         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
20807         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20808         [defined __arch64__ || defined __sparcv9]
20809         (__OFF_T_MATCHES_OFF64_T): New macro.
20810         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
20811         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
20812         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20813         (__OFF_T_MATCHES_OFF64_T): New macro.
20815 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
20817         * stdlib/secure-getenv.c (__secure_getenv): Replace
20818         GLIBC_2_16 with GLIBC_2_17.
20820 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
20822         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
20823         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
20825 2012-08-03  David S. Miller  <davem@davemloft.net>
20827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20829 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
20831         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
20832         Remove.
20833         (__ASSUME_CORRECT_SI_PID): Likewise.
20834         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
20835         (__ASSUME_TMPFS_NAME): Likewise.
20836         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
20837         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
20838         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
20839         (HAVE_AUX_SECURE): Make definition unconditional.
20840         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
20841         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
20843 2012-08-03  Roland McGrath  <roland@hack.frob.com>
20845         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
20846         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
20847         * sysdeps/mach/hurd/eloop-threshold.h: New file.
20848         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
20849         __eloop_threshold instead of SYMLOOP_MAX.
20851         * sysdeps/generic/eloop-threshold.h: New file.
20852         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
20853         of MAXSYMLINKS.
20854         * elf/chroot_canon.c (chroot_canon): Likewise.
20856 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
20858         [BZ #13717]
20859         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
20860         Change to 2.6.0 everywhere.
20861         * sysdeps/unix/sysv/linux/configure: Regenerated.
20862         * sysdeps/unix/sysv/linux/kernel-features.h
20863         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
20864         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
20865         kernel versions.
20866         (__ASSUME_POSIX_TIMERS): Define unconditionally.
20867         (__ASSUME_FUTEX_REQUEUE): Remove.
20868         (__ASSUME_STATFS64): Define unconditionally.
20869         (__ASSUME_AT_SECURE): Likewise.
20870         (__ASSUME_CORRECT_SI_PID): Likewise.
20871         (__ASSUME_TGKILL): Define without depending on kernel version for
20872         i386.
20873         (__ASSUME_UTIMES): Likewise.
20874         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
20875         kernel version.
20876         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
20877         (__ASSUME_TMPFS_NAME): Likewise.
20878         * README: Update reference to Linux kernel versions.
20880 2012-08-02  Marek Polacek  <polacek@redhat.com>
20882         [BZ# 14150]
20883         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
20884         libc_cv_asm_type_prefix with %.
20885         * configure: Regenerated.
20886         * include/libc-symbols.h: Remove comment about
20887         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
20888         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
20889         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
20890         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
20891         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
20892         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
20893         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
20894         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
20895         * elf/tst-unique2mod1.c: Likewise.
20896         * elf/tst-unique1mod2.c: Likewise.
20897         * elf/tst-unique1mod1.c: Likewise.
20898         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
20899         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
20900         Replace ASM_TYPE_DIRECTIVE with .type.
20901         * sysdeps/s390/s390-64/sysdep.h: Likewise.
20902         * sysdeps/i386/sysdep.h: Likewise.
20903         * sysdeps/x86_64/sysdep.h: Likewise.
20904         * sysdeps/sh/sysdep.h: Likewise.
20905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
20906         Do not define ASM_TYPE_DIRECTIVE.
20907         * sysdeps/powerpc/sysdep.h: Likewise.
20908         * sysdeps/powerpc/powerpc32/sysdep.h:
20909         Replace ASM_TYPE_DIRECTIVE with .type.
20910         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
20911         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20912         * sysdeps/i386/fpu/e_powf.S: Likewise.
20913         * sysdeps/i386/fpu/e_expl.S: Likewise.
20914         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
20915         * sysdeps/i386/fpu/e_acosh.S: Likewise.
20916         * sysdeps/i386/fpu/e_pow.S: Likewise.
20917         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
20918         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
20919         * sysdeps/i386/fpu/s_expm1.S: Likewise.
20920         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
20921         * sysdeps/i386/fpu/e_log2.S: Likewise.
20922         * sysdeps/i386/fpu/e_log2l.S: Likewise.
20923         * sysdeps/i386/fpu/e_scalb.S: Likewise.
20924         * sysdeps/i386/fpu/e_powl.S: Likewise.
20925         * sysdeps/i386/fpu/e_log10f.S: Likewise.
20926         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
20927         * sysdeps/i386/fpu/e_logl.S: Likewise.
20928         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
20929         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
20930         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
20931         * sysdeps/i386/fpu/e_log2f.S: Likewise.
20932         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
20933         * sysdeps/i386/fpu/e_log.S: Likewise.
20934         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
20935         * sysdeps/i386/fpu/e_logf.S: Likewise.
20936         * sysdeps/i386/fpu/e_log10l.S: Likewise.
20937         * sysdeps/i386/fpu/e_atanh.S: Likewise.
20938         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
20939         * sysdeps/i386/fpu/e_log10.S: Likewise.
20940         * sysdeps/i386/fpu/s_frexp.S: Likewise.
20941         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
20942         * sysdeps/i386/fpu/s_asinh.S: Likewise.
20943         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
20944         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
20945         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
20946         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
20947         * sysdeps/i386/i686/strtok.S: Likewise.
20948         * sysdeps/i386/i386-mcount.S: Likewise.
20949         * sysdeps/i386/strtok.S: Likewise.
20950         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
20951         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
20952         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20953         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
20954         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
20955         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
20956         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
20957         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
20958         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
20959         * sysdeps/x86_64/_mcount.S: Likewise.
20960         * sysdeps/x86_64/strtok.S: Likewise.
20961         * sysdeps/sh/_mcount.S: Likewise.
20963 2012-08-01  Roland McGrath  <roland@hack.frob.com>
20965         * libio/iofopen.c: Include <fcntl.h>.
20966         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
20967         (_IO_fopen64, fopen64): Define as aliases.
20968         * libio/iofopen64.c: Include <fcntl.h>.
20969         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
20970         Conditionalize body on this.
20971         * sysdeps/wordsize-64/iofopen.c: File removed.
20972         * sysdeps/wordsize-64/iofopen64.c: File removed.
20974 2012-08-01  Marek Polacek  <polacek@redhat.com>
20976         * libc/Makeconfig: Use elf in place of binfmt-subdir.
20977         Use dlfcn directly instead of a variable.
20978         (binfmt-subdir): Do not define.
20979         (dlfcn): Likewise.
20981 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
20983         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
20984         Remove all definitions.
20985         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
20986         <kernel-features.h>.
20987         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
20988         (miss_F_GETOWN_EX): Remove all definitions.
20989         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
20990         macro definition.
20991         [!__ASSUME_FCNTL64]: Remove conditional code.
20992         [__ASSUME_FCNTL64]: Make code unconditional.
20993         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
20994         <kernel-features.h>.
20995         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
20996         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
20997         (lockf64) [__NR_fcntl64]: Make code unconditional.
20998         (lockf64) [__ASSUME_FCNTL64]: Likewise.
21000         * sysdeps/unix/sysv/linux/kernel-features.h
21001         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
21002         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
21003         Make code unconditional.
21004         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
21005         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
21006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
21007         [__NR_vfork]: Make code unconditional.
21008         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
21009         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
21010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
21011         [__NR_vfork]: Make code unconditional.
21012         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
21013         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
21015 2012-08-01  Roland McGrath  <roland@hack.frob.com>
21017         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
21018         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
21020         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21021         Define mkstemp64 as an alias.
21022         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21023         Define mkstemps64 as an alias.
21024         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21025         Define mkostemp64 as an alias.
21026         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
21027         Define mkostemps64 as an alias.
21028         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
21029         Conditionalize body on this.
21030         * misc/mkostemp64.c: Likewise.
21031         * misc/mkostemps64.c: Likewise.
21032         * misc/mkstemps64.c: Likewise.
21033         * sysdeps/wordsize-64/mkstemp64.c: File removed.
21034         * sysdeps/wordsize-64/mkostemp64.c: File removed.
21035         * sysdeps/wordsize-64/mkostemp.c: File removed.
21036         * sysdeps/wordsize-64/mkstemp.c: File removed.
21037         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
21038         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
21039         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
21040         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
21042         [BZ #14138]
21043         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
21044         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
21045         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
21046         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
21048         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
21049         compat_symbol macros from <shlib-compat.h> rather than the underlying
21050         default_symbol_version and symbol_version macros, so that DEFAULT
21051         lines in shlib-versions are respected.
21052         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
21054 2012-08-01  Florian Weimer  <fweimer@redhat.com>
21056         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
21057         Declare with warn_unused_result.
21058         (setgid, setregid, setegid, setresgid): Likewise.
21059         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
21060         Likewise.
21061         * WUR-REPORT: Remove set*id functions.
21063 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
21065         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
21067 2012-07-31  Roland McGrath  <roland@hack.frob.com>
21069         [BZ #10191]
21070         * include/sys/socket.h (__libc_accept, __libc_accept4):
21071         Add attribute_hidden.
21072         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
21074         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
21075         use of PTR_MANGLE.
21076         * inet/getnetgrent_r.c (setup): Likewise.
21078         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
21080 2012-07-31  David S. Miller  <davem@davemloft.net>
21082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21084 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
21086         [BZ #13629]
21087         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
21088         value between 1.0 and 2.0 and smaller part has absolute value less
21089         than 1.0.
21090         * math/s_clog10.c (__clog10): Likewise.
21091         * math/s_clog10f.c (__clog10f): Likewise.
21092         * math/s_clog10l.c (__clog10l): Likewise.
21093         * math/s_clogf.c (__clogf): Likewise.
21094         * math/s_clogl.c (__clogl): Likewise.
21095         * math/libm-test.inc (clog_test): Add more tests.
21096         (clog10_test): Likewise.
21097         * sysdeps/i386/fpu/libm-test-ulps: Update.
21098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21100 2012-07-31  Florian Weimer  <fweimer@redhat.com>
21102         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
21103         Exit with zero in case no suitable GID is found, and write a
21104         message to standard error.
21106 2012-07-30  Roland McGrath  <roland@hack.frob.com>
21108         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
21109         rather than to 1.
21110         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
21111         (MAXPATHLEN): Removed.
21112         (NOGROUP, NODEV): New macros.
21113         (setbit, clrbit, isset, isclr): New macros.
21114         (howmany, roundup, powerof2): New macros.
21115         (DEV_BSIZE): New macro.
21117         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
21118         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
21120         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
21121         definition on [!__NO_LONG_DOUBLE_MATH].
21123         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
21124         PTR_MANGLE and PTR_DEMANGLE.
21126         * socket/accept4.c (accept4): Rename to __libc_accept4.
21127         Define accept4 as a weak alias.
21129         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
21130         on [_DIRENT_HAVE_D_TYPE].
21131         * io/ftw.c (ftw_dir): Likewise.
21133         * io/xmknod.c (__xmknod): Don't check PATH for being null.
21135         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
21137         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
21138         Use the BSD numbers rather than the arbitrary ones we had.
21139         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
21140         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
21141         (SIGXCPU, SIGXFSZ): New macros.
21142         (_NSIG): Now 32.
21144         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
21145         initializer on [_LIBC_REENTRANT].
21147         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
21148         definitions inside [_POSIX_MAPPED_FILES].
21150         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
21152         * dirent/opendir.c: Include <fcntl.h>.
21154         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
21155         (__libc_getspecific): Likewise.
21156         (__libc_key_create): Likewise.
21158         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
21159         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
21160         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
21161         (tmpfile64): Define as alias.
21162         * sysdeps/wordsize-64/tmpfile.c: File removed.
21163         * sysdeps/wordsize-64/tmpfile64.c: File removed.
21164         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
21165         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
21167         * stdio-common/vfscanf.c: Include <stdbool.h>.
21168         * nss/makedb.c: Likewise.
21169         * stdio-common/_i18n_number.h: Likewise.
21170         * argp/argp-help.c: Likewise.
21171         * posix/wordexp.c: Likewise.
21172         * sysdeps/posix/spawni.c: Likewise.
21173         * nss/nss_files/files-initgroups.c: Likewise.
21174         * stdio-common/reg-modifier.c: Include <stdlib.h>.
21175         * nss/nss_files/files-initgroups.c: Likewise.
21176         * nss/nss_db/db-netgrp.c: Likewise.
21177         * nss/nss_db/db-initgroups.c: Likewise.
21178         * io/fchmodat.c: Include <sys/stat.h>.
21180         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
21181         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
21183         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
21184         [HAVE_MMAP].
21186         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
21187         Add multiple inclusion protection.
21189 2012-07-27  David S. Miller  <davem@davemloft.net>
21191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21193 2012-07-27  Gary Benson  <gbenson@redhat.com>
21195         [BZ #14298]
21196         * elf/rtld.c: Include <stap-probe.h>.
21197         (dl_main): Added static probes "init_start" and "init_complete".
21198         * elf/dl-load.c: Include <stap-probe.h>.
21199         (lose): Take new parameter "nsid".
21200         Added static probe "map_failed".
21201         (_dl_map_object_from_fd): Pass namespace id to lose.
21202         Added static probe "map_start".
21203         (open_verify): Pass namespace id to lose.
21204         * elf/dl-open.c: Include <stap-probe.h>.
21205         (dl_open_worker) Added static probes "map_complete", "reloc_start"
21206         and "reloc_complete".
21207         * elf/dl-close.c: Include <stap-probe.h>.
21208         (_dl_close_worker): Added static probes "unmap_start" and
21209         "unmap_complete".
21210         * elf/rtld-debugger-interface.txt: New file documenting the above.
21212 2012-07-26  Roland McGrath  <roland@hack.frob.com>
21214         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
21215         rather than a string variable.
21216         * sunrpc/rpc_main.c (h_output): Likewise.
21217         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
21219 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
21221         * inet/check_native.c: New file.
21223 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
21225         [BZ #13629]
21226         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
21227         if larger part has absolute value 1.0.
21228         * math/s_clog10.c (__clog10): Likewise.
21229         * math/s_clog10f.c (__clog10f): Likewise.
21230         * math/s_clog10l.c (__clog10l): Likewise.
21231         * math/s_clogf.c (__clogf): Likewise.
21232         * math/s_clogl.c (__clogl): Likewise.
21233         * math/libm-test.inc (clog_test): Add more tests.
21234         (clog10_test): Likewise.
21235         * sysdeps/i386/fpu/libm-test-ulps: Update.
21236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21238         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
21239         (pltexit): Likewise.
21240         (La_regs): Likewise.
21241         (La_retval): Likewise.
21242         (int_retval): Likewise.
21243         Update #error for removed macros to refer only to definitions in
21244         tst-audit.h.
21245         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
21246         macro.
21247         (pltexit): Likewise.
21248         (La_regs): Likewise.
21249         (La_retval): Likewise.
21250         (int_retval): Likewise.
21251         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
21252         macro.
21253         (pltexit): Likewise.
21254         (La_regs): Likewise.
21255         (La_retval): Likewise.
21256         (int_retval): Likewise.
21257         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
21258         macro.
21259         (pltexit): Likewise.
21260         (La_regs): Likewise.
21261         (La_retval): Likewise.
21262         (int_retval): Likewise.
21263         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
21264         macro.
21265         (pltexit): Likewise.
21266         (La_regs): Likewise.
21267         (La_retval): Likewise.
21268         (int_retval): Likewise.
21269         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
21270         macro.
21271         (pltexit): Likewise.
21272         (La_regs): Likewise.
21273         (La_retval): Likewise.
21274         (int_retval): Likewise.
21275         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
21276         macro.
21277         (pltexit): Likewise.
21278         (La_regs): Likewise.
21279         (La_retval): Likewise.
21280         (int_retval): Likewise.
21281         * sysdeps/generic/tst-audit.h: Update comment to refer only to
21282         macro definitions in tst-audit.h.
21283         * sysdeps/i386/tst-audit.h: New file.
21284         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
21285         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
21286         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
21287         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
21288         * sysdeps/sh/tst-audit.h: Likewise.
21289         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
21290         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
21291         * sysdeps/x86_64/tst-audit.h: Likewise.
21293 2012-07-26  Andreas Jaeger  <aj@suse.de>
21295         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
21296         ptrace.
21298         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
21299         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
21300         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
21301         PTRACE_O_MASK.
21302         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
21303         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
21304         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
21306         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
21307         value.
21309         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
21310         _sigsys.
21311         (si_call_addr, si_syscall, si_arch): Define new macro.
21312         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
21313         _sigsys.
21314         (si_call_addr, si_syscall, si_arch): Define new marcro.
21315         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
21316         _sigsys.
21317         (si_call_addr, si_syscall, si_arch): Define new macro.
21318         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
21319         _sigsys.
21320         (si_call_addr, si_syscall, si_arch): Define new macro.
21322 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
21324         [BZ #13717]
21325         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
21326         Change to 2.4.21 where previously 2.4.1.
21327         * sysdeps/unix/sysv/linux/configure: Regenerated.
21328         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
21329         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
21330         Linux kernel version.
21331         (__ASSUME_STD_AUXV): Remove.
21332         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
21333         kernel version.
21334         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
21335         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
21336         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
21337         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
21338         (__ASSUME_NETLINK_SUPPORT): Likewise.
21339         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
21340         (__no_netlink_support): Remove conditional definition.
21341         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
21342         Remove.
21343         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
21344         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
21345         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
21346         (if_nameindex_ioctl): Remove.
21347         (if_nameindex_netlink): Do not handle __no_netlink_support.
21348         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
21349         code.
21350         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
21351         Remove conditional code.
21352         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
21353         code.
21354         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
21355         unconditional.
21356         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
21357         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
21358         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
21359         Remove.
21360         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
21361         [!__ASSUME_STD_AUXV]: Remove conditional code.
21362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
21363         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
21364         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
21365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
21366         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
21367         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
21368         code.
21369         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
21370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21371         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
21372         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
21373         conditional code.
21374         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
21375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21376         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
21377         code.
21378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21379         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
21380         conditional code.
21381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
21382         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
21383         code unconditional.
21384         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21385         conditional code.
21386         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21387         unconditional.
21388         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21389         conditional code.
21390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21391         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21392         unconditional.
21393         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21394         conditional code.
21395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
21396         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
21397         code unconditional.
21398         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21399         conditional code.
21400         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21401         unconditional.
21402         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21403         conditional code.
21404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
21405         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
21406         code unconditional.
21407         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21408         conditional code.
21409         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
21410         unconditional.
21411         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
21412         conditional code.
21414 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
21416         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
21417         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
21418         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
21419         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
21420         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
21421         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
21422         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
21423         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
21424         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
21425         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
21426         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
21427         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
21428         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
21429         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
21430         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
21431         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
21432         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
21433         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
21434         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
21435         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
21436         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
21437         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
21438         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
21440 2012-07-25  Florian Weimer  <fweimer@redhat.com>
21442         * Versions.def: Add GLIBC_2.17.
21443         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
21444         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
21445         Introduce __libc_secure_getenv.
21446         * stdlib/Versions (2.17): Add secure_getenv
21447         (GLIBC_PRIVATE): Add __libc_secure_getenv.
21448         * stdlib/secure-getenv.c: Rename __secure_getenv to
21449         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
21450         symbol __secure_getenv for GLIBC_2.0.
21451         * stdlib/tst-secure-getenv.c: New.
21452         * stdlib/Makefile (tests): Add testcase.
21453         * manual/startup.texi (Environment Access): Document
21454         secure_getenv.
21455         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
21456         __libc_secure_getenv.
21457         * inet/ruserpass.c (ruserpass): Likewise.
21458         * malloc/mtrace.c (mtrace): Likewise.
21459         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
21460         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
21461         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
21462         * sysdeps/posix/tempname.c: Likewise.  Evaluate
21463         HAVE_SECURE_GETENV.
21464         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
21465         __secure_getenv to __libc_secure_getenv.
21466         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
21467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21468         Likewise.
21469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
21470         Likewise.
21471         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
21472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
21473         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
21474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
21475         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
21476         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
21477         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
21479 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
21481         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
21482         (struct La_i86_retval): Likewise.
21483         (struct La_x86_64_regs): Likewise.
21484         (struct La_x86_64_retval): Likewise.
21485         (struct La_x32_regs): Likewise.
21486         (struct La_x32_retval): Likewise.
21487         (struct La_ppc32_regs): Likewise.
21488         (struct La_ppc32_retval): Likewise.
21489         (struct La_ppc64_regs): Likewise.
21490         (struct La_ppc64_retval): Likewise.
21491         (struct La_sh_regs): Likewise.
21492         (struct La_sh_retval): Likewise.
21493         (struct La_s390_32_regs): Likewise.
21494         (struct La_s390_32_retval): Likewise.
21495         (struct La_s390_64_regs): Likewise.
21496         (struct La_s390_64_retval): Likewise.
21497         (struct La_sparc32_regs): Likewise.
21498         (struct La_sparc32_retval): Likewise.
21499         (struct La_sparc64_regs): Likewise.
21500         (struct La_sparc64_retval): Likewise.
21501         (struct audit_ifaces): Remove architecture-specific pltenter and
21502         pltexit members.
21503         * sysdeps/i386/ldsodefs.h: New file.
21504         * sysdeps/powerpc/ldsodefs.h: Likewise.
21505         * sysdeps/s390/ldsodefs.h: Likewise.
21506         * sysdeps/sh/ldsodefs.h: Likewise.
21507         * sysdeps/sparc/ldsodefs.h: Likewise.
21508         * sysdeps/x86_64/ldsodefs.h: Likewise.
21510 2012-07-25  Marek Polacek  <polacek@redhat.com>
21512         [BZ #6808]
21513         * math/libm-test.inc (yn_test): Add another test.
21514         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
21515         to ERANGE when the result is +-Inf.
21516         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21517         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
21518         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
21519         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
21521 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
21523         * conform/data/time.h-data (NULL): Use macro-constant.  Require
21524         equal to 0.
21525         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
21526         clock_t.
21527         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
21529 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
21531         * configure.in <sysdeps resolving>: Correct printing
21532         Implies_before.
21533         * configure: Regenerate.
21535 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
21537         * math/w_ilogb.c: Include <limits.h>.
21538         * math/w_ilogbl.c: Likewise.
21540 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
21542         * manual/lang.texi (__va_copy): Document primarily as ISO C99
21543         va_copy.  Document allowing for unavailable va_copy only as
21544         pre-C99 compatibility.
21545         * manual/string.texi (Copying and Concatenation): Use va_copy
21546         instead of __va_copy in concat example.
21548 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
21550         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
21551         (__sendto): Use create_address_port.  Initialize APORT and deallocate
21552         it if not null.
21554         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
21555         with O_NOLINK passed to __file_name_lookup.
21557         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
21558         with O_NOLINK passed to __file_name_lookup.
21560         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
21561         negative N or less than NGIDS.
21563         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
21564         type to string_t.  Set ERANGE as errno and return it if NAME is not big
21565         enough.  Use memcpy instead of strncpy.
21567 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
21569         * elf/Makefile (check-data): Remove.
21570         (localplt.data): New vpath directive.
21571         ($(objpfx)check-localplt.out): Use localplt.data from vpath
21572         instead of $(check-data).
21573         * scripts/data/localplt-generic.data: Move to ...
21574         * sysdeps/generic/localplt.data: ... here.
21575         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
21576         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
21577         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
21578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
21579         ... here.
21580         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
21581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
21582         ... here.
21583         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
21584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
21585         ... here.
21586         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
21587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
21588         ... here.
21589         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
21590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
21591         ... here.
21592         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
21593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
21594         ... here.
21596 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21598         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
21599         PPC32 and PPC64 files.
21600         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
21601         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
21603 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21605         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
21606         __makecontext_ret to ...
21607         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
21608         ... here and call exit if uc_link is NULL.  New file.
21609         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
21610         __makecontext_ret.S.
21611         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
21612         __makecontext_ret to ...
21613         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
21614         ... here and call exit if uc_link is NULL.  New file.
21615         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
21616         __makecontext_ret.S.
21618 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21620         * elf/elf.h (R_390_IRELATIVE): New definition.
21621         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
21622         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
21623         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
21624         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
21625         (elf_machine_lazy_rel): Likewise.
21626         * sysdeps/s390/dl-irel.h: New file.
21627         * sysdeps/s390/s390-64/memcpy.S: New asm code.
21628         * sysdeps/s390/s390-64/memset.S: New asm code.
21629         * sysdeps/s390/s390-64/memcmp.S: New asm code.
21630         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
21631         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
21632         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
21633         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
21634         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
21635         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
21636         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
21637         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
21638         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
21639         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
21640         * sysdeps/s390/s390-32/memcpy.S: New asm code.
21641         * sysdeps/s390/s390-32/memset.S: New asm code.
21642         * sysdeps/s390/s390-32/memcmp.S: New asm code.
21644 2012-07-17  Marek Polacek  <polacek@redhat.com>
21646         [BZ #14349]
21647         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
21648         * sysdeps/s390/s390-64/configure.in: Likewise.
21649         * sysdeps/sparc/configure.in: Likewise.
21650         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
21651         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
21652         * sysdeps/i386/configure.in: Likewise.
21653         * sysdeps/x86_64/configure.in: Likewise.
21654         * sysdeps/sh/configure.in: Likewise.
21655         * sysdeps/s390/s390-32/configure: Regenerated.
21656         * sysdeps/s390/s390-64/configure: Likewise.
21657         * sysdeps/x86_64/configure: Likewise.
21658         * sysdeps/sh/configure: Likewise.
21659         * sysdeps/powerpc/powerpc64/configure: Likewise.
21660         * sysdeps/powerpc/powerpc32/configure: Likewise.
21661         * sysdeps/sparc/configure: Likwise.
21662         * sysdeps/i386/configure: Likewise.
21664         * elf/dl-open.c: Comment fixes.
21666 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
21668         * Makefile [CXX] (check-data): Remove.
21669         [CXX] (c++-types.data): New vpath directive.
21670         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
21671         vpath.  Do not allow for C++ type data being missing.
21672         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
21673         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
21674         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
21675         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
21676         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
21677         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
21678         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
21679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
21680         ... here.
21681         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
21682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
21683         ... here.
21684         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
21685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
21686         ... here.
21687         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
21688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
21689         ... here.
21690         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
21691         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
21692         ... here.
21693         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
21694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
21695         ... here.
21696         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
21697         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
21698         ... here.
21699         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
21700         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
21702         * elf/tls-macros.h (TLS_LE): Move architecture-specific
21703         definitions to architecture-specific files.
21704         (TLS_IE): Likewise.
21705         (TLS_LD): Likewise.
21706         (TLS_GD): Likewise.
21707         * sysdeps/i386/tls-macros.h: New file.
21708         * sysdeps/powerpc/tls-macros.h: Likewise.
21709         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
21710         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
21711         * sysdeps/sh/tls-macros.h: Likewise.
21712         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
21713         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
21714         * sysdeps/x86_64/tls-macros.h: Likewise.
21716 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
21718         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
21719         zero value for regular exit case.
21721         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
21722         (__start_context): Preserve zero value for regular exit case.
21724 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
21725             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21727         * manual/setjmp.texi (setcontext): Clarify normal process
21728         termination when uc_link is the null pointer.
21729         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
21730         exit call.
21732 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
21734         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
21735         preprocessor.  Test for each exception mask separately.
21737 2012-07-16  Andreas Jaeger  <aj@suse.de>
21739         * po/ru.po: Update from translation team.
21741 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
21743         * conform/data/string.h-data (NULL): Use macro-constant.  Require
21744         equal to 0.
21745         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
21746         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
21747         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
21748         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
21749         [ISO || ISO99 || ISO11] (*_t): Do not allow.
21751 2012-07-13  Andreas Jaeger  <aj@suse.de>
21753         * po/fr.po: Update from translation team.
21755 2012-07-12  Marek Polacek  <polacek@redhat.com>
21757         [BZ #14173]
21758         * math/libm-test.inc (yn_test): Add test for BZ #14173.
21759         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
21760         loop condition.
21762 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
21764         [BZ #13717]
21765         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
21766         Change to 2.4.1 where previously 2.4.0.
21767         * sysdeps/unix/sysv/linux/configure: Regenerated.
21768         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
21769         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
21770         version.
21771         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
21772         (__ASSUME_AT_CLKTCK): Remove.
21773         (__ASSUME_AT_PAGESIZE): Likewise.
21774         (__ASSUME_AT_XID): Likewise.
21775         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
21776         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
21777         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
21778         unconditionally.
21779         (HAVE_AUX_PAGESIZE): Likewise.
21780         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
21781         [__ASSUME_AT_CLKTCK]: Make code unconditional.
21782         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
21784 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
21786         [BZ #14307]
21787         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
21788         the temporary buffer used to invoke __gethostbyname2_r,
21789         __gethostbyaddr_r and gethostbyname4_r to make room for struct
21790         host_data / struct gaih_addrtuple.
21791         * resolv/nss_dns/dns-host.c (global scope): Move definition of
21792         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
21793         header file nss/nsswitch.h.
21794         * nss/nsswitch.h (global scope): Add definition of implementation
21795         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
21796         resolv/nss_dns/dns-host.c).
21798 2012-07-11  Andreas Jaeger  <aj@suse.de>
21800         * po/fr.po: Update from translation team.
21802         * po/sv.po: Update from translation team
21803         * po/fr.po: Another update from translation team.
21805 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21807         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
21808         for subnormals or multiply small sinh result by itself.
21809         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
21810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21812 2012-07-11  David S. Miller  <davem@davemloft.net>
21814         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21816 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
21818         [BZ #14347]
21819         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
21820         (INTERNAL_MARK): Shift it here.
21822 2012-07-10  Marek Polacek  <polacek@redhat.com>
21824         [BZ #14151]
21825         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
21826         libc_cv_asm_global_directive with .globl.
21827         * configure: Regenerated.
21828         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
21829         with .globl.
21830         * sysdeps/i386/configure: Regenerated.
21831         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
21832         with .globl.
21833         * sysdeps/x86_64/configure: Regenerated.
21834         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
21835         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
21836         * elf/tst-unique2mod2.c: Likewise.
21837         * elf/tst-unique2mod1.c: Likewise.
21838         * elf/tst-unique1mod2.c: Likewise.
21839         * elf/tst-unique1mod1.c: Likewise.
21840         * sysdeps/s390/s390-32/sysdep.h: Likewise.
21841         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
21842         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21843         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
21844         * sysdeps/mach/sysdep.h: Likewise.
21845         * sysdeps/i386/sysdep.h: Likewise.
21846         * sysdeps/i386/i386-mcount.S: Likewise.
21847         * sysdeps/x86_64/_mcount.S: Likewise.
21848         * sysdeps/x86_64/sysdep.h: Likewise.
21849         * sysdeps/sh/_mcount.S: Likewise.
21850         * sysdeps/sh/sysdep.h: Likewise.
21851         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
21852         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
21853         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
21854         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
21855         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
21856         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
21857         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
21858         * locale/localeinfo.h: Likewise.
21859         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
21860         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
21862 2012-07-09  Roland McGrath  <roland@hack.frob.com>
21864         [BZ #14336]
21865         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
21866         system".
21867         * manual/message.texi (The Uniforum approach): Likewise.
21868         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
21869         (glibc iconv Implementation): Likewise.
21871 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
21873         [BZ #14337]
21874         * math/s_clog.c (__clog): Avoid scaling a value down where that
21875         could result in underflow.
21876         * math/s_clog10.c (__clog10): Likewise.
21877         * math/s_clog10f.c (__clog10f): Likewise.
21878         * math/s_clog10l.c (__clog10l): Likewise.
21879         * math/s_clogf.c (__clogf): Likewise.
21880         * math/s_clogl.c (__clogl): Likewise.
21881         * math/libm-test.inc (clog_test): Add more tests.
21882         (clog10_test): Likewise.
21883         * sysdeps/i386/fpu/libm-test-ulps: Update.
21884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21886 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
21888         [BZ #14283]
21889         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
21890         by 7 not 8 to examine high bit of fractional part.
21892         [BZ #14042]
21893         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
21894         for call to __mcount_internal.
21895         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
21896         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
21897         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
21899 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
21901         [BZ #14154]
21902         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
21903         approximation for values within 0x1p-13f of an odd multiple of
21904         pi/4.
21905         * math/libm-test.inc (tan_test): Do not allow spurious underflow
21906         exception.  Add more tests.
21907         * sysdeps/i386/fpu/libm-test-ulps: Update.
21909         [BZ #6778]
21910         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
21911         inputs and return -1 for them.  Do not check for +Inf in case not
21912         reachable for +Inf.
21913         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21914         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
21915         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
21916         and return -1 for them.  Do not check for +Inf in case not
21917         reachable for +Inf.
21918         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
21919         define.
21920         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
21921         and return -1 for them.  Do not check for +Inf in case not
21922         reachable for +Inf.
21923         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
21924         spurious underflow.
21925         * sysdeps/i386/fpu/libm-test-ulps: Update.
21926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21928 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
21930         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
21932 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
21934         [BZ #14157]
21935         [BZ #14331]
21936         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
21937         could result in spurious underflow.  Scale down values above
21938         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
21939         * math/s_csqrtf.c (__csqrtf): Likewise.
21940         * math/s_csqrtl.c (__csqrtl): Likewise.
21941         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
21942         spurious underflow.
21943         * sysdeps/i386/fpu/libm-test-ulps: Update.
21944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21946 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
21948         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
21949         xopen-msg.sed.
21950         * catgets/xopen-msg.awk: New file.
21951         * catgets/xopen-msg.sed: Removed.
21953         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
21954         po2text.sed.
21955         * intl/po2test.awk: New file.
21956         * intl/po2test.sed: Removed.
21958 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
21960         [BZ #14328]
21961         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
21962         or multiply small sinh result by itself.
21963         * math/s_ctanf.c (__ctanf): Likewise.
21964         * math/s_ctanh.c (__ctanh): Likewise.
21965         * math/s_ctanhf.c (__ctanhf): Likewise.
21966         * math/s_ctanhl.c (__ctanhl): Likewise.
21967         * math/s_ctanl.c (__ctanl): Likewise.
21968         * math/libm-test.inc (ctan_test_tonearest): New function.
21969         (ctan_test_towardzero): Likewise.
21970         (ctan_test_downward): Likewise.
21971         (ctan_test_upward): Likewise.
21972         (ctanh_test_tonearest): Likewise.
21973         (ctanh_test_towardzero): Likewise.
21974         (ctanh_test_downward): Likewise.
21975         (ctanh_test_upward): Likewise.
21976         (main): Call these new functions.
21977         * sysdeps/i386/fpu/libm-test-ulps: Update.
21978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21980 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
21982         * .gitignore: Delete /ports entry.
21984 2012-07-03  Andreas Jaeger  <aj@suse.de>
21986         * po/bg.po: Update from translation team.
21987         * po/cs.po: Likewise.
21988         * po/de.po: Likewise.
21989         * po/hr.po: Likewise.
21990         * po/nl.pl: Likewise.
21991         * po/pl.po: Likewise.
21992         * po/vi.po: Likewise.
21994 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
21996         * Makeconfig [!+link] (+link-before-libc): New variable.
21997         [!+link] (+link-after-libc): Likewise.
21998         [!+link] (+link-tests): Likewise.
21999         [!+link] (+link): Define in terms of $(+link-before-libc) and
22000         $(+link-after-libc).
22001         [!+link-static] (+link-static-before-libc): New variable.
22002         [!+link-static] (+link-static-after-libc): Likewise.
22003         [!+link-static] (+link-static-tests): Likewise.
22004         [!+link-static] (+link-static): Define in terms of
22005         $(+link-static-before-libc) and $(+link-static-after-libc).
22006         [build-shared] (link-libc-before-gnulib): New variable.
22007         [build-shared] (link-libc-tests): Likewise.
22008         [build-shared] (link-libc): Define in terms of
22009         $(link-libc-before-gnulib).
22010         [!build-shared] (link-libc-tests): New variable.
22011         (link-libc-static-tests): New variable.
22012         [!gnulib] (gnulib-arch): New variable.
22013         [!gnulib] (gnulib-tests): Likewise.
22014         [!gnulib] (static-gnulib-arch): Likewise.
22015         [!gnulib] (static-gnulib-tests): Likewise.
22016         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
22017         Define with "=" instead of ":=".
22018         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
22019         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
22020         * Rules (binaries-all-notests): New variable.
22021         (binaries-all-tests): Likewise.
22022         (binaries-static-notests): Likewise.
22023         (binaries-static-tests): Likewise.
22024         (binaries-all): Define using $(binaries-all-notests) and
22025         $(binaries-all-tests).
22026         (binaries-static): Define using $(binaries-static-notests) and
22027         $(binaries-static-tests).
22028         (binaries-shared-tests): New variable.
22029         (binaries-shared-notests): Likewise.
22030         (binaries-shared): Remove variable.
22031         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
22032         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
22033         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
22034         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
22035         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
22036         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
22037         * elf/Makefile (sln-modules): New variable.
22038         (extra-objs): Add $(sln-modules:=.o).
22039         (ldconfig-modules): Add static-stubs.
22040         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
22041         * elf/static-stubs.c: New file.
22043         [BZ #14283]
22044         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
22045         by 7 not 8 to examine high bit of fractional part.  Use volatile
22046         variables when splitting into final array of floats if
22047         __FLT_EVAL_METHOD__ != 0.
22048         * math/libm-test.inc (cos_test): Add another test.
22049         (sin_test): Likewise.
22050         * sysdeps/i386/fpu/libm-test-ulps: Update.
22052         [BZ #14273]
22053         * math/libm-test.inc (cosh_test): Add more tests.
22055         * version.h (RELEASE): Set to "development".
22056         (VERSION): Set to "2.16.90".
22058 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
22060         * NEWS: Update copyright. Remove last-updated date.
22061         Mention math library bug fixes and timezone data changes.
22062         * README: Mention GNU/Hurd, x32, and HPPA support status.
22064 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
22066         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
22068 2012-06-27  Andreas Jaeger  <aj@suse.de>
22070         * manual/contrib.texi (Contributors): Add Samuel Thibault.
22072 2012-06-25  Andreas Jaeger  <aj@suse.de>
22074         * sysdeps/s390/fpu/libm-test-ulps: Update.
22076 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
22077             Thomas Schwinge  <thomas@codesourcery.com>
22079         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
22080         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
22081         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
22082         fanotify_mark.
22084 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
22086         * sysdeps/mach/start.c: Remove file.
22087         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
22088         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
22089         * sysdeps/sh/init-first.c: Likewise.
22091         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
22092         registers for frame unwinding purposes, add CFI directives.
22093         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
22094         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
22095         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
22096         Likewise.
22098         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
22099         __fortify_fail returning.
22100         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
22102         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
22103         sysdeps/sh/____longjmp_chk.S.
22104         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
22105         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
22106         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
22107         (gen-as-const-headers): Append sigaltstack-offsets.sym.
22109         * sysdeps/sh/abort-instr.h: New file.
22110         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
22111         process in case exit returns.
22113         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
22114         initialize the GOT register before use.
22116         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
22117         calculation of ARGC > 4.
22119         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
22120         meaningful names to some local labels.
22122 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
22123             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22125         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
22126         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
22127         (__arch_compare_and_exchange_val_16_acq): Likewise.
22128         (__arch_compare_and_exchange_val_32_acq): Likewise.
22129         (atomic_exchange_and_add): Fix gUSA sequence.
22130         (atomic_add): Likewise.
22131         (atomic_add_negative): Likewise.
22132         (atomic_add_zero): Likewise.
22133         (atomic_bit_test_set): Likewise.
22135 2012-06-22  Andreas Schwab  <schwab@redhat.com>
22137         [BZ #13579]
22138         * include/link.h (struct link_map): Add l_free_initfini.
22139         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
22140         l_initfini.
22141         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
22142         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
22143         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
22144         set.
22146 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
22148         * configure.in: Use AC_LANG_SOURCE.
22149         * configure: Regenerate.
22151 2012-06-22  Roland McGrath  <roland@hack.frob.com>
22153         * configure.in (libc_cv_localstatedir): New substituted variable.
22154         * configure: Regenerated.
22155         * config.make.in (localstatedir): New variable, substituted from
22156         libc_cv_localstatedir.
22157         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
22158         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
22159         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
22160         * sysdeps/gnu/configure: Regenerated.
22162 2012-06-21  Jeff Law  <law@redhat.com>
22164         [BZ #14277]
22165         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
22166         free.  Simplify list management for _LIBC case.
22168 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
22170         [BZ #14273]
22171         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
22172         Clear sign bit of 64-bit integer value before comparing against
22173         overflow value.
22175         * sysdeps/mach/configure: Regenerated.
22177 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
22179         [BZ #14278]
22180         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
22182 2012-06-21  Jeff Law  <law@redhat.com>
22184         [BZ #13882]
22185         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
22186         uint16_t for elements in the "seen" array to avoid char overflows.
22187         * elf/dl-fini.c (_dl_sort_fini): Likewise.
22188         * elf/dl-open.c (dl_open_worker): Likewise.
22190 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
22192         * scripts/list-sources.sh: Scan PORTS for translations.
22193         * po/libc.pot: Regenerated.
22195 2012-06-21  Andreas Jaeger  <aj@suse.de>
22197         [BZ #12194]
22198         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
22199         warning.
22200         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
22201         * bits/byteswap-16.h (__bswap_16): Likewise.
22202         * bits/byteswap.h (__bswap_constant_16): Likewise.
22204 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
22206         [BZ #14117]
22207         * sysdeps/i386/fpu_control.h: Removed.
22208         * sysdeps/x86_64/fpu_control.h: Moved to ...
22209         * sysdeps/x86/fpu_control.h: Here.
22211         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
22212         (_FPU_SETCW): Likewise.
22214 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
22216         [BZ #14117]
22217         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
22218         * sysdeps/x86/fpu/bits/mathinline.h: This.
22219         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
22221         [BZ #14050]
22222         [BZ #14117]
22223         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
22224         functions if __x86_64__ is defined.
22226 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
22228         * string/endian.h: Add !__ASSEMBLER__ condition for including
22229         conversion interfaces.
22231 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
22233         [BZ #14241]
22234         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
22235         of ABS(x) in calculating zero to negative powers other than odd
22236         integers.
22237         * math/libm-test.inc (pow_test): Add more tests.
22239 2012-06-15  Andreas Jaeger  <aj@suse.de>
22241         * manual/contrib.texi (Contributors): Update entry of Liubov
22242         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
22243         Machado Filho.
22245 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
22247         * string/string.h: Add __wur to GNU version of strerror_r.
22249 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
22251         [BZ #14229]
22252         * string/Makefile (tests): Add tst-strtok_r.
22253         * string/tst-strtok_r.c: New file.
22254         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
22255         RAX_LP/RDX_LP on SAVE_PTR.
22257 2012-06-14  Roland McGrath  <roland@hack.frob.com>
22259         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
22261 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
22263         * libm_test.inc (csqrt_test): Allow more spurious underflow
22264         exceptions.
22265         (j0_test): Likewise.
22266         (j1_test): Likewise.
22267         (y0_test): Likewise.
22268         (y1_test): Likewise.
22270 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
22272         * po/Makefile (libc.pot): Use UTF-8 charset.
22274 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
22276         [BZ #14210]
22277         Suppress sign-conversion warning from FD_SET.
22278         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
22279         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
22280         not unsigned long int.
22281         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
22283 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
22285         [BZ #14050]
22286         [BZ #14117]
22287         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
22288         __extern_always_inline instead of __extern_inline.
22289         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
22290         (__signbit): Likewise.
22291         (__signbitl): Support C++ namespace.
22292         (lrintf): New inline function.
22293         (lrint): Likewise.
22294         (llrintf): Likewise.
22295         (llrint): Likewise.
22296         (fmaxf): Likewise.
22297         (fmax): Likewise.
22298         (fminf): Likewise.
22299         (fmin): Likewise.
22300         (rint): Likewise.
22301         (rintf): Likewise.
22302         (ceil): Likewise.
22303         (ceilf): Likewise.
22304         (floor): Likewise.
22305         (floorf): Likewise.
22306         (nearbyint): Likewise.
22307         (nearbyintf): Likewise.
22309 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
22311         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
22312         non-default versions.
22314 2012-06-11  Roland McGrath  <roland@hack.frob.com>
22316         [BZ #14218]
22317         * manual/argp.texi (Argp): Reword argp_parse description slightly.
22319 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
22321         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
22322         (FE_UPWARD, FE_DOWNWARD): Don't define.
22323         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
22324         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
22326         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
22327         reading it.
22328         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
22329         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
22331 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22333         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
22334         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
22335         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
22336         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
22338 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
22340         [BZ #14117]
22341         * sysdeps/i386/fpu/bits/fenv.h: Removed.
22342         * sysdeps/i386/fpu/Implies: New file.
22343         * sysdeps/x86_64/fpu/Implies: Likewise.
22344         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
22345         * sysdeps/x86/fpu/bits/fenv.h: This.
22347         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
22348         __SSE_MATH__.
22350 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22352         [BZ #14134]
22353         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
22354         character 0xffff that matches the last element of the
22355         conversion table.
22357 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22359         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
22360         fmodl commit.
22362 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22364         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
22365         values higher than 25.6283.
22367 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22369         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
22370         subnormal exponent extraction and add some __builtin_expect.
22371         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
22372         Fix for subnormal mantissa calculation.
22374 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
22376         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
22377         cpu2 is -1 and errno is not ENOSYS.
22379 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
22381         [BZ #14117]
22382         * sysdeps/i386/i486/bits/string.h: Renamed to ...
22383         * sysdeps/x86/bits/string.h: This.
22384         * sysdeps/x86_64/bits/string.h: Removed.
22386         * sysdeps/i386/i486/bits/string.h: Define inline functions only
22387         if not compiling for x86-64, but compiling for >= i486.
22389         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
22390         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
22392         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
22393         New macro from Linux kernel 3.4.0.
22394         (FP_XSTATE_MAGIC2): Likewise.
22395         (FP_XSTATE_MAGIC2_SIZE): Likewise.
22396         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
22397         (struct _fpx_sw_bytes): New struct.
22398         (struct _xsave_hdr): Likewise.
22399         (struct _ymmh_state): Likewise.
22400         (struct _xstate): Likewise.
22402         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
22403         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
22404         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
22405         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
22406         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
22407         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
22409         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
22410         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
22411         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
22412         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
22413         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
22414         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
22416 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22418         [BZ #13743]
22419         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
22420         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
22421         (sysdep_headers): Include sys/platform/ppc.h.
22422         * sysdeps/powerpc/test-gettimebase.c: Test for
22423         __ppc_get_timebase() to catch future ISA opcode/insn changes.
22424         * manual/Makefile (appendices): Include platform.texi.
22425         * manual/contrib.texi (Contributors): Update @node pointers.
22426         * manual/maint.texi (Maintenance): Likewise.
22427         (Platform): New node.
22428         * manual/platform.texi: New file.  Document the new features.
22430 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22431             Jakub Jelinek  <jakub@redhat.com>
22433         [BZ #14188]
22434         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
22435         where __builtin_expect is unavailable.
22437 2012-06-03  David S. Miller  <davem@davemloft.net>
22439         * stdlib/longlong.h: Updated from GCC.
22441 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
22443         [BZ #14042]
22444         * sysdeps/powerpc/powerpc32/mcount.c: New file.
22445         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
22446         __mcount_internal.
22447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
22448         (GLIBC_2.16): Likewise.
22450 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
22452         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
22454 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
22456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
22457         (default-abi): New variable.
22458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
22459         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
22460         variable.
22461         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
22462         Likewise.
22463         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
22464         Likewise.
22465         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
22466         Likewise.
22468         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
22469         definition.  Document in comment.
22471 2012-06-01  David S. Miller  <davem@davemloft.net>
22473         * stdlib/longlong.h: Updated from GCC.
22475 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
22477         [BZ #14117]
22478         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
22479         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
22480         sys/debugreg.h sys/io.h here.
22481         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
22482         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
22483         sys/io.h.
22484         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
22485         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
22486         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
22487         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
22488         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
22489         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
22491         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
22492         Define only if __x86_64__ is defined.
22494 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
22496         [BZ #14048]
22497         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
22498         Use int64_t for variable i.
22499         * math/libm-test.inc (fmod_test): Add more tests.
22501         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
22502         z computation is not scheduled after fetestexcept.
22503         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
22504         Use math_force_eval instead of asm to ensure calculation scheduled
22505         before exception test.
22506         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
22507         Ensure a1 + u.d computation is not scheduled after fetestexcept.
22509 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
22511         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
22512         computation is not scheduled after fetestexcept.
22514 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
22516         [BZ #14117]
22517         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
22518         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
22520 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22522         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
22523         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
22525 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
22527         [BZ #14117]
22528         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
22529         <bits/wordsize.h>.
22530         (__WCHAR_MIN): Support __WORDSIZE == 64.
22531         (__WCHAR_MAX): Likewise.
22533         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
22534         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
22536         [BZ #14183]
22537         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
22538         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
22540         [BZ #14117]
22541         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
22542         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
22544         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
22545         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
22547         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
22548         Defined to 1 if __x86_64__ isn't defined.
22549         (_STAT_VER_LINUX_OLD): New.
22550         (st_atime): Remove duplicate.
22551         (st_mtime): Likewise.
22552         (st_ctime): Likewise.
22554 2012-05-31  David S. Miller  <davem@davemloft.net>
22556         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
22557         entries.
22559 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
22561         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
22562         gen-libm-test.pl.
22564         [BZ #14132]
22565         * elf/dl-reloc.c: Include <_itoa.h>.
22566         (_dl_reloc_bad_type): Remove use of INTUSE.
22567         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
22568         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
22569         * stdio-common/psiginfo.c (psiginfo): Likewise.
22570         * stdio-common/psignal.c (psignal): Likewise.
22571         * string/strsignal.c (strsignal): Likewise.
22572         * include/signal.h (_sys_siglist): Declare hidden proto.
22573         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
22574         INTVARDEF with libc_hidden_data_def.
22575         * stdio-common/itoa-udigits.c: Likewise.
22576         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
22577         (_itoa_lower_digits_internal): Remove declaration.
22578         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
22579         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
22580         (_sys_sigabbrev_internal): Remove aliases.
22581         (_sys_siglist): Define hidden alias.
22583 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
22585         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22586         bits/sysctl.h.
22588 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
22590         [BZ #14117]
22591         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
22592         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
22594         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
22595         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
22596         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
22597         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
22598         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
22599         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
22601         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
22602         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
22603         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
22605         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
22606         with __addr.
22607         (insw): Likewise.
22608         (insl): Likewise.
22609         (outsb): Likewise.
22610         (outsw): Likewise.
22611         (outsl): Likewise.
22613         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
22614         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
22615         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
22617         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
22618         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
22619         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
22620         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
22621         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
22622         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
22624         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
22625         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
22627         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
22628         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
22630         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
22631         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
22632         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
22634         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
22635         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
22636         to ...
22637         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
22639         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
22640         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
22641         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
22643         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
22644         for x86-64.
22645         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
22647 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
22649         * math/math.h (M_El): Use two more decimal places.
22650         (M_LOG2El): Likewise.
22651         (M_LOG10El): Likewise.
22652         (M_LN2l): Likewise.
22653         (M_LN10l): Likewise.
22654         (M_PIl): Likewise.
22655         (M_PI_2l): Likewise.
22656         (M_PI_4l): Likewise.
22657         (M_1_PIl): Likewise.
22658         (M_2_PIl): Likewise.
22659         (M_2_SQRTPIl): Likewise.
22660         (M_SQRT2l): Likewise.
22661         (M_SQRT1_2l): Likewise.
22663 2012-05-31  David S. Miller  <davem@davemloft.net>
22665         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
22666         values between float registers.
22667         * sysdeps/sparc/sparc64/memset.S: Likewise.
22668         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
22670 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
22672         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
22673         -D_FORTIFY_SOURCE=1.
22674         (CPPFLAGS-tst-longjmp_chk.c): Define.
22675         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
22676         (CPPFLAGS-tst-longjmp_chk2.c): Define.
22677         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
22678         CFLAGS-tst-wchar-h.c.
22680 2012-05-31  Marek Polacek  <polacek@redhat.com>
22682         [BZ #14132]
22683         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
22684         __endmntent_internal): Remove declaration.
22685         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
22686         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
22687         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
22689 2012-05-30  David S. Miller  <davem@davemloft.net>
22691         * sysdeps/sparc/sparc32/soft-fp/q_util.c
22692         (___Q_simulate_exceptions): Use real FP ops rather than writing
22693         into the %fsr.
22694         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
22695         Likewise.
22697 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22699         [BZ #14117]
22700         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
22701         * sysdeps/x86/bits/xtitypes.h: This.
22703         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
22704         * sysdeps/x86/bits/wordsize.h: This.
22706         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
22707         * sysdeps/x86/bits/huge_vall.h: This.
22709         * sysdeps/i386/bits/select.h: Removed.
22710         * sysdeps/x86_64/bits/select.h: Renamed to ...
22711         * sysdeps/x86/bits/select.h: This.
22713         * sysdeps/i386/bits/setjmp.h: Removed.
22714         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
22715         * sysdeps/x86/bits/setjmp.h: This.
22717         * sysdeps/i386/bits/mathdef.h: Removed.
22718         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
22719         * sysdeps/x86/bits/mathdef.h: This.
22721 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
22723         [BZ #14132]
22724         * include/sys/socket.h (__connect_internal)
22725         (__libc_sa_len_internal): Remove declaration.
22726         (__connect, __libc_sa_len): Declare hidden_proto.
22727         (SA_LEN): Remove use of INTUSE.
22728         * socket/connect.c: Add libc_hidden_def.
22729         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
22730         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
22731         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
22732         alias.
22733         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
22734         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
22735         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
22736         of adding _internal alias.
22738 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22740         [BZ #14117]
22741         * sysdeps/i386/bits/link.h: Removed.
22742         * sysdeps/i386/bits/linkmap.h: Likewise.
22743         * sysdeps/x86_64/bits/link.h: Renamed to ...
22744         * sysdeps/x86/bits/link.h: This.
22745         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
22746         * sysdeps/x86/bits/linkmap.h: This.
22748         * sysdeps/i386/bits/endian.h: Removed.
22749         * sysdeps/x86_64/bits/endian.h: Renamed to ...
22750         * sysdeps/x86/bits/endian.h: This.
22752         * sysdeps/i386/bits/byteswap.h: Removed.
22753         * sysdeps/i386/bits/byteswap-16.h: Likewise.
22754         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
22755         * sysdeps/x86/bits/byteswap.h: This.
22756         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
22757         * sysdeps/x86/bits/byteswap-16.h: This.
22758         * sysdeps/i386/Implies: Add x86.
22759         * sysdeps/x86_64/Implies: Likewise.
22761 2012-05-30  David S. Miller  <davem@davemloft.net>
22763         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
22764         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
22765         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
22766         (FP_TRAPPING_EXCEPTIONS): Define.
22767         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
22768         (FP_TRAPPING_EXCEPTIONS): Define.
22769         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
22770         subnormals only when inexact has been signalled or underflow
22771         exceptions are enabled.
22772         (_FP_PACK_CANONICAL): Likewise.
22774 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22776         [BZ #14183]
22777         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
22778         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
22780 2012-05-30  Richard Henderson  <rth@twiddle.net>
22782         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
22783         with #ifndef NOT_IN_libc.
22785         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
22786         marked to avoid plt entry.
22788 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22790         [BZ #14112]
22791         * Makeconfig (default-abi): New macro.
22792         (abi-includes): Likewise.
22793         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
22794         $(abi-$(default-abi)-lib-soname) for soname if defined.
22795         ($(common-objpfx)gnu/lib-names.stmp): Generate from
22796         abi-variants.
22797         * Makefile (installed-stubs): Likewise.
22798         * include/stubs-biarch.h: Removed.
22799         * scripts/lib-names.awk: Only handle one library at a time.
22800         * scripts/soversions.awk: Remove WORDSIZE support.
22801         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
22802         entries.
22803         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
22804         Removed.
22805         (syscall-list-default-condition): Likewise.
22806         (syscall-list-default-condition): Likewise.
22807         (syscall-list-includes): Likewise.
22808         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
22809         syscall-list-* with abi-*.  Handle undefined abi-variants.
22810         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
22811         * sysdeps/unix/sysv/linux/i386/Implies: New file.
22812         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
22813         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
22814         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
22815         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
22816         Removed.
22817         (syscall-list-32-options): Likewise.
22818         (syscall-list-32-condition): Likewise.
22819         (syscall-list-64-options): Likewise.
22820         (syscall-list-64-condition): Likewise.
22821         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
22822         macro.
22823         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
22824         Renamed to ...
22825         (abi-*): This.
22826         (abi-64-ld-soname): New macro.
22827         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
22828         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
22829         Renamed to ...
22830         (abi-*): This.
22831         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
22832         * sysdeps/x86_64/x32/shlib-versions: Likewise.
22834 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
22836         * sysdeps/unix/sysv/linux/kernel-features.h
22837         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
22838         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
22839         include <kernel-features.h>.
22840         [!__NR_ftruncate64]: Remove conditional code.
22841         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22842         [__NR_ftruncate64]: Make code unconditional.
22843         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22844         * sysdeps/unix/sysv/linux/truncate64.c: Do not
22845         include <kernel-features.h>.
22846         [!__NR_ftruncate64]: Remove conditional code.
22847         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22848         [__NR_ftruncate64]: Make code unconditional.
22849         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
22851         include <kernel-features.h>.
22852         [!__NR_ftruncate64]: Remove conditional code.
22853         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22854         [__NR_ftruncate64]: Make code unconditional.
22855         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
22857         include <kernel-features.h>.
22858         [!__NR_ftruncate64]: Remove conditional code.
22859         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22860         [__NR_ftruncate64]: Make code unconditional.
22861         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
22863         * configure.in (libc_cv_fpie): Weaken to a compile test using
22864         LIBC_TRY_CC_OPTION.
22865         * configure: Regenerated.
22867 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
22870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
22871         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
22872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22873         Refreshed.
22874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
22875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
22876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
22877         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
22878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
22879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22880         Refreshed.
22882 2012-05-27  David S. Miller  <davem@davemloft.net>
22884         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
22885         (___Q_zero): New.
22886         (__Q_simulate_exceptions): Return void.  Change to simulate
22887         exceptions by writing into the %fsr.
22888         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
22889         (__Qp_handle_exceptions): Likewise.
22890         (numbers): Delete.
22891         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
22892         __Qp_handle_exceptions.
22893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
22894         __Qp_handle_exceptions.
22895         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
22896         as unused and give dummy FP_RND_NEAREST initializer.
22897         (FP_INHIBIT_RESULTS): Define.
22898         (___Q_simulate_exceptions): Update declaration.
22899         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
22900         formatting.
22901         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
22902         as unused and give dummy FP_RND_NEAREST initializer.
22903         (__Qp_handle_exceptions): Update declaration.
22904         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
22905         formatting.
22907 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
22909         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
22910         the temporary FPU control word.
22911         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
22912         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
22913         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
22914         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
22915         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22916         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
22917         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
22918         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
22919         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
22920         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
22921         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
22923 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22925         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
22926         fields.
22928 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
22930         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
22931         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
22932         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
22933         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
22934         Likewise.
22935         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
22936         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
22937         Likewise.
22939 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
22941         * po/h.po: Update from translation team.
22943 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
22945         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
22947         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
22948         handling of denormals.
22949         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
22950         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
22951         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
22952         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
22953         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22954         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
22955         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
22956         Likewise.
22958 2012-05-26  Marek Polacek  <polacek@redhat.com>
22960         [BZ #14152]
22961         * math/libm-test.inc (fma_test): Don't always expect underflow
22962         exception.
22964 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22966         [BZ #12416]
22967         * elf/tst-execstack.c: Include stackinfo.h.
22968         (do_test): Adjust test case to ensure that pthread_getattr_np
22969         behaviour remains the same after marking stack executable.
22971 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
22973         * sysdeps/unix/sysv/linux/kernel-features.h
22974         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
22975         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
22976         kernel-features.h.
22977         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
22978         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
22979         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
22980         kernel-features.h.
22981         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
22982         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
22984 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22986         * configure.in: Define the default includes to being none.
22987         * configure: Regenerated.
22989 2012-05-25  Roland McGrath  <roland@hack.frob.com>
22991         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
22992         * sysdeps/x86_64/setjmp.S: Likewise.
22993         * sysdeps/i386/bsd-setjmp.S: Likewise.
22994         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22995         * sysdeps/i386/setjmp.S: Likewise.
22996         * sysdeps/i386/__longjmp.S: Likewise.
22997         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
22998         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
23000         * include/stap-probe.h: New file.
23001         * configure.in: Handle --enable-systemtap.
23002         * configure: Regenerated.
23003         * config.h.in (USE_STAP_PROBE): New #undef.
23004         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
23005         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
23006         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
23008 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
23010         [BZ #13717]
23011         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
23012         to 2.4.0 where earlier.
23013         * sysdeps/unix/sysv/linux/configure: Regenerated.
23014         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
23015         <kernel-features.h>.
23016         [__ASSUME_32BITUIDS]: Make code unconditional.
23017         [!__ASSUME_32BITUIDS]: Remove conditional code.
23018         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
23019         <kernel-features.h>.
23020         [__ASSUME_32BITUIDS]: Make code unconditional.
23021         [!__ASSUME_32BITUIDS]: Remove conditional code.
23022         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
23023         [__ASSUME_32BITUIDS]: Make code unconditional.
23024         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
23025         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
23026         <kernel-features.h>.
23027         [__ASSUME_32BITUIDS]: Make code unconditional.
23028         [!__ASSUME_32BITUIDS]: Remove conditional code.
23029         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
23030         <kernel-features.h>.
23031         [__ASSUME_32BITUIDS]: Make code unconditional.
23032         [!__ASSUME_32BITUIDS]: Remove conditional code.
23033         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
23034         <kernel-features.h>.
23035         [__ASSUME_32BITUIDS]: Make code unconditional.
23036         [!__ASSUME_32BITUIDS]: Remove conditional code.
23037         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
23038         <kernel-features.h>.
23039         [__ASSUME_32BITUIDS]: Make code unconditional.
23040         [!__ASSUME_32BITUIDS]: Remove conditional code.
23041         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
23042         <kernel-features.h>.
23043         [__ASSUME_32BITUIDS]: Make code unconditional.
23044         [!__ASSUME_32BITUIDS]: Remove conditional code.
23045         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
23046         <kernel-features.h>.
23047         [__ASSUME_32BITUIDS]: Make code unconditional.
23048         [!__ASSUME_32BITUIDS]: Remove conditional code.
23049         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
23050         <kernel-features.h>.
23051         [__ASSUME_32BITUIDS]: Make code unconditional.
23052         [!__ASSUME_32BITUIDS]: Remove conditional code.
23053         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
23054         <kernel-features.h>.
23055         [__ASSUME_32BITUIDS]: Make code unconditional.
23056         [!__ASSUME_32BITUIDS]: Remove conditional code.
23057         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
23058         <kernel-features.h>.
23059         [__ASSUME_32BITUIDS]: Make code unconditional.
23060         [!__ASSUME_32BITUIDS]: Remove conditional code.
23061         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
23062         <kernel-features.h>.
23063         [__ASSUME_32BITUIDS]: Make code unconditional.
23064         [!__ASSUME_32BITUIDS]: Remove conditional code.
23065         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
23066         <kernel-features.h>.
23067         [__NR_setresgid] (__setresgid): Do not declare.
23068         [__ASSUME_32BITUIDS]: Make code unconditional.
23069         [!__ASSUME_32BITUIDS]: Remove conditional code.
23070         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
23071         <kernel-features.h>.
23072         [__NR_setresuid] (__setresuid): Do not declare.
23073         [__ASSUME_32BITUIDS]: Make code unconditional.
23074         [!__ASSUME_32BITUIDS]: Remove conditional code.
23075         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
23076         <kernel-features.h>.
23077         [__ASSUME_32BITUIDS]: Make code unconditional.
23078         [!__ASSUME_32BITUIDS]: Remove conditional code.
23079         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
23080         <kernel-features.h>.
23081         [__ASSUME_32BITUIDS]: Make code unconditional.
23082         [!__ASSUME_32BITUIDS]: Remove conditional code.
23083         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
23084         <kernel-features.h>.
23085         [__ASSUME_32BITUIDS]: Make code unconditional.
23086         [!__ASSUME_32BITUIDS]: Remove conditional code.
23087         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
23088         <kernel-features.h>.
23089         [__ASSUME_32BITUIDS]: Make code unconditional.
23090         [!__ASSUME_32BITUIDS]: Remove conditional code.
23091         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
23092         <kernel-features.h>.
23093         [__ASSUME_32BITUIDS]: Make code unconditional.
23094         [!__ASSUME_32BITUIDS]: Remove conditional code.
23095         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
23096         <kernel-features.h>.
23097         [__ASSUME_32BITUIDS]: Make code unconditional.
23098         [!__ASSUME_32BITUIDS]: Remove conditional code.
23099         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
23100         <kernel-features.h>.
23101         [__ASSUME_32BITUIDS]: Make code unconditional.
23102         [!__ASSUME_32BITUIDS]: Remove conditional code.
23103         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
23104         <kernel-features.h>.
23105         [__ASSUME_32BITUIDS]: Make code unconditional.
23106         [!__ASSUME_32BITUIDS]: Remove conditional code.
23107         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
23108         <kernel-features.h>.
23109         [__ASSUME_32BITUIDS]: Make code unconditional.
23110         [!__ASSUME_32BITUIDS]: Remove conditional code.
23111         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
23112         <kernel-features.h>.
23113         [__ASSUME_32BITUIDS]: Make code unconditional.
23114         [!__ASSUME_32BITUIDS]: Remove conditional code.
23115         * sysdeps/unix/sysv/linux/kernel-features.h
23116         (__ASSUME_SETRESUID_SYSCALL): Remove.
23117         (__ASSUME_SETRESGID_SYSCALL): Likewise.
23118         (__ASSUME_32BITUIDS): Likewise.
23119         (__ASSUME_LDT_WORKS): Likewise.
23120         (__ASSUME_O_DIRECTORY): Likewise.
23121         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
23122         architecture but not kernel version.
23123         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
23124         (__ASSUME_MMAP2_SYSCALL): Likewise.
23125         (__ASSUME_STAT64_SYSCALL): Likewise.
23126         (__ASSUME_IPC64): Likewise.
23127         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
23128         <kernel-features.h>.
23129         [__ASSUME_32BITUIDS]: Make code unconditional.
23130         [!__ASSUME_32BITUIDS]: Remove conditional code.
23131         * sysdeps/unix/sysv/linux/opendir.c: Do not include
23132         <kernel-features.h>.
23133         [__ASSUME_O_DIRECTORY]: Make code unconditional.
23134         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
23135         132096]: Remove conditional code.
23136         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
23137         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
23138         <kernel-features.h>.
23139         [__ASSUME_32BITUIDS]: Make code unconditional.
23140         [!__ASSUME_32BITUIDS]: Remove conditional code.
23141         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
23142         <kernel-features.h>.
23143         [__ASSUME_32BITUIDS]: Make code unconditional.
23144         [!__ASSUME_32BITUIDS]: Remove conditional code.
23145         * sysdeps/unix/sysv/linux/setegid.c: Do not include
23146         <kernel-features.h>.
23147         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
23148         unconditional.
23149         (__setresgid): Do not declare.
23150         [__ASSUME_32BITUIDS]: Make code unconditional.
23151         [!__ASSUME_32BITUIDS]: Remove conditional code.
23152         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
23153         <kernel-features.h>.
23154         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
23155         unconditional.
23156         (__setresuid): Do not declare.
23157         [__ASSUME_32BITUIDS]: Make code unconditional.
23158         [!__ASSUME_32BITUIDS]: Remove conditional code.
23159         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
23160         <kernel-features.h>.
23161         [__ASSUME_32BITUIDS]: Make code unconditional.
23162         [!__ASSUME_32BITUIDS]: Remove conditional code.
23163         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
23164         <kernel-features.h>.
23165         [__ASSUME_32BITUIDS]: Make code unconditional.
23166         [!__ASSUME_32BITUIDS]: Remove conditional code.
23168 2012-05-25  Richard Henderson  <rth@twiddle.net>
23170         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
23171         dl_hwcap to ifunc resolver.
23172         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
23173         elf_ifunc_invoke.
23174         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
23175         dl_hwcap to ifunc resolver.
23176         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
23178 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
23180         [BZ #14153]
23181         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
23182         for |x| <= 2**-26, not 2**-57.
23183         * math/libm-test.inc (acos_test): Do not allow spurious underflow
23184         exception.
23186 2012-05-24  Jeff Law  <law@redhat.com>
23188         * stdio-common/Makefile (tests): Add bug25.
23189         * stdio-common/bug25.c: New test.
23191 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
23193         [BZ #13576]
23194         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
23195         multiple of MALLOC_ALIGNMENT in size.
23196         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
23198 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
23200         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
23201         Require >= 256.
23202         (FILENAME_MAX): Use macro-int-constant.
23203         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
23204         (_IOFBF): Use macro-int-constant.
23205         (_IOLBF): Likewise.
23206         (_IONBF): Likewise.
23207         (SEEK_CUR): Likewise.
23208         (SEEK_END): Likewise.
23209         (SEEK_SET): Likewise.
23210         (TMP_MAX): Likewise.
23211         (EOF): Use macro-int-constant.  Require < 0.
23212         (NULL): Use macro-constant.  Require == 0.
23213         (stdin): Require type to be FILE *.
23214         (stdout): Likewise.
23215         (stderr): Likewise.
23216         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
23217         macro-int-constant.
23218         (EXIT_SUCCESS): Likewise.
23219         (NULL): Use macro-constant.  Require == 0.
23220         (RAND_MAX): Use macro-int-constant.
23221         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
23222         [C99-based standards] (strtof): Require function.
23223         [C99-based standards] (strtold): Likewise.
23224         [C99-based standards] (strtoll): Likewise.
23225         [C99-based standards] (strtoull): Likewise.
23226         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
23227         [ISO || ISO99 || ISO11] (limits.h): Likewise.
23228         [ISO || ISO99 || ISO11] (math.h): Likewise.
23229         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
23230         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
23231         [ISO || ISO99 || ISO11] (*_t): Do not allow.
23233 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
23235         [BZ #14132]
23236         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
23237         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
23238         * intl/dgettext.c (DCGETTEXT): Likewise.
23239         * intl/gettext.c (DCGETTEXT): Likewise.
23240         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
23241         * posix/regex_internal.h (gettext): Likewise.
23242         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
23243         Remove declaration.
23244         * include/argz.h (__argz_count_internal)
23245         (__argz_stringify_internal): Remove declaration.
23246         (__argz_count, __argz_stringify): Declare hidden proto.
23247         * intl/dcgettext.c: Remove use of INTDEF.
23248         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
23249         * string/argz-stringify.c: Likewise.
23250         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
23251         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
23252         Declare hidden proto.
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/stdio.h (__asprintf_internal): Don't declare.
23257         (__asprintf): Don't define as macro.  Declare hidden proto.
23258         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
23259         (__fsetlocking): Declare hidden proto.
23260         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
23261         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
23262         hidden proto.
23263         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
23264         (_IO_setlinebuf): Remove use of INTUSE.
23265         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
23266         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
23267         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
23268         Remove declaration.
23269         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
23270         (_IO_do_flush): Remove use of INTUSE.
23271         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
23272         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
23273         (_IO_adjust_column, _IO_least_wmarker)
23274         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
23275         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
23276         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
23277         (_IO_default_doallocate, _IO_wdefault_doallocate)
23278         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
23279         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
23280         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
23281         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
23282         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
23283         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
23284         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
23285         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
23286         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
23287         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
23288         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
23289         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
23290         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
23291         proto.
23292         (_IO_flush_all_internal, _IO_adjust_column_internal)
23293         (_IO_default_uflow_internal, _IO_default_finish_internal)
23294         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
23295         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
23296         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
23297         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
23298         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
23299         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
23300         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
23301         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
23302         (_IO_file_close_internal, _IO_file_close_it_internal)
23303         (_IO_file_underflow_internal, _IO_file_overflow_internal)
23304         (_IO_file_init_internal, _IO_file_attach_internal)
23305         (_IO_file_fopen_internal, _IO_file_read_internal)
23306         (_IO_file_sync_internal, _IO_file_seek_internal)
23307         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
23308         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
23309         (_IO_str_underflow_internal, _IO_str_overflow_internal)
23310         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
23311         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
23312         (_IO_list_all_internal, _IO_link_in_internal)
23313         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
23314         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
23315         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
23316         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
23317         (_IO_do_write_internal, _IO_padn_internal)
23318         (_IO_getline_info_internal, _IO_getline_internal)
23319         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
23320         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
23321         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
23322         (_IO_vfscanf_internal, _IO_vfprintf_internal)
23323         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
23324         (_IO_init_internal, _IO_un_link_internal): Don't declare.
23325         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
23326         with libc_hidden_ver, remove use of INTUSE.
23327         * libio/genops.c: Likewise.
23328         * libio/freopen.c: Likewise.
23329         * libio/freopen64.c: Likewise.
23330         * libio/iofclose.c: Likewise.
23331         * libio/iofdopen.c: Likewise.
23332         * libio/iofflush.c: Likewise.
23333         * libio/iofflush_u.c: Likewise.
23334         * libio/iofgets.c: Likewise.
23335         * libio/iofgets_u.c: Likewise.
23336         * libio/iofopen.c: Likewise.
23337         * libio/iofopncook.c: Likewise.
23338         * libio/iofread.c: Likewise.
23339         * libio/iofread_u.c: Likewise.
23340         * libio/ioftell.c: Likewise.
23341         * libio/iofwrite.c: Likewise.
23342         * libio/iogetline.c: Likewise.
23343         * libio/iogets.c: Likewise.
23344         * libio/iogetwline.c: Likewise.
23345         * libio/iopadn.c: Likewise.
23346         * libio/iopopen.c: Likewise.
23347         * libio/ioseekoff.c: Likewise.
23348         * libio/ioseekpos.c: Likewise.
23349         * libio/iosetbuffer.c: Likewise.
23350         * libio/iosetvbuf.c: Likewise.
23351         * libio/ioungetc.c: Likewise.
23352         * libio/ioungetwc.c: Likewise.
23353         * libio/iovdprintf.c: Likewise.
23354         * libio/iovsprintf.c: Likewise.
23355         * libio/iovsscanf.c: Likewise.
23356         * libio/memstream.c: Likewise.
23357         * libio/obprintf.c: Likewise.
23358         * libio/oldfileops.c: Likewise.
23359         * libio/oldiofclose.c: Likewise.
23360         * libio/oldiofdopen.c: Likewise.
23361         * libio/oldiofopen.c: Likewise.
23362         * libio/oldiopopen.c: Likewise.
23363         * libio/oldstdfiles.c: Likewise.
23364         * libio/putc.c: Likewise.
23365         * libio/setbuf.c: Likewise.
23366         * libio/setlinebuf.c: Likewise.
23367         * libio/stdfiles.c: Likewise.
23368         * libio/strops.c: Likewise.
23369         * libio/vasprintf.c: Likewise.
23370         * libio/vscanf.c: Likewise.
23371         * libio/vsnprintf.c: Likewise.
23372         * libio/vswprintf.c: Likewise.
23373         * libio/wfiledoalloc.c: Likewise.
23374         * libio/wfileops.c: Likewise.
23375         * libio/wgenops.c: Likewise.
23376         * libio/wmemstream.c: Likewise.
23377         * libio/wstrops.c: Likewise.
23378         * libio/__fpurge.c: Likewise.
23379         * libio/__fsetlocking.c: Likewise.
23380         * assert/assert.c: Likewise.
23381         * debug/fgets_chk.c: Likewise.
23382         * debug/fgets_u_chk.c: Likewise.
23383         * debug/fread_chk.c: Likewise.
23384         * debug/fread_u_chk.c: Likewise.
23385         * debug/gets_chk.c: Likewise.
23386         * debug/obprintf_chk.c: Likewise.
23387         * debug/vasprintf_chk.c: Likewise.
23388         * debug/vdprintf_chk.c: Likewise.
23389         * debug/vsnprintf_chk.c: Likewise.
23390         * debug/vsprintf_chk.c: Likewise.
23391         * malloc/mtrace.c: Likewise.
23392         * misc/error.c: Likewise.
23393         * misc/syslog.c: Likewise.
23394         * stdio-common/asprintf.c: Likewise.
23395         * stdio-common/fxprintf.c: Likewise.
23396         * stdio-common/getw.c: Likewise.
23397         * stdio-common/isoc99_fscanf.c: Likewise.
23398         * stdio-common/isoc99_scanf.c: Likewise.
23399         * stdio-common/isoc99_vfscanf.c: Likewise.
23400         * stdio-common/isoc99_vscanf.c: Likewise.
23401         * stdio-common/isoc99_vsscanf.c: Likewise.
23402         * stdio-common/printf-prs.c: Likewise.
23403         * stdio-common/printf_fp.c: Likewise.
23404         * stdio-common/printf_fphex.c: Likewise.
23405         * stdio-common/printf_size.c: Likewise.
23406         * stdio-common/putw.c: Likewise.
23407         * stdio-common/scanf.c: Likewise.
23408         * stdio-common/sprintf.c: Likewise.
23409         * stdio-common/tmpfile.c: Likewise.
23410         * stdio-common/vfprintf.c: Likewise.
23411         * stdio-common/vfscanf.c: Likewise.
23412         * stdlib/strfmon_l.c: Likewise.
23413         * sunrpc/openchild.c: Likewise.
23414         * sunrpc/xdr_stdio.c: Likewise.
23415         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
23416         * sysdeps/mach/hurd/tmpfile.c: Likewise.
23418 2012-05-24  Roland McGrath  <roland@hack.frob.com>
23420         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
23422         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
23423         in the third column, to generate for the shared library an IFUNC
23424         that uses _dl_vdso_vsym.
23425         * Makerules (COMPILE.c, compile-stdin.c): New variables.
23426         * Makeconfig (object-suffixes-noshared): New variable.
23428         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
23429         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
23430         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
23431         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
23433         [BZ #14132]
23434         * include/sys/time.h (__gettimeofday): Remove macro.
23435         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
23436         * time/gettimeofday.c (__gettimeofday): Remove #undef.
23437         Remove INTDEF.
23438         (__gettimeofday): Add libc_hidden_def.
23439         (gettimeofday): Add libc_hidden_weak.
23440         * sysdeps/mach/gettimeofday.c: Likewise.
23441         * sysdeps/posix/gettimeofday.c: Likewise.
23442         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
23443         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
23444         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
23445         (__gettimeofday_internal): Remove strong_alias.
23446         (__gettimeofday): Add libc_hidden_def.
23447         (gettimeofday): Add libc_hidden_weak.
23448         * sysdeps/unix/syscalls.list (gettimeofday):
23449         Remove __gettimeofday_internal alias.
23451 2012-05-24  Daniel Jacobowitz  <drow@false.org>
23452             H.J. Lu  <hongjiu.lu@intel.com>
23454         [BZ #12495]
23455         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
23456         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
23457         (largebin_index_32_big): New.
23458         (largebin_index): Use it for 16-byte alignment.
23459         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
23460         correction with front_misalign.
23462 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
23464         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
23465         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
23466         Likewise.
23467         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
23468         Likewise.
23469         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23470         Likewise.
23471         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
23472         Likewise.
23473         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
23474         Likewise.
23475         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
23476         Likewise.
23477         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
23478         Likewise.
23479         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23480         Likewise.
23481         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
23482         Likewise.
23483         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
23484         Likewise.
23485         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
23486         Likewise.
23487         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
23488         Likewise.
23490         * scripts/data/c++-types-x32-linux-gnu.data: New file.
23491         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
23493 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
23495         [BZ #10846]
23496         [BZ #14036]
23497         * math/libm-test.inc (exp_test): Add test from bug 14036.
23498         (pow_test): Add test from bug 10846.
23500         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
23501         and other flags.
23502         (special_function): Do not include flags in test name.
23503         (parse_args): Likewise.
23504         * sysdeps/i386/fpu/libm-test-ulps: Update.
23505         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23506         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23507         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23510         * math/gen-libm-test.pl (%beautify): Add entries for underflow
23511         exceptions.
23512         * math/libm-test.inc ("Philosophy"): Update comment about
23513         exception testing.
23514         (UNDERFLOW_EXCEPTION): New macro.
23515         (UNDERFLOW_EXCEPTION_OK): Likewise.
23516         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
23517         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
23518         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
23519         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
23520         (INVALID_EXCEPTION_OK): Update value.
23521         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
23522         (OVERFLOW_EXCEPTION_OK): Likewise.
23523         (IGNORE_ZERO_INF_SIGN): Likewise.
23524         (test_exceptions): Handle underflow exceptions.
23525         (acos_test): Update for underflow exception expectations.
23526         (cexp_test): Likewise.
23527         (clog_test): Likewise.
23528         (clog10_test): Likewise.
23529         (csqrt_test): Likewise.
23530         (ctan_test): Likewise.
23531         (ctanh_test): Likewise.
23532         (exp_test): Likewise.
23533         (exp10_test): Likewise.
23534         (exp2_test): Likewise.
23535         (expm1_test): Likewise.
23536         (fma_test): Likewise.
23537         (j0_test): Likewise.
23538         (jn_test): Likewise.
23539         (nexttoward_test): Likewise.
23540         (pow_test): Likewise.
23541         (scalbn_test): Likewise.
23542         (scalbln_test): Likewise.
23543         (tan_test): Likewise.
23544         (y1_test): Likewise.
23545         * sysdeps/i386/fpu/libm-test-ulps: Update.
23546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23548 2012-05-23  David S. Miller  <davem@davemloft.net>
23550         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
23551         (__libc_sigaction): Remove unused local variables.
23553 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
23555         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
23557 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
23559         mktime: avoid signed integer overflow
23560         * time/mktime.c (__mktime_internal): Do not mishandle the case
23561         where diff == INT_MIN.
23563         mktime: simplify computation of average
23564         * time/mktime.c (ranged_convert): Use new time_t_avg function
23565         instead of rolling our own (probably-slower) code.
23567         mktime: do not assume signed right shift propagates sign bit
23568         * time/mktime.c (isdst_differ): New static function.
23569         (__mktime_internal): No need to normalize tm_isdst now.
23570         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
23571         tm_isdst values.
23573         mktime: merge another wrapv change from gnulib
23574         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
23575         from some compilers.
23577         mktime: remove incorrect attempt at unusual arithmetics
23578         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
23579         The code didn't really work on such machines anyway.
23580         (TYPE_MINIMUM): Assume two's complement.
23581         (twos_complement_arithmetic): Verify that long_int and time_t
23582         are two's complement (or unsigned, in the latter case).
23584         mktime: check signed shifts on long_int and time_t, too
23585         * time/mktime.c (SHR): Check that shifts work as desired
23586         on the types long_int and time_t too, as SHR is used on
23587         such types.
23589         mktime: do not assume 'long' is wide enough
23590         * time/mktime.c (verify): Move decl up.
23591         (long_int): New type.
23592         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
23593         to remove assumption in the code that 'long' is wide enough to
23594         store year values.  This assumption is not true on x32 and on
23595         some non-glibc platforms.
23597         mktime: merge wrapv change from gnulib
23598         * time/mktime.c (WRAPV): New macro.
23599         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
23600         (guess_time_tm, __mktime_internal): Do not assume that signed
23601         integer overflow wraps around; modern compilers generate code
23602         where this assumption is no longer valid.
23604 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
23606         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
23607         Replace "jmp L(pseudo_end)" with "ret".
23608         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
23609         Likewise.
23611 2012-05-23  Andreas Jaeger  <aj@suse.de>
23613         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
23614         * sysdeps/unix/sysv/linux/poll.c: Remove file.
23616 2012-05-23  Andreas Jaeger  <aj@suse.de>
23617             Maximilian Attems  <max@stro.at>
23619         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
23620         New macros.
23622 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
23624         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
23625         code so that pseudo_end is just ret and the stack pointer is
23626         correct also for static library in error case.
23628 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
23630         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
23631         move to syscalls.list.
23632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
23633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
23634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
23635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
23637         * manual/install.texi (Running make install): Do not mention Linux
23638         kernel version for which pt_chown is not needed.
23639         (Linux): Do not mention problems with nscd with 2.0 kernels.
23640         * INSTALL: Regenerated.
23642 2012-05-23  Andreas Jaeger  <aj@suse.de>
23644         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
23645         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
23646         macro.
23647         * sysdeps/unix/sysv/linux/s390/bits/mman.h
23648         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23649         * sysdeps/unix/sysv/linux/sh/bits/mman.h
23650         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23651         * sysdeps/unix/sysv/linux/i386/bits/mman.h
23652         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23653         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
23654         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23655         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
23656         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
23657         * sysdeps/unix/sysv/linux/bits/in.h
23658         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
23660 2012-05-22  Roland McGrath  <roland@hack.frob.com>
23662         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
23663         (PREPARE_VERSION): Just use assert instead, it will be elided
23664         under [NDEBUG] anyway.
23666 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23668         * sysdeps/unix/sysv/linux/Makefile: Include
23669         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
23670         (sysdep_routines): Remove sysctl.
23671         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
23672         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
23673         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
23674         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
23675         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
23677 2012-05-22  Andreas Jaeger  <aj@suse.de>
23679         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
23680         that pseudo_end is just ret and the stack pointer is correct also
23681         for static library in error case.
23683 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
23685         [BZ #14122]
23686         * nss/nsswitch.c (defconfig_entries): New variable.
23687         (__nss_database_lookup): Don't leak defconfig entries.
23688         (nss_parse_service_list): Don't leak on error paths.
23689         (free_database_entries): New function.
23690         (free_defconfig): New function.
23691         (free_mem): Move common code to free_database_entries.
23693 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23695         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
23696         Add arch_prctl.
23697         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
23699         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
23700         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
23701         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
23702         New macro.
23703         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
23704         (INTERNAL_SYSCALL_TYPES): Likewise.
23705         (LOAD_ARGS_TYPES_[1-6]): Likewise.
23706         (LOAD_REGS_TYPES_[1-6]): Likewise.
23707         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
23708         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
23710 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23712         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
23713         copysignl for GLIBC_2_0.
23714         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
23715         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
23716         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
23717         logbl for GLIBC_2_0.
23718         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
23719         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
23721 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23723         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
23724         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
23726         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
23727         Use "neg %eax".
23729         * time/mktime.c: Update copyright years.
23731 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
23733         mktime: merge comment-quoting-style change from gnulib
23734         * time/mktime.c: Quote 'like this' in comments.
23735         The GNU coding standards suggest that we no longer quote `like this',
23736         as "`" and "'" are typically rendered asymmetrically nowadays.
23737         The typical gnulib style is to quote 'like this' when quoting
23738         code, and "like this" when quoting English.
23740         * time/mktime.c (compile-command): Add "-I.".
23742         mktime: merge mktime-internal.h change from gnulib
23743         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
23745         mktime: merge time_r change from gnulib
23746         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
23748         mktime: merge DEBUG change from gnulib
23749         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
23750         case system <time.h> has a #define.
23752         mktime: merge <sys/types.h> change from gnulib
23753         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
23754         since <time.t> is now guaranteed to define time_t.
23756         mktime: merge HAVE_CONFIG_H change from gnulib
23757         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
23759 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
23761         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
23762         Use "neg %eax".
23764         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
23765         __rlim_t cast.
23766         (struct rusage): Use anonymous union to pad each field to
23767         __syscall_slong_t.
23769 2012-05-21  David S. Miller  <davem@davemloft.net>
23771         * Makefules (o-iterator): Remove .s cases.
23772         (compile-command.s): Delete.
23773         (COMPILE.s): Delete.
23774         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
23776 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
23778         * configure.in (libc_cv_predef_stack_protector): Only consider
23779         "foobar" and "__stack_chk_fail" lines in libc_undefs.
23780         * configure: Regenerated.
23782 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
23784         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
23785         New macro.  Use R*LP on int and pointer.
23786         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
23787         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
23788         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
23789         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
23791         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
23792         [__WORDSIZE_TIME64_COMPAT32] instead of
23793         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
23794         (struct utmp): Likewise.
23795         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
23796         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
23797         Renamed to ...
23798         (__WORDSIZE_TIME64_COMPAT32): This.
23799         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
23800         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
23801         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
23802         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
23803         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
23804         (__WORDSIZE_TIME64_COMPAT32): New macro.
23806 2012-05-21  Andreas Jaeger  <aj@suse.de>
23808         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
23809         only if [SHARED]. Add prototype for __wcschr_ia32.
23811 2012-05-21  Roland McGrath  <roland@hack.frob.com>
23813         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
23814         of %rbp unmolested in the jmp_buf while mangling the low bits.
23815         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
23816         unmolested high bits of %rbp while demangling the low bits.
23817         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
23819 2012-05-21  Andreas Jaeger  <aj@suse.de>
23821         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
23822         * sunrpc/svc_simple.c: Use it for registerrpc.
23823         * sunrpc/xcrypt.c: Use it for passwd2des.
23825         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
23827 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
23829         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
23830         Don't define if [__SYSCALL_WORDSIZE != 32].
23831         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
23832         New macro.
23834 2012-05-21  Bruno Haible  <bruno@clisp.org>
23835             Andreas Jaeger  <aj@suse.de>
23837         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
23838         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
23839         inptr and inend for must_buffer_ch.
23840         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
23841         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
23842         * stdio-common/Makefile (tests): Remove bug15.
23843         (bug15-ENV): Remove macro.
23844         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
23845         anymore.
23847 2012-05-19  Andreas Jaeger  <aj@suse.de>
23848             Roland McGrath  <roland@hack.frob.com>
23850         * manual/contrib.texi: Completely rewritten. It contains now an
23851         alphabetical list of contributors and their contributions.
23853 2012-05-21  Richard Henderson  <rth@twiddle.net>
23855         * misc/getauxval.c (__getauxval): Use unsigned long int.
23856         * misc/sys/auxv.h: Include <sys/cdefs.h>.
23857         (getauxval): Use unsigned long int.
23859 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
23861         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
23863 2012-05-21  Roland McGrath  <roland@hack.frob.com>
23865         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
23866         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
23867         __alignof__ (long double).
23869 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23871         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23873 2012-05-20  Richard Henderson  <rth@twiddle.net>
23875         * misc/getauxval.c: New file.
23876         * misc/sys/auxv.h: New file.
23877         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
23878         (routines): Add getauxval.
23879         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
23880         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
23881         * elf/dl-sysdep.c (_dl_auxv): Remove.
23882         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
23883         * elf/dl-support.c (_dl_auxv): New variable.
23884         (_dl_aux_init): Initialize it.
23885         * manual/startup.texi (Auxiliary Vector): New node.
23886         * sysdeps/generic/bits/hwcap.h: New file.
23887         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
23888         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
23889         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
23890         * sysdeps/sparc/sysdep.h: ... here.  Include it.
23891         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
23892         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
23893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23894         Update.
23895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
23896         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
23897         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
23898         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
23899         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
23900         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
23901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
23902         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
23904 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23906         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23908 2012-05-19  David S. Miller  <davem@davemloft.net>
23910         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23912 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
23914         [BZ #14123]
23915         * math/s_ccosh.c: Include <float.h>
23916         (__ccosh): Avoid internal overflow calculating sinh and cosh
23917         values before multiplying by sin and cos values.
23918         * math/s_ccoshf.c: Likewise.
23919         * math/s_ccoshl.c: Likewise.
23920         * math/s_csin.c: Likewise.
23921         * math/s_csinf.c: Likewise.
23922         * math/s_csinl.c: Likewise.
23923         * math/s_csinh.c: Likewise.
23924         * math/s_csinhf.c: Likewise.
23925         * math/s_csinhl.c: Likewise.
23926         * math/libm-test.inc (ccos_test): Add more tests.
23927         (ccosh_test): Likewise.
23928         (csin_test): Likewise.
23929         (csinh_test): Likewise.
23930         * sysdeps/i386/fpu/libm-test-ulps: Update.
23931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23933 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
23935         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
23936         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
23938         * sysdeps/x86_64/x32/_itoa.h: Add comment.
23940 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
23942         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
23943         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
23944         * sysdeps/powerpc/soft-fp/Versions: Likewise.
23945         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
23946         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
23947         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
23948         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
23949         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
23950         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
23951         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
23952         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
23953         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
23954         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
23955         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
23956         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
23957         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
23958         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
23959         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
23960         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
23961         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
23962         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
23963         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
23964         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
23965         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
23966         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
23967         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
23968         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
23969         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
23970         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
23971         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
23972         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
23974 2012-05-18  Andreas Jaeger  <aj@suse.de>
23976         * csu/.gitignore: Delete.
23978 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
23980         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
23981         (timex): Use __syscall_slong_t.
23983 2012-05-18  Andreas Jaeger  <aj@suse.de>
23984             Carlos O'Donell  <carlos_odonell@mentor.com>
23986         * manual/install.texi (Configuring and compiling): Update
23987         description about files modified in the source directory.
23988         * INSTALL: Regenerated.
23990 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
23992         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
23993         value.  Use "or" to set return value to -1.
23994         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
23995         negate return value.
23997 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23999         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
24000         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
24001         failure if the compiler has Graphite support disabled.
24002         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
24003         Likewise.
24004         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
24005         CFLAGS-memmove.c): Likewise.
24006         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
24007         Likewise.
24009 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
24011         * sysdeps/x86_64/x32/_itoa.h: New file.
24013         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
24014         getdents system call only if kernel and user dirents have the
24015         same d_ino and d_off.
24017         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
24018         LLONG_MAX != LONG_MAX.
24019         (_itoa_word): Use _ITOA_WORD_TYPE on value.
24020         (_fitoa_word): Likewise.
24022         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
24023         years.
24024         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
24025         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
24026         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
24028         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
24029         include <bits/wordsize.h>.  Check __x86_64__ instead of
24030         __WORDSIZE.
24031         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
24032         if __x86_64__ is defined.  Use anonymous union on fpstate.
24034         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
24035         anonymous union.
24037 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
24039         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
24040         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
24041         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
24042         Refer to _rtld_local_ro instead of _rtld_global_ro.
24043         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
24044         Likewise.
24045         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
24046         Likewise.
24047         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
24048         Likewise.
24049         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
24050         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
24051         of _rtld_global, and rtld_progname instead of _dl_argv[0].
24053         * sysdeps/powerpc/powerpc32/dl-machine.c
24054         (__elf_machine_runtime_setup) [PROF]: Don't reference
24055         _dl_prof_resolve.
24057 2012-05-18  Andreas Jaeger  <aj@suse.de>
24059         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
24060         function only available for GCCs before 3.4 since GCC 3.4
24061         introduced a builtin.
24062         (lrint): Likewise.
24063         (llrintf): Likewise.
24064         (llrint): Likewise.
24065         (fmaxf): Likewise.
24066         (fmax): Likewise.
24067         (fminf): Likewise.
24068         (fmin): Likewise.
24069         (rint): Likewise.
24070         (rintf): Likewise.
24071         (nearbyint): Likewise.
24072         (nearbyintf): Likewise.
24073         (ceil): Likewise.
24074         (ceilf): Likewise.
24075         (floor): Likewise.
24076         (floorf): Likewise.
24078 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
24080         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
24081         on both fields and cast pointer to __syscall_ulong_t.
24083         * bits/types.h (__fsword_t): New type.
24084         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
24085         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
24086         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24087         (__FSWORD_T_TYPE): Likewise.
24088         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24089         (__FSWORD_T_TYPE): Likewise.
24090         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24091         (__FSWORD_T_TYPE): Likewise.
24092         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
24093         (__FSWORD_T_TYPE): Likewise.
24094         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
24095         __SWORD_TYPE with __fsword_t.
24096         (statfs64): Likewise.
24098 2012-05-17  David S. Miller  <davem@davemloft.net>
24100         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
24102 2012-05-17  Andreas Jaeger  <aj@suse.de>
24104         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
24105         warning.
24107 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
24109         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
24111 2012-05-17  Andreas Jaeger  <aj@suse.de>
24113         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
24114         when it is used.
24116 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
24118         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
24120 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
24122         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
24123         * sysdeps/x86_64/tst-mallocalign1.c: New file.
24125 2012-05-17  Andreas Jaeger  <aj@suse.de>
24126             Carlos O'Donell  <carlos_odonell@mentor.com>
24128         [BZ #14059]
24129         * sysdeps/x86_64/multiarch/init-arch.h
24130         (bit_YMM_Usable): Rename to...
24131         (bit_AVX_Usable): ... this.
24132         (bit_FMA4_Usable): New macro.
24133         (bit_XMM_state): New macro.
24134         (bit_YMM_state): New macro.
24135         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
24136         [__ASSEMBLER__] (index_AVX_Usable): ... this.
24137         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
24138         (CPUID_OSXSAVE): New macro.
24139         (CPUID_AVX): New macro.
24140         (CPUID_FMA4): New macro.
24141         (index_YMM_Usable): Rename to...
24142         (index_AVX_Usable): ... this.
24143         (HAS_AVX): Use HAS_ARCH_FEATURE.
24144         (HAS_FMA4): Likewise.
24145         (HAS_YMM_USABLE): Remove.
24146         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24147         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
24148         are present.
24149         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
24150         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
24151         * sysdeps/x86_64/multiarch/Makefile: Likewise.
24152         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
24153         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
24155 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
24157         * math/libm-test.c: Support platforms without multiple rounding modes.
24158         * math/bug-nextafter.c: Support platforms without FP exceptions.
24159         * math/bug-nexttoward.c: Likewise.
24160         * math/test-fenv.c: Likewise.
24161         * math/test-misc.c: Likewise.
24162         * stdlib/bug-getcontext.c: Likewise.
24164 2012-05-17  Andreas Jaeger  <aj@suse.de>
24166         * manual/examples/search.c (critter_cmp): Change signature to
24167         avoid warnings.
24168         * manual/string.texi (Collation Functions): Likewise.
24170 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24172         * bits/types.h: Fold copyright years.
24173         * bits/typesizes.h: Likewise.
24174         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
24175         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
24176         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
24177         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
24178         * time/time.h: Likewise.
24180 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
24182         [BZ #208]
24183         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
24184         in instead of returning them.  Return void.
24185         (__libc_mallinfo): Accumulate over all arenas.
24186         (__malloc_stats): Adjust for change in int_mallinfo interface.
24188 2012-05-16  Roland McGrath  <roland@hack.frob.com>
24190         [BZ #10375]
24191         * configure.in (NM): Add AC_CHECK_TOOL for it.
24192         (libc_extra_cflags): New substituted variable.
24193         Check for -fstack-protector being used implicitly.
24194         * configure: Regenerated.
24195         * config.make.in (config-extra-cflags): New variable,
24196         gets @libc_extra_cflags@.
24197         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
24199         [BZ #10375]
24200         * configure.in: Check for _FORTIFY_SOURCE being predefined.
24201         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
24202         * configure: Regenerated.
24203         * config.make.in (CPPUNDEFS): New substituted variable.
24204         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
24205         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
24206         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
24208 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24210         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
24211         (mq_attr): Use __syscall_slong_t.
24213 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24215         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
24216         Check __x86_64__ instead of __WORDSIZE.
24217         (_STAT_VER_LINUX): Likewise.
24218         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
24219         __syscall_ulong_t and __syscall_slong_t.
24220         (stat64): Likewise.
24222 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24224         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
24226 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24228         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
24230 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24232         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
24233         __syscall_ulong_t.
24235         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
24236         include <bits/wordsize.h>.  Check __x86_64__ instead of
24237         __WORDSIZE.
24238         (greg_t): Use "__extension__ long long int" if __x86_64__ is
24239         defined.
24240         (mcontext_t): Replace "unsigned long" with "unsigned long long".
24242         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
24243         include <bits/wordsize.h>.  Check __x86_64__ instead of
24244         __WORDSIZE.
24245         (user_regs_struct): Use "__extension__ unsigned long long"
24246         instead of "unsigned long" if __x86_64__ is defined.
24247         (user): Likewise.  Pad after pointer field if __ILP32__ is
24248         defined.
24250 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
24252         * configure.in (makeinfo): Require version 4.5 or later.  Allow
24253         versions 5 to 9.
24254         * configure: Regenerated.
24255         * manual/install.texi (texinfo): Increase version requirement to
24256         4.5 or later.
24257         * INSTALL: Regenerated.
24259         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
24261 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
24263         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
24265         * sysdeps/x86_64/x32/ffs.c: New file.
24267         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
24268         __syscall_ulong_t.
24269         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
24270         defined.  Use __syscall_ulong_t.
24271         (shminfo): Use __syscall_ulong_t.
24272         (shm_info): Likewise.
24274         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
24275         __syscall_ulong_t.
24277         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
24278         <bits/wordsize.h>.
24279         (msgqnum_t): Use __syscall_ulong_t.
24280         (msglen_t): Likewise.
24281         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
24282         __syscall_ulong_t.
24284         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
24285         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
24287         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
24289         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
24290         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
24292         * sysvipc/sys/msg.h (msgbuf): Replace long int with
24293         __syscall_slong_t.
24295         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
24296         include <bits/wordsize.h>.  Check __x86_64__ instead of
24297         __WORDSIZE.
24299         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
24300         "unsigned long long int" if __x86_64__ is defined.
24301         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
24303         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
24304         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
24305         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
24307         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
24308         <stdint.h>.
24309         (GET_PC): Cast to uintptr_t first.
24310         (GET_FRAME): Likewise.
24311         (GET_STACK): Likewise.
24313         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
24314         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
24315         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
24316         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
24317         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
24318         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
24319         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
24320         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
24321         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
24322         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
24323         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
24324         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
24325         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
24326         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
24327         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
24328         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
24329         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
24330         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
24331         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
24332         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
24333         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
24334         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
24335         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
24336         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
24337         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
24338         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
24339         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
24340         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
24341         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
24343 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
24345         * Makerules (+depfiles): Also collect depfiles from .oS in
24346         $(extra-objs).
24347         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
24348         .oS, $(libnldbl-routines)).
24350         * Makerules (native-compile-mkdep-flags): Define.
24351         * sunrpc/Makefile (extra-objs): Add $(addprefix
24352         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
24353         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
24354         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
24355         calling $(make-target-directory).
24357 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24359         * bits/types.h (__snseconds_t): Removed.
24360         * time/time.h (struct timespec): Replace __snseconds_t with
24361         __syscall_slong_t.
24362         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
24363         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
24364         Likewise.
24365         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24366         (__SNSECONDS_T_TYPE): Likewise.
24367         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24368         (__SNSECONDS_T_TYPE): Likewise.
24369         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24370         (__SNSECONDS_T_TYPE): Likewise.
24372 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24374         * sysdeps/mach/hurd/bits/typesizes.h
24375         (__SYSCALL_SLONG_TYPE): New macro.
24376         (__SYSCALL_ULONG_TYPE): Likewise.
24378 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24380         * bits/types.h (__syscall_slong_t): New type.
24381         (__syscall_ulong_t): Likewise.
24383         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
24384         (__SYSCALL_ULONG_TYPE): Likewise.
24385         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24386         (__SYSCALL_SLONG_TYPE): Likewise.
24387         (__SYSCALL_ULONG_TYPE): Likewise.
24388         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24389         (__SYSCALL_SLONG_TYPE): Likewise.
24390         (__SYSCALL_ULONG_TYPE): Likewise.
24391         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24392         (__SYSCALL_SLONG_TYPE): Likewise.
24393         (__SYSCALL_ULONG_TYPE): Likewise.
24395 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24397         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
24398         Add sigaltstack-offsets.sym.
24399         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
24400         <sigaltstack-offsets.h>.
24401         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
24402         longjmp_msg pointer.
24403         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
24404         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
24405         signal stack.
24406         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
24408 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
24410         * elf/stackguard-macros.h: Remove file.
24411         * sysdeps/generic/stackguard-macros.h: New file.
24412         * sysdeps/i386/stackguard-macros.h: Likewise.
24413         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24414         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24415         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24416         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24417         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24418         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24419         * sysdeps/x86_64/stackguard-macros.h: Likewise.
24420         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
24421         <elf/stackguard-macros.h>.
24423         [BZ #14109]
24424         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
24425         __aligned__ in attribute.
24426         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
24427         (gregset_t): Likewise.
24429 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24431         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
24432         * sysdeps/x86_64/64/Implies-after: Here.  New file.
24433         * sysdeps/x86_64/x32/Implies-after: New file.
24435 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24437         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
24438         and access return value for _dl_profile_fixup.  Use R10_LP to
24439         load frame size.
24441 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24443         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
24445 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24447         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
24448         * sysdeps/x86_64/x32/sysdep.h: New file.
24450 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24452         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
24453         * sysdeps/x86_64/setjmp.S: Likewise.
24455 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24457         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
24458         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
24459         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
24460         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
24461         remove unused global constant.
24463 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
24465         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
24466         include of <not-cancel.h>.
24468 2012-05-15  Roland McGrath  <roland@hack.frob.com>
24470         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
24472 2012-05-15  Jeff Law  <law@redhat.com>
24473             Andreas Jaeger  <aj@suse.de>
24475         [BZ #13594]
24476         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
24477         out from...
24478         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
24479         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
24480         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
24481         code changing __hst_map_handle.map.
24483 2012-05-15  Roland McGrath  <roland@hack.frob.com>
24485         * configure.in (sysnames): Look for Implies-before and Implies-after
24486         files.
24487         * configure: Regenerated.
24489 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24491         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
24492         8-byte data alignment with LP_SIZE alignment.
24494 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24496         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
24497         into R10_LP.
24499 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24501         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
24503 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24505         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
24506         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
24507         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
24508         Likewise.
24509         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
24511 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24513         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
24514         (stackinfo_sub_sp): Likewise.
24516 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24518         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
24519         RAX_LP.
24521 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24523         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
24524         into R*_LP.
24526 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24528         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
24529         sizes into R*_LP.
24531 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24533         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
24535 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24537         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
24538         into R11_LP and load __x86_64_shared_cache_size_half into
24539         R8_LP.
24541 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
24543         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
24544         R8_LP.
24546 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24548         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
24549         logb for POWER7.
24550         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
24551         logbf for POWER7.
24552         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
24553         logbl for POWER7.
24554         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
24555         powerpc32/power7/fpu/s_logb.c via #include.
24556         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
24557         powerpc32/power7/fpu/s_logbf.c via #include.
24558         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
24559         powerpc32/power7/fpu/s_logbl.c via #include.
24561 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
24563         * README.libm: Remove file.
24565 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24567         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
24568         count for x32.  Use R*_LP and omit operand-size suffix.
24570 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24572         * shlib-versions: Move x86_64-.*-linux.* entries to ...
24573         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
24574         * sysdeps/x86_64/x32/shlib-versions: New file.
24576 2012-05-14  Roland McGrath  <roland@hack.frob.com>
24578         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
24579         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
24580         Use _dl_fatal_printf instead.
24582 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
24584         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
24585         set if not set by the user.  Do not allow for being unset.
24586         * sysdeps/unix/sysv/linux/configure: Regenerated.
24588 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24590         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
24591         the `q' suffix from lea and replace .quad with ASM_ADDR.
24593 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24595         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
24596         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
24597         instead of $17.
24598         (PTR_DEMANGLE): Likewise.
24600 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24602         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
24603         (LP_OP): Likewise.
24604         (ASM_ADDR): Likewise.
24605         (RAX_LP): Likewise.
24606         (RBP_LP): Likewise.
24607         (RBX_LP): Likewise.
24608         (RCX_LP): Likewise.
24609         (RDI_LP): Likewise.
24610         (RSI_LP): Likewise.
24611         (RSP_LP): Likewise.
24612         (R8_LP): Likewise.
24613         (R9_LP): Likewise.
24614         (R10_LP): Likewise.
24615         (R10_LP): Likewise.
24616         (R11_LP): Likewise.
24617         (R12_LP): Likewise.
24618         (R13_LP): Likewise.
24619         (R14_LP): Likewise.
24620         (R15_LP): Likewise.
24622 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24624         * sysdeps/x86_64/x32/dl-machine.h: New file.
24626 2012-05-14  Andreas Jaeger  <aj@suse.de>
24628         * manual/Makefile (subdir): Remove export of subdir.
24629         (all): Remove target.
24630         (.PHONY): Remove all from list.
24631         (mkinstalldirs): Remove.
24632         (.PHONY): Remove installdirs from list.
24633         ($(inst_infodir)/libc.info): Use make-target-directory.
24634         (installdirs): Remove.
24635         (subdir_%): Remove.
24636         (glibc-targets): Remove.
24637         (lib): Remove.
24638         (stubs): Remove.
24639         ($(objpfx)stubs ../po/manual.pot): Remove.
24640         ($(objpfx)stamp%): Remove.
24641         (make-target-directory): Remove.
24642         (subdir_install): Remove.
24643         (routines): Remove.
24644         (aux): Remove.
24645         (sources): Remove.
24646         (objects): Remove.
24647         (headers): Remove.
24649         [BZ #13750]
24650         * manual/.gitignore: Remove, it's not needed anymore.
24651         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
24652         all files in it.
24653         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
24654         directory.
24655         (texis): Renamed to $(objpfx)texis.
24656         (texis-path): New, contains path to generated files.
24657         (chapters.%): Use texis-path for complete path, add extra argument
24658         libc-texinfo.sh.
24659         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
24660         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
24661         (summary,texi, stamp-summary): Use complete path of
24662         files. Generate files in build dir.
24663         (dir-add.texi): Build in build dir.
24664         (libm-err.texi,stamp-libm-err): Likewise.
24665         (version.texi, stamp-version): Likewise.
24666         (.%c.texi): Likewise.
24667         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
24668         (mostlyclean): Remove target.
24669         (realclean): Remove target.
24670         (generated): Add new variable with contents from mostlyclean and
24671         realclean, remove entries duplicated in common-mostlyclean, add
24672         stamp-libm-err and stamp-version.
24673         (generated-dirs): Add libc directory.
24674         ($(inst_infodir)/libc.info): Install files from build dir.
24676         * manual/install.texi (Configuring and compiling): Adjust since
24677         the info files are not part of the tar ball anymore.
24679 2012-05-14  Andreas Jaeger  <aj@suse.de>
24681         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
24682         variable.
24684 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
24686         [BZ #13717]
24687         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
24688         to 2.2.0 where earlier.
24689         * sysdeps/unix/sysv/linux/configure: Regenerated.
24690         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
24691         Remove conditional code.
24692         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
24693         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
24694         Remove conditional code.
24695         [!__NR_lchown]: Likewise.
24696         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
24697         [__NR_lchown]: Likewise.
24698         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
24699         comment referencing __ASSUME_LCHOWN_SYSCALL.
24700         * sysdeps/unix/sysv/linux/i386/sigaction.c
24701         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24702         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24703         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
24704         Remove conditional code.
24705         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
24706         (__protocol_available): Remove #if 0 code.
24707         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
24708         conditional code.
24709         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
24710         * sysdeps/unix/sysv/linux/kernel-features.h
24711         (__ASSUME_GETCWD_SYSCALL): Don't define.
24712         (__ASSUME_REALTIME_SIGNALS): Likewise.
24713         (__ASSUME_PREAD_SYSCALL): Likewise.
24714         (__ASSUME_PWRITE_SYSCALL): Likewise.
24715         (__ASSUME_POLL_SYSCALL): Likewise.
24716         (__ASSUME_LCHOWN_SYSCALL): Likewise.
24717         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
24718         non-SPARC.
24719         (__ASSUME_SIOCGIFNAME): Don't define.
24720         (__ASSUME_MSG_NOSIGNAL): Likewise.
24721         (__ASSUME_SENDFILE): Define unconditionally.
24722         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
24723         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
24724         conditional code.
24725         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
24726         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
24727         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
24728         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
24729         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
24730         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
24731         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
24732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
24733         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24734         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
24736         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24737         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
24739         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24740         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
24742         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24743         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
24745         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24746         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
24748         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
24749         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
24751         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24752         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
24754         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24755         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24756         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
24757         Remove conditional code.
24758         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24759         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
24760         Remove conditional code.
24761         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24762         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
24763         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
24764         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
24765         Remove conditional code.
24766         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24767         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
24768         Remove conditional code.
24769         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24770         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
24771         Remove conditional code.
24772         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24773         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
24774         Remove conditional code.
24775         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
24776         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
24777         Remove conditional code.
24778         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24779         * sysdeps/unix/sysv/linux/sh/pwrite64.c
24780         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
24781         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
24782         * sysdeps/unix/sysv/linux/sigaction.c
24783         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24784         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24785         * sysdeps/unix/sysv/linux/sigpending.c
24786         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24787         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24788         * sysdeps/unix/sysv/linux/sigprocmask.c
24789         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24790         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24791         * sysdeps/unix/sysv/linux/sigsuspend.c
24792         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
24793         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
24794         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
24795         (__libc_missing_rt_sigs): Remove.
24796         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
24797         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
24798         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
24799         Remove conditional code.
24800         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
24801         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
24802         return 1.
24803         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
24804         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
24805         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
24806         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
24808 2012-05-14  Andreas Jaeger  <aj@suse.de>
24810         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
24811         it's not used in glibc.
24812         (__coshm1): Likewise.
24813         (__acosh1p): Likewise.
24814         (__sgn): Likewise.
24816         * manual/string.texi (Copying and Concatenation): Add missing
24817         variable in concat example.
24818         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
24820 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24822         [BZ #14103]
24823         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
24824         __builtin_clzl with __builtin_clzll.
24826 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
24828         [BZ #14104]
24829         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
24830         libc_freeres_ptr.
24832 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24834         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
24835         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
24836         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
24837         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
24839 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
24841         * NEWS: Update ia64 info.
24843 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24845         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
24846         used as bcopy.
24848 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
24850         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
24851         * sysdeps/unix/syscalls.list (dup3): Likewise.
24852         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
24853         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
24855 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
24857         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
24858         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
24860 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
24862         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
24863         thread pointer.
24864         (TLS_IE): Use mov/add instead of movq/addq to load thread
24865         pointer.
24866         (TLS_GD_PREFIX): New.
24867         (TLS_GD): Use it.
24869 2012-05-11  David S. Miller  <davem@davemloft.net>
24871         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
24872         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
24873         (_FPU_SETCW): Likewise.
24875 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
24877         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
24878         is 32-byte aligned.
24880 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
24882         [BZ #11837]
24883         * iconvdata/gb18030.c: Update tables.
24884         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
24885         characters specially.
24886         (BODY for TO_LOOP): Add encoding of missing ranges.
24888 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
24890         [BZ #13673]
24891         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
24892         * sysdeps/mach/hurd/dup3.c: Likewise.
24893         * sysdeps/mach/hurd/readlinkat.c: Likewise.
24894         * sysdeps/powerpc/memmove.c:: Likewise.
24896 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
24898         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
24899         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
24901 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
24903         * elf/elf.h (R_X86_64_RELATIVE64): New.
24904         (R_X86_64_NUM): Updated.
24905         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24906         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
24907         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
24908         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
24909         tst-quad1pie tst-quad2pie
24910         (modules-names): Add tst-quadmod1 tst-quadmod2.
24911         ($(objpfx)tst-quad1): New dependency.
24912         ($(objpfx)tst-quad2): Likewise.
24913         ($(objpfx)tst-quad1pie): Likewise.
24914         ($(objpfx)tst-quad2pie): Likewise.
24915         * sysdeps/x86_64/tst-quad1.c: New file.
24916         * sysdeps/x86_64/tst-quad1pie.c: New file.
24917         * sysdeps/x86_64/tst-quad2.c: Likewise.
24918         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
24919         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
24920         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
24921         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
24922         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
24924 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24926         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
24927         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
24928         * streams/stropts.h (t_scalar_t): Define type.
24930         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
24931         (_PATH_PRESERVE): Set to "/var/lib".
24932         (_PATH_RWHODIR): Set to "/var/spool/rwho".
24934         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
24935         instead of int.
24937         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
24938         if __dir_mkfile succeeded.
24940         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
24941         checking for _hurd_dtablesize.  Unlock it right after having
24942         finished _hurd_dtable allocation.
24944 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
24946         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
24947         * sysdeps/mach/hurd/configure: Regenerated.
24948         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
24949         special-casing to...
24950         * sysdeps/gnu/configure.in: ... this new file.
24951         * sysdeps/unix/sysv/linux/configure: Regenerated.
24952         * sysdeps/gnu/configure: New generated file.
24954         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
24955         for Linux: use nsec instead of usec, as well as:
24956         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
24957         members of type struct timespec.
24958         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
24959         New macros.
24960         (struct stat64): Likewise.
24961         (_STATBUF_ST_NSEC): New macro.
24962         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
24964         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
24965         __strtoul_internal rather than strtoul.
24967 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24969         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
24970         and reject them.
24972 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24974         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
24975         which preserves existing values.
24976         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
24978 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24980         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
24981         TIMEOUT values.  Return EINVAL for NFDS values either negative or
24982         greater than FD_SETSIZE.
24984 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24986         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
24987         allocated, call __vm_protect to finish enabling the existing space, and
24988         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
24989         allocate the remainder.
24991 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24993         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
24994         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
24996 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24998         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
24999         sysdeps/mach/hurd/readlink.c.
25001         * posix/tst-sysconf.c (posix_options): Only use
25002         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
25003         _POSIX_SYNCHRONIZED_IO when they are defined
25004         * sysdeps/mach/hurd/bits/posix_opt.h:
25005         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
25006         (_XOPEN_REALTIME): Undefine macro.
25007         (_XOPEN_REALTIME_THREADS): Undefine macro.
25008         (_XOPEN_SHM): Undefine macro.
25009         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
25010         macro to -1.
25011         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
25012         macro to -1.
25013         (_POSIX_ASYNC_IO): Undefine macro.
25014         (_POSIX_PRIORITIZED_IO): Undefine macro.
25015         (_POSIX_SPIN_LOCKS): Define macro to -1.
25017         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
25018         SA_NODEFER, SA_RESETHAND.
25019         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
25020         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
25021         F_DUPFD_CLOEXEC.
25023 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25025         * elf/Makefile (pldd-modules): Define unconditionally.
25027 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25029         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
25031 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25033         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
25034         Return ENOENT when name is empty.
25035         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
25037 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25039         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
25041         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
25043 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25045         Fix mlock in all cases except non-readable pages.
25046         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
25047         instead of VM_PROT_ALL as parameter to __vm_wire function.
25049         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
25050         (__mkdir): When path is `/', just fail with EEXIST.
25051         * sysdeps/mach/hurd/mkdirat.c: Likewise.
25053 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25055         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
25056         <sys/uio.h> (for writev).
25057         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
25058         and <sys/param.h> (for MIN).
25060 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25062         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
25063         REQUESTED_TIME.  Properly set the remaining time and return EINTR
25064         if interrupted.
25066 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25068         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
25069         Depend on against $(link-rpcuserlibs).
25071 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25073         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
25074         (__libc_stack_end): Do not use attribute_relro.
25075         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
25076         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
25077         to libthread-provided value.
25078         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
25079         attribute_relro.
25081 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25083         [BZ #3748]
25084         * bits/libc-lock.h (__libc_once_get): New macro.
25085         * sysdeps/mach/bits/libc-lock.h: Likewise.
25086         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
25087         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
25088         instead of using implementation details.
25090         * libio/fileops.c: Unconditionally include <kernel-features.h>.
25091         * libio/freopen.c: Likewise.
25092         * libio/freopen64.c: Likewise.
25093         * misc/syslog.c: Likewise.
25094         * nscd/connections.c: Likewise.
25095         * nscd/netgroupcache.c: Likewise.
25096         * sysdeps/posix/getcwd.c: Likewise.
25098 2012-05-10  Roland McGrath  <roland@hack.frob.com>
25100         * math/w_ilogbf.c: Add #include <limits.h>.
25102 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25104         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
25105         path instead of returning without unlocking.
25107         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
25108         immediate-write ioctls.
25109         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
25111 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25113         * sysdeps/mach/hurd/i386/init-first.c (init): Use
25114         __builtin_frame_address instead of making assumptions about the
25115         location of the return address relative to DATA.  Force early load of
25116         the return address.
25117         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
25118         __builtin_frame_address.
25120         dup3 for GNU Hurd.
25121         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
25122         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
25123         implement dup3 and do some further code clean-ups.
25124         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
25125         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
25127 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25129         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
25131         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
25132         HURD_CRITICAL_END around holding _hurd_dtable_lock.
25133         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
25134         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
25135         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
25136         d->port.lock.
25138         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
25139         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
25140         when handler == SIG_ERR, not when handler != SIG_ERR.
25142 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25144         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
25145         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
25146         definitions.
25148         accept4 for GNU Hurd.
25149         * include/sys/socket.h (__libc_accept4): New prototype.
25150         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
25151         to implement __libc_accept4.
25152         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
25153         __libc_accept4.
25154         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
25156         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
25157         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
25158         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
25159         signal-defines.sym.
25161 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25163         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
25165 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
25167         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
25168         assertion on O_CLOEXEC flag.
25169         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
25170         * hurd/intern-fd.c: Likewise.
25171         * hurd/port2fd.c: Likewise.
25173 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25175         [BZ #3906]
25176         * bits/in.h (IPV6_PKTINFO): Define new macro.
25177         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
25179 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25181         [BZ #13954]
25182         [BZ #13955]
25183         [BZ #13956]
25184         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
25185         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
25186         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
25187         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
25188         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25189         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
25190         * math/libm-test.inc (logb_test) : Additional logb tests.
25192 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
25193             Andreas Jaeger  <aj@suse.de>
25195         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
25196         * configure: Regenerated.
25197         * config.h.in (LINK_OBSOLETE_RPC): New macro.
25198         * config.make.in (link-obsolete-rpc): New substituted variable.
25199         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
25200         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
25201         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
25202         (shared-only-routines): Don't set it under [link-obsolete-rpc],
25203         so that libc.a contains the symbols.
25204         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
25205         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
25206         * sunrpc/auth_none.c: Likewise.
25207         * sunrpc/auth_unix.c: Likewise.
25208         * sunrpc/authdes_prot.c: Likewise.
25209         * sunrpc/authuxprot.c: Likewise.
25210         * sunrpc/clnt_gen.c: Likewise.
25211         * sunrpc/clnt_perr.c: Likewise.
25212         * sunrpc/clnt_raw.c: Likewise.
25213         * sunrpc/clnt_simp.c: Likewise.
25214         * sunrpc/clnt_tcp.c: Likewise.
25215         * sunrpc/clnt_udp.c: Likewise.
25216         * sunrpc/clnt_unix.c: Likewise.
25217         * sunrpc/des_crypt.c: Likewise.
25218         * sunrpc/des_soft.c: Likewise.
25219         * sunrpc/get_myaddr.c: Likewise.
25220         * sunrpc/key_call.c: Likewise.
25221         * sunrpc/key_prot.c: Likewise.
25222         * sunrpc/netname.c: Likewise.
25223         * sunrpc/pm_getmaps.c: Likewise.
25224         * sunrpc/pm_getport.c: Likewise.
25225         * sunrpc/pmap_clnt.c: Likewise.
25226         * sunrpc/pmap_prot.c: Likewise.
25227         * sunrpc/pmap_prot2.c: Likewise.
25228         * sunrpc/pmap_rmt.c: Likewise.
25229         * sunrpc/publickey.c: Likewise.
25230         * sunrpc/rpc_cmsg.c: Likewise.
25231         * sunrpc/rpc_common.c: Likewise.
25232         * sunrpc/rpc_dtable.c: Likewise.
25233         * sunrpc/rpc_prot.c: Likewise.
25234         * sunrpc/rpc_thread.c: Likewise.
25235         * sunrpc/rtime.c: Likewise.
25236         * sunrpc/svc.c: Likewise.
25237         * sunrpc/svc_auth.c: Likewise.
25238         * sunrpc/svc_raw.c: Likewise.
25239         * sunrpc/svc_run.c: Likewise.
25240         * sunrpc/svc_tcp.c: Likewise.
25241         * sunrpc/svc_udp.c: Likewise.
25242         * sunrpc/svc_unix.c: Likewise.
25243         * sunrpc/svcauth_des.c: Likewise.
25244         * sunrpc/xcrypt.c: Likewise.
25245         * sunrpc/xdr.c: Likewise.
25246         * sunrpc/xdr_array.c: Likewise.
25247         * sunrpc/xdr_float.c: Likewise.
25248         * sunrpc/xdr_intXX_t.c: Likewise.
25249         * sunrpc/xdr_mem.c: Likewise.
25250         * sunrpc/xdr_rec.c: Likewise.
25251         * sunrpc/xdr_ref.c: Likewise.
25252         * sunrpc/xdr_sizeof.c: Likewise.
25253         * sunrpc/xdr_stdio.c: Likewise.
25255 2012-05-10  Roland McGrath  <roland@hack.frob.com>
25257         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
25258         change.  Update copyright years.
25260 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
25262         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
25264 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
25265             Joseph Myers  <joseph@codesourcery.com>
25266             Paul Pluzhnikov  <ppluzhnikov@google.com>
25268         [BZ #14012]
25269         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
25270         requiring rpcgen.
25271         [cross-compiling] (extra-libs): Likewise.
25272         [cross-compiling] (extra-libs-others): Likewise.
25273         [cross-compiling] (librpcsvc-routines): Likewise.
25274         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
25275         [cross-compiling] (omit-deps): Likewise.
25276         (sunrpc-CPPFLAGS): New variable.
25277         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
25278         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
25279         (cross-rpcgen-objs): New variable.
25280         (extra-objs): Append $(cross-rpcgen-objs).
25281         ($(cross-rpcgen-objs)): New rule.
25282         ($(objpfx)cross-rpcgen): Likewise.
25283         (rpcgen-cmd): Define to use $(built-program-file).  Expand
25284         comment.
25285         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
25286         ($(objpfx)x%.stmp): Likewise.
25287         * sunrpc/proto.h [IS_IN_build] (_): Define.
25288         [IS_IN_build] (_libc_intl_domainname): Likewise.
25290 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
25292         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
25293         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
25294         and R_X86_64_TPOFF64.
25296 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
25298         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
25299         sysdeps/unix/sysv/syscalls.list.
25300         (stime): Likewise.
25301         (utime): Likewise.
25302         * sysdeps/unix/sysv/syscalls.list: Remove file.
25304 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
25306         [BZ #3440]
25307         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
25308         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
25309         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
25310         (__LC_IDENTIFICATION): Make these macros useful in #if
25311         expressions, as required by C99.
25313 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
25315         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
25316         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
25317         after this.
25319 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
25321         * stdlib/longlong.h: Updated from GCC.
25323 2012-05-09  Andreas Jaeger  <aj@suse.de>
25325         * nscd/nscd.c (run_modes): Make named enum, reorder so that
25326         default is first entry.
25327         (run_mode): Set type.
25328         (main): Remove informal message about syslog.
25329         (options): Fix typo.
25331         [BZ #14053]
25332         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
25333         to asm.
25334         (lrint): Likewise.
25335         (llrintf): Likewise.
25336         (llrint): Likewise.
25337         (rint): Likewise.
25338         (rintf): Likewise.
25339         (nearbyint): Likewise.
25340         (nearbyintf): Likewise.
25342 2012-05-09  Andreas Jaeger  <aj@suse.de>
25343             Pedro Alves  <palves@redhat.com>
25345         * nscd/nscd.c (run_mode): Use enum.
25346         (main): Cleanup coding style issue.
25348 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
25349             Andreas Jaeger  <aj@suse.de>
25351         * nscd/nscd.c (go_background): Replaced with...
25352         (run_mode): ... this.
25353         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
25354         (options): Add -F --foreground.
25355         (main): Implement it.
25356         (parse_opt): Parse it.
25358 2012-05-09  Andreas Jaeger  <aj@suse.de>
25360         [BZ #14083]
25361         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
25362         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
25363         -Wconversion warning.
25364         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
25365         Likewise.
25367 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
25369         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
25370         == 0.
25371         (LC_ALL): Use macro-int-constant.
25372         (LC_COLLATE): Likewise.
25373         (LC_CTYPE): Likewise.
25374         (LC_MESSAGES): Likewise.
25375         (LC_MONETARY): Likewise.
25376         (LC_NUMERIC): Likewise.
25377         (LC_TIME): Likewise.
25378         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
25379         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
25380         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25381         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
25382         Specify type.
25383         [C99-based standards] (float_t): Expect type.
25384         [C99-based standards] (double_t): Expect type.
25385         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
25386         type.
25387         [C99-based standards] (HUGE_VALL): Likewise.
25388         [C99-based standards] (INFINITY): Likewise.
25389         [C99-based standards] (NAN): Likewise.
25390         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
25391         [C99-based standards] (FP_NAN): Likewise.
25392         [C99-based standards] (FP_NORMAL): Likewise.
25393         [C99-based standards] (FP_SUBNORMAL): Likewise.
25394         [C99-based standards] (FP_ZERO): Likewise.
25395         [C99-based standards] (FP_FAST_FMA): Use
25396         optional-macro-int-constant.  Specify type.  Require == 1.
25397         [C99-based standards] (FP_FAST_FMAF): Likewise.
25398         [C99-based standards] (FP_FAST_FMAL): Likewise.
25399         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
25400         [C99-based standards] (FP_ILOGBNAN): Likewise.
25401         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
25402         Specify type.
25403         [C99-based standards] (MATH_ERREXCEPT): Likewise.
25404         [C99-based standards] (math_errhandling): Specify type.
25405         [ISO99 || ISO11] (signgam): Do not allow.
25406         [non-C99-based standards] (copysignf): Do not allow.
25407         [non-C99-based standards] (exp2f): Likewise.
25408         [non-C99-based standards] (log2f): Likewise.
25409         [non-C99-based standards] (modff): Allow.
25410         [non-C99-based standards] (erff): Do not allow.
25411         [non-C99-based standards] (erfcf): Likewise.
25412         [non-C99-based standards] (gammaf): Likewise.
25413         [non-C99-based standards] (hypotf): Likewise.
25414         [non-C99-based standards] (j0f): Likewise.
25415         [non-C99-based standards] (j1f): Likewise.
25416         [non-C99-based standards] (jnf): Likewise.
25417         [non-C99-based standards] (lgammaf): Likewise.
25418         [non-C99-based standards] (tgammaf): Likewise.
25419         [non-C99-based standards] (y0f): Likewise.
25420         [non-C99-based standards] (y1f): Likewise.
25421         [non-C99-based standards] (ynf): Likewise.
25422         [non-C99-based standards] (isnanf): Likewise.
25423         [non-C99-based standards] (acoshf): Likewise.
25424         [non-C99-based standards] (asinhf): Likewise.
25425         [non-C99-based standards] (atanhf): Likewise.
25426         [non-C99-based standards] (cbrtf): Likewise.
25427         [non-C99-based standards] (expm1f): Likewise.
25428         [non-C99-based standards] (ilogbf): Likewise.
25429         [non-C99-based standards] (log1pf): Likewise.
25430         [non-C99-based standards] (logbf): Likewise.
25431         [non-C99-based standards] (nextafterf): Likewise.
25432         [non-C99-based standards] (remainderf): Likewise.
25433         [non-C99-based standards] (rintf): Likewise.
25434         [non-C99-based standards] (scalbf): Likewise.
25435         [non-C99-based standards] (copysignl): Likewise.
25436         [non-C99-based standards] (exp2l): Likewise.
25437         [non-C99-based standards] (log2l): Likewise.
25438         [non-C99-based standards] (modfl): Allow.
25439         [non-C99-based standards] (erfl): Do not allow.
25440         [non-C99-based standards] (erfcl): Likewise.
25441         [non-C99-based standards] (gammal): Likewise.
25442         [non-C99-based standards] (hypotl): Likewise.
25443         [non-C99-based standards] (j0l): Likewise.
25444         [non-C99-based standards] (j1l): Likewise.
25445         [non-C99-based standards] (jnl): Likewise.
25446         [non-C99-based standards] (lgammal): Likewise.
25447         [non-C99-based standards] (tgammal): Likewise.
25448         [non-C99-based standards] (y0l): Likewise.
25449         [non-C99-based standards] (y1l): Likewise.
25450         [non-C99-based standards] (ynl): Likewise.
25451         [non-C99-based standards] (isnanl): Likewise.
25452         [non-C99-based standards] (acoshl): Likewise.
25453         [non-C99-based standards] (asinhl): Likewise.
25454         [non-C99-based standards] (atanhl): Likewise.
25455         [non-C99-based standards] (cbrtl): Likewise.
25456         [non-C99-based standards] (expm1l): Likewise.
25457         [non-C99-based standards] (ilogbl): Likewise.
25458         [non-C99-based standards] (log1pl): Likewise.
25459         [non-C99-based standards] (logbl): Likewise.
25460         [non-C99-based standards] (nextafterl): Likewise.
25461         [non-C99-based standards] (remainderl): Likewise.
25462         [non-C99-based standards] (rintl): Likewise.
25463         [non-C99-based standards] (scalbl): Likewise.
25464         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25465         [non-C99-based standards] (FP_*): Do not allow.
25466         [C99-based standards] (FP_*): Change to
25467         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
25468         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
25469         allow.
25470         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
25471         (SIG_ERR): Likewise.
25472         [X/Open-based standards] (SIG_HOLD): Likewise.
25473         (SIG_IGN): Likewise.
25474         (SIGABRT): Use macro-int-constant.  Specify type.  Require
25475         positive value.
25476         (SIGFPE): Likewise.
25477         (SIGILL): Likewise.
25478         (SIGINT): Likewise.
25479         (SIGSEGV): Likewise.
25480         (SIGTER): Likewise.
25481         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
25482         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
25483         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
25484         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
25485         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
25486         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
25487         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
25488         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
25489         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
25490         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
25491         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
25492         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
25493         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
25494         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
25495         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
25496         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
25497         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
25498         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
25499         [X/Open-based standards] (SIGTRAP): Likewise.
25500         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
25501         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
25502         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
25503         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
25504         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
25505         allow.
25507 2012-05-08  Ian Wienand  <ianw@vmware.com>
25509         [BZ #14080]
25510         * time/tzset.c (__tzset_parse_tz): Update default rules for
25511         daylight time changes in the Energy Policy Act of 2005.
25513 2012-05-09  Andreas Jaeger  <aj@suse.de>
25515         [BZ #13983]
25516         * elf/ldconfig.c (parse_conf): Change string to make clear that
25517         ldconfig only issued a warning if ld.so.conf does not exist.
25519 2012-05-08  David S. Miller  <davem@davemloft.net>
25521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
25522         movxtod instead of popping the value on the stack.
25524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25526 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
25528         * config.h.in: Add HAVE_ARM_PCS_VFP.
25530 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
25532         [BZ #13979]
25533         * include/features.h: Warn if user requests __FORTIFY_SOURCE
25534         checking but the checks are disabled for any reason.
25536 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
25538         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
25539         and ELF64_R_TYPE with ELFW(R_TYPE).
25541 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
25543         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
25544         (ulimit): Likewise.
25546         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
25547         (settimeofday): Likewise.
25549 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
25551         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
25552         a struct th_u2 inside the union, and move tu_block/tu_code into
25553         a new th_u3 union of tu_block/tu_code inside of that.  Move
25554         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
25555         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
25556         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
25557         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
25558         (th_stuff): Change to th_u1.tu_stuff.
25559         (th_data): Define.
25560         (th_msg): Change to th_u1.th_u2.tu_data.
25562 2012-05-07  David S. Miller  <davem@davemloft.net>
25564         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25566         [BZ #14074]
25567         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
25568         (SETUP_PIC_REG): Use it.
25569         (SETUP_PIC_REG_LEAF): Use it.
25571 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
25573         [BZ #13885]
25574         [BZ #13923]
25575         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25576         USE_AS_EXPM1L.
25577         (EXPL_FINITE): Likewise.
25578         (FLDLOG): Likewise.
25579         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
25580         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
25581         e_expl.S.
25582         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25583         USE_AS_EXPM1L.
25584         (EXPL_FINITE): Likewise.
25585         (FLDLOG): Likewise.
25586         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
25587         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
25588         e_expl.S.
25589         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
25590         test of -max_value argument for long double.
25591         * sysdeps/i386/fpu/libm-test-ulps: Update.
25592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25594 2012-05-06  David S. Miller  <davem@davemloft.net>
25596         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
25597         quad soft-float symbols whose references which are compiler
25598         generated.
25599         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
25601 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
25603         [BZ #13884]
25604         [BZ #13914]
25605         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25606         USE_AS_EXP10L.
25607         (EXPL_FINITE): Likewise.
25608         (FLDLOG): Likewise.
25609         (c0): Likewise.
25610         (c1): Likewise.
25611         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
25612         Adjust comments for base varying.
25613         (__expl_finite): Change alias to EXPL_FINITE.
25614         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
25615         e_expl.S.
25616         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
25617         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
25618         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25619         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
25620         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
25621         USE_AS_EXP10L.
25622         (EXPL_FINITE): Likewise.
25623         (FLDLOG): Likewise.
25624         (c0): Likewise.
25625         (c1): Likewise.
25626         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
25627         Adjust comments for base varying.
25628         (__expl_finite): Change alias to EXPL_FINITE.
25629         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
25630         tests for bugs.
25631         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25633         [BZ #14064]
25634         * math/libm-test.inc (check_float_internal): Correct ulp
25635         calculation for subnormal expected results.
25637 2012-05-06  Andreas Jaeger  <aj@suse.de>
25639         * Makeconfig (+math-flags): New, set to -frounding-math.
25640         (+cflags): Add +math-flags so that all of glibc gets compiled with
25641         it.
25643         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
25645 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
25647         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
25648         Disable one test.
25650         [BZ #13787]
25651         [BZ #13922]
25652         [BZ #14036]
25653         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
25654         (__ieee754_expl): Allow for and saturate large arguments.
25655         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
25656         (u_threshold): Likewise.
25657         (__exp): Call __ieee754_exp before checking for overflow and
25658         underflow.
25659         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
25660         (u_threshold): Likewise.
25661         (__expf): Call __ieee754_expf before checking for overflow and
25662         underflow.
25663         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
25664         (u_threshold): Likewise.
25665         (__expl): Call __ieee754_expl before checking for overflow and
25666         underflow.
25667         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
25668         (__ieee754_expl): Allow for and saturate large arguments.
25669         * math/libm-test.inc (exp_test): Add another test.  Do not allow
25670         missing overflow exception on overflow.
25671         (expm1_test): Do not allow missing overflow exception on overflow.
25673         * sysdeps/i386/fpu/e_expl.c: Move to ...
25674         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
25675         rather than using inline asm.
25676         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
25677         * sysdeps/x86_64/fpu/e_expl.S: Copy from
25678         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
25680         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
25681         (nice): Likewise.
25682         (poll): Likewise.
25683         (signal): Likewise.
25684         (time): Likewise.
25685         (times): Likewise.
25687 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
25689         * sysdeps/unix/syscalls.list (adjtime): Add entry from
25690         sysdeps/unix/common/syscalls.list.
25691         (fchmod): Likewise.
25692         (fchown): Likewise.
25693         (ftruncate): Likewise.
25694         (getrusage): Likewise.
25695         (gettimeofday): Likewise.
25696         (setpgid): Likewise.
25697         (setregid): Likewise.
25698         (setreuid): Likewise.
25699         (sigaction): Likewise.
25700         (truncate): Likewise.
25701         (vhangup): Likewise.
25702         * sysdeps/unix/common/syscalls.list: Remove file.
25703         * sysdeps/unix/bsd/Implies: Don't include unix/common.
25704         * sysdeps/unix/sysv/linux/Implies: Likewise.
25706 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
25708         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
25709         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
25710         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
25711         Moved to ...
25712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
25713         Here.
25714         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
25715         to ...
25716         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
25717         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
25718         to ...
25719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
25720         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
25721         to ...
25722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
25723         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
25724         to ...
25725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
25726         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
25727         to ...
25728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
25729         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
25730         to ...
25731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
25732         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
25733         to ...
25734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25735         Here.
25736         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
25737         to ...
25738         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
25739         Here.
25740         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
25741         to ...
25742         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
25743         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
25744         Moved to ...
25745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
25746         Here.
25747         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
25748         to ...
25749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
25751 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
25753         * sysdeps/unix/common/bits/dirent.h: Remove file.
25754         * sysdeps/unix/common/bits/fcntl.h: Likewise.
25756         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
25757         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
25758         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
25759         * sysdeps/unix/bsd/isatty.c: Likewise.
25760         * sysdeps/unix/bsd/tcdrain.c: Likewise.
25761         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
25762         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
25764 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25766         [BZ #13563]
25767         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
25768         long double comparison inaccuracies.
25769         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25770         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25772 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
25774         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
25775         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
25777 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
25779         [BZ #14049]
25780         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
25781         nonzero digits before rounding a hex value.
25782         * stdlib/tst-strtod.c (tests): Add another test.
25784 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25786         * sysdeps/s390/fpu/libm-test-ulps: Update.
25788 2012-05-03  Andreas Jaeger  <aj@suse.de>
25790         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
25791         does not get optimized out.
25792         (malloc_opt_barrier): New.
25794 2012-05-03  Andreas Jaeger  <aj@suse.de>
25795             Roland McGrath  <roland@hack.frob.com>
25797         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
25798         intermediate file deletion.
25799         (generated): Add .symlist files.
25801 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
25803         [BZ #13775]
25804         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
25805         Redirect under this condition.
25806         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
25807         [__USE_GNU] (__dprintf_chk): Not under this condition.
25808         [__USE_GNU] (__vdprintf_chk): Likewise.
25809         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
25810         under this condition.
25811         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
25812         [__USE_XOPEN2K8] (dprintf): Define under this condition.
25813         [__USE_XOPEN2K8] (vdprintf): Likewise.
25814         [__USE_GNU] (__dprintf_chk): Not under this condition.
25815         [__USE_GNU] (__vdprintf_chk): Likewise.
25816         [__USE_GNU] (dprintf): Likewise.
25817         [__USE_GNU] (vdprintf): Likewise.
25819 2012-05-03  Roland McGrath  <roland@hack.frob.com>
25821         * elf/Makefile (common-generated): Set this instead of generated for
25822         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
25823         $(all-built-dso)-derived lists.
25825 2012-05-03  Andreas Jaeger  <aj@suse.de>
25827         * sysdeps/i386/fpu/libm-test-ulps: Update.
25829         * FAQ: Removed.
25830         * FAQ.in: Likewise.
25831         * scripts/gen-FAQ.pl: Likewise.
25832         * manual/install.texi (Installation): Point to online location of
25833         FAQ.
25834         * Makefile (files-for-dist): Remove FAQ.
25835         (FAQ): Remove.
25837 2012-05-02  Allan McRae  <allan@archlinux.org>
25839         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
25840         (LDFLAGS-reldepmod5.so): Likewise.
25841         (LDFLAGS-reldep6mod1.so): Likewise.
25842         (LDFLAGS-reldep6mod4.so): Likewise.
25843         (LDFLAGS-reldep8mod3.so): Likewise.
25844         (LDFLAGS-unload4mod1.so): Likewise.
25845         (LDFLAGS-unload4mod2.so): Likewise.
25846         (LDFLAGS-tst-initorder): Likewise.
25847         (LDFLAGS-tst-initordera2.so): Likewise.
25848         (LDFLAGS-tst-initordera3.so): Likewise.
25849         (LDFLAGS-tst-initordera4.so): Likewise.
25850         (LDFLAGS-tst-initorderb2.so): Likewise.
25851         (LDFLAGS-noload): Likewise.
25852         (LDFLAGS-next): Likewise.
25853         (LDFLAGS-order2mod1.so): Likewise.
25854         (LDFLAGS-order2mod2.so): Likewise.
25855         (LDFLAGS-tst-initorder2): Likewise.
25856         (LDFLAGS-tst-initorder2a.so): Likewise.
25857         (LDFLAGS-tst-initorder2b.so): Likewise.
25858         (LDFLAGS-tst-initorder2c.so): Likewise.
25859         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
25861 2012-05-02  David S. Miller  <davem@davemloft.net>
25863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25865 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
25867         [BZ #14055]
25868         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
25870 2012-05-02  Andreas Jaeger  <aj@suse.de>
25872         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
25873         since we manipulate rounding mode.
25874         (CPPFLAGS-test-idouble.c): Likewise.
25875         (CPPFLAGS-test-ifloat.c): Likewise.
25876         (CFLAGS-test-ldouble.c): Likewise.
25877         (CFLAGS-test-double.c): Likewise.
25878         (CFLAGS-test-float.c): Likewise.
25879         (CFLAGS-test-misc.c): Likewise.
25880         (CFLAGS-test-test-fenv.c): Likewise.
25882 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25884         [BZ #2550]
25885         [BZ #2570]
25886         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
25887         comparisons to determine direction to adjust input.
25889 2012-05-01  Roland McGrath  <roland@hack.frob.com>
25891         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
25892         output to the target.
25894         * scripts/localplt.awk: New file.
25895         * elf/Makefile ($(objpfx)check-localplt): Target removed.
25896         (check-localplt-CFLAGS): Variable removed.
25897         ($(all-built-dso:=.jmprel)): New static pattern rule.
25898         (generated): Add those targets.
25899         (localplt-built-dso): New variable.
25900         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
25902         * elf/check-localplt.c: File removed.
25904         * scripts/check-execstack.awk: New file.
25905         * elf/Makefile ($(objpfx)check-execstack): Target removed.
25906         (check-execstack-CFLAGS): Variable removed.
25907         ($(objpfx)check-execstack.h): Target removed.
25908         ($(objpfx)execstack-default): New target.
25909         (generated): Add that instead of check-execstack.h.
25910         ($(all-built-dso:=.phdr)): New static pattern rule.
25911         (generated): Add those targets.
25912         * elf/check-execstack.c: File removed.
25914         * scripts/check-textrel.awk: New file.
25915         * elf/Makefile ($(objpfx)check-textrel): Target removed.
25916         (check-textrel-CFLAGS): Variable removed.
25917         (all-built-dso): Use := to define.o
25918         ($(all-built-dso:=.dyn)): New static pattern rule.
25919         (generated): Add those targets.
25920         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
25921         * config.make.in (READELF): New substituted variable.
25922         * elf/check-textrel.c: File removed.
25924 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
25926         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
25927         allow.
25928         * conform/data/ctype.h-data [C99-based standards] (isblank):
25929         Expect function.
25930         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
25931         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
25932         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25933         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
25934         Specify type.  Require positive value.
25935         (EILSEQ): Likewise.
25936         (ERANGE): Likewise.
25937         [ISO || POSIX] (EILSEQ): Do not expect.
25938         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
25939         Specify type.  Require positive value.
25940         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
25941         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
25942         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
25943         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
25944         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
25945         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
25946         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
25947         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
25948         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
25949         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
25950         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
25951         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
25952         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
25953         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
25954         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
25955         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
25956         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
25957         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
25958         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
25959         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
25960         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
25961         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
25962         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
25963         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
25964         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
25965         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
25966         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
25967         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
25968         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
25969         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
25970         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
25971         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
25972         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
25973         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
25974         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
25975         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
25976         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
25977         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
25978         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
25979         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
25980         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
25981         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
25982         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
25983         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
25984         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
25985         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
25986         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
25987         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
25988         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
25989         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
25990         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
25991         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
25992         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
25993         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
25994         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
25995         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
25996         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
25997         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
25998         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
25999         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
26000         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
26001         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
26002         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
26003         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
26004         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
26005         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
26006         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
26007         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
26008         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
26009         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
26010         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
26011         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
26012         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
26013         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
26014         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
26015         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
26016         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
26017         Require >= 2.
26018         (FLT_ROUNDS): Expect as macro, not constant.
26019         (FLT_MANT_DIG): Use macro-int-constant.
26020         (DBL_MANT_DIG): Likewise.
26021         (LDBL_MANT_DIG): Likewise.
26022         (FLT_DIG): Likewise.
26023         (DBL_DIG): Likewise.
26024         (LDBL_DIG): Likewise.
26025         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
26026         (DBL_MIN_EXP): Likewise.
26027         (LDBL_MIN_EXP): Likewise.
26028         (FLT_MAX_EXP): Use macro-int-constant.
26029         (DBL_MAX_EXP): Likewise.
26030         (LDBL_MAX_EXP): Likewise.
26031         (FLT_MAX_10_EXP): Likewise.
26032         (DBL_MAX_10_EXP): Likewise.
26033         (LDBL_MAX_10_EXP): Likewise.
26034         (FLT_MAX): Use macro-constant.
26035         (DBL_MAX): Likewise.
26036         (LDBL_MAX): Likewise.
26037         (FLT_EPSILON): Use macro-constant.  Give upper bound.
26038         (DBL_EPSILON): Likewise.
26039         (LDBL_EPSILON): Likewise.
26040         (FLT_MIN): Likewise.
26041         (DBL_MIN): Likewise.
26042         (LDBL_MIN): Likewise.
26043         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
26044         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
26045         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
26046         [ISO11] (FLT_HAS_SUBNORM): Likewise.
26047         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
26048         [ISO11] (DBL_DECIMAL_DIG): Likewise.
26049         [ISO11] (FLT_DECIMAL_DIG): Likewise.
26050         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
26051         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
26052         [ISO11] (FLT_TRUE_MIN): Likewise.
26053         [ISO11] (LDBL_TRUE_MIN): Likewise.
26054         [ISO || ISO99 || ISO11] (*_t): Do not allow.
26055         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
26056         (SCHAR_MIN): Use macro-int-constant.  Specify type.
26057         (SCHAR_MAX): Likewise.
26058         (UCHAR_MAX): Likewise.
26059         (CHAR_MIN): Likewise.
26060         (CHAR_MAX): Likewise.
26061         (MB_LEN_MAX): Use macro-int-constant.
26062         (SHRT_MIN): Use macro-int-constant.  Specify type.
26063         (SHRT_MAX): Likewise.
26064         (USHRT_MAX): Likewise.
26065         (INT_MAX): Likewise.
26066         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
26067         bound negative.
26068         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
26069         bound with "U".
26070         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
26071         bound with "L".
26072         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
26073         bound negative.  Suffix upper bound with "L".
26074         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
26075         bound with "UL".
26076         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
26077         Specify type.
26078         [C99-based standards] (LLONG_MAX): Likewise.
26079         [C99-based standards] (ULLONG_MAX): Likewise.
26080         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
26081         == 0.
26082         [ISO11] (max_align_t): Require type.
26083         [ISO || ISO99 || ISO11] (*_t): Do not allow.
26085         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
26086         from $CFLAGS, without defining away __attribute__ calls.
26087         (checknamespace): Use $CFLAGS_namespace.
26089         * conform/conformtest.pl (@keywords): Only include C99 keywords
26090         for standards based on C99 or C11.
26092         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
26093         Disable tests.
26094         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
26095         UNIX98]: Likewise.
26097         * conform/conformtest.pl: Handle "macro-int-constant" and test for
26098         usability of symbols in #if.
26100         * conform/conformtest.pl: If macro or constant types start
26101         "promoted:", expect the symbol to be of the following type
26102         promoted by the integer promotions.
26104         * conform/conformtest.pl: Parse all "constant" and "macro" lines
26105         in one place.  Also handle "macro-constant".
26107         * conform/conformtest.pl: Only accept expected macro values with
26108         "==".  Parse all "macro" lines in one place.
26109         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
26111         * conform/conformtest.pl: Handle braced types on "constant" lines
26112         instead of handling "typed-constant".
26113         * conform/data/signal.h-data: Use "constant" instead of
26114         "typed-constant".
26116         * conform/conformtest.pl: Handle "optional-" at start of lines in
26117         one place rather than duplicating several cases.  Handle each
26118         format of "macro" line with initial "optional-".
26120         * conform/conformtest.pl: Only accept expected constant or
26121         optional-constant values with "==".  Parse all "constant" lines in
26122         one place.  Parse all "optional-constant" lines in one place.
26123         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
26124         * conform/data/fmtmsg.h-data: Likewise.
26125         * conform/data/netinet/in.h-data: Likewise.
26126         * conform/data/tar.h-data: Likewise.
26127         * conform/data/limits.h-data: Use "==" form on "constant" and
26128         "optional-constant" lines.
26130         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
26131         Use -std=c99 for XOPEN2K.
26132         (@knownproblems): Remove.
26133         (newtoken): Don't check %isknown.
26135         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
26136         Do not expect macro.
26137         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
26138         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
26139         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
26140         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
26141         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
26142         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
26143         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
26144         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
26145         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
26146         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
26147         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
26148         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
26149         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
26150         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
26151         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
26152         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
26153         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
26154         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
26155         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
26156         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
26157         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
26158         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
26159         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
26160         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
26161         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
26162         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
26163         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
26164         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
26165         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
26166         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
26167         [XPG3] (acosh): Likewise.
26168         [XPG3] (asinh): Likewise.
26169         [XPG3] (atanh): Likewise.
26170         [XPG3] (cbrt): Likewise.
26171         [XPG3] (expm1): Likewise.
26172         [XPG3] (ilogb): Likewise.
26173         [XPG3] (log1p): Likewise.
26174         [XPG3] (logb): Likewise.
26175         [XPG3] (nextafter): Likewise.
26176         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
26177         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
26178         [XPG3] (remainder): Likewise.
26179         [XPG3] (rint): Likewise.
26180         [XPG3 || XPG4 || UNIX98] (round): Likewise.
26181         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
26182         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
26183         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
26184         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
26185         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
26186         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
26187         [UNIX98 || XOPEN2K] (scalb): Expect.
26188         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
26189         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
26190         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
26191         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
26192         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
26193         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
26194         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
26195         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
26196         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
26197         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
26198         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
26199         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
26200         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
26201         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
26202         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
26203         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
26204         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
26205         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
26206         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
26207         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
26208         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
26209         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
26210         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
26211         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
26212         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
26213         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
26214         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
26215         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
26216         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
26217         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
26218         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
26219         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
26220         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
26221         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
26222         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
26223         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
26224         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
26225         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
26226         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
26227         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
26228         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
26229         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
26230         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
26231         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
26232         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
26233         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
26234         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
26235         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
26236         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
26237         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
26238         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
26239         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
26240         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
26241         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
26242         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
26243         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
26244         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
26245         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
26246         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
26247         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
26248         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
26249         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
26250         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
26251         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
26252         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
26253         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
26254         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
26255         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
26256         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
26257         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
26258         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
26259         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
26260         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
26261         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
26262         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
26263         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
26264         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
26265         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
26266         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
26267         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
26268         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
26269         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
26270         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
26271         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
26272         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
26273         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
26274         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
26275         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
26276         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
26277         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
26278         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
26279         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
26280         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
26281         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
26282         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
26283         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
26284         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
26285         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
26286         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
26287         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
26288         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
26289         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
26290         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
26291         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
26292         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
26293         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
26294         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
26295         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
26296         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
26297         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
26298         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
26299         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
26300         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
26301         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
26302         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
26303         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
26304         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
26305         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
26306         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
26307         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
26308         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
26309         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
26310         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
26311         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
26312         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
26313         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
26314         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
26315         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
26316         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
26317         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
26318         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
26319         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
26320         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
26321         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
26322         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
26323         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
26324         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
26326         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
26327         _XOPEN_SOURCE_EXTENDED for XPG4.
26329         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
26331         * Makeconfig (localtime): Remove variable.
26332         (inst_localtime-file): Likewise.
26334 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
26336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
26337         Update.
26338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
26339         Update.
26340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
26341         Update.
26342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26343         Update.
26344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
26345         Update.
26346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
26347         Update.
26348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
26349         Update.
26350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
26351         Update.
26352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26353         Update.
26355 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
26357         [BZ #2550]
26358         [BZ #2570]
26359         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
26360         comparisons to determine direction to adjust input.
26361         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
26362         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
26363         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
26364         Likewise.
26365         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
26366         Likewise.
26367         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26368         Likewise.
26369         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
26370         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
26371         Likewise.
26372         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
26373         Likewise.
26374         * math/libm-test.inc (nexttoward_test): Add more tests.
26376 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
26378         [BZ #14040]
26379         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
26380         in version GLIBC_2.1, not GLIBC_2.0.
26381         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
26382         Likewise.
26384 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
26386         [BZ #13942]
26387         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
26388         (1 - x) * (1 + x).
26389         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
26390         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
26391         * math/libm-test.inc (acos_test): Add more tests.
26392         (asin_test): Likewise.
26393         * sysdeps/i386/fpu/libm-test-ulps: Update.
26394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26396         [BZ #14034]
26397         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
26398         of square root.
26399         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
26400         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
26401         * math/libm-test.inc (acos_test_tonearest): New function.
26402         (acos_test_towardzero): Likewise.
26403         (acos_test_downward): Likewise.
26404         (acos_test_upward): Likewise.
26405         (asin_test_tonearest): Likewise.
26406         (asin_test_towardzero): Likewise.
26407         (asin_test_downward): Likewise.
26408         (asin_test_upward): Likewise.
26409         (main): Call the new functions.
26410         * sysdeps/i386/fpu/libm-test-ulps: Update.
26411         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26413         [BZ #13884]
26414         [BZ #13924]
26415         * math/e_exp10.c: Include <float.h>.
26416         (__ieee754_exp10): Handle underflow here rather than multiplying
26417         large negative argument by M_LN10.
26418         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
26419         of __ieee754_expf.
26420         * math/e_exp10l.c: Include <float.h>.
26421         (__ieee754_exp10l): Handle underflow here rather than multiplying
26422         large negative argument by M_LN10l.
26423         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
26424         spurious overflow exception on underflow.
26426 2012-04-29  Marek Polacek  <polacek@redhat.com>
26428         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
26429         (__fortify_function): New macro.
26430         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
26431         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
26432         __extern_always_inline.
26433         * libio/bits/stdio2.h: Likewise.
26434         * libio/bits/stdio.h: Likewise.
26435         * string/string.h: Likewise.
26436         * string/bits/string3.h: Likewise.
26437         * include/stdio.h: Likewise.
26438         * stdlib/bits/stdlib.h: Likewise.
26439         * stdlib/stdlib.h: Likewise.
26440         * rt/bits/mqueue2.h: Likewise.
26441         * rt/mqueue.h: Likewise.
26442         * posix/bits/unistd.h: Likewise.
26443         * posix/unistd.h: Likewise.
26444         * io/bits/poll2.h: Likewise.
26445         * io/bits/fcntl2.h: Likewise.
26446         * io/fcntl.h: Likewise.
26447         * io/sys/poll.h: Likewise.
26448         * misc/bits/syslog.h: Likewise.
26449         * misc/bits/syslog-ldbl.h: Likewise.
26450         * misc/sys/syslog.h: Likewise.
26451         * socket/bits/socket2.h: Likewise.
26452         * socket/sys/socket.h: Likewise.
26453         * debug/tst-chk1.c: Likewise.
26454         * wcsmbs/bits/wchar2.h: Likewise.
26455         * wcsmbs/bits/wchar-ldbl.h: Likewise.
26456         * wcsmbs/wchar.h: Likewise.
26458 2012-04-29  Andreas Jaeger  <aj@suse.de>
26460         * Makerules (tests): Remove enable-check-abi protection.
26461         (check-abi-warn): Remove.
26462         (check-abi-%): Remove check-abi-warn usage.
26464         * configure.in: Remove check-abi configure option.
26465         * configure: Regenerated.
26466         * config.make.in (enable-check-abi): Remove.
26468 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
26470         [BZ #14033]
26471         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
26472         double functions to double *_finite functions.
26474         [BZ #13941]
26475         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
26476         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
26477         LDBL_MIN_EXP.
26478         * stdio-common/Makefile (tests): Add tst-sprintf3.
26479         * stdio-common/tst-sprintf3.c: New file.
26481         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
26482         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
26484 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
26486         * conform/conformtest.pl: Remove duplicate typed-constant
26487         handling.
26489 2012-04-28  David S. Miller  <davem@davemloft.net>
26491         * Makerules (%.abilist): Add vpath on sysdep_dirs.
26492         (check-abi-%): Remove AWK script prerequisite and explicit
26493         abilist directory.
26494         (check-abi): Rewrite to just diff the symlist with the abilist.
26495         (config-tls, config-abi-config): Delete, no longer used.
26496         (update-abi-%): Remove AWK script and explicit abilist directory.
26497         (update-abi): Rewrite to simply compare and conditionally copy the
26498         symlist and the sysdep abilist file.  Remove update-abi-config
26499         checks.
26500         * abilist/ld.abilist: Remove.
26501         * abilist/libBrokenLocale.abilist: Remove.
26502         * abilist/libanl.abilist: Remove.
26503         * abilist/libcrypt.abilist: Remove.
26504         * abilist/libdl.abilist: Remove.
26505         * abilist/librt.abilist: Remove.
26506         * abilist/libthread_db.abilist: Remove.
26507         * abilist/libutil.abilist: Remove.
26508         * scripts/extract-abilist.awk: Remove.
26509         * scripts/merge-abilist.awk: Remove.
26510         * sysdeps/generic/libcidn.abilist: New file.
26511         * sysdeps/generic/libnss_compat.abilist: New file.
26512         * sysdeps/generic/libnss_db.abilist: New file.
26513         * sysdeps/generic/libnss_dns.abilist: New file.
26514         * sysdeps/generic/libnss_files.abilist: New file.
26515         * sysdeps/generic/libnss_hesiod.abilist: New file.
26516         * sysdeps/generic/libnss_nis.abilist: New file.
26517         * sysdeps/generic/libnss_nisplus.abilist: New file.
26518         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
26519         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
26520         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
26521         file.
26522         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
26523         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
26524         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
26525         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
26526         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
26527         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
26528         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
26529         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
26530         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
26531         file.
26532         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
26533         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
26534         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
26535         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
26536         file.
26537         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
26538         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
26539         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
26540         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
26541         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
26542         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
26543         file.
26544         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
26545         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
26546         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
26547         file.
26548         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
26549         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
26550         New file.
26551         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
26552         New file.
26553         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
26554         New file.
26555         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
26556         New file.
26557         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
26558         New file.
26559         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
26560         New file.
26561         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
26562         New file.
26563         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
26564         New file.
26565         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
26566         New file.
26567         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
26568         New file.
26569         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
26570         New file.
26571         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
26572         New file.
26573         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
26574         New file.
26575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
26576         file.
26577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
26578         New file.
26579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
26580         New file.
26581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
26582         file.
26583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
26584         New file.
26585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
26586         New file.
26587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
26588         file.
26589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
26590         New file.
26591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26592         New file.
26593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
26594         New file.
26595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
26596         New file.
26597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
26598         New file.
26599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
26600         New file.
26601         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
26602         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
26603         file.
26604         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
26605         New file.
26606         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
26607         file.
26608         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
26609         file.
26610         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
26611         file.
26612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
26613         file.
26614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
26615         file.
26616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26617         New file.
26618         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
26619         file.
26620         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
26621         file.
26622         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
26623         New file.
26624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
26625         file.
26626         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
26627         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
26628         file.
26629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
26630         New file.
26631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
26632         file.
26633         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
26634         file.
26635         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
26636         file.
26637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
26638         file.
26639         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
26640         file.
26641         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26642         New file.
26643         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
26644         file.
26645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
26646         file.
26647         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
26648         New file.
26649         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
26650         file.
26651         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
26652         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
26653         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
26654         file.
26655         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
26656         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
26657         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
26658         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
26659         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
26660         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
26661         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
26662         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
26663         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
26664         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
26665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
26666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
26667         file.
26668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
26669         New file.
26670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
26671         file.
26672         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
26673         file.
26674         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
26675         file.
26676         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
26677         file.
26678         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
26679         file.
26680         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26681         New file.
26682         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
26683         New file.
26684         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
26685         file.
26686         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
26687         New file.
26688         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
26689         file.
26690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
26691         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
26692         file.
26693         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
26694         New file.
26695         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
26696         file.
26697         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
26698         file.
26699         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
26700         file.
26701         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
26702         file.
26703         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
26704         file.
26705         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26706         New file.
26707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
26708         New file.
26709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
26710         file.
26711         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
26712         New file.
26713         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
26714         file.
26716 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
26718         * conform/conformtest.pl: Fix typo in handling typed-constant from
26719         allow-header.
26721 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
26723         * README: Cut down references to pre-2.6 Linux kernels and
26724         Linuxthreads.  Update lists of configurations in libc and ports
26725         and sort alphabetically.  Say "or newer" with Linux kernel version
26726         requirements.
26728         * config.h.in [IS_IN_build]: Allow compiling without optimization.
26730 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26732         [BZ #887]
26733         * math/libm-test.inc (logb_test_downward): New test to expose
26734         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
26735         rounding mode.
26737 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
26739         [BZ #14027]
26740         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
26741         to be done.
26742         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
26743         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
26745 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
26747         * sysdeps/unix/i386/brk.S: Remove file.
26748         * sysdeps/unix/i386/dl-brk.S: Likewise.
26749         * sysdeps/unix/i386/pipe.S: Likewise.
26750         * sysdeps/unix/i386/sigreturn.S: Likewise.
26751         * sysdeps/unix/i386/syscall.S: Likewise.
26752         * sysdeps/unix/i386/vfork.S: Likewise.
26753         * sysdeps/unix/i386/wait.S: Likewise.
26755         * sysdeps/unix/common/tcsendbrk.c: Move to ...
26756         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
26758         * configure.in (arm*-none*): Do not allow without
26759         --enable-hacker-mode.
26760         (netbsd*): Remove case setting base_os.
26761         (386bsd*): Likewise.
26762         (freebsd*): Likewise.
26763         (bsdi*): Likewise.
26764         (osf*): Likewise.
26765         (sunos*): Likewise.
26766         (ultrix*): Likewise.
26767         (newsos*): Likewise.
26768         (dynix*): Likewise.
26769         (*bsd*): Likewise.
26770         (sysv*): Likewise.
26771         (isc*): Likewise.
26772         (esix*): Likewise.
26773         (sco*): Likewise.
26774         (minix*): Likewise.
26775         (irix4*): Likewise.
26776         (irix6*): Likewise.
26777         (solaris[2-9]*): Likewise.
26778         (none): Likewise.
26779         * configure: Regenerated.
26781 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26783         [BZ #11521]
26784         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
26785         overflow or cancellation in calculating denominator.
26786         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
26787         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
26788         down expression to avoid unexpected rounding in newer GCCs.
26789         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
26791 2012-04-26  David S. Miller  <davem@davemloft.net>
26793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
26794         long-double compat symbols.
26795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
26797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
26798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
26799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
26800         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
26801         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
26802         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
26803         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
26804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
26805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
26806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
26807         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
26809 2012-04-25  David S. Miller  <davem@davemloft.net>
26811         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
26812         HWCAP_* values only after the memory barriers have been defined.
26813         (atomic_full_barrier): Define.
26814         (atomic_read_barrier): Define.
26815         (atomic_write_barrier): Define.
26817 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26819         * shlib-versions: Add libgcc_s version information.
26820         * sysdeps/generic/libgcc_s.h: Remove.
26821         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
26822         libgcc_s.h.
26823         * sysdeps/gnu/unwind-resume.c: Likewise.
26824         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
26826 2012-04-25  David S. Miller  <davem@davemloft.net>
26828         * sysdeps/unix/sparc/brk.S: Delete.
26829         * sysdeps/unix/sparc/dl-brk.S: Delete.
26830         * sysdeps/unix/sparc/pipe.S: Delete.
26831         * sysdeps/unix/sparc/sysdep.S: Delete.
26832         * sysdeps/unix/sparc/sysdep.h: Delete.
26833         * sysdeps/unix/sparc/vfork.S: Delete.
26834         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
26835         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
26836         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
26837         ret_ERRVAL, r0, r1, MOVE): Define.
26838         (JUMPTARGET): Remove.
26839         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
26840         sysdeps/unix/sparc/sysdep.h
26841         (ENTRY, END): Remove.
26842         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
26844 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
26846         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
26847         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
26848         -DIS_IN_build.
26850         * timezone/README: Update upstream location and email address for
26851         tzcode and tzdata.
26852         * timezone/zdump.c: Update from tzcode 2012b.
26853         * timezone/zic.c: Likewise.
26855         * configure.in (libc_cv_as_needed): Remove test.
26856         * configure: Regenerated.
26857         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
26858         conditional definition.
26859         [$(have-as-needed) != yes] (no-as-needed): Likewise.
26860         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
26861         * config.make.in (have-as-needed): Remove variable.
26863 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
26864             Paul Pluzhnikov  <ppluzhnikov@google.com>
26866         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
26867         strings correctly.
26869 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
26871         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
26872         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
26873         * sysdeps/sh/strlen.S: Likewise.
26875 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
26877         * sysdeps/unix/fork.S: Remove file.
26878         * sysdeps/unix/i386/fork.S: Likewise.
26879         * sysdeps/unix/sparc/fork.S: Likewise.
26881         * sysdeps/unix/system.c: Remove file.
26882         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
26884         * sysdeps/unix/getegid.S: Remove file.
26885         * sysdeps/unix/geteuid.S: Likewise.
26887 2012-04-24  Roland McGrath  <roland@hack.frob.com>
26889         * scripts/check-localplt.awk: New file.
26890         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
26891         of diff.
26892         * scripts/data/localplt-generic.data: Add a comment.
26894         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
26895         NODE when __dir_mkfile failed.
26896         * sysdeps/mach/hurd/symlinkat.c: Likewise.
26897         Reported by Ludovic Courtès <ludo@gnu.org>.
26899 2012-04-24  Andreas Jaeger  <aj@suse.de>
26901         * Makerules (common-clean): Also remove gen-as-const-headers
26902         files.
26904 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
26906         * Makerules (native-compile): Do not change working directory for
26907         build.  Use $(OUTPUT_OPTION) in command.
26908         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
26910 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26912         [BZ #13886]
26913         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
26914         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
26915         * math/libm-test.inc (floor_test): Add more tests.
26916         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
26918 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
26920         * sysdeps/unix/getdents.c: Remove file.
26921         * sysdeps/unix/sysv/getdents.c: Likewise.
26922         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
26924         * sysdeps/unix/syscalls.list (madvise): Add syscall from
26925         sysdeps/unix/mman/syscalls.list.
26926         (mmap): Likewise.
26927         (mprotect): Likewise.
26928         (msync): Likewise.
26929         (munmap): Likewise.
26930         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
26931         * sysdeps/unix/mman/syscalls.list: Remove.
26932         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
26934         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
26935         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
26936         * configure: Regenerated.
26937         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
26938         $(libgcc_s_suffix).
26939         * config.make.in (libgcc_s_suffix): Remove variable.
26941 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
26943         * sysdeps/unix/sysv/gethostname.c: Move to ...
26944         * sysdeps/posix/gethostname.c: ... here.
26946         * sysdeps/unix/execve.S: Remove file.
26948         * sysdeps/unix/_exit.S: Remove file.
26950 2012-04-23  Andreas Jaeger  <aj@suse.de>
26952         [BZ #13739]
26953         * manual/Makefile: Remove make dist support, there's no
26954         need for a stand-alone documentation tar ball.
26955         (TEXI2DVI): Define always, it's not in Makeconfig.
26956         (dist): Removed.
26957         (tar-it): Removed.
26958         (edition): Removed.
26959         (glibc-doc-$(edition).tar): Removed
26960         (%.Z): Removed.
26961         (%.gz): Removed.
26962         (%.uu): Removed.
26963         (ETAGS): Remove, it's in Makeconfig.
26964         (move-if-change): Remove, it's in Makeconfig.
26966 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
26968         [BZ #13970]
26969         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
26970         (strtod, strtof, strtold, strtol, strtoul, strtoq)
26971         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
26972         (strtod_l, strtof_l, strtold_l): Remove __wur.
26973         It is not necessarily an error to ignore strtol's return value.
26974         One can reliably look at the stored endptr to decide whether
26975         the number had valid syntax.
26977 2012-04-21  Andreas Jaeger  <aj@suse.de>
26979         [BZ #13739]
26980         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
26982 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
26984         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
26985         * sysdeps/unix/sysv/Versions: Remove file.
26987 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
26989         [BZ #13927]
26990         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26992 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
26994         [BZ #7064]
26995         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
26996         version from __vm86.
26998 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
27000         * sysdeps/unix/common/lxstat.c: Remove file.
27001         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
27003         * sysdeps/unix/sysv/Makefile: Remove file.
27005         * sysdeps/unix/sysv/direct.h: Remove file.
27007         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
27008         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
27009         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
27010         * sysdeps/unix/sysv/bits/signum.h: Likewise.
27011         * sysdeps/unix/sysv/bits/stat.h: Likewise.
27012         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
27013         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
27015         * sysdeps/unix/sysv/setrlimit.c: Remove file.
27017         * sysdeps/unix/xmknod.c: Remove file.
27018         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
27020         * sysdeps/unix/sysv/settimeofday.c: Remove file.
27022         * sysdeps/unix/sysv/i386/time.S: Remove file.
27024         * sysdeps/unix/fxstat.c: Remove file.
27025         * sysdeps/unix/xstat.c: Likewise.
27026         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
27028         * sysdeps/unix/sysv/sigaction.c: Remove file.
27030         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
27031         (sysdep_headers): Remove variable.
27032         [termio.h not in sysdep_headers] (generated): Likewise.
27033         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
27034         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
27035         * sysdeps/unix/sysv/tcdrain.c: Likewise.
27036         * sysdeps/unix/sysv/tcflow.c: Likewise.
27037         * sysdeps/unix/sysv/tcflush.c: Likewise.
27038         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
27039         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
27040         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
27041         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
27042         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
27044         * sysdeps/unix/siglist.c: Remove file.
27046         * sysdeps/unix/getppid.S: Remove file.
27048         * sysdeps/unix/mkdir.c: Remove file.
27049         * sysdeps/unix/rmdir.c: Likewise.
27051 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
27053         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
27054         ERR_MAX value.
27055         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
27056         errlist-compat value.
27058 2012-04-18  David S. Miller  <davem@davemloft.net>
27060         * sysdeps/generic/memcopy.h (reg_char): Delete.
27061         * debug/strcat_chk.c: Use char, not reg_char.
27062         * debug/strcpy_chk.c: Likewise.
27063         * debug/strncat_chk.c: Likewise.
27064         * debug/strncpy_chk.c: Likewise.
27065         * string/memchr.c: Likewise.
27066         * string/memrchr.c: Likewise.
27067         * string/rawmemchr.c: Likewise.
27068         * string/strcat.c: Likewise.
27069         * string/strchr.c: Likewise.
27070         * string/strchrnul.c: Likewise.
27071         * string/strcmp.c: Likewise.
27072         * string/strcpy.c: Likewise.
27073         * string/strncat.c: Likewise.
27074         * string/strncmp.c: Likewise.
27075         * string/strncpy.c: Likewise.
27077 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
27079         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
27080         __builtin_memcopy is called when src and dest ranges are known to not
27081         overlap.
27083 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
27085         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
27086         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
27087         fwd_align_merge macro call.
27088         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
27089         bwd_align_merge macro call.
27090         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27092 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
27094         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
27095         bwd_align_merge macros.
27096         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
27097         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
27098         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27100 2012-04-18  David S. Miller  <davem@davemloft.net>
27102         * sysdeps/sparc/sparc64/memcopy.h: Delete.
27104 2012-04-18  Andreas Jaeger  <aj@suse.de>
27106         [BZ# 6794]
27107         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
27108         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
27109         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
27111         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
27112         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
27113         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
27115         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
27116         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
27117         Adjust for changed ldbl-128 files.
27119         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
27120         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
27121         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
27123 2012-04-17  David S. Miller  <davem@davemloft.net>
27125         * sysdeps/sparc/sparc32/memcopy.h: Delete.
27127 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
27129         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
27130         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
27131         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
27132         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
27133         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
27134         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
27136 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27138         [BZ #6794]
27139         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
27140         * math/libm-test.inc: Add ilogb errno and exception tests.
27141         * math/w_ilogb.c: New file: ilogb wrapper.
27142         * math/w_ilogbf.c: New file: ilogbf wrapper.
27143         * math/w_ilogbl.c: New file: ilogbl wrapper.
27144         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
27145         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
27146         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
27147         exception being thrown with 0.0 as argument.
27148         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
27149         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
27150         exception being thrown with 0.0 as argument.
27151         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
27152         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
27153         exception being thrown with 0.0 as argument.
27154         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
27155         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
27156         exception being thrown with 0.0 as argument.
27157         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
27158         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
27159         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
27160         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
27161         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
27162         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
27163         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
27164         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
27165         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
27167 2012-04-17  Petr Baudis  <pasky@ucw.cz>
27169         * include/sys/uio.h: Change __vector to __iovec to avoid clash
27170         with altivec.
27172 2012-04-16  Marek Polacek  <polacek@redhat.com>
27174         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
27176 2012-04-16  Marek Polacek  <polacek@redhat.com>
27178         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
27179         operands of fdivp instruction.
27181 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
27183         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
27184         * elf/tst-auditmod3b.c: Likewise.
27185         * elf/tst-auditmod4b.c: Likewise.
27186         * elf/tst-auditmod5b.c: Likewise.
27187         * elf/tst-auditmod6b.c: Likewise.
27188         * elf/tst-auditmod6c.c: Likewise.
27189         * elf/tst-auditmod7b.c: Likewise.
27190         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
27191         * sysdeps/x86_64/preconfigure.in: Likewise.
27192         * sysdeps/x86_64/preconfigure: Regenerated.
27194 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
27196         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
27197         __ILP32__.
27199 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
27201         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
27202         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
27204 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
27206         [BZ #13973]
27207         * locale/iso-639.def: Fix gl language name. Spotted by
27208         Yaron Shahrabani.
27210 2012-04-12  Roland McGrath  <roland@hack.frob.com>
27212         [BZ #2074]
27213         * libio/libio.h (__io_write_fn): Update comment.
27215 2012-04-12  Petr Baudis  <pasky@ucw.cz>
27217         [BZ #2074]
27218         * stdio.texi (Hook Functions): The user provided writer function
27219         is not allowed to return -1.
27221 2012-04-11  David S. Miller  <davem@davemloft.net>
27223         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27225 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
27227         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
27228         Add a leading slash to rtkaio.
27230 2012-04-11  Jim Meyering  <meyering@redhat.com>
27232         [BZ #11959]
27233         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
27234         It is not necessarily an error to ignore fwrite's return
27235         value.  One can reliably use ferror to test for errors after
27236         the fact.
27238 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
27240         * bits/types.h (__snseconds_t): New type.
27241         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
27243         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
27244         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
27245         (__SNSECONDS_T_TYPE): Likewise.
27246         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
27247         (__SNSECONDS_T_TYPE): Likewise.
27248         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
27249         (__SNSECONDS_T_TYPE): Likewise.
27251 2012-04-10  Andreas Jaeger  <aj@suse.de>
27253         [BZ #2636]
27254         * manual/time.texi (Processor Time): Return type of times is
27255         elapsed real time since an arbitrary point in the past.
27256         (CPU Time): Move CLK_TCK from here...
27257         (Processor Time): ...to here.  Correct description.
27258         * manual/conf.texi (Constants for Sysconf): Correct description of
27259         _SC_CLK_TCK.
27261 2012-04-10  David S. Miller  <davem@davemloft.net>
27263         [BZ #13967]
27264         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
27265         where the is a gap between DT_REL(A) and DT_JMPREL.
27267 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
27269         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
27270         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
27271         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
27273 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27275         * elf/dl-support.c (_dl_inhibit_cache): New variable.
27276         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
27277         (dl_main): Handle --inhibit-cache.
27278         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
27279         _dl_inhibit_cache.
27280         * elf/dl-load.c (_dl_map_object): Use it.
27281         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
27283 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
27285         [BZ #13872]
27286         * sysdeps/i386/fpu/e_powl.S (p78): New object.
27287         (__ieee754_powl): Saturate large exponents rather than testing for
27288         overflow of y*log2(x).
27289         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27290         * math/libm-test.inc (pow_test): Do not permit spurious overflow
27291         exceptions.
27293         [BZ #11521]
27294         * math/s_ctan.c: Include <float.h>.
27295         (__ctan): Avoid internal overflow or cancellation in calculating
27296         denominator.
27297         * math/s_ctanf.c: Likewise.
27298         * math/s_ctanl.c: Likewise.
27299         * math/s_ctanh.c: Likewise.
27300         * math/s_ctanhf.c: Likewise.
27301         * math/s_ctanhl.c: Likewise.
27302         * math/libm-test.inc (ctan_test): Add more tests.
27303         (ctanh_test): Likewise.
27304         * sysdeps/i386/fpu/libm-test-ulps: Update.
27305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27307 2012-04-09  Andreas Jaeger  <aj@suse.de>
27309         [BZ #6894]
27310         * manual/filesys.texi (Directory Entries): Mention that d_namlen
27311         is an optional BSD extension.
27313         [BZ #10254]
27314         * manual/stdio.texi (Opening Streams): Document additional fopen
27315         parameters.
27317 2012-04-09  Roland McGrath  <roland@hack.frob.com>
27319         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
27320         %eax without telling the compiler.
27322 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
27324         [BZ # 13963]
27325         * manual/install.texi: Use sourceware.org.
27327 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
27329         [BZ #13873]
27330         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
27331         (__ieee754_pow): Generate overflow and underflow using huge*huge
27332         and tiny*tiny rather than just returning constant infinity or zero
27333         for large exponents.
27334         * math/libm-test.inc (pow_test): Require overflow exceptions for
27335         applicable cases of large exponents.
27337         [BZ #706]
27338         * sysdeps/i386/fpu/e_pow.S (p10): New object.
27339         (__ieee754_pow): Use iterative multiplication algorithm only for
27340         integer exponents with absolute value below 1024.  Check for odd
27341         integer exponents when using algorithm for real exponents.
27342         * math/libm-test.inc (pow_test): Add more tests.
27343         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27345 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
27347         [BZ #13705]
27348         * math/libm-test.inc (exp_test): Do not allow overflow exception
27349         on underflow test.
27351 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
27353         [BZ #13705]
27354         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
27355         instead of __kernel_standard_f.
27357 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
27359         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
27360         * sysdeps/x86_64/memset_chk.S: Likewise.
27362 2012-04-08  Andreas Jaeger  <aj@suse.de>
27364         [BZ #10153]
27365         * manual/startup.texi (Environment Access): Describe return value
27366         for putenv and setenv.
27368         [BZ #6895]
27369         * manual/filesys.texi (Directory Entries): Add description for
27370         DT_LNK.
27372         [BZ #6890]
27373         * manual/filesys.texi (Directory Entries): Clarify that it's file
27374         system not operating system in the description of DT_UNKNOWN.
27376         [BZ #6578]
27377         * manual/syslog.texi (closelog): Fix reference, it's openlog.
27379 2012-04-08  Stephen Compall  <s11@member.fsf.org>
27381         [BZ #6649]
27382         * manual/llio.texi (Opening and Closing Files): Add cross
27383         reference to explain mode argument.
27385 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
27387         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
27388         * sysdeps/x86_64/memset_chk.S: Likewise.
27390 2012-04-07  David S. Miller  <davem@davemloft.net>
27392         * elf/elf.h (R_SPARC_WDISP10): Define.
27393         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
27394         R_SPARC_SIZE32.
27395         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
27396         R_SPARC_SIZE64 and R_SPARC_H34.
27398 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
27400         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
27401         conditions and remove no longer applicable assertion.
27403 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
27405         * bits/byteswap.h: Include <features.h>.
27406         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
27407         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
27409 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
27411         * bits/byteswap.h (__bswap_16): Removed.
27412         Include <bits/byteswap-16.h> to get __bswap_16.
27413         * sysdeps/i386/bits/byteswap.h: Likewise.
27414         * sysdeps/s390/bits/byteswap.h: Likewise.
27415         * sysdeps/x86_64/bits/byteswap.h: Likewise.
27416         * bits/byteswap-16.h: New file.
27417         * sysdeps/i386/bits/byteswap-16.h: Likewise.
27418         * sysdeps/s390/bits/byteswap-16.h: Likewise.
27419         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
27420         * string/Makefile (headers): Add bits/byteswap-16.h.
27422 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27424         [BZ #13895]
27425         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
27426         extra indirection.
27427         * nss/Makefile (tests-static, tests): Add tst-nss-static.
27428         * nss/tst-nss-static.c: New.
27430 2012-04-06  Robert Millan  <rmh@gnu.org>
27432         [BZ #6486]
27433         * manual/llio.texi (File Position Primitive): lseek
27434         refers to WHENCE when it really means OFFSET.
27436 2012-04-06  Andreas Jaeger  <aj@suse.de>
27438         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
27439         strncmp declarations.
27441         * abilist/libc.abilist: Add __poll and __ppoll.
27443 2012-04-05  David S. Miller  <davem@davemloft.net>
27445         * scripts/check-local-headers.sh: Accept a host triplet in the
27446         path matched by the exclude regexp.
27448         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
27449         definition.
27450         * sysdeps/powerpc/powerpc32/dl-machine.h
27451         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
27452         * sysdeps/s390/s390-32/dl-machine.h
27453         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
27454         * sysdeps/sparc/sparc32/dl-machine.h
27455         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
27456         * sysdeps/sparc/sparc64/dl-machine.h
27457         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
27459         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
27460         lazy binding.
27461         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
27462         undefined symbol errors.
27464         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
27465         DT_NEEDED entries.
27467 2012-04-05  Michael Matz  <matz@suse.de>
27469         [BZ #13592]
27470         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
27472 2012-04-05  Andreas Jaeger  <aj@suse.de>
27474         [BZ #13908]
27475         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
27476         comment.
27478 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27480         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
27481         which ROUND is no valid rounding mode.
27483 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27485         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
27486         read again.
27487         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
27489 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27491         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
27492         an exception using FPU order intentionally.
27494 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
27496         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
27497         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
27498         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
27499         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
27501 2012-04-05  Simon Josefsson  <simon@josefsson.org>
27503         [BZ #12340]
27504         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
27505         EINVAL when BUFLEN is too smal.
27507 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27509         [BZ #13553]
27510         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
27511         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
27513 2012-04-03  Andreas Jaeger  <aj@suse.de>
27515         [BZ #13938]
27516         * manual/setjmp.texi (System V contexts): Fix sentence.
27518         [BZ #13926]
27519         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
27520         New macro for this case.
27521         [!__GNUC__] (__bswap_64): New inline function for this case.
27522         * sysdeps/x86_64/bits/byteswap.h: Likewise.
27523         * bits/byteswap.h: Likewise.
27524         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
27525         ull, guard with __GLIBC_HAVE_LONG_LONG.
27527         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
27528         __GLIBC_HAVE_LONG_LONG.
27530         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
27531         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
27533 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27535         [BZ #13691]
27536         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
27537         inptr and inend, rather than using last_ch.
27539 2012-04-02  David S. Miller  <davem@davemloft.net>
27541         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
27542         * stdio-common/printf-parse.h (read_int): Change return type to
27543         'int', return -1 on INT_MAX overflow.
27544         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
27545         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
27546         overflows INT_MAX.  Check for overflow of in-format-string precision
27547         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
27548         SIZE_MAX not INT_MAX for integer overflow test.
27549         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
27550         skip the construct in the format string but do not record anything.
27551         * stdio-common/bug22.c: Adjust to test both width/prevision
27552         INT_MAX overflow as well as total length INT_MAX overflow.  Check
27553         explicitly for proper errno values.
27555 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27557         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
27558         CHAR_MAX.
27559         * string/test-strcmp.c [! WIDE]: Likewise.
27560         * time/tst-mktime2.c: Likewise for INT_MAX.
27561         * string/test-string.h: #include <sys/param.h> for MIN.
27563         * csu/init-first.c (__libc_init_first): Call __ctype_init.
27564         * sysdeps/i386/init-first.c (init): Likewise.
27565         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
27566         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
27567         * sysdeps/sh/init-first.c (init): Likewise.
27569 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
27571         * po/ru.po: Update from translation team.
27572         * po/vi.po: Likewise.
27574 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27576         * resolv/nss_dns/dns-host.c: Merge copyright years.
27578 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
27580         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
27581         Optimize memcpy with prefetch if
27582         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
27583         src, dst pointers have unequal 16 byte alignments.
27585 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27587         [BZ #13928]
27588         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
27589         from a CNAME entry and return the minimum ttl for the query.
27590         (gaih_getanswer_slice): Likewise.
27592 2012-03-30  Jeff Law  <law@redhat.com>
27594         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
27595         due to long keys.
27596         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
27597         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
27599         * resolv/nss_dns/dns-host.c: Update copyright year.
27601 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
27603         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
27604         requests to save a system call.  Fix check that all bytes are sent.
27606         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
27607         comments for sendmmsg.
27609 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27611         [BZ #13691]
27612         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
27613         with only 1 character between 0x0041 and 0x01b0.
27614         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
27615         * wcsmbs/tst-mbsnrtowcs.c: New file.
27617 2012-03-29  David S. Miller  <davem@davemloft.net>
27619         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
27620         small copies by hand.
27622 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27624         [BZ #13761]
27625         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
27626         _nss_compat_initgroups_dyn): Fall back to malloc/free
27627         for large group memberships.
27629 2012-03-28  David S. Miller  <davem@davemloft.net>
27631         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
27632         that branches into memcpy.
27633         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27634         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
27635         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
27636         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
27637         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
27638         bits.
27639         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
27640         implementation too.
27641         * sysdeps/sparc/mempcpy.S: New file.
27643         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
27644         the IFUNC routine in the libc case.
27645         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
27647         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
27648         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
27649         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
27650         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
27651         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
27652         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
27653         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
27654         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
27656         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
27657         loop to 256 bytes instead of 64 bytes and fix test signedness.
27659         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
27660         * sysdeps/sparc/sparc32/Makefile: rather than here...
27661         * sysdeps/sparc/sparc64/Makefile: and here.
27663 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
27665         * malloc/mallocbug.c: Avoid warnings about unused variables.
27667 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27669         [BZ #13760]
27670         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
27671         in the right place. Discard and retry query if response is
27672         larger than input buffer size.
27674 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
27676         [BZ #369]
27677         [BZ #2678]
27678         [BZ #3866]
27679         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
27680         x for large integer exponent.
27681         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
27682         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
27683         sign of result as needed afterwards.
27684         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
27685         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
27686         result for underflowing pow the same as for overflow.
27687         (__kernel_standard_l): Handle powl overflow and underflow here
27688         rather than calling __kernel_standard.
27689         * math/libm-test.inc (pow_test): Add more tests.
27691         [BZ #3868]
27692         [BZ #13879]
27693         [BZ #13910]
27694         [BZ #13911]
27695         [BZ #13912]
27696         [BZ #13913]
27697         [BZ #13915]
27698         [BZ #13916]
27699         [BZ #13917]
27700         [BZ #13918]
27701         [BZ #13919]
27702         [BZ #13920]
27703         [BZ #13921]
27704         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
27705         * sysdeps/ieee754/k_standard.c: Include <float.h>.
27706         (__kernel_standard_l): New function.
27707         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
27708         __kernel_standard.
27709         * math/w_acosl.c (__acosl): Likewise.
27710         * math/w_asinl.c (__asinl): Likewise.
27711         * math/w_atan2l.c (__atan2l): Likewise.
27712         * math/w_atanhl.c (__atanhl): Likewise.
27713         * math/w_coshl.c (__coshl): Likewise.
27714         * math/w_exp10l.c (__exp10l): Likewise.
27715         * math/w_exp2l.c (__exp2l): Likewise.
27716         * math/w_fmodl.c (__fmodl): Likewise.
27717         * math/w_hypotl.c (__hypotl): Likewise.
27718         * math/w_j0l.c (__j0l, __y0l): Likewise.
27719         * math/w_j1l.c (__j1l, __y1l): Likewise.
27720         * math/w_jnl.c (__jnl, __ynl): Likewise.
27721         * math/w_lgammal.c (__lgammal): Likewise.
27722         * math/w_log10l.c (__log10l): Likewise.
27723         * math/w_log2l.c (__log2l): Likewise.
27724         * math/w_logl.c (__logl): Likewise.
27725         * math/w_powl.c (__powl): Likewise.
27726         * math/w_remainderl.c (__remainderl): Likewise.
27727         * math/w_scalbl.c (sysv_scalbl): Likewise.
27728         * math/w_sinhl.c (__sinhl): Likewise.
27729         * math/w_sqrtl.c (__sqrtl): Likewise.
27730         * math/w_tgammal.c (__tgammal): Likewise.
27731         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
27732         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
27733         * math/libm-test.inc (acos_test): Add more tests.
27734         (acosh_test): Likewise.
27735         (asin_test): Likewise.
27736         (atanh_test): Likewise.
27737         (exp_test): Likewise.
27738         (exp10_test): Likewise.
27739         (exp2_test): Likewise.
27740         (expm1_test): Likewise.
27741         (lgamma_test): Likewise.
27742         (log_test): Likewise.
27743         (log10_test): Likewise.
27744         (log1p_test): Likewise.
27745         (log2_test): Likewise.
27746         (pow_test): Do not allow some spurious overflow exceptions.
27747         (sqrt_test): Add more tests.
27748         (tgamma_test): Likewise.
27749         (y0_test): Likewise.
27750         (y1_test): Likewise.
27751         (yn_test): Likewise.
27753 2012-03-27  Anton Blanchard  <anton@samba.org>
27755         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
27756         MAP_HUGETLB.
27757         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27758         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
27759         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27761 2012-03-27  David S. Miller  <davem@davemloft.net>
27763         * conform/Makefile: Run run-conformtest.sh using $(BASH).
27765         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
27766         have-as-vis3 check.
27768 2012-03-27  Andreas Jaeger  <aj@suse.de>
27770         * sysdeps/x86_64/elf/configure.in: Moved to ...
27771         * sysdeps/x86_64/configure.in: ... here.
27772         * sysdeps/x86_64/elf/start.S: Moved to ...
27773         * sysdeps/x86_64/start.S: ... here.
27774         * sysdeps/x86_64/elf/configure: Delete.
27776         * sysdeps/x86_64/configure.in: Merge contents from
27777         sysdeps/i386/configure.in (without i686 check).
27779         * sysdeps/i386/elf/Versions: Merge into ...
27780         * sysdeps/i386/Versions: ... this.
27781         * sysdeps/i386/elf/Versions: Delete file.
27782         * sysdeps/i386/elf/start.S: Moved to ...
27783         * sysdeps/i386/start.S: ...here.
27784         * sysdeps/i386/elf/configure.in: Merge into...
27785         * sysdeps/i386/configure.in: ...here.
27786         * sysdeps/i386/elf/configure.in: Delete file.
27787         * sysdeps/i386/elf/configure: Delete file.
27789         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
27790         * debug/backtracesyms.c: ... here.
27791         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
27792         * debug/backtracesymsfd.c: ... here.
27793         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
27794         * sysdeps/generic/ifunc-sel.h: ... here.
27796         * sysdeps/unix/i386/start.c: Delete file.
27797         * sysdeps/unix/sparc/start.c: Delete file.
27798         * sysdeps/unix/start.c: Delete file.
27800         * sysdeps/sh/elf/configure.in: Moved to ...
27801         * sysdeps/sh/configure.in: ... here.
27802         * sysdeps/sh/elf/start.S: Moved to ...
27803         * sysdeps/sh/start.S: ... here.
27804         * sysdeps/sh/elf/configure: Delete file.
27806         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
27807         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
27808         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
27809         * sysdeps/powerpc/powerpc64/entry.h: ... here.
27810         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
27811         * sysdeps/powerpc/powerpc64/start.S: here.
27812         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
27813         * sysdeps/powerpc/powerpc64/Makefile: ... this.
27814         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
27815         * sysdeps/powerpc/powerpc64/configure.in: ... this.
27816         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
27818         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
27819         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
27820         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
27821         * sysdeps/powerpc/powerpc32/start.S: ... here.
27822         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
27823         * sysdeps/powerpc/powerpc32/configure.in: ... this.
27824         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
27826         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
27827         * sysdeps/powerpc/ifunc-sel.h: ... here.
27828         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
27829         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
27831         * sysdeps/sparc/elf/configure.in: Moved to ...
27832         * sysdeps/sparc/configure.in: ... here.
27833         * sysdeps/sparc/elf/configure: Delete file.
27834         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
27835         * sysdeps/sparc/sparc32/start.S: ... here.
27836         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
27837         * sysdeps/sparc/sparc64/start.S: ... here.
27838         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
27839         * sysdeps/sparc/sparc32/Makefile: ... this.
27840         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
27841         * sysdeps/sparc/sparc64/Makefile: ... this.
27843         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
27844         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
27845         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
27846         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
27847         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
27848         * sysdeps/s390/s390-32/setjmp.S: ... here.
27849         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
27850         * sysdeps/s390/s390-32/configure.in: ... here.
27851         * sysdeps/s390/s390-32/elf/configure: Delete file.
27852         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
27853         * sysdeps/s390/s390-32/start.S: ... here.
27855         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
27856         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
27857         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
27858         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
27859         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
27860         * sysdeps/s390/s390-64/setjmp.S: ... here.
27861         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
27862         * sysdeps/s390/s390-64/configure.in: ... here
27863         * sysdeps/s390/s390-64/elf/configure: Delete file.
27864         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
27865         * sysdeps/s390/s390-64/start.S: ... here.
27866         * sysdeps/s390/s390-64/elf/configure: Delete.
27868         * configure.in: Remove support for elf directories in sysdeps.
27870         * configure: Regenerated.
27871         * sysdeps/i386/configure: Regenerated.
27872         * sysdeps/powerpc/powerpc32/configure: Regenerated.
27873         * sysdeps/powerpc/powerpc64/configure: Regenerated.
27874         * sysdeps/s390/s390-32/configure: Regenerated.
27875         * sysdeps/s390/s390-64/configure: Regenerated.
27876         * sysdeps/sh/configure: Regenerated.
27877         * sysdeps/sparc/configure: Regenerated.
27878         * sysdeps/x86_64/configure: Regenerated.
27880 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
27882         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27884         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
27885         denormal result into account.
27887 2012-03-25  Roland McGrath  <roland@hack.frob.com>
27889         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
27890         Reported by Allan McRae <allan@archlinux.org>.
27892 2012-03-23  Jeff Law  <law@redhat.com>
27894         * nss/getnssent.c (__nss_getent): Fix typo.
27896 2012-03-23  David S. Miller  <davem@davemloft.net>
27898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27900 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
27902         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
27903         to pad to uint64_t for each field.
27904         (dl_tls_index): Replace unsigned long with uint64_t.
27906 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
27907         Paul Pluzhnikov  <ppluzhnikov@google.com>
27909         [BZ #6528]
27910         * grp/Makefile (otherlibs): Don't set it.
27911         * inet/Makefile (otherlibs): Likewise.
27912         * login/Makefile (otherlibs): Likewise.
27913         * nscd/Makefile (otherlibs): Likewise.
27914         * posix/Makefile (otherlibs): Likewise.
27915         * pwd/Makefile (otherlibs): Likewise.
27916         * rt/Makefile (otherlibs): Likewise.
27917         * sunrpc/Makefile (otherlibs): Likewise.
27918         * nss/Makefile (otherlibs): Likewise.
27919         Add libnss_files to routines and static-only-routines.
27920         ($(objpfx)getent): Remove rule.
27921         * resolv/Makefile: Add libnss_dns and libresolv to routines and
27922         static-only-routines.
27924 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
27926         [BZ #13892]
27927         * math/s_cexp.c: Include <float.h>.
27928         (__cexp): Handle exp result overflowing not necessarily
27929         overflowing both real and imaginary parts of result.
27930         * math/s_cexpf.c: Likewise.
27931         * math/s_cexpl.c: Likewise.
27932         * math/libm-test.inc (cexp_test): Add more tests.
27933         * sysdeps/i386/fpu/libm-test-ulps: Update.
27934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27936 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27938         * include/link.h (ELFW): New macro.
27939         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
27940         Replace ELF64_R_TYPE with ELFW(R_TYPE).
27942 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27944         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
27945         with uint64_t.
27947 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27949         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
27950         declaration.
27951         (struct La_x32_retval): Likewise.
27953 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
27955         * sysdeps/x86_64/preconfigure.in: New file.
27956         * sysdeps/x86_64/preconfigure: New generated file.
27958 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
27960         [BZ #13824]
27961         * math/e_exp2l.c: Include <float.h>.
27962         (__ieee754_exp2l): Handle overflow and underflow cases
27963         separately.  Only pass fractional part of argument to
27964         __ieee754_expl.
27965         * math/libm-test.inc (exp2_test): Add more tests.
27967         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
27968         negating x to take absolute value.
27969         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
27970         Likewise.
27971         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
27972         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
27973         Likewise.
27974         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
27975         computing low part if x was negated.
27976         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
27978 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
27980         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
27981         la_x32_gnu_pltexit.
27982         (pltexit): Cast int_retval to ptrdiff_t.
27983         * elf/tst-auditmod3b.c: Likewise.
27984         * elf/tst-auditmod4b.c: Likewise.
27985         * elf/tst-auditmod5b.c: Likewise.
27986         * elf/tst-auditmod6b.c: Likewise.
27987         * elf/tst-auditmod6c.c: Likewise.
27988         * elf/tst-auditmod7b.c: Likewise.
27990         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
27991         and x32_gnu_pltexit.
27993         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
27994         __ELF_NATIVE_CLASS.
27995         (La_x32_regs): New macro.
27996         (La_x32_retval): Likewise.
27997         (la_x32_gnu_pltenter): New function prototype.
27998         (la_x32_gnu_pltexit): Likewise.
28000 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
28002         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
28003         exponent.
28005         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28007         * configure.in (libc_cv_cc_nofma): Check for option to disable
28008         generation of FMA instructions.
28009         * configure: Regenerate.
28010         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
28011         * sysdeps/ieee754/dbl-64/Makefile: New file.
28012         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
28013         Remove brandred-fma4.
28014         (CFLAGS-brandred-fma4.c): Remove.
28015         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
28016         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
28017         define.
28018         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
28019         define.
28021 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
28023         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
28024         LLONG_MAX != LONG_MAX.
28025         (_itoa_word): Use _ITOA_WORD_TYPE on value.
28026         (_fitoa_word): Likewise.
28027         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
28028         LLONG_MAX != LONG_MAX.
28029         * stdio-common/_itowa.h: Include <_itoa.h>.
28030         (_itowa_word): Use _ITOA_WORD_TYPE on value.
28031         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
28032         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
28033         only if not defined.
28034         (_ITOA_WORD_TYPE): Likewise.
28035         (_itoa_word): Use _ITOA_WORD_TYPE on value.
28036         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
28038 2012-03-21  David S. Miller  <davem@davemloft.net>
28040         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28042 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
28044         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
28045         of x86_64 when setting libc_cv_slibdir, libdir and
28046         libc_cv_localedir.
28047         * sysdeps/unix/sysv/linux/configure: Regenerated.
28049 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
28051         * manual/lang.texi (Old Varargs): Remove section.
28052         (How Variadic): Update menu.
28053         (va_start): Do not mention varargs.h.
28055 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28056             Joseph Myers  <joseph@codesourcery.com>
28058         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
28059         link test.
28060         * configure: Regenerated.
28062 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28064         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
28065         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
28066         conformtest.pl
28068 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
28070         * NOTES: Remove.
28071         * Makefile (files-for-dist): Remove NOTES.
28072         (NOTES): Remove rule.
28073         * README: Don't refer to NOTES.
28074         * manual/creature.texi: Don't include macros.texi.
28075         * manual/intro.texi (creature.texi): Remove comment referring to
28076         NOTES.
28078         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
28079         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
28080         * configure: Regenerated.
28081         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
28082         LIBC_TRY_CC_OPTION.
28083         (libc_cv_as_i686): Likewise.
28084         (libc_cv_cc_avx): Likewise.
28085         (libc_cv_cc_sse2avx): Likewise.
28086         (libc_cv_cc_fma4): Likewise.
28087         (libc_cv_cc_novzeroupper): Likewise.
28088         * sysdeps/i386/configure: Regenerated.
28090         [BZ #13883]
28091         * sysdeps/i386/fpu/s_cexp.S: Remove.
28092         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
28093         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
28094         * math/libm-test.inc (cexp_test): Add more tests.
28095         * sysdeps/i386/fpu/libm-test-ulps: Update.
28096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28098 2012-03-21  Allan McRae  <allan@archlinux.org>
28100         * timezone/Makefile: Do not install iso3166.tab and zone.tab
28102 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
28104         [BZ #13871]
28105         * math/w_exp2.c: Do not include <float.h>.
28106         (o_threshold, u_threshold): Remove.
28107         (__exp2): Calculate result before checking finiteness and calling
28108         __kernel_standard.
28109         * math/w_exp2f.c: Likewise.
28110         * math/w_exp2l.c: Likewise.
28111         * math/libm-test.inc (exp2_test): Require overflow exception for
28112         1e6 input.
28114         [BZ #3866]
28115         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
28116         range of signed 64-bit integers before using fistpll.  Remove
28117         checks for whether integers fit in mantissa bits.
28118         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
28119         the range of signed 32-bit integers before using fistpl.  Remove
28120         checks for whether integers fit in mantissa bits.
28121         * sysdeps/i386/fpu/e_powl.S (p64): New object.
28122         (__ieee754_powl): Test for y outside the range of signed 64-bit
28123         integers before using fistpll.  Reduce 64-bit values to 63-bit
28124         ones as needed.
28125         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
28126         divide-by-zero is raised for zero to large negative powers.
28127         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
28128         (__ieee754_powl): Test for y outside the range of signed 64-bit
28129         integers before using fistpll.  Reduce 64-bit values to 63-bit
28130         ones as needed.
28131         * math/libm-test.inc (pow_test): Add more tests.
28133 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
28135         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
28136         <stdio-common/_itoa.h>.
28137         * debug/segfault.c: Likewise.
28138         * elf/dl-cache.c: Likewise.
28139         * elf/dl-minimal.c: Likewise.
28140         * elf/dl-misc.c: Likewise.
28141         * elf/dl-sysdep.c: Likewise.
28142         * elf/dl-version.c: Likewise.
28143         * elf/rtld.c: Likewise.
28144         * hurd/hurdsock.c: Likewise.
28145         * hurd/lookup-retry.c: Likewise.
28146         * malloc/malloc.c: Likewise.
28147         * malloc/mtrace.c: Likewise.
28148         * nscd/nscd_getgr_r.c: Likewise.
28149         * nscd/nscd_getpw_r.c: Likewise.
28150         * nscd/nscd_getserv_r.c: Likewise.
28151         * posix/getopt_init.c: Likewise.
28152         * posix/wordexp.c: Likewise.
28153         * stdio-common/_itoa.c: Likewise.
28154         * stdio-common/printf_fphex.c: Likewise.
28155         * stdio-common/vfprintf.c: Likewise.
28156         * string/_strerror.c: Likewise.
28157         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
28158         * sysdeps/i386/i686/hp-timing.h: Likewise.
28159         * sysdeps/mach/_strerror.c: Likewise.
28160         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
28161         * sysdeps/mach/hurd/sethostid.c: Likewise.
28162         * sysdeps/mach/hurd/xmknodat.c: Likewise.
28163         * sysdeps/mach/xpg-strerror.c: Likewise.
28164         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28165         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
28166         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
28167         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
28168         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
28169         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
28170         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
28171         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
28172         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
28173         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
28174         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
28175         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
28176         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
28177         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28178         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28179         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
28180         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
28181         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
28182         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
28183         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
28184         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
28186         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
28188         * stdio-common/_itoa.h: Moved to ...
28189         * sysdeps/generic/_itoa.h: Here.
28191         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
28193         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
28194         instead of "_itoa.h" and "_itowa.h".
28195         * stdio-common/vfprintf.: Likewise.
28197 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
28199         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
28200         <bits/wordsize.h>.
28201         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
28202         (__signbit): Likwise.
28203         (llrintf): Likwise.
28204         (llrint): Likwise.
28206 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
28208         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
28209         __WORDSIZE != 64.
28211 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
28213         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
28214         OVERFLOW_EXCEPTION_OK.
28215         * math/libm-test.inc ("Philosophy"): Update comment about
28216         exception testing.
28217         (OVERFLOW_EXCEPTION): Define.
28218         (OVERFLOW_EXCEPTION_OK): Likewise.
28219         (INVALID_EXCEPTION_OK): Renumber.
28220         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28221         (IGNORE_ZERO_INF_SIGN): Likewise.
28222         (test_exceptions): Handle FE_OVERFLOW.
28223         (exp10_test): Expect overflow exceptions.
28224         (exp2_test): Likewise.
28225         (expm1_test): Likewise.
28226         (nextafter_test): Likewise.
28227         (pow_test): Likewise.
28228         (scalbn_test): Likewise.
28229         (scalbln_test): Likewise.
28231 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28233         * sysdeps/x86_64/bits/atomic.h
28234         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
28235         64bit integer.
28236         (atomic_exchange_acq): Likewise.
28237         (__arch_exchange_and_add_body): Likewise.
28238         (__arch_add_body): Likewise.
28239         (atomic_add_negative): Likewise.
28240         (atomic_add_zero): Likewise.
28242 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28244         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
28245         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
28247 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28249         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
28250         Check __x86_64__ instead of __WORDSIZE.
28252 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28254         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
28256 2012-03-19  David S. Miller  <davem@davemloft.net>
28258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28260         * sysdeps/sparc/fpu/fenv_private.h: New file.
28261         * sysdeps/sparc/fpu/math_private.h: Use it.
28262         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
28263         Remove.
28264         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
28265         (libc_feholdexcept_setroundl): Remove.
28266         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
28267         Remove.
28268         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
28269         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
28271 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28273         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
28274         int64_t instead of long int.
28275         (INSERT_WORDS64): Likwise.
28277 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
28279         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
28280         _Unwind_GetCFA return to _Unwind_Ptr first.
28282 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
28284         [BZ #13629]
28285         * math/s_clog.c: Include <float.h>.
28286         (__clog): Scale large or subnormal inputs.
28287         * math/s_clogf.c: Likewise.
28288         * math/s_clogl.c: Likewise.
28289         * math/s_clog10.c: Include <float.h>.
28290         (M_LOG10_2): Define.
28291         (__clog10): Scale large or subnormal inputs.
28292         * math/s_clog10f.c: Likewise.
28293         * math/s_clog10l.c: Likewise.
28294         * math/libm-test.inc (clog_test): Add more tests.
28295         (clog10_test): Likewise.
28296         * sysdeps/i386/fpu/libm-test-ulps: Update.
28297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28299         [BZ #11451]
28300         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
28301         x and y.
28302         * math/libm-test.inc (atan2_test): Add another test.
28304         * Makerules (common-objdir-compile): Remove.
28305         * sysdeps/unix/Makefile (config-generated): Do not add
28306         $(unix-generated) to variable.
28307         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
28308         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
28309         Remove rule.
28310         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
28311         Likewise.
28312         [generic bits/local_lim.h] (before-compile): Do not append to
28313         variable.
28314         [generic bits/local_lim.h] (common-generated): Likewise.
28315         [generic sys/param.h] (before-compile): Do not append to variable.
28316         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
28317         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
28318         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
28319         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
28320         include.
28321         [generic sys/param.h] (sys/param.h-includes): Remove variable.
28322         [generic sys/param.h] (sys/param.h-includes): Remove rule.
28323         [generic sys/param.h] ($(addprefix
28324         $(common-objpfx),$(sys/param.h-includes))): Likewise.
28325         [generic sys/param.h] (common-generated): Do not append to
28326         variable.
28327         [generic sys/param.h] (sysdep_headers): Likewise.
28328         [generic bits/errno.h] (before-compile): Do not append to
28329         variable.
28330         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
28331         rule.
28332         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
28333         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
28334         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
28335         [generic bits/errno.h] (common-generated): Do not append to
28336         variable.
28337         [generic bits/ioctls.h] (before-compile): Do not append to
28338         variable.
28339         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
28340         rule.
28341         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
28342         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
28343         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
28344         rule.
28345         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
28346         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
28347         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
28348         [generic bits/ioctls.h] (common-generated): Do not append to
28349         variable.
28350         [generic sys/syscall.h] (syscall.h): Remove variable.
28351         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
28352         rule.
28353         [generic sys/syscall.h] (before-compile): Do not append to
28354         variable.
28355         [generic sys/syscall.h] (common-generated): Likewise.
28356         * sysdeps/unix/errnos-tmpl.c: Remove file.
28357         * sysdeps/unix/errnos.awk: Likewise.
28358         * sysdeps/unix/ioctls-tmpl.c: Likewise.
28359         * sysdeps/unix/ioctls.awk: Likewise.
28360         * sysdeps/unix/mk-local_lim.c: Likewise.
28361         * sysdeps/unix/snarf-ioctls: Likewise.
28363 2012-03-19  Richard Henderson  <rth@twiddle.net>
28365         * sysdeps/i386/fpu/fenv_private.h: New file.
28366         * sysdeps/i386/fpu/math_private.h: Use it.
28367         (math_opt_barrier, math_force_eval): Remove.
28368         (libc_feholdexcept_setround_53bit): Remove.
28369         (libc_feupdateenv_53bit): Remove.
28370         * sysdeps/x86_64/fpu/math_private.h: Likewise.
28371         (math_opt_barrier, math_force_eval): Remove.
28372         (libc_feholdexcept): Remove.
28373         (libc_feholdexcept_setround): Remove.
28374         (libc_fetestexcept, libc_fesetenv): Remove.
28375         (libc_feupdateenv_test): Remove.
28376         (libc_feupdateenv, libc_feholdsetround): Remove.
28377         (libc_feresetround): Remove.
28379         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
28380         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
28382         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
28383         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
28384         (libc_feupdateenv_testl): New.
28385         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
28386         (libc_feupdateenv_testf): New.
28387         (libc_feupdateenv): Use libc_feupdateenv_test.
28388         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
28389         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
28391         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
28392         (libc_feholdsetroundf, libc_feholdsetroundl): New.
28393         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
28394         (libc_feresetround_noex): New.
28395         (libc_feresetround_noexf): New.
28396         (libc_feresetround_noexl): New.
28397         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
28398         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
28399         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
28400         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
28401         SET_RESTORE_ROUND.
28402         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28403         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
28404         (__cos): Likewise.
28405         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
28406         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
28407         SET_RESTORE_ROUND_NOEX.
28408         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
28409         SET_RESTORE_ROUND_NOEXF.
28410         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
28411         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
28412         (libc_feholdsetroundf): New.
28413         (libc_feresetround, libc_feresetroundf): New.
28415         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
28416         (libc_feholdexcept_setround_53bit): Convert from macro to function.
28417         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
28419         * sysdeps/generic/math_private.h: Include <fenv.h>.
28420         (default_libc_feholdexcept): New.
28421         (default_libc_feholdexcept_setround): New.
28422         (default_libc_fesetenv, default_libc_feupdateenv): New.
28423         (libc_feholdexcept): Only define if undefined.
28424         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
28425         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
28426         (libc_feholdexcept_setroundl): Likewise.
28427         (libc_feholdexcept_setround_53bit): Likewise.
28428         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
28429         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
28430         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
28431         (libc_feupdateenv_53bit): Likewise.
28432         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
28433         (libc_feholdexcept): Convert from macro to inline function.
28434         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
28435         (libc_fesetenv, libc_feupdateenv): Likewise.
28437         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
28438         not previously defined.
28439         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
28440         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
28441         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
28442         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
28443         * sysdeps/ieee754/flt-32/math_private.h: New file.
28444         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
28445         math_private.h below SET_FLOAT_WORD.
28446         (__isnan, __isinf_ns, __finite): Remove.
28447         (__isnanf, __isinf_nsf, __finitef): Remove.
28449 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
28451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28453 2012-03-17  David S. Miller  <davem@davemloft.net>
28455         [BZ #6471]
28456         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
28457         for 2.16.
28459 2012-03-16  David S. Miller  <davem@davemloft.net>
28461         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
28462         warnings.
28464         [BZ #6471]
28465         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
28466         properly.
28467         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
28468         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
28469         sysdep_routines when subdir is sysvipc.
28470         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
28471         __getshmlba helper.
28473         * sysdeps/sparc/fpu/libm-test/ulps: Update.
28475 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28477         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
28478         [__LP64__].
28480 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28482         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
28483         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
28484         (__lround): Renamed to ...
28485         (__llround): This.  Replace long int with long long int.
28486         Define lround functions as aliases of llround functions.
28487         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
28489 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28491         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
28492         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
28493         adresses to uintptr_t.  Replace "long int" and "unsigned long
28494         int" with "greg_t" on va_arg.
28496 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28498         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
28499         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
28501         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
28502         Move e_machine check before EI_CLASS check.  Handle x32
28503         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
28504         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
28505         SKIP_EM_IA_64 and include
28506         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
28508         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
28509         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
28510         (add_system_dir): New macro.
28512         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
28513         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
28515 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
28517         [BZ #2551]
28518         [BZ #2552]
28519         [BZ #2553]
28520         [BZ #2554]
28521         [BZ #2562]
28522         [BZ #2563]
28523         [BZ #2565]
28524         [BZ #2566]
28525         [BZ #2576]
28526         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
28527         (y0): Likewise.
28528         * math/w_j0f.c (j0f): Likewise.
28529         (y0f): Likewise.
28530         * math/w_j0l.c (__j0l): Likewise.
28531         (__y0l): Likewise.
28532         * math/w_j1.c (j1): Likewise.
28533         (y1): Likewise.
28534         * math/w_j1f.c (j1f): Likewise.
28535         (y1f): Likewise.
28536         * math/w_j1l.c (__j1l): Likewise.
28537         (__y1l): Likewise.
28538         * math/w_jn.c (jn): Likewise.
28539         (yn): Likewise.
28540         * math/w_jnf.c (jnf): Likewise.
28541         (ynf): Likewise.
28542         * math/w_jnl.c (__jnl): Likewise.
28543         (__ynl): Likewise.
28544         * math/libm-test.inc (j0_test): Add more tests.
28545         (j1_test): Likewise.
28546         (jn_test): Likewise.  Add trailing semicolon to existing test.
28547         (y0_test): Likewise.
28548         (y1_test): Likewise.
28549         * sysdeps/i386/fpu/libm-test-ulps: Update.
28550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28552         [BZ #13851]
28553         [BZ #13854]
28554         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
28555         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
28556         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
28557         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
28558         (__tanl): Set errno for infinite argument.
28559         * sysdeps/i386/fpu/mptan.c: Remove.
28560         * sysdeps/i386/fpu/s_tan.S: Likewise.
28561         * sysdeps/i386/fpu/s_tanl.S: Likewise.
28562         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
28563         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
28564         * math/libm-test.inc (tan_test): Add more tests and enable more
28565         tests for double and long double.
28566         * sysdeps/i386/fpu/libm-test-ulps: Update.
28567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28569 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
28571         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
28572         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
28574 2012-03-16  Roland McGrath  <roland@hack.frob.com>
28576         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
28577         * configure.in: Use it for both main tree and add-ons.
28578         * configure: Regenerated.
28580 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
28582         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
28584 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
28586         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
28587         in comment.
28589         [BZ #13851]
28590         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
28591         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
28592         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
28593         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
28594         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
28595         infinite argument.
28596         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
28597         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
28598         != 0 for prec == 2.
28599         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
28600         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
28601         * sysdeps/i386/fpu/s_cosl.S: Likewise.
28602         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
28603         * sysdeps/i386/fpu/s_sinl.S: Likewise.
28604         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
28605         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
28606         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
28607         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
28608         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
28609         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
28610         * math/libm-test.inc (cos_test): Add more tests and enable more
28611         tests for long double.
28612         (sin_test): Likewise.
28613         (sincos_test): Likewise.
28614         * sysdeps/i386/fpu/libm-test-ulps: Update.
28615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28617 2012-03-16  David S. Miller  <davem@davemloft.net>
28619         * sysdeps/sparc/fpu/math_private.h: New file.
28621 2012-03-15  David S. Miller  <davem@davemloft.net>
28623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
28624         file.
28625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
28626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
28627         file.
28628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
28629         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
28630         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
28631         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
28632         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
28633         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
28634         sysdep routines.
28635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
28637         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
28638         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
28640         * sysdeps/sparc/sparc-ifunc.h: New file.
28641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
28642         sparc-ifunc.h
28643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
28644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
28645         Likewise.
28646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
28647         Likewise.
28648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
28649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
28650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
28651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
28652         Likewise.
28653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
28654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
28655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
28656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
28657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
28658         Likewise.
28659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
28660         Likewise.
28661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
28662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
28663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
28664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
28665         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
28666         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
28667         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
28668         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
28669         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
28670         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
28671         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
28672         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
28673         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
28674         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
28675         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
28676         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
28677         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
28678         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
28679         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
28680         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
28681         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
28682         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
28683         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
28684         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
28686 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
28688         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
28689         scaling.
28690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28692 2012-03-15  Andreas Jaeger  <aj@suse.de>
28694         [BZ #13852]
28695         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
28696         ieee754/flt-32 implementation for sin, cos and sincos.
28697         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
28698         * sysdeps/i386/fpu/s_cosf.S: Likewise.
28699         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
28700         * sysdeps/i386/fpu/s_sinf.S: Likewise.
28701         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
28702         ieee754/flt-32 implementation for tan.
28704         * math/libm-test.inc (cos_test): Enable some large input tests for
28705         float as well
28706         (sin_test): Likewise.
28707         (sincos_test): Likewise.
28708         (tan_test): Add tests for large input.
28710         * sysdeps/i386/fpu/libm-test-ulps: Update.
28712 2012-03-15  Andreas Jaeger  <aj@suse.de>
28714         [BZ #13658]
28715         * math/libm-test.inc (cos_test): Add more test cases.
28716         (sin_test): Likewise.
28717         (sincos_test): Likewise.
28719 2012-03-15  Andreas Jaeger  <aj@suse.de>
28721         [BZ #13837]
28722         * math/libm-test.inc (cos_test): Add a test case for large input
28723         value.
28724         (sin_test): Likewise.
28725         (sincos_test): Likewise.
28727 2012-03-15  Andreas Jaeger  <aj@suse.de>,
28728         Joseph Myers  <joseph@codesourcery.com>
28730         [BZ #13658]
28731         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
28732         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
28733         * sysdeps/i386/fpu/branred.c: Likewise.
28734         * sysdeps/i386/fpu/dosincos.c: Likewise.
28735         * sysdeps/i386/fpu/mpa.c: Likewise.
28736         * sysdeps/i386/fpu/s_cos.S: Likewise.
28737         * sysdeps/i386/fpu/s_sin.S: Likewise.
28738         * sysdeps/i386/fpu/s_sincos.S: Likewise.
28739         * sysdeps/i386/fpu/sincos32.c: Likewise.
28741         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
28742         Define.
28743         (libc_feupdateenv_53bit): Define.
28744         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
28745         Define.
28746         (libc_feupdateenv_53bit): Define.
28748         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
28749         53 bit (without extend i386 double precision).
28751         * math/libm-test.inc (sincos_test): Add tests for large input.
28752         (sin): Likewise.
28753         (cos): Likewise.
28755         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
28757 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
28759         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28761 2012-03-15  David S. Miller  <davem@davemloft.net>
28763         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
28764         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
28765         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
28766         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
28767         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
28768         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
28769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
28770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
28771         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
28772         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
28773         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
28774         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
28775         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
28776         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
28777         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
28778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
28779         file.
28780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
28781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
28782         file.
28783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
28784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
28785         file.
28786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
28787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
28788         file.
28789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
28790         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
28791         fmin/fmax sysdep routines.
28792         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
28794 2012-03-14  David S. Miller  <davem@davemloft.net>
28796         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
28797         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
28798         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
28799         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
28800         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
28801         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
28802         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
28803         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
28804         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
28805         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
28806         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
28807         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
28808         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
28809         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
28810         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
28811         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
28812         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
28813         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
28814         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
28815         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
28816         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
28817         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
28818         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
28819         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
28820         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
28821         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
28822         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
28823         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
28824         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
28825         routines.
28826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
28827         file.
28828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
28829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
28830         file.
28831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
28832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
28833         file.
28834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
28835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
28836         file.
28837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
28838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
28839         file.
28840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
28841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
28842         file.
28843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
28844         file.
28845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
28846         file.
28847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
28848         file.
28849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
28850         New file.
28851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
28852         file.
28853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
28854         file.
28855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
28856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
28857         file.
28858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
28859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
28860         file.
28861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
28862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
28863         file.
28864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
28865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
28866         VIS3 routines.
28868         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
28869         New file.
28871         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28873         * sysdeps/sparc/configure.in: New file.
28874         * sysdeps/sparc/configure: Generate.
28875         * configure.in (libc_cv_sparc_as_vis3): Substitute.
28876         * configure: Regenerate.
28877         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
28878         * config.make.in (have-as-vis3): New.
28879         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
28880         available use -Av9d instead of -Av9a.
28881         * sysdeps/sparc/sparc64/Makefile: Likewise.
28882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
28883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
28884         New file.
28885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
28886         file.
28887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
28888         New file.
28889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
28890         file.
28891         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
28892         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
28893         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
28894         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
28895         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
28897         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
28898         fzeros/fnegs to load 0x80000000 into a float register instead of
28899         using the stack.
28900         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
28902 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
28904         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28905         bits/syscall.h.
28906         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
28907         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
28908         ($(inst_includedir)/bits/syscall.h): Remove rule.
28909         ($(objpfx)bits/syscall.d): Include instead of
28910         $(objpfx)syscall-list.d.
28911         (generated): Change syscall-list.h and syscall-list.d to
28912         bits/syscall.h and bits/syscall.d.
28914 2012-03-14  Roland McGrath  <roland@hack.frob.com>
28916         [BZ #13846]
28917         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
28919 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
28921         [BZ #13841]
28922         * math/s_csqrt.c: Include <float.h>.
28923         (__csqrt): Scale large or subnormal inputs.
28924         * math/s_csqrtf.c: Likewise.
28925         * math/s_csqrtl.c: Likewise.
28926         * math/libm-test.inc (csqrt_test): Add more tests.
28927         * sysdeps/i386/fpu/libm-test-ulps: Update.
28928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28930         [BZ #13840]
28931         * math/libm-test.inc (hypot_test): Add more tests.
28933 2012-03-13  David S. Miller  <davem@davemloft.net>
28935         [BZ #13840]
28936         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
28937         double-precision for the calculation instead of scaling.
28939 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
28941         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
28942         manipulate bits before adding and subtracting TWO52[sx].
28943         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
28944         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
28945         Likewise.
28946         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
28948 2012-03-13  David S. Miller  <davem@davemloft.net>
28950         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
28951         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
28952         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
28953         rtld-global-offsets.h
28954         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28956         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
28957         large parameters.
28959         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
28961         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
28962         'err' in the ifdef scope in which it is actually used.
28964         * nss/nss_db/db-init.c: Include string.h
28966 2012-03-12  David S. Miller  <davem@davemloft.net>
28968         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
28969         masking out of the most significant byte of random value used.
28970         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
28971         Fix coding style in previous change.
28973         * sysdeps/unix/sysv/linux/kernel-features.h
28974         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
28975         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
28976         expression.
28977         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
28978         later.
28980 2012-03-11  David S. Miller  <davem@davemloft.net>
28982         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28983         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
28984         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
28985         for 'resultvar' otherwise things get truncated on 64-bit.
28987         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
28988         Fix masking out of the most significant byte of random value used.
28990         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28992 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
28994         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28996 2012-03-09  David S. Miller  <davem@davemloft.net>
28998         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
28999         variables with appropriate CPP guards.
29000         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
29001         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
29002         on resulting framesize and the management of the outregs buffer for pltexit.
29003         Preserve floating point return values across _dl_call_pltexit call.
29004         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
29005         framesize and the management of the outregs buffer for pltexit.
29006         Preserve floating point return values across _dl_call_pltexit
29007         call.
29008         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
29009         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
29010         (print_exit): Fix format string for return register value.
29012 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
29014         * sunrpc/Makefile (others): Add rpcgen.
29015         ($(objpfx)rpcgen): Remove special build rule and dependency on
29016         libc.
29017         * sunrpc/rpcgen.c: New file.
29019 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
29021         [BZ #13673]
29022         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
29023         * stdio-common/bug-vfprintf-nargs.c: Likewise.
29024         * sysdeps/i386/crti.S: Likewise.
29025         * sysdeps/i386/crtn.S: Likewise.
29026         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
29027         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
29028         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
29029         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
29030         * sysdeps/sh/crti.S: Likewise.
29031         * sysdeps/sh/crtn.S: Likewise.
29032         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
29034         [BZ #13673]
29035         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
29036         with URL.
29037         * locale/programs/locfile-kw.gperf: Likewise.
29038         * locale/programs/charmap-kw.h: Regenerated.
29039         * locale/programs/locfile-kw.h: Likewise.
29041         [BZ #13673]
29042         * intl/plural.y: Replace FSF snail mail address with URL.
29043         * intl/plural.c: Regenerated.
29045 2012-03-09  Richard Henderson  <rth@twiddle.net>
29047         * include/math_private.h: Remove file.
29048         * math/math_private.h: Move file ...
29049         * sysdeps/generic/math_private.h: ... here.
29051         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
29052         * sysdeps/powerpc/fpu/math_private.h: Likewise.
29053         * sysdeps/x86_64/fpu/math_private.h: Likewise.
29055         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
29056         and <math_private.h>.
29057         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
29058         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
29059         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
29060         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
29061         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
29062         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
29063         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29064         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29065         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
29066         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29067         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29068         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
29069         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
29070         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29071         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
29072         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
29073         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
29074         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
29075         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
29076         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
29077         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29078         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
29079         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
29080         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29081         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
29082         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
29083         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
29084         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29085         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29086         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
29087         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
29088         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29089         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
29090         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
29091         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
29092         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
29093         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
29094         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
29095         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
29096         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29097         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
29098         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
29099         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
29100         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
29101         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
29102         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
29103         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
29104         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
29105         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
29106         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
29107         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
29108         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
29109         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
29110         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
29111         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
29112         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
29113         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29114         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
29115         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
29116         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
29117         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29118         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
29119         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29120         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
29121         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
29122         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29123         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29124         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29125         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
29126         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
29127         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29128         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
29129         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29130         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29131         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
29132         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
29133         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
29134         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29135         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
29136         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
29137         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29138         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
29139         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29140         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
29141         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29142         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
29143         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
29144         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
29145         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
29146         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
29147         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
29148         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
29149         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
29150         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
29151         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
29152         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
29153         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
29154         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
29155         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
29156         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
29157         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
29158         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
29159         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
29160         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
29161         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
29162         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
29163         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
29164         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
29165         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
29166         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
29167         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
29168         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
29169         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
29170         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
29171         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
29172         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
29173         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
29174         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
29175         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
29176         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
29177         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
29178         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
29179         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
29180         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
29181         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
29182         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
29183         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
29184         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
29185         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
29186         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
29187         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
29188         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
29189         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
29190         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
29191         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
29192         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
29193         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
29194         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
29195         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
29196         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
29197         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29198         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
29199         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
29200         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
29201         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
29202         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
29203         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
29204         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
29205         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
29206         * sysdeps/ieee754/k_standard.c: Likewise.
29207         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
29208         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
29209         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
29210         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
29211         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
29212         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
29213         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
29214         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
29215         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
29216         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
29217         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
29218         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
29219         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
29220         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
29221         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
29222         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
29223         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
29224         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
29225         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
29226         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
29227         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
29228         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
29229         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
29230         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
29231         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
29232         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
29233         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
29234         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
29235         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
29236         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
29237         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
29238         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
29239         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
29240         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
29241         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
29242         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
29243         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
29244         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
29245         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
29246         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
29247         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
29248         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
29249         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
29250         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
29251         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
29252         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
29253         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
29254         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
29255         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
29256         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
29257         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
29258         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
29259         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
29260         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
29261         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
29262         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
29263         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
29264         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
29265         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
29266         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
29267         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
29268         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
29269         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
29270         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
29271         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
29272         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
29273         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
29274         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
29275         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
29276         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
29277         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
29278         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
29279         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
29280         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
29281         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
29282         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
29283         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
29284         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
29285         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
29286         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
29287         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
29288         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
29289         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
29290         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
29291         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
29292         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
29293         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
29294         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
29295         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
29296         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
29297         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
29298         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
29299         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
29300         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
29301         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
29302         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
29303         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
29304         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
29305         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
29306         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
29307         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
29308         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
29309         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
29310         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
29311         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
29312         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
29313         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
29314         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
29315         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
29316         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
29317         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
29318         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
29319         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
29320         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
29321         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
29322         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
29323         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
29324         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
29325         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
29326         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
29327         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
29328         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
29329         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
29330         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
29331         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
29332         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
29333         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
29334         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
29335         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
29336         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
29337         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
29338         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
29339         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
29340         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
29341         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
29342         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
29343         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
29344         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
29345         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
29346         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
29347         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
29348         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
29349         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
29350         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
29351         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
29352         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
29353         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
29354         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
29355         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
29356         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
29357         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
29358         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
29359         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
29360         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
29361         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
29362         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
29363         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
29364         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
29365         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
29366         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
29367         * sysdeps/ieee754/s_lib_version.c: Likewise.
29368         * sysdeps/ieee754/s_matherr.c: Likewise.
29369         * sysdeps/ieee754/s_signgam.c: Likewise.
29370         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29371         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29372         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
29373         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
29374         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
29375         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
29376         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
29377         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
29378         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
29379         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
29380         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
29381         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
29382         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
29383         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
29384         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
29385         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
29386         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29387         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
29388         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29389         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
29390         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
29392 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
29394         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
29395         * sunrpc/rpc_main.c: Likewise.
29396         * sunrpc/rpc_svcout.c: Likewise.
29398 2012-03-09  David S. Miller  <davem@davemloft.net>
29400         * include/math_private.h: New file.
29402 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
29404         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
29405         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
29406         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
29407         from <bits/socket_type.h>.
29408         (enum __socket_type): Don't define here.
29409         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
29410         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29411         bits/socket_type.h.
29413         [BZ #13566]
29414         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
29415         checking __USE_GNU.
29417         * Makerules ($(inst_includedir)/%.h): New rule.
29418         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
29419         (install-others): Remove variable setting.
29420         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
29422 2012-03-08  Richard Henderson  <rth@twiddle.net>
29424         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
29425         from macro to inline function; merge with the
29426         !__LIBC_INTERNAL_MATH_INLINES version.
29427         (__ieee754_sqrtf): Likewise.
29429         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
29430         to inline function.
29431         (__rintf, __floor, __floorf): Likewise.
29433         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
29434         macro to inline function.
29435         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
29437         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
29438         not <math/math_private.h>.
29440 2012-03-08  David S. Miller  <davem@davemloft.net>
29442         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
29443         copyright year.
29444         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
29446 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
29448         * resolv/gai_misc.c (handle_requests): Fix struct timespec
29449         normalization.
29450         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
29451         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
29453 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
29455         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
29456         be defined individually, they must be defined as a block.  Define
29457         S for printing a string instead of hidint the different by using a
29458         macro for adding the 'l'.
29459         * stdio-common/tst-fphex-wide.c: Adjust.
29461 2012-03-07  Marek Polacek  <polacek@redhat.com>
29463         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
29465 2012-03-08  Marek Polacek  <polacek@redhat.com>
29467         [BZ #13806]
29468         * stdio-common/Makefile (tests): Add tst-fphex-wide.
29469         * stdio-common/tst-fphex.c: Define a few macros to make the
29470         test reusable.  Use them.
29471         * stdio-common/tst-fphex-wide.c: New file.
29473 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
29475         [BZ #6911]
29476         * manual/macros.texi (gnusystems): New macro.
29477         (nongnusystems): Likewise.
29478         (gnulinuxhurdsystems): Likewise.
29479         (gnuhurdsystems): Likewise..
29480         (gnulinuxsystems): Likewise.
29481         * manual/charset.texi: Use new macros or @theglibc{} to refer to
29482         variants of the GNU system, not "GNU system".
29483         * manual/conf.texi: Likewise.
29484         * manual/errno.texi: Likewise.  Update example of errno macro
29485         expansion.
29486         * manual/filesys.texi: Likewise.
29487         (getumask): Document as specific to GNU/Hurd.
29488         * manual/install.texi: Likewise.  Reword some references to
29489         GNU/Linux.
29490         * manual/intro.texi: Likewise.
29491         * manual/io.texi: Likewise.
29492         (File Name Portability): Detail which constraints are inapplicable
29493         to all GNU systems and which are only inapplicable to GNU/Hurd.
29494         * manual/job.texi: Likewise.
29495         * manual/llio.texi: Likewise.
29496         (O_NOCTTY): Document as present on GNU/Linux.
29497         * manual/maint.texi: Likewise.
29498         * manual/memory.texi: Likewise.
29499         * manual/pattern.texi: Likewise.
29500         * manual/pipe.texi: Likewise.
29501         * manual/process.texi: Likewise.
29502         * manual/resource.texi: Likewise.
29503         (RUSAGE_CHILDREN): Remove statement about specifying a particular
29504         child on GNU/Hurd.
29505         * manual/setjmp.texi: Likewise.
29506         * manual/signal.texi: Likewise.
29507         * manual/startup.texi: Likewise.
29508         * manual/stdio.texi: Likewise.
29509         * manual/terminal.texi: Likewise.
29510         (ONLCR): Document as POSIX.
29511         (OXTABS): Document availability on GNU/Linux as XTABS.
29512         (ONOEOT): Document availability separately from other bits.
29513         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
29514         * manual/time.texi: Likewise.
29515         * manual/users.texi: Likewise.
29516         * INSTALL: Regenerated.
29517         * sysdeps/gnu/errlist.c: Regenerated.
29519         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
29520         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
29521         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
29522         puts.
29523         * configure: Regenerated.
29525 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
29527         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
29528         default includes instead of AC_HEADER_CHECK.
29529         * sysdeps/i386/configure: Regenerated.
29531         [BZ #10716]
29532         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
29533         * math/s_cacoshf.c (__cacoshf): Likewise.
29534         * math/s_cacoshl.c (__cacoshl): Likewise.
29535         * math/s_casinh.c (__casinh): Set signs of result from argument.
29536         * math/s_casinhf.c (__casinhf): Likewise.
29537         * math/s_casinhl.c (__casinhl): Likewise.
29538         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
29539         (casinh_test): Add more tests.
29540         * sysdeps/i386/fpu/libm-test-ulps: Update.
29541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29543 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
29545         * po/zh_TW.po: Update from translation team.
29547         * login/Makefile (distribute): Remove variable.
29548         * catgets/Makefile: Likewise.
29549         * mach/Makefile: Likewise.
29550         * malloc/Makefile: Likewise.
29551         * misc/Makefile: Likewise.
29552         * iconv/Makefile: Likewise.
29553         * nscd/Makefile: Likewise.
29554         * hurd/Makefile: Likewise.
29555         * manual/Makefile: Likewise.
29556         * locale/Makefile: Likewise.
29557         * intl/Makefile: Likewise.
29558         * conform/Makefile: Likewise.
29559         * nss/Makefile: Likewise.
29560         * time/Makefile: Likewise.
29561         * soft-fp/Makefile: Likewise.
29562         * dirent/Makefile: Likewise.
29563         * gmon/Makefile: Likewise.
29564         * po/Makefile: Likewise.
29565         * rt/Makefile: Likewise.
29566         * socket/Makefile: Likewise.
29567         * math/Makefile: Likewise.
29568         * signal/Makefile: Likewise.
29569         * debug/Makefile: Likewise.
29570         * elf/Makefile: Likewise.
29571         * timezone/Makefile: Likewise.
29572         * stdlib/Makefile: Likewise.
29573         * iconvdata/Makefile: Likewise.
29574         * sunrpc/Makefile: Likewise.
29575         * io/Makefile: Likewise.
29576         * argp/Makefile: Likewise.
29577         * inet/Makefile: Likewise.
29578         * hesiod/Makefile: Likewise.
29579         * grp/Makefile: Likewise.
29580         * csu/Makefile: Likewise.
29581         * wctype/Makefile: Likewise.
29582         * crypt/Makefile: Likewise.
29583         * libio/Makefile: Likewise.
29584         * string/Makefile: Likewise.
29585         * nis/Makefile: Likewise.
29586         * resolv/Makefile: Likewise.
29587         * stdio-common/Makefile: Likewise.
29588         * wcsmbs/Makefile: Likewise.
29589         * dlfcn/Makefile: Likewise.
29590         * posix/Makefile: Likewise.
29592         [BZ #6959]
29593         * timezone/Makefile: Don't install timezone files, just the programs
29594         and scripts.
29596 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
29598         * nss/databases.def: Add missing gshadow entry.
29600         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
29602 2012-03-06  Marek Polacek  <polacek@redhat.com>
29604         [BZ #13726]
29605         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
29606         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
29607         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
29608         * stdio-common/tst-long-dbl-fphex.c: New file.
29610 2012-03-06  David S. Miller  <davem@davemloft.net>
29612         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29613         (set_obp_int): New function.
29614         (get_obp_int): New function.
29615         (__get_clockfreq_via_dev_openprom): Likewise.
29616         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
29617         Avoid unused variable warnings on 'val' and use builtin_expect.
29618         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
29619         __builtin_expect.
29620         (INLINE_CLONE_SYSCALL): Likewise.
29622 2012-03-05  David S. Miller  <davem@davemloft.net>
29624         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29626 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
29628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29630         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
29631         only for |x| >= 40.
29632         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
29634 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
29636         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
29637         Replace gettimeofday with __vdso_gettimeofday.
29639         * sysdeps/unix/sysv/linux/x86_64/init-first.c
29640         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
29641         __vdso_clock_gettime and __vdso_getcpu.
29643         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
29644         time with __vdso_time.
29646 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
29648         * manual/lang.texi (size_t): Note types to which size_t may be
29649         equivalent with the GNU C Library, but do not describe when
29650         differences between them are significant.
29652 2012-03-05  Andreas Jaeger  <aj@suse.de>
29654         * sysdeps/i386/fpu/libm-test-ulps: Update.
29656 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
29658         [BZ #3976]
29659         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
29660         (__ieee754_pow): Save and restore rounding mode and use
29661         round-to-nearest for main computations.
29662         * math/libm-test.inc (pow_test_tonearest): New function.
29663         (pow_test_towardzero): Likewise.
29664         (pow_test_downward): Likewise.
29665         (pow_test_upward): Likewise.
29666         (main): Call the new functions.
29667         * sysdeps/i386/fpu/libm-test-ulps: Update.
29668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29670         [BZ #3976]
29671         * math/libm-test.inc (cosh_test_tonearest): New function.
29672         (cosh_test_towardzero): Likewise.
29673         (cosh_test_downward): Likewise.
29674         (cosh_test_upward): Likewise.
29675         (sinh_test_tonearest): Likewise.
29676         (sinh_test_towardzero): Likewise.
29677         (sinh_test_downward): Likewise.
29678         (sinh_test_upward): Likewise.
29679         (main): Call the new functions.
29680         * sysdeps/i386/fpu/libm-test-ulps: Update.
29681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29683 2012-03-05  Tom de Vries  <tom@codesourcery.com>
29685         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
29686         default stack guard is set in last bytes.
29687         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
29689 2012-03-05  Kees Cook  <keescook@chromium.org>
29691         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
29693         [BZ #13656]
29694         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
29695         possibly allocate from heap instead of stack.
29696         * stdio-common/bug-vfprintf-nargs.c: New file.
29697         * stdio-common/Makefile (tests): Add nargs overflow test.
29699 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
29701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29703 2012-03-03  Marek Polacek  <polacek@redhat.com>
29705         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
29706         * math/math_private.h: Likewise.
29707         * stdlib/tst-strtod.c: Likewise.
29708         * sysdeps/i386/i486/bits/atomic.h: Likewise.
29709         * sysdeps/x86_64/bits/atomic.h: Likewise.
29711 2012-03-02  David S. Miller  <davem@davemloft.net>
29713         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
29714         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
29715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
29716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
29717         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
29718         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
29719         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
29720         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
29722 2012-03-02  Roland McGrath  <roland@hack.frob.com>
29724         [BZ #13792]
29725         * manual/examples/README: New file, says the example source files
29726         can be used under GPL>=2.
29727         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
29728         line containing just "*/".
29729         * manual/examples/add.c: Add copyright header (GPL>=2).
29730         * manual/examples/argp-ex1.c: Likewise.
29731         * manual/examples/argp-ex2.c: Likewise.
29732         * manual/examples/argp-ex3.c: Likewise.
29733         * manual/examples/argp-ex4.c: Likewise.
29734         * manual/examples/atexit.c: Likewise.
29735         * manual/examples/db.c: Likewise.
29736         * manual/examples/dir.c: Likewise.
29737         * manual/examples/dir2.c: Likewise.
29738         * manual/examples/execinfo.c: Likewise.
29739         * manual/examples/filecli.c: Likewise.
29740         * manual/examples/filesrv.c: Likewise.
29741         * manual/examples/fmtmsgexpl.c: Likewise.
29742         * manual/examples/genpass.c: Likewise.
29743         * manual/examples/inetcli.c: Likewise.
29744         * manual/examples/inetsrv.c: Likewise.
29745         * manual/examples/isockad.c: Likewise.
29746         * manual/examples/longopt.c: Likewise.
29747         * manual/examples/memopen.c: Likewise.
29748         * manual/examples/memstrm.c: Likewise.
29749         * manual/examples/mkfsock.c: Likewise.
29750         * manual/examples/mkisock.c: Likewise.
29751         * manual/examples/mygetpass.c: Likewise.
29752         * manual/examples/pipe.c: Likewise.
29753         * manual/examples/popen.c: Likewise.
29754         * manual/examples/rprintf.c: Likewise.
29755         * manual/examples/search.c: Likewise.
29756         * manual/examples/select.c: Likewise.
29757         * manual/examples/setjmp.c: Likewise.
29758         * manual/examples/sigh1.c: Likewise.
29759         * manual/examples/sigusr.c: Likewise.
29760         * manual/examples/stpcpy.c: Likewise.
29761         * manual/examples/strdupa.c: Likewise.
29762         * manual/examples/strftim.c: Likewise.
29763         * manual/examples/strncat.c: Likewise.
29764         * manual/examples/subopt.c: Likewise.
29765         * manual/examples/swapcontext.c: Likewise.
29766         * manual/examples/termios.c: Likewise.
29767         * manual/examples/testopt.c: Likewise.
29768         * manual/examples/testpass.c: Likewise.
29769         * manual/examples/timeval_subtract.c: Likewise.
29771         [BZ #13792]
29772         * manual/time.texi (Elapsed Time): Move timeval_subtract example
29773         function to ...
29774         * manual/timeval_subtract.c.texi: ... here, new file.
29776 2012-03-02  David S. Miller  <davem@davemloft.net>
29778         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
29780 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
29782         [BZ #3976]
29783         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
29784         (__sin): Save and restore rounding mode and use round-to-nearest
29785         for all computations.
29786         (__cos): Save and restore rounding mode and use round-to-nearest
29787         for all computations.
29788         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
29789         <fenv.h>.
29790         (tan): Save and restore rounding mode and use round-to-nearest for
29791         all computations.
29792         * math/libm-test.inc (cos_test_tonearest): New function.
29793         (cos_test_towardzero): Likewise.
29794         (cos_test_downward): Likewise.
29795         (cos_test_upward): Likewise.
29796         (sin_test_tonearest): Likewise.
29797         (sin_test_towardzero): Likewise.
29798         (sin_test_downward): Likewise.
29799         (sin_test_upward): Likewise.
29800         (tan_test_tonearest): Likewise.
29801         (tan_test_towardzero): Likewise.
29802         (tan_test_downward): Likewise.
29803         (tan_test_upward): Likewise.
29804         (main): Call the new functions.
29805         * sysdeps/i386/fpu/libm-test-ulps: Update.
29806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29808         [BZ #10135]
29809         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
29810         small n, then large n, before computing and testing k+n.
29811         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
29812         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
29813         Likewise.
29814         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
29815         Likewise.
29816         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
29817         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
29818         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
29819         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
29820         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
29821         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
29822         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
29823         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
29824         * math/libm-test.inc (scalbn_test): Add more tests.
29825         (scalbln_test): Likewise.
29827         * manual/filesys.texi (mode_t): Describe constraints on size and
29828         signedness, not exact equivalence to a particular type.
29829         (ino_t): Likewise.
29830         (ino64_t): Likewise.
29831         (dev_t): Likewise.
29832         (nlink_t): Likewise.
29833         (blkcnt_t): Likewise.
29834         (blkcnt64_t): Likewise.
29835         * manual/llio.texi (off_t): Likewise.
29837         [BZ #3976]
29838         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
29839         (__ieee754_exp): Save and restore rounding mode and use
29840         round-to-nearest for all computations.
29841         * math/libm-test.inc (exp_test_tonearest): New function.
29842         (exp_test_towardzero): Likewise.
29843         (exp_test_downward): Likewise.
29844         (exp_test_upward): Likewise.
29845         (main): Call the new functions.
29846         * sysdeps/i386/fpu/libm-test-ulps: Update.
29847         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29849 2012-03-01  Chris Demetriou  <cgd@google.com>
29851         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
29852         have predictable order.
29854 2012-03-01  David S. Miller  <davem@davemloft.net>
29856         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
29858         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
29859         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
29860         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
29861         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
29863         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
29864         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
29865         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
29866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
29867         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
29868         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
29869         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
29870         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
29871         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
29873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29875         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
29876         * sysdeps/sparc/fpu/libm-test-ulps: to here.
29877         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
29879         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
29880         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
29881         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
29882         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
29883         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
29884         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
29885         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
29886         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
29887         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
29888         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
29889         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
29890         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
29891         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
29892         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
29893         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
29894         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
29895         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
29896         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
29897         * sysdeps/sparc/elf/configure: Regenerated.
29899 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
29901         * configure.in (AS, LD): Require binutils 2.20 or later.
29902         * configure: Regenerated.
29903         * manual/install.texi (Tools for Compilation): Give binutils 2.20
29904         as required minimum version.
29905         * INSTALL: Regenerated.
29907         [BZ #2541]
29908         [BZ #4108]
29909         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
29910         before squaring exponent.
29911         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
29912         bottom long double and 27 bits of top long double before squaring
29913         exponent.
29914         * math/libm-test.inc (erfc_test): Add more tests.
29915         * sysdeps/i386/fpu/libm-test-ulps: Update.
29916         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29919 2012-03-01  Kai Tietz  <ktietz@redhat.com>
29921         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
29922         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
29923         containing bit-fields.
29924         * soft-fp/extended.h (_FP_UNION_E): Likewise.
29925         * soft-fp/single.h (_FP_UNION_S): Likewise.
29926         * soft-fp/double.h (_FP_UNION_D): Likewise.
29928 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
29930         [BZ #13786]
29931         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
29932         not include ../strcmp.S.
29933         [USE_AS_STRNCASECMP_L]: Likewise.
29934         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
29935         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
29936         * sysdeps/i386/i686/multiarch/strncase_l-c.c
29937         (__strncasecmp_l_ia32): Define as alias to
29938         __strncasecmp_l_nonascii.
29940         [BZ #5794]
29941         * math/libm-test.inc (expm1_test): Add test for bug 5794.
29942         * sysdeps/i386/fpu/libm-test-ulps: Update.
29943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29945         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
29946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29948 2012-02-29  Jeff Law  <law@redhat.com>
29950         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
29951         out of bounds read.
29953 2012-02-29  Marek Polacek  <polacek@redhat.com>
29955         [BZ #13706]
29956         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
29957         * elf/Makefile: Add rules to run tst-unused-dep.out.
29959 2012-02-28  David S. Miller  <davem@davemloft.net>
29961         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
29962         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
29963         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
29964         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
29965         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
29966         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
29968 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
29970         * math/libm-test.inc (llround_test): Move one test from
29971         lround_test.  Use TEST_f_L in moved test.
29972         (lround_test): Move misplaced test to llround_test.  Add testcase
29973         from bug 2561.
29975 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
29977         * sysdeps/x86_64/fpu/e_expf.S: New file.
29978         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
29980 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
29982         [BZ #13637]
29983         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
29984         of remain_len that may cause incomplete multi-byte character and
29985         false match.
29986         * posix/bug-regex33.c: New file.
29987         * posix/Makefile (tests): Add bug-regex33.
29989 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
29991         * manual/macros.texi: New file.
29992         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
29993         * manual/libc.texinfo: Include macros.texi.
29994         * manual/creatute.texi: Likewise.
29995         * manual/install.texi: Likewise.
29996         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
29997         @glibcadj{} in references to the GNU C Library.
29998         * manual/charset.texi: Likewise.
29999         * manual/conf.texi: Likewise.
30000         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
30001         when not using those macros.
30002         * manual/creature.texi: Likewise.
30003         * manual/crypt.texi: Likewise.
30004         * manual/errno.texi: Likewise.
30005         * manual/filesys.texi: Likewise.
30006         * manual/header.texi: Likewise.
30007         * manual/install.texi: Likewise.
30008         * manual/intro.texi: Likewise.
30009         * manual/io.texi: Likewise.
30010         * manual/job.texi: Likewise.
30011         * manual/lang.texi: Likewise.
30012         * manual/libc.texiinfo: Likewise.
30013         * manual/llio.texi: Likewise.
30014         * manual/locale.texi: Likewise.
30015         * manual/maint.texi: Likewise.
30016         * manual/math.texi: Likewise.
30017         * manual/memory.texi: Likewise.
30018         * manual/message.texi: Likewise.
30019         * manual/nss.texi: Likewise.
30020         * manual/pattern.texi: Likewise.
30021         * manual/process.texi: Likewise.
30022         * manual/resource.texi: Likewise.
30023         * manual/search.texi: Likewise.
30024         * manual/setjmp.texi: Likewise.
30025         * manual/signal.texi: Likewise.
30026         * manual/socket.texi: Likewise.
30027         * manual/startup.texi: Likewise.
30028         * manual/stdio.texi: Likewise.
30029         * manual/string.texi: Likewise.
30030         * manual/sysinfo.texi: Likewise.
30031         * manual/syslog.texi: Likewise.
30032         * manual/terminal.texi: Likewise.
30033         * manual/time.texi: Likewise.
30034         * manual/users.texi: Likewise.
30035         * INSTALL: Regenerated.
30036         * NOTES: Regenerated.
30037         * sysdeps/gnu/errlist.c: Regenerated.
30039 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
30041         * include/dirent.h: Include <dirstream.h> before
30042         <dirent/dirent.h>.
30044 2012-02-28  David S. Miller  <davem@davemloft.net>
30046         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
30047         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
30048         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
30049         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
30051 2012-02-27  David S. Miller  <davem@davemloft.net>
30053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
30054         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
30055         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
30056         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
30058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
30059         frame pointer instead of stack pointer relative arg slot.
30060         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
30061         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
30062         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
30064 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
30066         [BZ #3992]
30067         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
30069 2012-02-27  David S. Miller  <davem@davemloft.net>
30071         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
30072         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
30073         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
30074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
30075         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
30076         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
30077         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
30078         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
30080 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
30082         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
30083         later.  Allow versions 5-9.
30084         * configure: Regenerated.
30085         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
30086         required minimum version and 4.6 as recommended version.  Do not
30087         mention bugs in GCC 2.7 and 2.8.
30088         * INSTALL: Regenerated.
30090 2012-02-27  David S. Miller  <davem@davemloft.net>
30092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
30093         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
30094         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
30095         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
30096         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
30097         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
30098         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
30099         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
30101         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
30102         manipulate bits before adding and subtracting TWO112[sx].
30103         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30105 2012-02-27  Roland McGrath  <roland@hack.frob.com>
30107         [BZ #13775]
30108         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
30109         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
30110         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
30111         being in POSIX, because they are in 1003.1-2008.
30113         * rt/tst-aio.c: Include <fcntl.h>.
30114         * rt/tst-aio7.c: Likewise.
30115         * rt/tst-aio64.c: Likewise.
30117         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
30119 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
30121         * manual/install.texi (--with-headers): Describe headers as
30122         interface headers, not private headers.
30123         (Specific advice for GNU/Linux systems): Describe use of headers
30124         from "make headers_install", not private headers from older
30125         kernels.
30126         * INSTALL: Regenerated.
30127         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
30128         Change to 2.6.19.
30129         * sysdeps/unix/sysv/linux/configure: Regenerated.
30131         * manual/llio.texi (fclean): Remove documentation.
30133         * manual/Makefile (libc-texi-generated): New variable.  Include
30134         version.texi.
30135         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
30136         $(libc-texi-generated), not duplicated list of files.
30137         (version.texi, stamp-version): New rules.
30138         (realclean): Remove $(libc-texi-generated), not individual files
30139         from that list.  Do not remove dir-add.texinfo.
30140         * manual/libc.texinfo: Comment out uses of edition numbers and
30141         references to printed manual.  Remove last-updated dates.
30142         (EDITION): Comment out.
30143         (ISBN): Likewise.
30144         (VERSION, UPDATED): Remove.
30145         (version.texi): Include.
30147 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
30149         * sysdeps/posix/spawni.c: Include <signal.h>.
30150         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
30151         * sysdeps/pthread/aio_fsync.c: Likewise.
30153 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
30155         * conform/Makefile (tests): Run only when not cross-compiling and
30156         when fast-check is not defined.
30158         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
30159         * conform/data/limits.h-data: Fixes for POSIX2008.
30160         * conform/run-conformtest.sh: Run all tests.
30161         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
30162         headers.
30163         * include/bits/dlfcn.h: Likewise.
30164         * include/langinfo.h: Likewise.
30165         * include/monetary.h: Likewise.
30166         * include/sys/poll.h: Likewise.
30168         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
30169         for __USE_GNU.
30170         * posix/spawn.h: Define __need_sigset_t.
30171         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
30172         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
30173         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
30174         to get sigevent_t only.
30175         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
30176         only for __USE_GNU.
30177         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
30178         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
30179         process_vm_writev only for __USE_GNU.
30180         * termios/termios.h: Declare tcgetsid also for POSIX2008.
30182         * conform/Makefile: For now ignore errors from run-conformtest.
30183         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
30184         POSIX to avoid namespace pollution.  Don't prepend headers.
30185         * conform/data/aio.h-data: Fixes for POSIX testing.
30186         * conform/data/fcntl.h-data: Likewise.
30187         * conform/data/glob.h-data: Likewise.
30188         * conform/data/grp.h-data: Likewise.
30189         * conform/data/pthread.h-data: Likewise.
30190         * conform/data/pwd.h-data: Likewise.
30191         * conform/data/signal.h-data: Likewise.
30192         * conform/data/spawn.h-data: Likewise.
30193         * conform/data/stdio.h-data: Likewise.
30194         * conform/data/stdlib.h-data: Likewise.
30195         * conform/data/stropts.h-data: Likewise.
30196         * conform/data/sys/mman.h-data: Likewise.
30197         * conform/data/sys/stat.h-data: Likewise.
30198         * conform/data/sys/types.h-data: Likewise.
30199         * conform/data/sys/wait.h-data: Likewise.
30200         * conform/data/time.h-data: Likewise.
30201         * conform/data/unistd.h-data: Likewise.
30202         * conform/data/utime.h-data: Likewise.
30204         * io/sys/stat.h: fchmod was always in POSIX.
30205         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
30206         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
30207         * rt/aio.h: Define __need_timespec before including <time.h>.
30208         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
30209         struct.  Add forward declaration of pthread_attr_t and use it in
30210         sigevent.
30211         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
30212         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
30213         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
30214         always remove CLK_TCK definition.
30216 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
30218         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
30220 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
30222         * conform/run-conformtest.sh: New file.
30223         * conform/Makefile: Run run-conformtest for tests.
30224         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
30225         support.
30227         * conform/data/uchar.h-data: New file.
30228         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
30229         * conform/data/arpa/inet.h-data: Likewise.
30230         * conform/data/assert.h-data: Likewise.
30231         * conform/data/complex.h-data: Likewise.
30232         * conform/data/cpio.h-data: Likewise.
30233         * conform/data/ctype.h-data: Likewise.
30234         * conform/data/dirent.h-data: Likewise.
30235         * conform/data/dlfcn.h-data: Likewise.
30236         * conform/data/errno.h-data: Likewise.
30237         * conform/data/fcntl.h-data: Likewise.
30238         * conform/data/float.h-data: Likewise.
30239         * conform/data/fmtmsg.h-data: Likewise.
30240         * conform/data/fnmatch.h-data: Likewise.
30241         * conform/data/ftw.h-data: Likewise.
30242         * conform/data/glob.h-data: Likewise.
30243         * conform/data/grp.h-data: Likewise.
30244         * conform/data/iconv.h-data: Likewise.
30245         * conform/data/inttypes.h-data: Likewise.
30246         * conform/data/langinfo.h-data: Likewise.
30247         * conform/data/libgen.h-data: Likewise.
30248         * conform/data/limits.h-data: Likewise.
30249         * conform/data/locale.h-data: Likewise.
30250         * conform/data/math.h-data: Likewise.
30251         * conform/data/monetary.h-data: Likewise.
30252         * conform/data/mqueue.h-data: Likewise.
30253         * conform/data/ndbm.h-data: Likewise.
30254         * conform/data/net/if.h-data: Likewise.
30255         * conform/data/netdb.h-data: Likewise.
30256         * conform/data/netinet/in.h-data: Likewise.
30257         * conform/data/nl_types.h-data: Likewise.
30258         * conform/data/poll.h-data: Likewise.
30259         * conform/data/pthread.h-data: Likewise.
30260         * conform/data/pwd.h-data: Likewise.
30261         * conform/data/regex.h-data: Likewise.
30262         * conform/data/sched.h-data: Likewise.
30263         * conform/data/search.h-data: Likewise.
30264         * conform/data/semaphore.h-data: Likewise.
30265         * conform/data/setjmp.h-data: Likewise.
30266         * conform/data/signal.h-data: Likewise.
30267         * conform/data/spawn.h-data: Likewise.
30268         * conform/data/stdarg.h-data: Likewise.
30269         * conform/data/stdio.h-data: Likewise.
30270         * conform/data/stdlib.h-data: Likewise.
30271         * conform/data/string.h-data: Likewise.
30272         * conform/data/strings.h-data: Likewise.
30273         * conform/data/stropts.h-data: Likewise.
30274         * conform/data/sys/ipc.h-data: Likewise.
30275         * conform/data/sys/mman.h-data: Likewise.
30276         * conform/data/sys/msg.h-data: Likewise.
30277         * conform/data/sys/resource.h-data: Likewise.
30278         * conform/data/sys/select.h-data: Likewise.
30279         * conform/data/sys/sem.h-data: Likewise.
30280         * conform/data/sys/shm.h-data: Likewise.
30281         * conform/data/sys/socket.h-data: Likewise.
30282         * conform/data/sys/stat.h-data: Likewise.
30283         * conform/data/sys/statvfs.h-data: Likewise.
30284         * conform/data/sys/time.h-data: Likewise.
30285         * conform/data/sys/timeb.h-data: Likewise.
30286         * conform/data/sys/times.h-data: Likewise.
30287         * conform/data/sys/types.h-data: Likewise.
30288         * conform/data/sys/uio.h-data: Likewise.
30289         * conform/data/sys/un.h-data: Likewise.
30290         * conform/data/sys/utsname.h-data: Likewise.
30291         * conform/data/sys/wait.h-data: Likewise.
30292         * conform/data/syslog.h-data: Likewise.
30293         * conform/data/tar.h-data: Likewise.
30294         * conform/data/termios.h-data: Likewise.
30295         * conform/data/utime.h-data: Likewise.
30296         * conform/data/utmpx.h-data: Likewise.
30297         * conform/data/varargs.h-data: Likewise.
30298         * conform/data/wchar.h-data: Likewise.
30299         * conform/data/wctype.h-data: Likewise.
30300         * conform/data/wordexp.h-data: Likewise.
30302         * include/stropts.h: New file.
30303         * include/uchar.h: New file.
30304         * include/aio.h: Changes to allow conformtest.pl to use the headers.
30305         * include/assert.h: Likewise.
30306         * include/ctype.h: Likewise.
30307         * include/dirent.h: Likewise.
30308         * include/dlfcn.h: Likewise.
30309         * include/fcntl.h: Likewise.
30310         * include/fnmatch.h: Likewise.
30311         * include/glob.h: Likewise.
30312         * include/grp.h: Likewise.
30313         * include/libio.h: Likewise.
30314         * include/locale.h: Likewise.
30315         * include/math.h: Likewise.
30316         * include/net/if.h: Likewise.
30317         * include/netdb.h: Likewise.
30318         * include/netinet/in.h: Likewise.
30319         * include/pthread.h: Likewise.
30320         * include/pwd.h: Likewise.
30321         * include/regex.h: Likewise.
30322         * include/sched.h: Likewise.
30323         * include/search.h: Likewise.
30324         * include/setjmp.h: Likewise.
30325         * include/signal.h: Likewise.
30326         * include/stdio.h: Likewise.
30327         * include/stdlib.h: Likewise.
30328         * include/string.h: Likewise.
30329         * include/sys/cdefs.h: Likewise.
30330         * include/sys/mman.h: Likewise.
30331         * include/sys/msg.h: Likewise.
30332         * include/sys/resource.h: Likewise.
30333         * include/sys/select.h: Likewise.
30334         * include/sys/socket.h: Likewise.
30335         * include/sys/stat.h: Likewise.
30336         * include/sys/statvfs.h: Likewise.
30337         * include/sys/time.h: Likewise.
30338         * include/sys/times.h: Likewise.
30339         * include/sys/uio.h: Likewise.
30340         * include/sys/utsname.h: Likewise.
30341         * include/sys/wait.h: Likewise.
30342         * include/termios.h: Likewise.
30343         * include/time.h: Likewise.
30344         * include/ulimit.h: Likewise.
30345         * include/unistd.h: Likewise.
30346         * include/utime.h: Likewise.
30347         * include/wchar.h: Likewise.
30348         * include/wctype.h: Likewise.
30349         * include/wordexp.h: Likewise.
30351         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
30353         * time/time.h: TIME_UTC must be a macro.
30354         Make timespec_get available for ISO C11 only as well.
30356 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
30358         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
30359         Reported by Peng Haitao <penght@cn.fujitsu.com>.
30361 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
30363         * configure.in: Use -o not -a in test for unsupported multi-arch.
30365 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
30367         * manual/texinfo.tex: Update to version 2012-01-19.16.
30369 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
30371         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
30373 2012-02-24  Roland McGrath  <roland@hack.frob.com>
30375         [BZ #13738]
30376         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
30377         * manual/fdl-1.3.texi: New file.
30378         * manual/fdl-1.1.texi: File removed.
30380         [BZ #13738]
30381         * manual/libc.texinfo (FDL_VERSION): New @set.
30382         Use it for mention of FDL in cover text.
30383         (Documentation License): Use it in @include file name.
30385 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30386             Roland McGrath  <roland@hack.frob.com>
30388         [BZ #5461]
30389         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
30390         not LONG_LONG_MAX and LONG_LONG_MIN.
30391         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
30392         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
30393         name.
30394         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
30396 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30398         [BZ #2547]
30399         [BZ #11365]
30400         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
30401         manipulate bits before adding and subtracting TWO23[sx].
30402         * math/libm-test.inc (nearbyint_test): Add more tests.
30404 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30406         [BZ #2548]
30407         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
30408         bits before adding and subtracting TWO23[sx].
30409         * math/libm-test.inc (rint_test): Add more tests.
30410         (rint_test_tonearest): Likewise.
30411         (rint_test_towardzero): Likewise.
30412         (rint_test_downward): Likewise.
30413         (rint_test_upward: Likewise.
30415 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30417         [BZ #10110]
30418         * include/stdc-predef.h: New file.  Extracted from features.h.
30419         * include/features.h: Include stdc-predef.h.
30420         * Makefile (headers): Add stdc-predef.h.
30421         * CONFORMANCE (Compiler limitations): Update.
30423 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
30425         * manual/libc.texinfo (VERSION, UPDATED): Revert.
30427 2012-02-21  David S. Miller  <davem@davemloft.net>
30429         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
30430         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
30432 2012-02-20  David S. Miller  <davem@davemloft.net>
30434         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
30435         using a normal save/restore sequence, rather than allocating a
30436         dummy stack frame just to store a frame pointer and restore.
30437         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
30439 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
30441         * manual/install.texi: Fix stray word in line-wrapped comment.
30443 2012-02-20  David S. Miller  <davem@davemloft.net>
30445         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
30446         both binutils and gcc support GOTDATA.
30448         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
30449         "rd %pc" in the PIC register setup sequences.
30451         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
30452         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
30453         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
30454         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
30455         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
30456         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
30457         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30458         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
30459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
30460         (SYSCALL_ERROR_HANDLER): Likewise.
30461         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
30462         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
30463         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
30464         (SYSCALL_ERROR_HANDLER): Likewise.
30466         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
30467         (HAVE_GCC_GOTDATA): New.
30468         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
30469         relocation support in both binutils and gcc.
30470         * sysdeps/sparc/elf/configure: Regenerate.
30472         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
30473         * sysdeps/sparc/sparc32/elf/configure: Delete.
30474         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
30475         * sysdeps/sparc/sparc64/elf/configure: Delete.
30476         * sysdeps/sparc/elf/configure.in: New file.
30477         * sysdeps/sparc/elf/configure: Generate.
30479         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
30480         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
30481         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
30482         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
30483         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
30485 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
30487         * manual/install.texi: Do not mention specific glibc version
30488         numbers.
30489         * manual/libc.texinfo (VERSION, UPDATED): Update.
30490         (@copying): Use @copyright{} and range of years.
30492 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
30494         [BZ #13695]
30495         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
30496         [crti.S not in sysdirs] (generated): Do not append.
30497         [crti.S not in sysdirs] (omit-deps): Likewise.
30498         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
30499         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
30500         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
30501         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
30502         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
30503         Likewise.
30504         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
30505         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
30506         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
30507         * csu/defs.awk: Remove file.
30508         * sysdeps/generic/initfini.c: Likewise.
30509         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
30510         variable.
30511         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
30512         Likewise.
30514 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
30516         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
30517         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
30518         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
30519         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
30520         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
30521         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
30522         <bits/epoll.h>.
30523         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
30524         (__EPOLL_PACKED): Define to empty if not defined by
30525         <bits/epoll.h>.
30526         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
30527         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30528         bits/epoll.h.
30530 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
30532         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
30533         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
30534         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
30535         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
30536         <bits/timerfd.h>.
30537         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
30538         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30539         bits/timerfd.h.
30541 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
30543         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
30544         in C locale.
30545         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
30546         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
30547         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
30548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30550 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
30552         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30553         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
30555 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
30557         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
30558         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
30559         defined.
30560         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
30561         Likewise.
30562         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
30563         entry for 2.16.
30565 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
30567         * math/w_acos.c: Use non-signaling floating-point comparisons.
30568         * math/w_acosf.c: Likewise.
30569         * math/w_acosh.c: Likewise.
30570         * math/w_acoshf.c: Likewise.
30571         * math/w_acoshl.c: Likewise.
30572         * math/w_acosl.c: Likewise.
30573         * math/w_asin.c: Likewise.
30574         * math/w_asinf.c: Likewise.
30575         * math/w_asinl.c: Likewise.
30576         * math/w_atanh.c: Likewise.
30577         * math/w_atanhf.c: Likewise.
30578         * math/w_atanhl.c: Likewise.
30579         * math/w_exp2.c: Likewise.
30580         * math/w_exp2f.c: Likewise.
30581         * math/w_exp2l.c: Likewise.
30582         * math/w_j0.c: Likewise.
30583         * math/w_j0f.c: Likewise.
30584         * math/w_j0l.c: Likewise.
30585         * math/w_j1.c: Likewise.
30586         * math/w_j1f.c: Likewise.
30587         * math/w_j1l.c: Likewise.
30588         * math/w_jn.c: Likewise.
30589         * math/w_jnf.c: Likewise.
30590         * math/w_log.c: Likewise.
30591         * math/w_log10.c: Likewise.
30592         * math/w_log10f.c: Likewise.
30593         * math/w_log10l.c: Likewise.
30594         * math/w_log2.c: Likewise.
30595         * math/w_log2f.c: Likewise.
30596         * math/w_log2l.c: Likewise.
30597         * math/w_logf.c: Likewise.
30598         * math/w_logl.c: Likewise.
30599         * math/w_sqrt.c: Likewise.
30600         * math/w_sqrtf.c: Likewise.
30601         * math/w_sqrtl.c: Likewise.
30602         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
30603         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
30604         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
30605         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
30606         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
30608 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
30610         [BZ #9739]
30611         * manual/string.texi (strnlen): Use correct parameter name in
30612         equivalent expression.
30614 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
30616         [BZ #11174]
30617         * manual/users.texi (seteuid): Consistently use neweuid for
30618         argument name.
30620 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
30622         [BZ #13704]
30623         * manual/nss.texi (Services in the NSS configuration): Correct
30624         list of services in example configuration file.
30626 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
30628         [BZ #11322]
30629         * manual/arith.texi: Remove statements about negative zero
30630         behaving identically to zero.
30632 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
30634         [BZ #5993]
30635         * manual/install.texi: Do not document upgrading from libc5.
30637 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
30639         [BZ #4596]
30640         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
30642 2012-02-18  David S. Miller  <davem@davemloft.net>
30644         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
30645         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
30646         %o7 across the call.
30647         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
30648         instead.
30649         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
30650         SETUP_PIC_REG_LEAF.
30651         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
30652         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
30653         * sysdeps/sparc/crtn.S: Likewise.
30655 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
30657         * aout/Makefile: Remove.
30659 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
30661         [BZ #13058]
30662         * manual/examples/argp-ex1.c (main): Format definition in GNU
30663         style.
30664         * manual/examples/argp-ex2.c (main): Likewise.
30665         * manual/examples/argp-ex3.c (main): Likewise.
30666         * manual/examples/argp-ex4.c (main): Likewise.
30667         * manual/examples/longopt.c (main): Use new-style prototype
30668         definition.
30669         * manual/examples/strncat.c (main): Specify return type and use
30670         (void) for arguments.
30671         * manual/examples/subopt.c (main): Use char **argv argument.
30673 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30675         [BZ #5077]
30676         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
30677         rounding modes.
30679 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
30681         [BZ #6907]
30682         * manual/string.texi (strchr): Change when strchrnul is
30683         recommended.
30685 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
30687         [BZ #174]
30688         * manual/locale.texi (setlocale): Document LOCPATH.
30690 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30692         [BZ #10210]
30693         * manual/process.texi (execle): Move @dots{} before last argument.
30695 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
30697         [BZ #12047]
30698         * manual/charset.texi (Generic Charset Conversion): Fix typo
30699         (LC_TYPE -> LC_CTYPE).
30701 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
30703         [BZ #5805]
30704         * manual/arith.texi (scalbn): Use @var{} on parameter names.
30705         (scalbnf): Likewise.
30706         (scalbnl): Likewise.
30707         (scalbln): Likewise.
30708         (scalblnf): Likewise.
30709         (scalblnl): Likewise.
30710         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
30711         (vwarnx): Likewise.
30712         (verr): Likewise.
30713         (verrx): Likewise.
30714         * manual/filesys.texi (telldir): Use braces around return type.
30715         * manual/llio.texi (mmap): Add space after comma.
30716         (mmap64): Likewise.
30717         * manual/math.texi (jn): Use @var{} on parameter names.
30718         (jnf): Likewise.
30719         (jnl): Likewise.
30720         (yn): Likewise.
30721         (ynf): Likewise.
30722         (ynl): Likewise.
30723         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
30724         line.
30725         * manual/resource.texi (ulimit): Use @dots{} instead of literal
30726         "...".
30727         (sched_get_priority_min): Remove semicolon on @deftypefun line.
30728         (sched_get_priority_max): Likewise.
30729         * manual/signal.texi (sigvec): Add space after comma.
30730         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
30731         names.
30732         (if_indextoname): Likewise.
30733         (if_freenameindex): Likewise.
30734         (sendto): Use ',' instead of '.' in prototype.
30735         * manual/startup.texi (syscall): Use @dots{} instead of literal
30736         "...".
30737         * manual/stdio.texi (__fpending): Separate initial words of
30738         paragraph from @deftypefun line.
30739         * manual/syslog.texi (syslog): Use @dots{} instead of literal
30740         "...".
30741         (vsyslog): Use @var{} on parameter names.
30742         * manual/terminal.texi (stty): Use @var{} on parameter names.
30743         * manual/users.texi (getutmp): Use @var{} on parameter names.
30744         (getutmpx): Likewise.
30746 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30748         [BZ #6884]
30749         * manual/stdio.texi (fopen): Fix typos in description of
30750         ",ccs=STRING".
30752 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
30754         [BZ #4026]
30755         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
30756         get clock_id definition.
30758 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
30760         [BZ #4822]
30761         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
30762         (madvise): Cast every argument to void on its own.
30764 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30766         [BZ #9902]
30767         * manual/startup.texi (Exit Status): Fix typo.
30769 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
30771         [BZ #10140]
30772         * manual/examples/argp-ex1.c: Include <stdlib.h>.
30773         * manual/examples/argp-ex2.c: Likewise.
30774         * manual/examples/argp-ex3.c: Likewise.
30776 2012-02-16  Richard Henderson  <rth@redhat.com>
30778         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
30779         * sysdeps/s390/s390-32/initfini.c: Remove.
30780         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
30781         * sysdeps/s390/s390-64/initfini.c: Remove.
30783 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30785         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
30786         compiler output for sysdeps/generic/initfini.c.
30787         * sysdeps/sh/elf/initfini.c: Remove file.
30789 2012-02-16  David S. Miller  <davem@davemloft.net>
30791         [BZ #11494]
30792         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
30794         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
30795         * sysdeps/sparc/crti.S: New file.
30796         * sysdeps/sparc/crtn.S: New file.
30797         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
30798         * sysdeps/sparc/sparc64/Makefile: Likewise.
30800 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
30802         [BZ #3335]
30803         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
30805 2012-02-15  Roland McGrath  <roland@hack.frob.com>
30807         [BZ #4822]
30808         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
30810         * mach/devstream.c (cookie_io_functions_t): Macro removed.
30811         (write, read, close): Likewise.
30812         Patch by Aurelien Jarno <aurelien@aurel32.net>.
30814 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
30816         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
30817         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
30818         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
30819         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
30820         <bits/signalfd.h>.
30821         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
30822         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30823         bits/signalfd.h.
30825 2012-02-14  Marek Polacek  <polacek@redhat.com>
30827         * sysdeps/x86_64/crti.S: New file.
30828         * sysdeps/x86_64/crtn.S: New file.
30829         * sysdeps/x86_64/elf/initfini.c: Remove file.
30831 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
30833         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
30834         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
30835         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
30836         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
30837         <bits/inotify.h>.
30838         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
30839         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30840         bits/inotify.h.
30842 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
30844         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
30845         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
30846         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
30847         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
30848         <bits/eventfd.h>.
30849         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
30850         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30851         bits/eventfd.h.
30853 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
30855         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
30856         __feraiseexcept instead of feraiseexcept.
30858         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
30859         nanosleep invocations.
30860         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
30861         strings, and add error checking for a nanosleep invocations.
30863 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
30865         Replace FSF snail mail address with URLs, as per GNU coding standards.
30866         Most of the snail mail addresses were wrong anyway, and omitting
30867         them makes the source code easier to maintain.  Almost all of the
30868         changes are to license notices and to locale LC_IDENTIFICATION
30869         addresses, except for this one:
30870         * manual/libc.texinfo: In "Published by", give the FSF's URL,
30871         not its snail mail address.
30873 2012-02-09  Richard Henderson  <rth@twiddle.net>
30875         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
30876         of kernel-features.h.
30878         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
30880 2012-02-08  Marek Polacek  <polacek@redhat.com>
30882         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
30883         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
30884         * sysdeps/gnu/_G_config.h: Likewise.
30885         * sysdeps/generic/_G_config.h: Likewise.
30887 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
30889         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
30890         tests.
30891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30893         * sysdeps/powerpc/powerpc32/crti.S: New file.
30894         * sysdeps/powerpc/powerpc32/crtn.S: New file.
30895         * sysdeps/powerpc/powerpc64/crti.S: New file.
30896         * sysdeps/powerpc/powerpc64/crtn.S: New file.
30898         * Makeconfig (have-initfini): Don't set.
30899         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
30900         * configure.in (nopic_initfini): Don't substitute.
30901         * config.h.in (HAVE_INITFINI): Don't #undef.
30902         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
30903         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
30905 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
30907         Support crti.S and crtn.S provided directly by architectures.
30908         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
30909         [crti.S in sysdirs] (omit-deps): Likewise.
30910         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
30911         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
30912         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
30913         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
30914         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
30915         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
30916         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
30917         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
30918         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
30919         compiler output for sysdeps/generic/initfini.c.
30920         * sysdeps/i386/elf/Makefile: Remove file.
30921         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
30923 2012-02-07  Marek Polacek  <polacek@redhat.com>
30925         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
30926         * sysdeps/gnu/_G_config.h: Likewise.
30927         * sysdeps/mach/hurd/_G_config.h: Likewise.
30929 2012-02-07  Marek Polacek  <polacek@redhat.com>
30931         * math/Makefile (tests): Add tst-CMPLX2.
30932         * math/tst-CMPLX2.c: New file.
30934 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
30936         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30938         * math/libm-test.inc (jn_test): Add missing L suffix.
30940 2012-02-06  Marek Polacek  <polacek@redhat.com>
30942         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
30943         * sysdeps/i386/fpu/e_powf.S: Likewise.
30944         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
30945         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
30946         * sysdeps/i386/fpu/e_acosh.S: Likewise.
30947         * sysdeps/i386/fpu/e_pow.S: Likewise.
30948         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
30949         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
30950         * sysdeps/i386/fpu/s_expm1.S: Likewise.
30951         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
30952         * sysdeps/i386/fpu/e_log2.S: Likewise.
30953         * sysdeps/i386/fpu/e_log2l.S: Likewise.
30954         * sysdeps/i386/fpu/e_scalb.S: Likewise.
30955         * sysdeps/i386/fpu/e_powl.S: Likewise.
30956         * sysdeps/i386/fpu/s_log1p.S: Likewise.
30957         * sysdeps/i386/fpu/e_log10f.S: Likewise.
30958         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
30959         * sysdeps/i386/fpu/e_logl.S: Likewise.
30960         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
30961         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
30962         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
30963         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
30964         * sysdeps/i386/fpu/e_log2f.S: Likewise.
30965         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
30966         * sysdeps/i386/fpu/e_log.S: Likewise.
30967         * sysdeps/i386/fpu/s_cexp.S: Likewise.
30968         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
30969         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
30970         * sysdeps/i386/fpu/e_logf.S: Likewise.
30971         * sysdeps/i386/fpu/e_log10l.S: Likewise.
30972         * sysdeps/i386/fpu/e_atanh.S: Likewise.
30973         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
30974         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
30975         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
30976         * sysdeps/i386/fpu/e_log10.S: Likewise.
30977         * sysdeps/i386/fpu/s_frexp.S: Likewise.
30978         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
30979         * sysdeps/i386/fpu/s_asinh.S: Likewise.
30980         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
30981         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
30982         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
30983         * sysdeps/i386/asm-syntax.h: Likewise.
30984         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
30985         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
30986         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
30987         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
30988         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
30989         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
30990         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
30991         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
30992         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
30993         * sysdeps/powerpc/sysdep.h: Likewise.
30994         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
30995         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30997 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
30999         [BZ #411]
31000         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
31002 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
31004         * sysdeps/i386/sysdep.h: Include <features.h>.
31005         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
31006         version.
31008 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
31010         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
31011         Define.
31012         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
31013         LOAD_PIC_REG_STR.
31015 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
31017         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
31018         (SETUP_PIC_REG): Use GET_PC_THUNK.
31019         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
31020         macro.
31022 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
31024         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
31025         for non-PIC compilation.
31026         (SETUP_PIC_REG): Add .p2align directive.
31027         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
31028         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
31029         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31030         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31031         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
31032         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31033         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
31034         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
31035         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31036         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31037         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31038         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31039         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31040         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31041         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31042         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
31043         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
31044         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31045         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31046         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31047         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31048         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
31049         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31050         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31051         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
31052         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
31053         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31054         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
31055         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31056         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31057         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31058         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31059         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31060         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31061         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31062         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31063         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31064         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31065         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31066         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31067         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31069 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
31071         * math/tst-CMPLX.c: Include <stdio.h>.
31073 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
31075         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
31076         float.
31077         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
31078         * sysdeps/sparc/bits/mathdef.h: Likewise.
31080 2012-01-31  Marek Polacek  <polacek@redhat.com>
31082         * libio/libio.h: Don't define _PARAMS.
31083         * locale/programs/config.h: Don't define PARAMS.
31084         * stdlib/strtol_l.c: Likewise.
31085         (__strtol_l): Remove PARAMS from the prototype.
31087 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
31089         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
31090         names.  Just use the correct names.  Remove unnecessary wrapper
31091         functions.
31092         * malloc/arena.c: Likewise.
31093         * malloc/hooks.c: Likewise.
31095         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
31096         ARENA_TEST says not to.  Simplify test for creation of a new arena.
31097         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
31099 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
31101         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
31102         into tail calls.
31103         (update_get_addr): New function.
31104         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
31105         GET_ADDR_MODULE parameter.
31107 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
31109         * crypt/cert.c: Remove __STDC__ conditionals.
31110         * crypt/crypt-entry.c: Likewise.
31111         * crypt/crypt_util.c: Likewise.
31112         * libio/filedoalloc.c: Likewise.
31113         * libio/fileops.c: Likewise.
31114         * libio/genops.c: Likewise.
31115         * libio/iofclose.c: Likewise.
31116         * libio/iofdopen.c: Likewise.
31117         * libio/iofopen.c: Likewise.
31118         * libio/iofopen64.c: Likewise.
31119         * libio/iogetdelim.c: Likewise.
31120         * libio/iopopen.c: Likewise.
31121         * libio/obprintf.c: Likewise.
31122         * libio/oldfileops.c: Likewise.
31123         * libio/oldiofclose.c: Likewise.
31124         * libio/oldiofdopen.c: Likewise.
31125         * libio/oldiofopen.c: Likewise.
31126         * libio/oldiopopen.c: Likewise.
31127         * libio/wfiledoalloc.c: Likewise.
31128         * libio/wgenops.c: Likewise.
31129         * locale/programs/xmalloc.c: Likewise.
31130         * misc/syslog.c: Likewise.
31131         * stdio-common/xbug.c: Likewise.
31132         * string/memchr.c: Likewise.
31133         * string/memcmp.c: Likewise.
31134         * string/memrchr.c: Likewise.
31135         * string/rawmemchr.c: Likewise.
31136         * sysdeps/posix/getcwd.c: Likewise.
31137         * time/strftime_l.c: Likewise.
31139 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
31141         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
31142         * config.make.in (config-cflags-sse2avx): Define.
31143         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
31144         Fix typo.
31146 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
31148         * scripts/config.guess: Update from upstream config git repository.
31149         * scripts/config.sub: Likewise.
31151 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
31153         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
31154         (EM_NUM): Update.
31155         (R_TILEPRO_*, R_TILEGX_*): New macros.
31157         * scripts/firstversions.awk: Fix bug in version range handling.
31159         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
31161         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
31163         * include/sys/epoll.h: New file.
31164         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
31165         libc_hidden_def.
31167 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
31169         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
31170         Avoid unnecessary __WORDSIZE == 64 test.
31171         (fmaxf): Use VEX format if possible.
31172         (fmax): Likewise.
31173         (fminf): Likewise.
31174         (fmin): Likewise.
31176         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
31177         * math/math_private.h: Remove libc_fegetround* and
31178         libc_fesetround*.
31179         * sysdeps/i386/configure.in: Check for -msse2avx.
31180         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
31181         also if SSE2AVX is defined.
31182         Remove libc_fegetround* and libc_fesetround*.
31183         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
31184         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
31185         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
31186         of HAS_YMM_USABLE.
31187         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
31188         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
31189         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
31190         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
31191         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
31193         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
31195 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31197         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
31198         size is not set.
31199         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
31201 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
31203         [BZ #13618]
31204         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
31205         relocation.
31206         * Makeconfig (libm): Define.
31207         * elf/Makefile: Add rules to build and run tst-relsort1.
31208         * elf/tst-relsort1.c: New file.
31209         * elf/tst-relsort1mod1.c: New file.
31210         * elf/tst-relsort1mod2.c: New file.
31212 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
31214         * math/s_ldexp.c: Remove __STDC__ conditionals.
31215         * math/s_ldexpf.c: Likewise.
31216         * math/s_ldexpl.c: Likewise.
31217         * math/s_nextafter.c: Likewise.
31218         * math/s_nexttowardf.c: Likewise.
31219         * math/s_significand.c: Likewise.
31220         * math/s_significandf.c: Likewise.
31221         * math/s_significandl.c: Likewise.
31222         * math/w_jnl.c: Likewise.
31223         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
31224         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
31225         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
31226         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
31227         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
31228         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
31229         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
31230         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
31231         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
31232         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
31233         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
31234         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
31235         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
31236         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
31237         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
31238         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
31239         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
31240         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
31241         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
31242         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
31243         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
31244         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
31245         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
31246         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
31247         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
31248         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
31249         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
31250         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
31251         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
31252         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
31253         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
31254         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
31255         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
31256         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
31257         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
31258         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
31259         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
31260         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
31261         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
31262         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
31263         * sysdeps/ieee754/k_standard.c: Likewise.
31264         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
31265         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
31266         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
31267         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
31268         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
31269         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
31270         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
31271         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
31272         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
31273         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
31274         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
31275         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
31276         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
31277         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
31278         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
31279         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
31280         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
31281         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
31282         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
31283         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
31284         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
31285         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
31286         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
31287         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
31288         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
31289         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
31290         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
31291         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
31292         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
31293         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
31294         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
31295         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
31296         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
31297         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
31298         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
31299         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
31300         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
31301         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
31302         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
31303         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
31304         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
31305         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
31306         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
31307         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
31308         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
31309         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
31310         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
31311         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
31312         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
31313         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
31314         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
31315         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
31316         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
31317         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
31318         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
31319         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
31320         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
31321         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
31322         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
31323         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
31324         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
31325         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
31326         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
31327         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
31328         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
31329         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
31330         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
31331         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
31332         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
31333         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
31334         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
31335         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
31336         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
31337         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
31338         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
31339         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
31340         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
31341         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
31342         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
31343         * sysdeps/ieee754/s_matherr.c: Likewise.
31344         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
31345         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
31346         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
31347         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
31349 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
31351         * crypt/md5.h: Remove __STDC__ conditionals.
31352         * libio/libioP.h: Likewise.
31353         * locale/programs/config.h: Likewise.
31354         * sysdeps/generic/sysdep.h: Likewise.
31355         * sysdeps/i386/asm-syntax.h: Likewise.
31356         * sysdeps/s390/asm-syntax.h: Likewise.
31357         * sysdeps/unix/sysdep.h: Likewise.
31358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
31359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31361 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
31363         * libio/libio.h: Remove __STDC__ conditionals.
31364         * malloc/obstack.h: Likewise.
31365         * math/complex.h: Likewise.
31366         * math/math.h: Likewise.
31367         * sysdeps/generic/_G_config.h: Likewise.
31368         * sysdeps/gnu/_G_config.h: Likewise.
31369         * sysdeps/mach/hurd/_G_config.h: Likewise.
31370         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31371         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
31372         * sysdeps/sparc/bits/mathdef.h: Likewise.
31374 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
31376         [BZ #13583]
31377         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
31378         Clean up HAS_* macros.
31379         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
31380         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
31381         possible.
31382         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
31383         HAS_AVX.
31384         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
31385         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
31386         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
31387         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
31388         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
31390 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
31392         * elf/tst-unique3.cc (gets): Remove declaration.
31393         * elf/tst-unique3lib.cc (gets): Likewise.
31394         * elf/tst-unique3lib2.cc (gets): Likewise.
31395         * elf/tst-unique4.cc (gets): Likewise.
31397 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
31399         * include/stdio.h: Add C++ protection.  Add gets declarations and
31400         definitions.
31401         * debug/tst-chk1.c: Don't declare gets here.
31402         * stdio-common/tst-gets.c: Likewise.
31404 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
31406         * posix/glob: Remove directory.
31408 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
31410         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
31412 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
31414         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
31415         of the non-standard EPFNOSUPPORT.
31417 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31419         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
31420         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
31421         ANYWHERE set to 1 only on KERN_NO_SPACE error.
31423 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
31425         * wcsmbs/uchar.h: Test __STDC_VERSION__.
31427 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
31429         * nscd/aicache.c (addhstaiX): Do not cache negative results of
31430         transient errors.
31431         * nscd/grpcache.c (cache_addgr): Likewise.
31432         * nscd/hstcache.c (cache_addhst): Likewise.
31433         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31434         * nscd/pwdcache.c (cache_addpw): Likewise.
31435         * nscd/servicescache.c (cache_addserv): Likewise.
31437 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
31439         * malloc/malloc.c: Various cleanups.
31440         * malloc/hooks.c: Likewise.
31442         * stdlib/Makefile (tests): Add bug-fmtmsg1.
31443         * stdlib/bug-fmtmsg1.c: New file.
31445         * stdlib/fmtmsg.c (init): Add missing unlock.
31446         Patch by Peng Haitao <penght@cn.fujitsu.com>.
31448 2012-01-12  Marek Polacek  <polacek@redhat.com>
31450         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
31451         and _GNU_SOURCE.
31453 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
31455         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
31456         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
31457         macro to ensure uniqueness of label name.
31458         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
31459         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
31461 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
31463         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
31465         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
31466         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
31467         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
31468         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
31470 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
31472         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
31474         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
31475         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
31476         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
31478         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
31480         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
31481         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
31482         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
31483         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
31485         * math/bits/math-finite.h: Add ldexp support.
31487 2012-01-10  Marek Polacek  <polacek@redhat.com>
31489         * locale/programs/localedef.h (show_archive_content): Add noreturn
31490         attribute.
31492 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
31494         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
31496 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
31498         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
31500         * io/Makefile (headers): Add bits/poll2.h.
31502 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
31504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
31505         typo #include statement.
31507 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
31509         * include/sys/cdefs.h: Define __attribute_alloc_size.
31510         * catgets/gencat.c: Add alloc_size attribute and apply consistently
31511         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
31512         * elf/pldd.c: Likewise.
31513         * iconv/iconv_charmap.c: Likewise.
31514         * iconv/iconvconfig.c: Likewise.
31515         * iconv/strtab.c: Likewise.
31516         * locale/programs/locale.c: Likewise.
31517         * locale/programs/localedef.h: Likewise.
31518         * locale/programs/simple-hash.c: Likewise.
31519         * nscd/nscd.h: Likewise.
31520         * nss/makedb.c: Likewise.
31521         * sysdeps/generic/ldconfig.h: Likewise.
31522         * locale/programs/localedef.c: Remove xmalloc prototype.
31523         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
31525 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31527         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
31528         appropriate.
31530 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
31532         * math/Makefile (tests): Add tst-CMPLX.
31533         * math/tst-CMPLX.c: New file.
31535         * math/complex.h (CMPLXL): Fix typo.
31537         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
31538         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
31539         GLIBC_2.16.
31540         * debug/tst-chk1.c: Add poll and ppoll tests.
31541         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
31542         * include/sys/poll.h: Add hidden proto for ppoll.
31543         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
31544         * sysdeps/mach/hurd/ppoll.c: Likewise.
31545         * io/ppoll.c: Likewise.
31546         * debug/poll_chk.c: New file.
31547         * debug/ppoll_chk.c: New file.
31548         * include/bits/poll2.h: New file.
31549         * io/bits/poll2.h: New file.
31551         [BZ #1350]
31552         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
31554         * configure.in: static is always set to yes.  Remove.
31555         * config.make.in: Don't set build-static.
31556         * Makeconfig: Remove use of build-static.
31557         * dlfcn/Makefile: Likewise.
31558         * elf/Makefile: Likewise.
31559         * math/Makefile: Likewise.
31560         * misc/Makefile: Likewise.
31561         * nptl/Makefile: Likewise.
31562         * sysdeps/mach/hurd/Makefile: Likewise.
31564         * configure.in: PWD_P is not used anymore.
31565         * config.make.in: Remove PWD_P entry.
31567         * configure.in: Remove last remnants of RANLIB.
31568         No need to check for signed size_t anymore.
31569         Don't set libc_commonpagesize and libc_relro_required here for Alpha
31570         and IA-64.
31571         Remove __builtin_expect test because we require at least gcc 3.4.
31572         * aclocal.m4: Likewise.
31574         * wcsmbs/mbrtoc16.c: Implement using towc function.
31575         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
31576         * wcsmbs/wcsmbsload.c: Likewise.
31577         * iconv/gconv_simple.c: Likewise.
31578         * iconv/gconv_int.h: Likewise.
31579         * iconv/gconv_builtin.h: Likewise.
31580         * iconv/iconv_prog.c: Remove CHAR16 handling.
31582         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
31584         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
31586         * configure.in: Remove --with-elf and --enable-bounded options.
31587         Dont set base_machine for ia64.  More non-ELF conditions removed.
31588         Remove testing and setting of leading underscore information.
31589         * config.make.in (build-bounded): Set to no.
31590         * config.h.in: Remove NO_UNDERSCORES entry.
31591         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
31592         them.
31593         * csu/start.c: Remove !NO_UNDERSCORE code.
31594         * locale/localeinfo.h: Likewise.
31595         * sysdeps/generic/machine-gmon.h: Likewise.
31596         * sysdeps/generic/sysdep.h: Likewise.
31597         * sysdeps/i386/sysdep.h: Likewise.
31598         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
31599         * sysdeps/mach/sysdep.h: Likewise.
31600         * sysdeps/s390/s390-32/sysdep.h: Likewise.
31601         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31602         * sysdeps/sh/sysdep.h: Likewise.
31603         * sysdeps/sparc/sparc32/alloca.S: Likewise.
31604         * sysdeps/unix/i386/sysdep.S: Likewise.
31605         * sysdeps/unix/sparc/start.c: Likewise.
31606         * sysdeps/unix/sparc/sysdep.S: Likewise.
31607         * sysdeps/unix/sparc/sysdep.h: Likewise.
31608         * sysdeps/unix/start.c: Likewise.
31609         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31610         * sysdeps/x86_64/sysdep.h: Likewise.
31612 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
31614         [BZ #13553]
31615         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
31616         for non-gcc.
31617         * argp/argp-fmtstream.h: Use const instead __const.
31618         * argp/argp.h: Likewise.
31619         * assert/assert.h: Likewise.
31620         * bits/fenv.h: Likewise.
31621         * bits/sched.h: Likewise.
31622         * bits/sigset.h: Likewise.
31623         * bits/sigthread.h: Likewise.
31624         * catgets/nl_types.h: Likewise.
31625         * conform/data/pthread.h-data: Likewise.
31626         * crypt/crypt-private.h: Likewise.
31627         * crypt/crypt.h: Likewise.
31628         * crypt/crypt_util.c: Likewise.
31629         * ctype/ctype.h: Likewise.
31630         * debug/execinfo.h: Likewise.
31631         * debug/mbsnrtowcs_chk.c: Likewise.
31632         * debug/mbsrtowcs_chk.c: Likewise.
31633         * debug/wcsnrtombs_chk.c: Likewise.
31634         * debug/wcsrtombs_chk.c: Likewise.
31635         * debug/wcstombs_chk.c: Likewise.
31636         * dirent/dirent.h: Likewise.
31637         * dlfcn/dlfcn.h: Likewise.
31638         * elf/neededtest4.c: Likewise.
31639         * grp/grp.h: Likewise.
31640         * gshadow/gshadow.h: Likewise.
31641         * iconv/gconv.h: Likewise.
31642         * iconv/gconv_int.h: Likewise.
31643         * iconv/gconv_simple.c: Likewise.
31644         * iconv/iconv.h: Likewise.
31645         * iconv/loop.c: Likewise.
31646         * iconv/skeleton.c: Likewise.
31647         * include/aio.h: Likewise.
31648         * include/aliases.h: Likewise.
31649         * include/argz.h: Likewise.
31650         * include/arpa/inet.h: Likewise.
31651         * include/assert.h: Likewise.
31652         * include/dirent.h: Likewise.
31653         * include/dlfcn.h: Likewise.
31654         * include/execinfo.h: Likewise.
31655         * include/fcntl.h: Likewise.
31656         * include/fenv.h: Likewise.
31657         * include/glob.h: Likewise.
31658         * include/grp.h: Likewise.
31659         * include/libintl.h: Likewise.
31660         * include/mntent.h: Likewise.
31661         * include/netdb.h: Likewise.
31662         * include/pwd.h: Likewise.
31663         * include/rpc/netdb.h: Likewise.
31664         * include/sched.h: Likewise.
31665         * include/search.h: Likewise.
31666         * include/shadow.h: Likewise.
31667         * include/signal.h: Likewise.
31668         * include/stdio.h: Likewise.
31669         * include/stdlib.h: Likewise.
31670         * include/string.h: Likewise.
31671         * include/sys/socket.h: Likewise.
31672         * include/sys/stat.h: Likewise.
31673         * include/sys/statfs.h: Likewise.
31674         * include/sys/statvfs.h: Likewise.
31675         * include/sys/syslog.h: Likewise.
31676         * include/sys/time.h: Likewise.
31677         * include/sys/uio.h: Likewise.
31678         * include/time.h: Likewise.
31679         * include/unistd.h: Likewise.
31680         * include/utmp.h: Likewise.
31681         * include/wchar.h: Likewise.
31682         * include/wctype.h: Likewise.
31683         * inet/aliases.h: Likewise.
31684         * inet/arpa/inet.h: Likewise.
31685         * inet/netinet/ether.h: Likewise.
31686         * inet/netinet/in.h: Likewise.
31687         * intl/libintl.h: Likewise.
31688         * io/bits/fcntl2.h: Likewise.
31689         * io/fcntl.h: Likewise.
31690         * io/ftw.h: Likewise.
31691         * io/sys/poll.h: Likewise.
31692         * io/sys/stat.h: Likewise.
31693         * io/sys/statfs.h: Likewise.
31694         * io/sys/statvfs.h: Likewise.
31695         * io/utime.h: Likewise.
31696         * libio/bits/stdio.h: Likewise.
31697         * libio/bits/stdio2.h: Likewise.
31698         * libio/libio.h: Likewise.
31699         * libio/libioP.h: Likewise.
31700         * libio/stdio.h: Likewise.
31701         * locale/lc-ctype.c: Likewise.
31702         * locale/locale.h: Likewise.
31703         * login/utmp.h: Likewise.
31704         * malloc/arena.c: Likewise.
31705         * malloc/malloc.c: Likewise.
31706         * malloc/malloc.h: Likewise.
31707         * malloc/mcheck.c: Likewise.
31708         * malloc/mtrace.c: Likewise.
31709         * math/bits/mathcalls.h: Likewise.
31710         * math/fenv.h: Likewise.
31711         * math/math_private.h: Likewise.
31712         * misc/bits/error.h: Likewise.
31713         * misc/bits/syslog.h: Likewise.
31714         * misc/err.h: Likewise.
31715         * misc/error.h: Likewise.
31716         * misc/fstab.h: Likewise.
31717         * misc/mntent.h: Likewise.
31718         * misc/regexp.h: Likewise.
31719         * misc/search.h: Likewise.
31720         * misc/sgtty.h: Likewise.
31721         * misc/sys/mman.h: Likewise.
31722         * misc/sys/syslog.h: Likewise.
31723         * misc/sys/uio.h: Likewise.
31724         * misc/sys/xattr.h: Likewise.
31725         * misc/ttyent.h: Likewise.
31726         * nis/rpcsvc/ypclnt.h: Likewise.
31727         * nss/nss.h: Likewise.
31728         * posix/bits/unistd.h: Likewise.
31729         * posix/fnmatch.h: Likewise.
31730         * posix/glob.h: Likewise.
31731         * posix/sched.h: Likewise.
31732         * posix/spawn.h: Likewise.
31733         * posix/sys/wait.h: Likewise.
31734         * posix/unistd.h: Likewise.
31735         * posix/wordexp.h: Likewise.
31736         * pwd/pwd.h: Likewise.
31737         * resolv/netdb.h: Likewise.
31738         * resource/sys/resource.h: Likewise.
31739         * rt/aio.h: Likewise.
31740         * rt/bits/mqueue2.h: Likewise.
31741         * rt/mqueue.h: Likewise.
31742         * shadow/shadow.h: Likewise.
31743         * signal/signal.h: Likewise.
31744         * socket/send.c: Likewise.
31745         * socket/sendto.c: Likewise.
31746         * socket/sys/socket.h: Likewise.
31747         * stdio-common/printf.h: Likewise.
31748         * stdlib/bits/stdlib.h: Likewise.
31749         * stdlib/fmtmsg.h: Likewise.
31750         * stdlib/monetary.h: Likewise.
31751         * stdlib/stdlib.h: Likewise.
31752         * stdlib/ucontext.h: Likewise.
31753         * streams/stropts.h: Likewise.
31754         * string/argz.h: Likewise.
31755         * string/bits/string2.h: Likewise.
31756         * string/string.h: Likewise.
31757         * string/strings.h: Likewise.
31758         * sunrpc/rpc/auth.h: Likewise.
31759         * sunrpc/rpc/auth_des.h: Likewise.
31760         * sunrpc/rpc/clnt.h: Likewise.
31761         * sunrpc/rpc/netdb.h: Likewise.
31762         * sunrpc/rpc/pmap_clnt.h: Likewise.
31763         * sunrpc/rpc/xdr.h: Likewise.
31764         * sysdeps/generic/inttypes.h: Likewise.
31765         * sysdeps/generic/net/if.h: Likewise.
31766         * sysdeps/generic/sys/swap.h: Likewise.
31767         * sysdeps/gnu/net/if.h: Likewise.
31768         * sysdeps/gnu/utmpx.h: Likewise.
31769         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
31770         * sysdeps/i386/i486/bits/string.h: Likewise.
31771         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
31772         * sysdeps/s390/bits/string.h: Likewise.
31773         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
31774         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
31775         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
31776         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
31777         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
31778         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
31779         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
31780         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
31781         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
31782         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
31783         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
31784         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
31785         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
31786         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
31787         * sysdeps/unix/sysv/linux/readv.c: Likewise.
31788         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
31789         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
31790         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
31791         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
31792         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
31793         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
31794         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
31795         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
31796         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
31797         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
31798         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
31799         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
31800         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
31801         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
31802         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
31803         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
31804         * sysvipc/sys/ipc.h: Likewise.
31805         * sysvipc/sys/msg.h: Likewise.
31806         * sysvipc/sys/sem.h: Likewise.
31807         * sysvipc/sys/shm.h: Likewise.
31808         * termios/termios.h: Likewise.
31809         * time/sys/time.h: Likewise.
31810         * time/time.h: Likewise.
31811         * wcsmbs/bits/wchar2.h: Likewise.
31812         * wcsmbs/uchar.h: Likewise.
31813         * wcsmbs/wchar.h: Likewise.
31814         * wctype/wctype.h: Likewise.
31816         [BZ #13551]
31817         * Makeconfig: Remove all but ELF support including AIX support.
31818         * Makerules: Likewise.
31819         * config.h.in: Likewise.
31820         * config.make.in: Likewise.
31821         * configure: Likewise.
31822         * configure.in: Likewise.
31823         * csu/Makefile: Likewise.
31824         * csu/version.c: Likewise.
31825         * debug/Makefile: Likewise.
31826         * dlfcn/Makefile: Likewise.
31827         * elf/Makefile: Likewise.
31828         * extra-lib.mk: Likewise.
31829         * iconv/Makefile: Likewise.
31830         * include/libc-symbols.h: Likewise.
31831         * include/shlib-compat.h: Likewise.
31832         * resolv/Makefile: Likewise.
31833         * resolv/res_libc.c: Likewise.
31834         * rt/Makefile: Likewise.
31835         * sysdeps/i386/asm-syntax.h: Likewise.
31836         * sysdeps/i386/sysdep.h: Likewise.
31837         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
31838         * sysdeps/mach/sysdep.h: Likewise.
31839         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
31840         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
31841         * sysdeps/s390/asm-syntax.h: Likewise.
31842         * sysdeps/s390/s390-32/sysdep.h: Likewise.
31843         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31844         * sysdeps/sh/sysdep.h: Likewise.
31845         * sysdeps/unix/sparc/sysdep.h: Likewise.
31846         * sysdeps/wordsize-32/divdi3.c: Likewise.
31847         * sysdeps/x86_64/sysdep.h: Likewise.
31849         * argp/Versions: Remove _argp_unlock_xxx.
31851         [BZ #13559]
31852         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
31853         * abilist/libBrokenLocale.abilist: Likewise.
31854         * abilist/libanl.abilist: Likewise.
31855         * abilist/libc.abilist: Likewise.
31856         * abilist/libcrypt.abilist: Likewise.
31857         * abilist/libdl.abilist: Likewise.
31858         * abilist/libm.abilist: Likewise.
31859         * abilist/libnsl.abilist: Likewise.
31860         * abilist/libpthread.abilist: Likewise.
31861         * abilist/libresolv.abilist: Likewise.
31862         * abilist/librt.abilist: Likewise.
31863         * abilist/libthread_db.abilist: Likewise.
31864         * abilist/libutil.abilist: Likewise.
31865         * abilist/libnss_db.abilist: New file.
31867         * scripts/abilist.awk: Add support for indirect functions.
31869         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
31871         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
31873         * shlib-versions: Remove entries for ports architectures.
31875         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
31876         files in ports.
31877         * elf/stackguard-macros.h: Remove support for IA-64.
31878         * elf/tst-auditmod1.c: Likewise.
31879         * sysdeps/generic/ldsodefs.h: Likewise.
31881         * sysdeps/unix/sysv/linux/configure.in: Ports should define
31882         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
31883         configure files.
31885         [BZ #13552]
31886         * configure.in: Remove --enable-omitfp support.
31887         * FAQ.in: Adjust.
31888         * config.make.in: Likewise.
31889         * Makeconfig: Likewise.
31890         * manual/install.texi: Likewise.
31892         In case anyone cares, the IA-64 architecture could move to ports.
31893         * sysdeps/ia64/*: Removed.
31894         * sysdeps/unix/sysv/linux/ia64/*: Removed.
31895         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
31897         [BZ #13555]
31898         * configure.in: Remove entries for unsupported architectures.
31900         [BZ #13533]
31901         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
31902         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
31903         routines.
31904         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
31905         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
31906         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
31907         fall back to using wcrtomb.
31908         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
31909         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
31910         renaming.
31911         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
31912         * wcsmbs/tst-c16c32-1.c: New file.
31914         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
31915         local variable.
31917         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
31919         * elf/tst-unique3.cc: Add explicit declaration of gets.
31920         * elf/tst-unique3lib.cc: Likewise.
31921         * elf/tst-unique3lib2.cc: Likewise.
31922         * elf/tst-unique4.cc: Likewise.
31924         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
31926 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
31928         [BZ #13566]
31929         * assert/assert.h (static_assert): Don't define for C++.
31930         * libio/stdio.h (gets): Do declare for C++ <= C++11.
31931         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
31933 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
31935         * iconv/loop.c (single loop): Fix assertion in storing of
31936         remaining bytes.
31938         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
31940 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
31942         * posix/getconf.c: Update copyright year.
31943         * nss/getent.c: Likewise.
31944         * nss/makedb.c: Likewise.
31945         * iconv/iconvconfig.c: Likewise.
31946         * iconv/iconv_prog.c: Likewise.
31947         * elf/ldconfig.c: Likewise.
31948         * elf/pldd.c: Likewise.
31949         * elf/sotruss.ksh: Likewise.
31950         * catgets/gencat.c: Likewise.
31951         * csu/version.c: Likewise.
31952         * elf/ldd.bash.in: Likewise.
31953         * elf/sprof.c (print_version): Likewise.
31954         * locale/programs/locale.c: Likewise.
31955         * locale/programs/localedef.c: Likewise.
31956         * login/programs/pt_chown.c: Likewise.
31957         * nscd/nscd.c (print_version): Likewise.
31958         * debug/xtrace.sh: Likewise.
31959         * malloc/memusage.sh: Likewise.
31960         * malloc/mtrace.pl: Likewise.
31961         * debug/catchsegv.sh: Likewise.
31963 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
31965         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
31966         pure attribute.
31968 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
31970         [BZ #13533]
31971         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
31972         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
31973         transformations.
31974         * iconv/gconv_int.h: Likewise.
31975         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
31976         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
31977         from libc for GLIBC_2.16.
31978         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
31979         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
31980         * wcsmbs/uchar.h: Really define mbstate_t.
31981         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
31982         * wcsmbs/c16rtomb.c: New file.
31983         * wcsmbs/mbrtoc16.c: New file.
31984         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
31985         for C/POSIX locale.
31986         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
31987         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
31989         * wcsmbs/wchar.h: Add missing __restrict.
31991 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
31993         [BZ #13532]
31994         * time/Makefile (routines): Add timespec_get.
31995         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
31996         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
31997         timespec for ISO C11.
31998         * time/timespec_get.c: New file.
31999         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
32000         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
32002         [BZ #13531]
32003         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
32004         * stdlib/stdlib.h: Declare aligned_alloc.
32005         * Versions.def: Add GLIBC_2.16 for libc.
32006         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
32008         [BZ 13527]
32009         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
32010         ISO C11.
32012         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
32013         code.
32015         [BZ #13528]
32016         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
32018         [BZ #13529]
32019         * assert/assert.h (static_assert): Define.
32021         * version.h: Update for 2.16 development version.
32023         [BZ #13526]
32024         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
32025         _ISOC11_SOURCE.
32027         * version.h (RELEASE): Bump for 2.15 release.
32028         * include/features.h (__GLIBC_MINOR__): Bump to 15.
32030         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
32031         Patch by Marek Polacek <mpolacek@redhat.com>.
32033         * bits/byteswap.h: Protect long long constants with __extension__.
32034         * sysdeps/i386/bits/byteswap.h: Likewise.
32035         * sysdeps/ia64/bits/byteswap.h: Likewise.
32036         * sysdeps/s390/bits/byteswap.h: Likewise.
32037         * sysdeps/x86_64/bits/byteswap.h: Likewise.
32039 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32041         [BZ #13540]
32042         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
32043         destination buffer.
32044         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
32046 2011-12-23  Marek Polacek  <polacek@redhat.com>
32048         * elf/dl-addr.c (determine_info): Add inline keyword.
32049         * elf/tst-auditmod4b.c (check_avx): Likewise.
32050         * elf/tst-auditmod6b.c (check_avx): Likewise.
32051         * elf/tst-auditmod6c.c (check_avx): Likewise.
32052         * elf/tst-auditmod7b.c (check_avx): Likewise.
32054 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
32056         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
32057         !__SSE_MATH__.
32059 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32061         [BZ #13540]
32062         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
32063         processing for last bytes.
32065 2011-08-06  Bruno Haible  <bruno@clisp.org>
32067         [BZ #13061]
32068         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
32069         U+0385, not to U+1FEE.
32071         [BZ #13062]
32072         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
32073         entry for U+00A5 U+0301.
32075 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
32077         [BZ #13166]
32078         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
32079         buffer for the output is too small.
32081         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
32082         optimization.
32084         [BZ #13185]
32085         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
32086         SSE flags if possible.
32088 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32090         [BZ #13540]
32091         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
32092         processing for last bytes.
32094 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
32096         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
32097         (syscall-list-default-options, syscall-list-default-condition)
32098         (syscall-list-includes): Define.
32099         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
32100         list of ABIs and options and #if conditions for each ABI.  Do not
32101         handle common syscalls between ABIs specially.
32102         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
32103         Remove.
32104         (syscall-list-variants, syscall-list-32bit-options)
32105         (syscall-list-32bit-condition, syscall-list-64bit-options)
32106         (syscall-list-64bit-condition): Define.
32107         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
32108         (syscall-list-variants, syscall-list-32bit-options)
32109         (syscall-list-32bit-condition, syscall-list-64bit-options)
32110         (syscall-list-64bit-condition): Define.
32111         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
32112         Remove.
32113         (syscall-list-variants, syscall-list-32bit-options)
32114         (syscall-list-32bit-condition, syscall-list-64bit-options)
32115         (syscall-list-64bit-condition): Define.
32116         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
32117         Remove.
32118         (syscall-list-variants, syscall-list-32bit-options)
32119         (syscall-list-32bit-condition, syscall-list-64bit-options)
32120         (syscall-list-64bit-condition): Define.
32122 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
32124         * locale/iso-639.def: Add brx entry.
32126         [BZ #13328]
32127         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
32128         Proposed by Mariusz_Cukr <marcukr@op.pl>.
32130         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
32131         __feraiseexcept_renamed.
32133 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
32135         [BZ #13538]
32136         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
32137         EPOLLET with unsigned values.
32138         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
32139         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
32141         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
32142         to large cancellation.
32143         * math/s_cacoshf.c: Likewise.
32144         * math/s_cacoshl.c: Likewise.
32146 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
32148         [BZ #13305]
32149         [BZ #12786]
32150         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
32151         * math/s_cacoshf.c: Likewise.
32152         * math/s_cacoshl.c: Likewise.
32154 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
32156         [BZ #13439]
32157         * iconv/gconv.h: Define __GCONV_SWAP.
32158         * iconvdata/unicode.c: The swap bit must be stored in __flags.
32159         * iconvdata/utf-16.c: Likewise.
32160         * iconvdata/utf-32.c: Likewise.
32162 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
32164         [BZ #13524]
32165         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
32166         numerator after shifting it by one limb.
32168 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
32170         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
32171         under [__USE_EXTERN_INLINES].
32173 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
32175         [BZ #13446]
32176         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
32178 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32180         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
32181         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
32182         optimized code.
32183         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
32184         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
32185         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
32186         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
32187         for strncasecmp/strncasecmp_l compilation.
32188         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
32189         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
32191 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
32193         [BZ #13484]
32194         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
32195         of __asm__.
32197 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
32199         [BZ #13506]
32200         * time/tzfile.c (__tzfile_read): Check values from file header.
32202 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32204         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
32205         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
32206         * powerpc/powerpc32/dl-start.S: Likewise.
32207         * powerpc/powerpc32/elf/start.S: Likewise.
32208         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
32209         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
32210         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
32211         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
32212         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
32213         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
32214         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
32215         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
32216         * powerpc/powerpc32/fpu/s_round.S: Likewise.
32217         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
32218         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
32219         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
32220         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
32221         * powerpc/powerpc32/memset.S: Likewise.
32222         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
32223         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32224         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32225         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32226         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32227         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
32228         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
32229         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
32230         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
32231         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
32232         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
32233         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
32234         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
32236 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32238         * math/libm-test.inc: Added more nearbyint tests.
32239         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
32240         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
32241         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
32242         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
32244 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
32246         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
32247         FD_CLOEXEC.
32249 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32251         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
32252         Add wcscpy-ssse3 wcscpy-c.
32253         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
32254         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
32255         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
32256         * sysdeps/x86_64/wcschr.S: New file.
32257         * sysdeps/x86_64/wcsrchr.S: New file.
32258         * string/test-strcmp.c: Remove checking of wcscmp function for
32259         wrong alignments.
32260         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
32261         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
32262         wcsrchr-sse2 wcsrchr-c.
32263         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
32264         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
32265         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
32266         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
32267         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
32268         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
32269         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
32270         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
32271         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
32272         * wcsmbc/wcschr.c (WCSCHR): New macro.
32274 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32276         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
32277         * wcsmbs/test-wcsrchr.c: New file.
32278         * string/test-strrchr.c: Add wcsrchr support.
32279         (WIDE): New macro.
32280         * wcsmbs/test-wcscpy.c: New file.
32281         * string/test-strcpy.c: Add wcscpy support.
32282         (WIDE): New macro.
32284 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
32286         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
32287         the inner loop.
32289 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
32291         [BZ #13472]
32292         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
32294 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
32296         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
32297         Minor optimizations.
32299         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
32300         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
32301         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
32303 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
32305         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
32306         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
32307         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
32308         for gcc to avoid warnings.
32309         * inet/Makefile (tests): Add tst-checks.
32310         * inet/tst-checks.c: New file.
32312         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
32313         warning.
32315         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
32316         __wmemcmp_sse2.
32318         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
32319         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
32321         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
32323 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
32325         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
32326         problem.
32328         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
32330 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
32332         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
32333         conditional on GCC version.
32334         (__arch_compare_and_exchange_val_8_acq)
32335         (__arch_compare_and_exchange_val_16_acq)
32336         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
32337         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
32338         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
32340 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
32342         * sysdeps/sh/backtrace.c: New file.
32344 2011-12-02  Andreas Schwab  <schwab@redhat.com>
32346         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
32347         parenthesis.
32349 2011-12-01  Andreas Schwab  <schwab@redhat.com>
32351         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
32352         falling back to utime.
32354 2011-11-30  Andreas Schwab  <schwab@redhat.com>
32356         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
32357         expectations for float.
32359 2011-11-29  Andreas Schwab  <schwab@redhat.com>
32361         * locale/weight.h (findidx): Add parameter len.
32362         * locale/weightwc.h (findidx): Likewise.
32363         * posix/fnmatch_loop.c (FCT): Adjust caller.
32364         * posix/regcomp.c (build_equiv_class): Likewise.
32365         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
32366         * posix/regexec.c (check_node_accept_bytes): Likewise.
32367         * string/strcoll_l.c (STRCOLL): Likewise.
32368         * string/strxfrm_l.c (STRXFRM): Likewise.
32370 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
32372         * Makefile.in: Remove CVSOPT handling.
32373         * configure.in: Remove use of AC_REVISION.
32374         * iconvdata/Makefile (distribute): No need to filter out CVS.
32375         * scripts/list-sources.sh: Remove CVS, subversion and monotone
32376         handling.
32378 2011-11-16  Andreas Schwab  <schwab@redhat.com>
32380         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
32381         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
32382         [USE_AS_STRNCASECMP_L]: Likewise.
32383         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
32384         NO_TLS_DIRECT_SEG_REFS.
32385         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
32386         Fix argument offsets for non-PIC.
32387         [USE_AS_STRNCASECMP_L]: Likewise.
32388         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
32389         NO_TLS_DIRECT_SEG_REFS.
32391 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
32393         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
32394         O_CLOEXEC.
32395         * locale/loadlocale.c (_nl_load_locale): Likewise.
32397 2011-11-15  Andreas Schwab  <schwab@redhat.com>
32399         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
32400         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
32401         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
32402         (SYSCALL_GETTIME): Set errno on error.
32404         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
32405         count references to noai6ai_cached.
32407 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
32409         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
32411         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
32412         FD_CLOEXEC for /proc/self/maps.
32414         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
32415         FD_CLOEXEC for /proc/meminfo.
32417         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
32418         gai.conf.
32420         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
32421         FD_CLOEXEC for given file.
32423         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
32425         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
32426         FD_CLOEXEC for /etc/hosts.
32427         (_gethtent): Likewise.
32429         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
32431         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
32432         cancellation and set FD_CLOEXEC for /etc/netgroup.
32434         * nss/nss_files/files-key.c (search): Don't allow cancellation when
32435         reading /etc/publickey.
32437         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
32438         allow cancellation when reading /etc/group.
32440         * nss/nss_files/files-alias.c (internal_setent): Don't allow
32441         cancellation.
32442         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
32444         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
32445         when using data file.
32447         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
32449         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
32450         (write_nis_obj): Use "c" and "e" in fopen.
32452         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
32454         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
32456         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
32458         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
32460         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
32461         locale.alias.
32463         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
32465         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
32467         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
32469         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
32470         file parsing and set FD_CLOEXEC.
32472 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
32474         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
32476 2011-11-14  Andreas Schwab  <schwab@redhat.com>
32478         * malloc/arena.c (arena_get2): Don't call reused_arena when
32479         _int_new_arena failed.
32481 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
32483         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
32484         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
32485         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
32486         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
32487         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
32488         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
32489         to compile strcasecmp and strncasecmp.
32490         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
32491         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
32493         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
32495 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
32497         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
32498         locale-defines.sym to gen-as-const-headers.
32499         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
32500         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
32501         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
32502         to compile strcasecmp and strncasecmp.
32503         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
32504         strcasecmp_l and strncasecmp_l.
32505         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
32506         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
32507         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
32508         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
32509         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
32510         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
32511         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
32512         * sysdeps/i386/i686/multiarch/strncase.S: New file.
32513         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
32514         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
32515         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
32517 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
32519         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
32520         result of SYSDEP_GETTIME_CPU to retval.
32521         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
32522         parameter list to macro.  Remove trailing semicolon.  Adjust users.
32524         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
32525         variable.
32527         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
32528         mantissa words.
32529         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
32531         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
32532         from unused variable.
32534         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
32535         DWARF definitions.
32536         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
32537         for assembling.
32539         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
32540         over namespaces.
32542         * sunrpc/rpc_prot.c (rejected): Fix case value.
32544         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
32545         unsigned long long int to avoid warnings in shift.
32547         * posix/regex_internal.c (re_string_reconstruct): Actually use result
32548         of use of trans.
32549         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
32550         variable tmp.
32552         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
32553         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
32554         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
32556         * nis/nis_table.c (nis_list): Use variable of correct type for
32557         result of __follow_path call.
32559 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32561         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
32562         of math functions ceil, trunc, floor, round, and sqrt, when
32563         avaliable on the platform.
32564         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
32565         name clash.
32566         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
32567         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
32568         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
32570 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
32572         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
32573         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32575 2011-11-11  Roland McGrath  <roland@hack.frob.com>
32577         * include/unistd.h: Fix __readlink return type.
32578         Reported by Chris Metcalf <cmetcalf@tilera.com>.
32580 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
32582         * stdlib/ucontext.h: Undo last change for makecontext.
32584 2011-11-11  Andreas Schwab  <schwab@redhat.com>
32586         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
32588         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
32589         * setjmp/setjmp.h: Mark functions as non-leaf.
32590         * setjmp/bits/setjmp2.h: Likewise.
32591         * stdlib/ucontext.h: Likewise.
32593 2011-11-10  Andreas Schwab  <schwab@redhat.com>
32595         * malloc/arena.c (_int_new_arena): Don't increment narenas.
32596         (reused_arena): Don't check arena limit.
32597         (arena_get2): Atomically check arena limit.
32599 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
32601         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
32602         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
32604         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
32605         instructions.
32607 2011-11-07  Andreas Schwab  <schwab@redhat.com>
32609         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
32610         handler when locking.
32612         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
32613         Fix size of allocated buffer.
32615 2011-11-04  Andreas Schwab  <schwab@redhat.com>
32617         [BZ #10103]
32618         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
32619         declarations for long double functions.
32620         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
32622         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
32624 2011-11-03  Andreas Schwab  <schwab@redhat.com>
32626         * nscd/nscd.c (main): Don't start AVC thread until credentials are
32627         installed.
32629         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
32630         is disabled.
32632 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32634         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
32636 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32638         * include/alloca.h (stackinfo_alloca_round): Define.
32639         (extend_alloca): Use it.
32640         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
32641         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
32642         here.
32644         * scripts/check-local-headers.sh: Ignore libaudit.h.
32646         * nscd/Makefile (extra-objs): Make recursively expanded.
32648 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
32650         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
32651         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
32653         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
32654         * posix/tst-rfc3484-2.c: Likewise.
32655         * posix/tst-rfc3484-3.c: Likewise.
32657         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
32658         process_vm_writev.
32659         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
32660         process_vm_writev.
32661         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
32662         process_vm_writev from libc using GLIBC_2.15 version.
32664         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
32666 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
32668         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
32669         stack usage.
32671 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
32673         [BZ #13367]
32674         * nss/getent.c (initgroups_keys): Show error message in case no group
32675         names are given.
32677         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
32678         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
32679         __bump_nl_timestamp.
32680         * nscd/connections (nscd_init): When host database is served open
32681         netlink socket and request notification about configuration changes.
32682         (main_loop_poll): Track netlink file descriptor and bump timestamp
32683         in case data becomes available.
32684         (main_loop_epoll): Likewise.
32685         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
32686         (database_pers_head): Add extra_data fileds.
32687         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
32688         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
32689         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
32690         Adjust caller.
32691         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
32692         in6ai data, call __free_in6ai.
32693         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
32694         Add -DHAVE_NETLINK.
32695         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
32696         interface information.  Reuse previous data if netlink timestamp
32697         is not changed.
32698         (__bump_nl_timestamp): New function.
32699         (__free_in6ai): New function.
32701 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
32703         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
32704         close_not_cancel_no_status here.
32705         (__check_pf): Reorganize code a bit to not call close twice if OOM.
32707 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
32709         [BZ #13276]
32710         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
32711         return value.
32713         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
32714         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
32715         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
32717 2011-07-03  Andreas Jaeger  <aj@suse.de>
32719         [BZ #10709]
32720         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
32721         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
32722         * math/libm-test.inc (sin_test): Add test case.
32724 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
32726         [BZ #13337]
32727         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
32728         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
32730         * elf/chroot_canon.c (chroot_canon): Cleanups.
32732         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
32734         [BZ #13335]
32735         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
32736         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
32738         * string/test-strchr.c: Make usable for strchrnul testing.
32739         * string/test-strchrnul.c: New file.
32740         * string/Makefile (strop-tests): Add strchrnul.
32742         * po/it.po: Update from translation team.
32743         * po/es.po: Likewise.
32745 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
32747         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
32748         the three constants needed as parameters.  Drop the others.
32749         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
32750         __m128i_strloadu_tolower.
32751         Create and initialize variable zero and use it in all the places
32752         where _mm_setzero_si128 was used.
32754         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
32755         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
32756         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
32757         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
32758         anymore.
32759         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
32760         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
32761         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
32762         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
32763         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
32764         __mpranred, __mptan.
32765         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
32766         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
32767         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
32768         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
32769         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
32770         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
32771         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
32772         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
32773         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
32775 2011-10-28  Andreas Schwab  <schwab@redhat.com>
32777         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
32778         redefine if SHARED.
32779         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
32781         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
32782         wide char related routines to wcsmbs subdir.
32784 2011-10-27  Andreas Schwab  <schwab@redhat.com>
32786         [BZ #13344]
32787         * misc/sys/cdefs.h (__THROWNL): Define.
32788         * posix/unistd.h: Use __THREADNL instead of __THREAD
32789         for memory synchronization functions.
32791 2011-10-26  Roland McGrath  <roland@hack.frob.com>
32793         [BZ #13349]
32794         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
32795         doesn't exist.
32796         * manual/stdio.texi (Obstack Streams): Node removed.
32798 2011-10-26  Andreas Schwab  <schwab@redhat.com>
32800         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
32801         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
32802         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
32804         * math/math_private.h (math_force_eval): Allow non-addressable
32805         arguments.
32806         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
32808 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
32810         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
32811         file is not needed.
32813         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
32814         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
32815         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
32816         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
32817         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
32818         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
32819         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
32820         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
32821         Add AVX variants.
32822         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
32823         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
32824         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
32825         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
32826         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
32827         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
32828         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
32829         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
32830         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
32831         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
32832         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
32833         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
32834         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
32835         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
32836         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
32837         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
32838         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
32839         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
32840         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
32842         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
32843         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
32845         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
32846         place.  Use VEX encoding when compiling for AVX.
32848 2011-10-25  Andreas Schwab  <schwab@redhat.com>
32850         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
32851         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
32853         * string/test-strchr.c (do_test): Don't generate NUL bytes.
32855 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
32857         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
32858         useless if() expression.
32859         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
32860         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
32861         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
32862         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
32863         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
32864         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
32865         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
32866         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
32867         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
32868         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
32869         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
32870         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
32871         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
32872         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
32873         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
32874         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
32875         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
32876         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
32877         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
32879         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
32881 2011-10-25  Andreas Schwab  <schwab@redhat.com>
32883         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
32884         condition.
32885         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32887 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
32889         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
32890         .text section.  Avoid duplicate constants.
32891         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32892         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32893         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32894         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32895         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32896         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32897         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32898         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32899         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32900         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
32901         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32902         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32903         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32904         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32905         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32906         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32907         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32908         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32909         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32910         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32911         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32912         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32913         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32914         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
32915         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
32916         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
32917         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
32918         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
32919         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
32920         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
32921         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
32922         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
32923         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32924         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
32925         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
32926         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
32927         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
32928         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
32929         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
32930         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
32931         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
32932         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
32933         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
32934         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
32935         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
32937 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
32939         * sysdeps/x86_64/dla.h: Move to ...
32940         * sysdeps/x86_64/fpu/dla.h: ...here.
32941         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
32942         situations.  Use __builtin_fma only for gcc 4.6 and up.
32944         * config.make.in: Add have-mfma4 entry.
32945         * configure.in: Substitute libc_cv_cc_fma4.
32946         * math/Makefile (dbl-only-routines): Add sincostab.
32947         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
32948         Use __sincostab not sincos.
32949         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
32950         name is a macro.
32951         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32952         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32953         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32954         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
32955         using __copysign.
32956         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
32957         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
32958         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
32959         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
32960         and __inv.
32961         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
32962         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
32963         __copysign.
32964         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
32965         define aliases when function name is a macro.
32966         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
32967         sysdeps/ieee754/dbl-64/sincos.tbl.
32968         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
32969         fma4-enabled routines.
32970         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
32971         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
32972         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
32973         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
32974         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
32975         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
32976         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
32977         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
32978         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
32979         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
32980         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
32981         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
32982         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
32983         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
32984         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
32985         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
32986         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
32987         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
32988         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
32989         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
32990         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
32991         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
32992         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
32993         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
32994         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
32995         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
32996         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
32997         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
32998         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
32999         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
33001         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
33002         rename.
33003         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33004         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33005         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33006         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33007         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33008         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33009         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33010         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33012 2011-10-24  Andreas Schwab  <schwab@redhat.com>
33014         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
33016 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
33018         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
33020         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
33021         prediction.
33022         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
33024         * string/strnlen.c: Don't define STRNLEN, reverse logic.
33025         Remove unused variable magic_bits.
33026         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
33028         * string/strnlen.c: Define and use STRNLEN macro.
33029         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
33030         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
33031         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
33032         * wcsmbs/wcslen.c: Define and use WCSLEN.
33033         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
33034         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
33035         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
33036         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
33037         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
33038         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
33039         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
33041 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33043         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33044         strnlen-sse2-no-bsf.
33045         Rename strlen-no-bsf to strlen-sse2-no-bsf.
33046         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
33047         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
33048         Add strnlen support.
33049         (USE_AS_STRNLEN): New macro.
33050         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
33051         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
33052         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
33053         * sysdeps/x86_64/wcslen.S: New file.
33055 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
33057         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
33058         XMM-moves are used for copying on small sizes.
33060 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33062         * wcsmbs/Makefile (strop-tests): Add wcschr.
33063         * wcsmbs/test-wcschr.c: New file.
33064         * string/test-strchr.c: Update.
33065         Add wcschr support.
33066         (WIDE): New macro.
33068 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33070         * wcsmbs/Makefile (strop-tests): Add wcslen.
33071         * wcsmbs/test-wcslen.c: New file.
33072         * string/test-strlen.c: Update.
33073         Add wcslen support.
33074         (WIDE): New macro.
33076 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
33078         * po/it.po: Update from translation team.
33080 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33082         * sysdeps/x86_64/wcscmp.S: Update.
33083         Fix wrong comparison semantics.
33084         wcscmp shall use signed comparison not unsigned.
33085         Don't use substraction to avoid overflow bug.
33086         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
33087         * wcsmbc/wcscmp.c: Likewise.
33088         * string/test-strcmp.c: Likewise.
33089         Add new tests to check cases with negative values.
33091 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
33093         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
33094         * sysdeps/x86_64/dla.h: ...here.  New file.
33095         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
33096         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33097         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33098         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33099         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33100         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33101         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33102         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33103         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33105 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
33107         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
33108         __ynl_finite aliases.
33110 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
33112         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33114         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
33115         define DLA_FMA.
33116         [DLA_FMA] (EMULV): Use DLA_FMA.
33117         [DLA_FMA] (MUL12): Use EMULV.
33118         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
33119         that are not needed.
33120         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33121         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33122         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33123         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33124         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33125         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33126         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33128 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
33130         * math/s_nan.c: Undef __nan.
33131         * math/s_nanf.c: Undef __nanf.
33132         * math/s_nanl.c: Undef __nanl.
33133         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
33134         "math_private.h".
33136 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
33138         * math/s_catan.c: Add branch predictions.
33139         * math/s_catanf.c: Likewise.
33140         * math/s_catanh.c: Likewise.
33141         * math/s_catanhf.c: Likewise.
33142         * math/s_catanhl.c: Likewise.
33143         * math/s_catanl.c: Likewise.
33144         * math/s_cexp.c: Likewise.
33145         * math/s_cexpf.c: Likewise.
33146         * math/s_cexpl.c: Likewise.
33147         * math/s_clog.c: Likewise.
33148         * math/s_clog10.c: Likewise.
33149         * math/s_clog10f.c: Likewise.
33150         * math/s_clog10l.c: Likewise.
33151         * math/s_clogf.c: Likewise.
33152         * math/s_clogl.c: Likewise.
33153         * math/s_csqrt.c: Likewise.
33154         * math/s_csqrtf.c: Likewise.
33155         * math/s_csqrtl.c: Likewise.
33156         * math/s_ctanf.c: Likewise.
33157         * math/s_ctanh.c: Likewise.
33158         * math/s_ctanhf.c: Likewise.
33159         * math/s_ctanhl.c: Likewise.
33160         * math/s_ctanl.c: Likewise.
33162         * math/math_private.h: Define __nan, __nanf, __nanl.
33163         * math/s_cacosh.c: Include <math_private.h>.
33164         * math/s_cacoshl.c: Likewise.
33165         * math/s_casinh.c: Likewise.
33166         * math/s_casinhf.c: Likewise.
33167         * math/s_casinhl.c: Likewise.
33168         * math/s_ccos.c: Rely entire on ccosh.
33169         * math/s_ccosf.c: Rely entire on ccoshf.
33170         * math/s_ccosl.c: Rely entirely on ccoshl.
33171         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
33172         Remove tests for FE_INVALID.
33173         * math/s_ccoshf.c: Likewise.
33174         * math/s_ccoshl.c: Likewise.
33175         * math/s_csin.c: Likewise.
33176         * math/s_csinf.c: Likewise.
33177         * math/s_csinh.c Likewise.
33178         * math/s_csinhf.c: Likewise.
33179         * math/s_csinhl.c: Likewise.
33180         * math/s_csinl.c: Likewise.
33181         * math/s_ctan.c: Likewise.
33182         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
33183         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
33184         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
33186 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
33188         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
33189         compilation problems.
33191         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
33192         __builtin_expect.
33194 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
33196         * sysdeps/i386/configure.in: Test for -mfma4 option.
33197         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
33198         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
33199         COMMON_CPUID_INDEX_80000001.
33200         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
33201         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
33202         use it if FMA3 is not supported.
33203         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
33205         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
33206         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
33208 2011-10-20  Andreas Schwab  <schwab@redhat.com>
33210         [BZ #12892]
33211         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
33212         it would create a cycle with a link time dependency.
33214 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
33216         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
33217         instruction.
33218         * string/Makefile (strop-tests): Add rawmemchr.
33219         * string/test-rawmemchr.c: New file.
33221         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
33222         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
33223         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
33224         when compiling str{,n}casecmp and when AVX is available.  Hook up
33225         new optimized code in initializers.
33227 2011-10-19  Andreas Schwab  <schwab@redhat.com>
33229         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
33230         __feraiseexcept instead of feraiseexcept.
33232 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
33234         * math/math_private.h: Define defaults for libc_fetestexcept and
33235         libc_feupdateenv.
33236         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
33237         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
33238         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
33239         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
33240         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
33241         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
33242         libc_fetestexcept and libc_feupdateenv.
33244         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
33245         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
33246         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
33247         * sysdeps/x86_64/fpu/math_private.h: Define special version of
33248         libc_feholdexcept_setround.
33250         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
33251         Add s_nearbyint-c and s_nearbyintf-c.
33252         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
33253         nearbyintf inlines.
33254         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
33255         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
33256         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
33257         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
33259         * math/math_private.h: Define defaults for libc_fegetround,
33260         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
33261         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
33262         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
33263         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
33264         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
33265         standard functions.
33266         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
33267         Remove comments and hacks for old compiler versions.
33268         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
33269         libc_fegetround, libc_fesetround, libc_feholdexcept, and
33270         libc_feholdexceptl.
33272 2011-10-18  Andreas Schwab  <schwab@redhat.com>
33274         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
33275         (__feraiseexcept_renamed): Add __NTH.
33276         (feraiseexcept): Add __NTH.  Rename local variables to fix
33277         namespace violations.
33279 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
33281         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
33283         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
33285         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
33286         recently added interfaces.
33287         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
33289         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
33290         about macro parameter expansion.
33292         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
33293         __NO_MATH_INLINES is defined.  Cleanups.
33295         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
33296         and __floorf is target has SSE4.1.
33297         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
33298         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
33299         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
33300         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
33302         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
33303         name.
33304         (floorf): Likewise.
33306         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
33308 2011-10-17  Andreas Schwab  <schwab@redhat.com>
33310         * misc/sys/cdefs.h: Fix last change.
33312         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
33313         database lookup.
33315 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
33317         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
33319         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
33320         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
33321         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
33322         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
33323         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
33324         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
33325         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
33326         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
33327         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
33328         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
33329         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
33330         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
33331         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
33332         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
33333         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
33334         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
33335         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
33336         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
33337         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
33338         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
33339         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
33340         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
33342         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
33343         ceil, ceilf, floor, floorf.
33345         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
33346         Perform IRELATIVE relocations last.
33348         * elf/do-rel.h: Add another parameter nrelative, replacing the
33349         local variable with the same name.  Change name of the function
33350         to end in Rel or Rela (uppercase).
33351         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
33352         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
33353         elf_dynamic_do_##reloc function.
33355 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
33357         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
33358         is sufficient, at least on modern CPUs.
33360         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
33362         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
33363         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
33365         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
33366         __expl_finite.
33367         * math/bits/math-finite.h: Add entries for exp.
33368         * math/e_expl.c: Add __*_finite alias.
33369         * sysdeps/i386/fpu/e_exp.S: Likewise.
33370         * sysdeps/i386/fpu/e_expf.S: Likewise.
33371         * sysdeps/i386/fpu/e_expl.c: Likewise.
33372         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33373         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
33374         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
33375         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
33376         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
33377         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
33378         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
33380         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
33381         is sufficient, at least on modern CPUs.
33383         * ctype/ctype-info.c (__ctype_init): Define.
33384         * include/ctype.h (__ctype_init): Declare.
33385         (__ctype_b_loc): The variable is always initialized.
33386         (__ctype_toupper_loc): Likewise.
33387         (__ctype_tolower_loc): Likewise.
33388         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
33389         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
33391 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
33393         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
33395         * configure.in: Also look in $cxxmachine/include for C++ system
33396         headers.
33398 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33400         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
33401         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
33402         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
33403         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
33404         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
33405         (USE_AS_WMEMCMP): New macro.
33406         Fixing indents.
33407         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
33408         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
33409         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
33410         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
33411         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33412         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
33413         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
33414         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
33415         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
33416         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
33417         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
33418         (USE_AS_WMEMCMP): New macro.
33419         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
33420         * sysdeps/string/test-memcmp.c: Update.
33421         Fix simple_wmemcmp.
33422         Add new tests.
33423         * wcsmbs/wmemcmp.c: Update.
33424         (WMEMCMP): New macro.
33425         Fix overflow bug.
33427 2011-10-12  Andreas Jaeger  <aj@suse.de>
33429         [BZ #13268]
33430         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
33432 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
33434         * libio/iofwide.c (do_length): Avoid warning.
33436         * ctype/ctype.h (__isctype_f): Add missing __THROW.
33438 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
33440         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
33442         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
33443         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
33444         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
33445         * sysdeps/i386/i686/fpu/e_log.S: New file.
33446         * sysdeps/i386/i686/fpu/e_logf.S: New file.
33447         * sysdeps/i386/i686/fpu/e_logl.S: New file.
33449         * ctype/ctype.h: Add support for inlined isXXX functions when
33450         compiling C++ code.
33452 2011-10-14  Andreas Schwab  <schwab@redhat.com>
33454         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
33456         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
33458 2011-10-13  Roland McGrath  <roland@hack.frob.com>
33460         [BZ #13291]
33461         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
33463 2011-10-13  Andreas Schwab  <schwab@redhat.com>
33465         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
33466         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
33467         feraiseexcept.
33469         * sysdeps/x86_64/memrchr.S: Check for zero size.
33471         * string/stratcliff.c: Add memrchr tests.
33473 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33475         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
33476         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
33477         rawmemchr-sse2 rawmemchr-sse2-bsf.
33478         * sysdeps/i386/i686/multiarch/memchr.S: New file.
33479         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
33480         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
33481         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
33482         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
33483         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
33484         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
33485         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
33486         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
33487         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
33488         * string/memrchr.c (MEMRCHR): New macro.
33490 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
33492         Add integration with gcc's -ffinite-math-only and optimize wrapper
33493         functions in libm.
33494         * Versions.def: Define GLIBC_2.15 version for libm.
33495         * math/Makefile (headers): Add bits/math-finite.h.
33496         * math/bits/math-finite.h: New file.
33497         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
33498         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
33499         * math/e_acoshl.c: Add __*_finite alias.
33500         * math/e_acosl.c: Likewise.
33501         * math/e_asinl.c: Likewise.
33502         * math/e_atan2l.c: Likewise.
33503         * math/e_atanhl.c: Likewise.
33504         * math/e_coshl.c: Likewise.
33505         * math/e_exp10.c: Likewise.
33506         * math/e_exp10f.c: Likewise.
33507         * math/e_exp10l.c: Likewise.
33508         * math/e_exp2l.c: Likewise.
33509         * math/e_fmodl.c: Likewise.
33510         * math/e_gammal_r.c: Likewise.
33511         * math/e_hypotl.c: Likewise.
33512         * math/e_j0l.c: Likewise.
33513         * math/e_j1l.c: Likewise.
33514         * math/e_jnl.c: Likewise.
33515         * math/e_lgammal_r.c: Likewise.
33516         * math/e_log10l.c: Likewise.
33517         * math/e_log2l.c: Likewise.
33518         * math/e_logl.c: Likewise.
33519         * math/e_powl.c: Likewise.
33520         * math/e_sinhl.c: Likewise.
33521         * math/e_sqrtl.c: Likewise.
33522         * math/e_scalb.c: Completely rewritten and optimized.
33523         * math/e_scalbf.c: Likewise.
33524         * math/e_scalbl.c: Likewise.
33525         * math/w_acos.c: Likewise.
33526         * math/w_acosf.c: Likewise.
33527         * math/w_acosl.c: Likewise.
33528         * math/w_acosh.c: Likewise.
33529         * math/w_acoshf.c: Likewise.
33530         * math/w_acoshl.c: Likewise.
33531         * math/w_asin.c: Likewise.
33532         * math/w_asinf.c: Likewise.
33533         * math/w_asinl.c: Likewise.
33534         * math/w_atan2.c: Likewise.
33535         * math/w_atan2f.c: Likewise.
33536         * math/w_atan2l.c: Likewise.
33537         * math/w_atanh.c: Likewise.
33538         * math/w_atanhf.c: Likewise.
33539         * math/w_atanhl.c: Likewise.
33540         * math/w_exp10.c: Likewise.
33541         * math/w_exp10f.c: Likewise.
33542         * math/w_exp10l.c: Likewise.
33543         * math/w_fmod.c: Likewise.
33544         * math/w_fmodf.c: Likewise.
33545         * math/w_fmodl.c: Likewise.
33546         * math/w_j0.c: Likewise.
33547         * math/w_j0f.c: Likewise.
33548         * math/w_j0l.c: Likewise.
33549         * math/w_j1.c: Likewise.
33550         * math/w_j1f.c: Likewise.
33551         * math/w_j1l.c: Likewise.
33552         * math/w_jn.c: Likewise.
33553         * math/w_jnf.c: Likewise.
33554         * math/w_log.c: Likewise.
33555         * math/w_logf.c: Likewise.
33556         * math/w_logl.c: Likewise.
33557         * math/w_log10.c: Likewise.
33558         * math/w_log10f.c: Likewise.
33559         * math/w_log10l.c: Likewise.
33560         * math/w_log2.c: Likewise.
33561         * math/w_log2f.c: Likewise.
33562         * math/w_log2l.c: Likewise.
33563         * math/w_pow.c: Likewise.
33564         * math/w_powf.c: Likewise.
33565         * math/w_powl.c: Likewise.
33566         * math/w_remainder.c: Likewise.
33567         * math/w_remainderf.c: Likewise.
33568         * math/w_remainderl.c: Likewise.
33569         * math/w_scalb.c: Likewise.
33570         * math/w_scalbf.c: Likewise.
33571         * math/w_scalbl.c: Likewise.
33572         * math/w_sqrt.c: Likewise.
33573         * math/w_sqrtf.c: Likewise.
33574         * math/w_sqrtl.c: Likewise.
33575         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
33576         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
33577         used.
33578         * math/math_private.h: Declare __kernel_standard_f.
33579         * math/w_cosh.c: Remove cruft and optimize a bit.
33580         * math/w_coshf.c: Likewise.
33581         * math/w_coshl.c: Likewise.
33582         * math/w_exp2.c: Likewise.
33583         * math/w_exp2f.c: Likewise.
33584         * math/w_exp2l.c: Likewise.
33585         * math/w_hypot.c: Likewise.
33586         * math/w_hypotf.c: Likewise.
33587         * math/w_hypotl.c: Likewise.
33588         * math/w_lgamma.c: Likewise.
33589         * math/w_lgamma_r.c: Likewise.
33590         * math/w_lgammaf.c: Likewise.
33591         * math/w_lgammaf_r.c: Likewise.
33592         * math/w_lgammal.c: Likewise.
33593         * math/w_lgammal_r.c: Likewise.
33594         * math/w_sinh.c: Likewise.
33595         * math/w_sinhf.c: Likewise.
33596         * math/w_sinhl.c: Likewise.
33597         * math/w_tgamma.c: Likewise.
33598         * math/w_tgammaf.c: Likewise.
33599         * math/w_tgammal.c: Likewise.
33600         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
33601         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
33602         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
33603         Minor optimizations.  Pretty printing.  Remove cruft.
33604         * sysdeps/i386/fpu/e_acosf.S: Likewise.
33605         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33606         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33607         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33608         * sysdeps/i386/fpu/e_acosl.c: Likewise.
33609         * sysdeps/i386/fpu/e_asin.S: Likewise.
33610         * sysdeps/i386/fpu/e_asinf.S: Likewise.
33611         * sysdeps/i386/fpu/e_atan2.S: Likewise.
33612         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
33613         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
33614         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33615         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33616         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33617         * sysdeps/i386/fpu/e_exp10.S: Likewise.
33618         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
33619         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
33620         * sysdeps/i386/fpu/e_exp2.S: Likewise.
33621         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
33622         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
33623         * sysdeps/i386/fpu/e_fmod.S: Likewise.
33624         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
33625         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
33626         * sysdeps/i386/fpu/e_hypot.S: Likewise.
33627         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
33628         * sysdeps/i386/fpu/e_log.S: Likewise.
33629         * sysdeps/i386/fpu/e_log10.S: Likewise.
33630         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33631         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33632         * sysdeps/i386/fpu/e_log2.S: Likewise.
33633         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33634         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33635         * sysdeps/i386/fpu/e_logf.S: Likewise.
33636         * sysdeps/i386/fpu/e_logl.S: Likewise.
33637         * sysdeps/i386/fpu/e_pow.S: Likewise.
33638         * sysdeps/i386/fpu/e_powf.S: Likewise.
33639         * sysdeps/i386/fpu/e_powl.S: Likewise.
33640         * sysdeps/i386/fpu/e_remainder.S: Likewise.
33641         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
33642         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
33643         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33644         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33645         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33646         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
33647         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
33648         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
33649         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
33650         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33651         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33652         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
33653         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
33654         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
33655         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
33656         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
33657         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
33658         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
33659         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
33660         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
33661         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33662         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
33663         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
33664         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33665         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33666         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
33667         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33668         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33669         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
33670         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
33671         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
33672         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
33673         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
33674         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
33675         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
33676         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
33677         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
33678         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
33679         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
33680         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
33681         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
33682         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
33683         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
33684         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
33685         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
33686         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
33687         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
33688         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
33689         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
33690         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
33691         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
33692         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
33693         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
33694         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
33695         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
33696         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
33697         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
33698         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
33699         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
33700         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
33701         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
33702         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
33703         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
33704         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
33705         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
33706         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
33707         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
33708         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
33709         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
33710         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
33711         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
33712         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
33713         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
33714         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
33715         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
33716         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
33717         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
33718         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
33719         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
33720         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
33721         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
33722         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
33723         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
33724         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
33725         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33726         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
33727         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
33728         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
33729         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
33730         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
33731         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
33732         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
33733         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
33734         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
33735         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
33736         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
33737         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
33738         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
33739         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
33740         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
33741         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
33742         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
33743         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
33744         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
33745         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
33746         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
33747         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
33748         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
33749         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
33750         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
33751         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
33752         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
33753         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33754         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33755         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33756         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33757         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
33758         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33759         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
33760         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
33761         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
33762         (__isnanf): Likewise.
33763         (__isinf_ns): Likewise.
33764         (__isinf_nsf): Likewise.
33765         (__finite): Likewise.
33766         (__finitef): Likewise.
33767         (__ieee754_sqrt): Define as macro.
33768         (__ieee754_sqrtf): Define as macro.
33769         (__ieee754_sqrtl): Define as macro.
33770         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
33771         inlined copy.
33772         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
33773         __FINITE_MATH_ONLY__ consistent.
33774         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
33776 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
33778         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
33779         of rawmemchr.
33781         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
33783 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
33785         * po/ja.po: Update from translation team.
33787 2011-10-08  Roland McGrath  <roland@hack.frob.com>
33789         * locale/programs/locarchive.c (prepare_address_space): New function.
33790         (create_archive, enlarge_archive, open_archive): Use it.
33792         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
33793         inside [SHARED], where it is used.
33795         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
33797         * nss/getent.c (netgroup_keys): Remove unused variable.
33798         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
33800 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
33802         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
33803         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
33804         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
33805         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
33806         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
33807         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
33808         * math/Makefile (libm-calls): Add s_isinf_ns.
33809         * math/divtc3.c: Use __isinf_nsl instead of isinf.
33810         * math/multc3.c: Likewise.
33811         * math/s_casin.c: Likewise.
33812         * math/s_casinf.c: Likewise.
33813         * math/s_casinl.c: Likewise.
33814         * math/s_ccos.c: Likewise.
33815         * math/s_ccosf.c: Likewise.
33816         * math/s_ccosl.c: Likewise.
33817         * math/s_ctan.c: Likewise.
33818         * math/s_ctanf.c: Likewise.
33819         * math/s_ctanh.c: Likewise.
33820         * math/s_ctanhf.c: Likewise.
33821         * math/s_ctanhl.c: Likewise.
33822         * math/s_ctanl.c: Likewise.
33823         * math/w_fmod.c: Likewise.
33824         * math/w_fmodf.c: Likewise.
33825         * math/w_fmodl.c: Likewise.
33826         * math/w_remainder.c: Likewise.
33827         * math/w_remainderf.c: Likewise.
33828         * math/w_remainderl.c: Likewise.
33829         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
33830         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
33831         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
33832         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
33833         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
33834         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
33835         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
33836         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
33838         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
33839         of the number.
33840         * stdio-common/printf_fphex.c: Likewise.
33841         * stdio-common/printf_size.c: Likewise.
33843         * math/e_exp10.c: Include math_private.h using <...> not "...".
33844         * math/e_exp10f.c: Likewise.
33845         * math/e_exp10l.c: Likewise.
33846         * math/e_exp2l.c: Likewise.
33847         * math/e_j0l.c: Likewise.
33848         * math/e_j1l.c: Likewise.
33849         * math/e_jnl.c: Likewise.
33850         * math/e_lgammal_r.c: Likewise.
33851         * math/e_rem_pio2l.c: Likewise.
33852         * math/e_scalb.c: Likewise.
33853         * math/e_scalbf.c: Likewise.
33854         * math/e_scalbl.c: Likewise.
33855         * math/k_cosl.c: Likewise.
33856         * math/k_sinl.c: Likewise.
33857         * math/k_tanl.c: Likewise.
33858         * math/s_cacoshf.c: Likewise.
33859         * math/s_catan.c: Likewise.
33860         * math/s_catanf.c: Likewise.
33861         * math/s_catanh.c: Likewise.
33862         * math/s_catanhf.c: Likewise.
33863         * math/s_catanhl.c: Likewise.
33864         * math/s_catanl.c: Likewise.
33865         * math/s_ccosh.c: Likewise.
33866         * math/s_ccoshf.c: Likewise.
33867         * math/s_ccoshl.c: Likewise.
33868         * math/s_cexp.c: Likewise.
33869         * math/s_cexpf.c: Likewise.
33870         * math/s_cexpl.c: Likewise.
33871         * math/s_clog.c: Likewise.
33872         * math/s_clog10.c: Likewise.
33873         * math/s_clog10f.c: Likewise.
33874         * math/s_clog10l.c: Likewise.
33875         * math/s_clogf.c: Likewise.
33876         * math/s_clogl.c: Likewise.
33877         * math/s_csin.c: Likewise.
33878         * math/s_csinf.c: Likewise.
33879         * math/s_csinh.c: Likewise.
33880         * math/s_csinhf.c: Likewise.
33881         * math/s_csinhl.c: Likewise.
33882         * math/s_csinl.c: Likewise.
33883         * math/s_csqrt.c: Likewise.
33884         * math/s_csqrtf.c: Likewise.
33885         * math/s_csqrtl.c: Likewise.
33886         * math/s_ctan.c: Likewise.
33887         * math/s_ctanf.c: Likewise.
33888         * math/s_ctanh.c: Likewise.
33889         * math/s_ctanhf.c: Likewise.
33890         * math/s_ctanhl.c: Likewise.
33891         * math/s_ctanl.c: Likewise.
33892         * math/s_ldexp.c: Likewise.
33893         * math/s_ldexpf.c: Likewise.
33894         * math/s_ldexpl.c: Likewise.
33895         * math/s_significand.c: Likewise.
33896         * math/s_significandf.c: Likewise.
33897         * math/s_significandl.c: Likewise.
33898         * math/w_acos.c: Likewise.
33899         * math/w_acosf.c: Likewise.
33900         * math/w_acosh.c: Likewise.
33901         * math/w_acoshf.c: Likewise.
33902         * math/w_acoshl.c: Likewise.
33903         * math/w_acosl.c: Likewise.
33904         * math/w_asin.c: Likewise.
33905         * math/w_asinf.c: Likewise.
33906         * math/w_asinl.c: Likewise.
33907         * math/w_atan2.c: Likewise.
33908         * math/w_atan2f.c: Likewise.
33909         * math/w_atan2l.c: Likewise.
33910         * math/w_atanh.c: Likewise.
33911         * math/w_atanhf.c: Likewise.
33912         * math/w_atanhl.c: Likewise.
33913         * math/w_cosh.c: Likewise.
33914         * math/w_coshf.c: Likewise.
33915         * math/w_coshl.c: Likewise.
33916         * math/w_dremf.c: Likewise.
33917         * math/w_exp10.c: Likewise.
33918         * math/w_exp10f.c: Likewise.
33919         * math/w_exp10l.c: Likewise.
33920         * math/w_exp2.c: Likewise.
33921         * math/w_exp2f.c: Likewise.
33922         * math/w_fmod.c: Likewise.
33923         * math/w_fmodf.c: Likewise.
33924         * math/w_fmodl.c: Likewise.
33925         * math/w_hypot.c: Likewise.
33926         * math/w_hypotf.c: Likewise.
33927         * math/w_hypotl.c: Likewise.
33928         * math/w_j0.c: Likewise.
33929         * math/w_j0f.c: Likewise.
33930         * math/w_j0l.c: Likewise.
33931         * math/w_j1.c: Likewise.
33932         * math/w_j1f.c: Likewise.
33933         * math/w_j1l.c: Likewise.
33934         * math/w_jn.c: Likewise.
33935         * math/w_jnf.c: Likewise.
33936         * math/w_jnl.c: Likewise.
33937         * math/w_lgamma.c: Likewise.
33938         * math/w_lgamma_r.c: Likewise.
33939         * math/w_lgammaf.c: Likewise.
33940         * math/w_lgammaf_r.c: Likewise.
33941         * math/w_lgammal.c: Likewise.
33942         * math/w_lgammal_r.c: Likewise.
33943         * math/w_log.c: Likewise.
33944         * math/w_log10.c: Likewise.
33945         * math/w_log10f.c: Likewise.
33946         * math/w_log10l.c: Likewise.
33947         * math/w_log2.c: Likewise.
33948         * math/w_log2f.c: Likewise.
33949         * math/w_log2l.c: Likewise.
33950         * math/w_logf.c: Likewise.
33951         * math/w_logl.c: Likewise.
33952         * math/w_pow.c: Likewise.
33953         * math/w_powf.c: Likewise.
33954         * math/w_powl.c: Likewise.
33955         * math/w_remainder.c: Likewise.
33956         * math/w_remainderf.c: Likewise.
33957         * math/w_remainderl.c: Likewise.
33958         * math/w_scalb.c: Likewise.
33959         * math/w_scalbf.c: Likewise.
33960         * math/w_scalbl.c: Likewise.
33961         * math/w_sinh.c: Likewise.
33962         * math/w_sinhf.c: Likewise.
33963         * math/w_sinhl.c: Likewise.
33964         * math/w_sqrt.c: Likewise.
33965         * math/w_sqrtf.c: Likewise.
33966         * math/w_sqrtl.c: Likewise.
33967         * math/w_tgamma.c: Likewise.
33968         * math/w_tgammaf.c: Likewise.
33969         * math/w_tgammal.c: Likewise.
33971         * po/ja.po: Update from translation team.
33973 2011-09-29  Andreas Jaeger  <aj@suse.de>
33975         [BZ #13179]
33976         * sunrpc/netname.c (netname2host): Fix logic.
33978         [BZ #6779]
33979         [BZ #6783]
33980         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
33981         correctly.
33982         * math/w_remainder.c (__remainder): Likewise.
33983         * math/w_remainderf.c (__remainderf): Likewise.
33984         * math/libm-test.inc (remainder_test): Add test cases.
33986 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33988         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
33989         sdiv_qrnnd.
33991 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
33993         * string/test-memcmp.c: Avoid unncessary #defines.
33994         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
33996 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33998         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
33999         Use new sse2 version for core i3 - i7 as it's faster
34000         than sse42 version.
34001         (bit_Prefer_PMINUB_for_stringop): New.
34002         * sysdeps/x86_64/rawmemchr.S: Update.
34003         Replace with faster SSE2 version.
34004         * sysdeps/x86_64/memrchr.S: New file.
34005         * sysdeps/x86_64/memchr.S: Update.
34006         Replace with faster SSE2 version.
34008 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
34010         * elf/dl-load.c (lose): Add cast to avoid warning.
34012 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
34014         * po/ca.po: Update from translation team.
34016         * inet/getnetgrent_r.c: Hook up nscd.
34017         * nscd/Makefile (routines): Add nscd_netgroup.
34018         (nscd-modules): Add netgroupcache.
34019         (CFLAGS-netgroupcache.c): Define.
34020         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
34021         (cache_search): Add const to second parameter.
34022         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
34023         INNETGR.
34024         (dbs): Add netgrdb entry.
34025         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
34026         (verify_persistent_db): Handle netgrdb.
34027         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
34028         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
34029         GETFDNETGR.
34030         (netgroup_response_header): Define.
34031         (innetgroup_response_header): Define.
34032         (datahead): Add netgroup_response_header and innetgroup_response_header
34033         elements.
34034         * nscd/nscd.conf: Add entries for netgroup cache.
34035         * nscd/nscd.h (dbtype): Add netgrdb.
34036         (_PATH_NSCD_NETGROUP_DB): Define.
34037         (netgroup_iov_disabled): Declare.
34038         (xmalloc, xcalloc, xrealloc): Move declarations here.
34039         (cache_search): Adjust prototype.
34040         Add netgroup-related prototypes.
34041         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
34042         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
34043         (__nscd_innetgr): Declare.
34044         * nscd/selinux.c (perms): Use access_vector_t as element type and
34045         add netgroup-related initializers.
34046         * nscd/netgroupcache.c: New file.
34047         * nscd/nscd_netgroup.c: New file.
34048         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
34049         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
34050         For four parameters use innetgr.
34051         * nss/nss_files/files-init.c: Add definition and callback for netgr.
34052         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
34053         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
34054         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
34056         * nscd/connections.c (register_traced_file): Don't register file
34057         for disabled databases.
34059 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
34061         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
34063         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
34064         from tree and freeing node.
34066 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
34068         * nss/nsswitch.c (__nss_database_lookup): Handle
34069         nss_parse_service_list out of memory case.
34071 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
34073         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
34074         out of memory case.
34076 2011-10-04  Andreas Schwab  <schwab@redhat.com>
34078         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
34079         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
34080         pass it down.
34081         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
34082         elf_machine_rela, elf_machine_lazy_rel.
34083         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
34084         (ELF_DYNAMIC_DO_REL): Likewise.
34085         (ELF_DYNAMIC_DO_RELA): Likewise.
34086         (ELF_DYNAMIC_RELOCATE): Likewise.
34087         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
34088         to ELF_DYNAMIC_DO_REL.
34089         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
34090         (dl_main): In trace mode always set __RTLD_NOIFUNC.
34091         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
34092         elf_machine_rela.
34093         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
34094         skip_ifunc, don't call ifunc function if non-zero.
34095         (elf_machine_rela): Likewise.
34096         (elf_machine_lazy_rel): Likewise.
34097         (elf_machine_lazy_rela): Likewise.
34098         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
34099         (elf_machine_lazy_rel): Likewise.
34100         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
34101         Likewise.
34102         (elf_machine_lazy_rel): Likewise.
34103         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34104         Likewise.
34105         (elf_machine_lazy_rel): Likewise.
34106         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
34107         (elf_machine_lazy_rel): Likewise.
34108         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
34109         (elf_machine_lazy_rel): Likewise.
34110         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
34111         (elf_machine_lazy_rel): Likewise.
34112         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
34113         (elf_machine_lazy_rel): Likewise.
34114         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
34115         (elf_machine_lazy_rel): Likewise.
34116         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
34117         (elf_machine_lazy_rel): Likewise.
34119 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
34121         * nss/nss_files/files-init.c (_nss_files_init): Use static
34122         initialization for all the *_traced_file variables.
34124 2011-09-28  Andreas Schwab  <schwab@redhat.com>
34126         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
34128 2011-09-27  Roland McGrath  <roland@hack.frob.com>
34130         [BZ #13226]
34131         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
34133 2011-09-27  Andreas Schwab  <schwab@redhat.com>
34135         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
34136         Reread the line before reparsing it.
34138 2011-09-26  Andreas Schwab  <schwab@redhat.com>
34140         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
34142 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
34143             Maxim Kuvyrkov  <maxim@codesourcery.com>
34144             Joseph Myers  <joseph@codesourcery.com>
34146         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
34147         if needed for __stack_chk_guard.
34149 2011-09-19  Roland McGrath  <roland@hack.frob.com>
34151         * sysdeps/posix/spawni.c (script_execute): Always define it.
34152         It will be optimized away if unused.
34153         (maybe_script_execute): New function.
34154         (__spawni): Call it.
34156         * Makerules: Don't include tls.make.
34157         (config-tls): Always set to thread.
34158         * tls.make.c: File removed.
34160 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
34162         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
34163         * config.make.in (CPPFLAGS-config): New substituted variable.
34165 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
34167         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
34169         [BZ #13192]
34170         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
34171         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
34173 2011-09-15  Roland McGrath  <roland@hack.frob.com>
34175         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
34176         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
34177         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
34178         (CALL_FAIL): Likewise.
34179         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
34180         (CALL_FAIL): Macro removed.
34181         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
34183 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
34185         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
34186         for __FINITE_MATH_ONLY__ == 1.
34188 2011-09-15  Andreas Schwab  <schwab@redhat.com>
34190         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
34191         __ieee754_sqrt instead of sqrt.
34192         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
34193         __ieee754_sqrtf instead of sqrtf.
34194         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
34195         __floorf instead of floorf.
34196         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
34197         __floorf, __truncf instead of floorf, truncf.
34199 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
34201         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
34203         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
34204         __extern_always_inline.
34205         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
34206         32-bit.
34208 2011-09-14  Andreas Schwab  <schwab@redhat.com>
34210         * elf/rtld.c (dl_main): Also relocate in dependency order when
34211         doing symbol dependency testing.
34213 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
34215         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34216         Always define `refsym'.
34218 2011-09-13  Andreas Schwab  <schwab@redhat.com>
34220         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
34221         (__FD_ELT): Renamed from __FDELT.
34222         * misc/bits/select2.h (__FD_ELT): Likewise.
34223         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
34224         __FD_MASK instead of __FDELT, __FDMASK.
34225         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
34226         Likewise.
34227         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
34228         Likewise.
34230         * elf/Makefile (gen-ldd): Fix pattern.
34232         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
34233         (init_tls): Likewise.
34235 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
34237         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
34239 2011-09-12  Andreas Schwab  <schwab@redhat.com>
34241         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
34242         `struct cmsghdr *' instead of `void *'.
34243         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
34244         Likewise.
34246 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
34248         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
34249         if non-absolute.
34250         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
34251         ldd_rewrite_script.
34253 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
34255         * configure.in: Remove --with-tls option.
34256         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
34257         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
34258         out in case it is missing.
34259         * sysdeps/ia64/elf/configure.in: Likewise.
34260         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
34261         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
34262         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
34263         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
34264         * sysdeps/sh/elf/configure.in: Likewise.
34265         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
34266         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
34267         * sysdeps/x86_64/elf/configure.in: Likewise.
34268         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
34269         * sysdeps/mach/hurd/tls.h: Likewise.
34271         [BZ #13067]
34272         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
34274         [BZ #13090]
34275         * configure.in: Fix use of AC_INIT.
34277         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
34279 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
34281         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
34282         __set_errno.
34283         * malloc/hooks.c: Likewise.
34285         [BZ #11929]
34286         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
34287         variables statically.
34288         (narenas): Initialize.
34289         (list_lock): Initialize.
34290         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
34291         initializtion of main_arena and list_lock.  Small cleanups.
34292         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
34293         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
34294         Add initializers to main_arena and mp_.
34295         (malloc_state): Remove pagesize member.  Change all users to use
34296         GLRO(dl_pagesize).
34298         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
34299         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
34300         is always initialized.
34302         * malloc/malloc.c: Removed unused configurations and dead code.
34303         * malloc/arena.c: Likewise.
34304         * malloc/hooks.c: Likewise.
34305         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
34307         * include/tls.h: Removed.  USE___THREAD must always be defined.
34308         * bits/libc-tsd.h: Don't handle !USE___THREAD.
34309         * elf/dl-libc.c: Likewise.
34310         * elf/dl-tsd.c: Likewise.
34311         * include/errno.h: Likewise.
34312         * include/netdb.h: Likewise.
34313         * include/resolv.h: Likewise.
34314         * inet/herrno-loc.c: Likewise.
34315         * inet/herrno.c: Likewise.
34316         * malloc/arena.c: Likewise.
34317         * malloc/hooks.c: Likewise.
34318         * malloc/malloc.c: Likewise.
34319         * resolv/res-state.c: Likewise.
34320         * resolv/res_libc.c: Likewise.
34321         * sysdeps/i386/dl-machine.h: Likewise.
34322         * sysdeps/ia64/dl-machine.h: Likewise.
34323         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
34324         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34325         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
34326         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
34327         * sysdeps/sh/dl-machine.h: Likewise.
34328         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
34329         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
34330         * sysdeps/unix/i386/sysdep.S: Likewise.
34331         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
34332         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
34333         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
34334         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
34335         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
34336         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
34337         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
34338         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
34339         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
34340         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
34341         * sysdeps/unix/x86_64/sysdep.S: Likewise.
34342         * sysdeps/x86_64/dl-machine.h: Likewise.
34343         * tls.make.c: Likewise.
34345         * configure.in: Remove --with-__thread option.  Make tests for
34346         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
34347         tls_model attribute fail if no support is available.  Remove
34348         USE_IN_LIBIO.
34349         * Makeconfig: Adjust for dropped configure option.  All features are
34350         now mandatory.
34351         * Makerules: Likewise.
34352         * Versions.def: Likewise.
34353         * argp/argp-fmtstream.c: Likewise.
34354         * argp/argp-fmtstream.h: Likewise.
34355         * argp/argp-help.c: Likewise.
34356         * assert/assert.c: Likewise.
34357         * config.h.in: Likewise.
34358         * config.make.in: Likewise.
34359         * configure: Likewise.
34360         * configure.in: Likewise.
34361         * csu/Versions: Likewise.
34362         * csu/init.c: Likewise.
34363         * elf/tst-audit2.c: Likewise.
34364         * elf/tst-tls10.c: Likewise.
34365         * elf/tst-tls10.h: Likewise.
34366         * elf/tst-tls11.c: Likewise.
34367         * elf/tst-tls12.c: Likewise.
34368         * elf/tst-tls14.c: Likewise.
34369         * elf/tst-tlsmod11.c: Likewise.
34370         * elf/tst-tlsmod12.c: Likewise.
34371         * elf/tst-tlsmod13.c: Likewise.
34372         * elf/tst-tlsmod13a.c: Likewise.
34373         * elf/tst-tlsmod14a.c: Likewise.
34374         * elf/tst-tlsmod15b.c: Likewise.
34375         * elf/tst-tlsmod16a.c: Likewise.
34376         * elf/tst-tlsmod16b.c: Likewise.
34377         * elf/tst-tlsmod7.c: Likewise.
34378         * elf/tst-tlsmod8.c: Likewise.
34379         * elf/tst-tlsmod9.c: Likewise.
34380         * gmon/gmon.c: Likewise.
34381         * grp/fgetgrent_r.c: Likewise.
34382         * grp/putgrent.c: Likewise.
34383         * hurd/fopenport.c: Likewise.
34384         * include/libc-symbols.h: Likewise.
34385         * include/tls.h: Likewise.
34386         * intl/gettextP.h: Likewise.
34387         * intl/loadinfo.h: Likewise.
34388         * locale/global-locale.c: Likewise.
34389         * locale/localeinfo.h: Likewise.
34390         * mach/devstream.c: Likewise.
34391         * malloc/arena.c: Likewise.
34392         * malloc/set-freeres.c: Likewise.
34393         * misc/err.c: Likewise.
34394         * misc/getttyent.c: Likewise.
34395         * misc/mntent_r.c: Likewise.
34396         * posix/getopt.c: Likewise.
34397         * posix/wordexp.c: Likewise.
34398         * pwd/fgetpwent_r.c: Likewise.
34399         * resolv/Versions: Likewise.
34400         * resolv/res_hconf.c: Likewise.
34401         * shadow/fgetspent_r.c: Likewise.
34402         * shadow/putspent.c: Likewise.
34403         * stdio-common/printf_fphex.c: Likewise.
34404         * stdio-common/tmpfile.c: Likewise.
34405         * stdlib/abort.c: Likewise.
34406         * stdlib/fmtmsg.c: Likewise.
34407         * sunrpc/auth_unix.c: Likewise.
34408         * sunrpc/clnt_perr.c: Likewise.
34409         * sunrpc/clnt_tcp.c: Likewise.
34410         * sunrpc/clnt_udp.c: Likewise.
34411         * sunrpc/clnt_unix.c: Likewise.
34412         * sunrpc/openchild.c: Likewise.
34413         * sunrpc/svc_simple.c: Likewise.
34414         * sunrpc/svc_tcp.c: Likewise.
34415         * sunrpc/svc_udp.c: Likewise.
34416         * sunrpc/svc_unix.c: Likewise.
34417         * sunrpc/xdr.c: Likewise.
34418         * sunrpc/xdr_array.c: Likewise.
34419         * sunrpc/xdr_rec.c: Likewise.
34420         * sunrpc/xdr_ref.c: Likewise.
34421         * sunrpc/xdr_stdio.c: Likewise.
34423 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
34425         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
34427 2011-07-03  Andreas Jaeger  <aj@suse.de>
34429         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
34430         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
34431         regenerate with gen-libm-tests.pl.
34433 2010-05-12  Petr Baudis  <pasky@suse.cz>
34435         [BZ #11589]
34436         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
34437         around j0() zero points by switching to j1().
34438         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
34439         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
34440         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
34441         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
34443 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
34445         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
34446         instead of 0.
34447         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
34448         instead of 0.
34449         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
34450         Patch in part by Pavel Roskin <proski@gnu.org>.
34452         [BZ #13138]
34453         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
34454         realloc.
34455         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
34456         Free memory block if necessary.
34458         [BZ #12847]
34459         * libio/genops.c (INTDEF): For string streams the _lock pointer can
34460         be NULL.  Don't lock in this case.
34462 2011-09-09  Roland McGrath  <roland@hack.frob.com>
34464         * elf/elf.h (ELFOSABI_GNU): New macro.
34465         (ELFOSABI_LINUX): Define to that.
34467 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
34469         * string/strncat.c (strncat): Undef the symbol in case it has been
34470         defined in bits/string.h.
34472 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
34474         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
34476         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
34477         link map.
34479 2011-08-17  Andreas Jaeger  <aj@suse.de>
34481         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
34483 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
34484             Ian Lance Taylor  <iant@google.com>
34486         * math/libm-test.inc (lround_test): New testcase.
34487         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
34489 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
34491         * Makefile: Remove support for automatic cvs check-ins.
34492         * Makerules: Likewise.
34493         * config.make.in: Likewise.
34494         * configure.in: Likewise.
34495         * intl/Makefile: Likewise.
34496         * locale/Makefile: Likewise.
34497         * po/Makefile: Likewise.
34498         * posix/Makefile: Likewise.
34499         * sysdeps/gnu/Makefile: Likewise.
34500         * sysdeps/mach/hurd/Makefile: Likewise.
34501         * sysdeps/sparc/sparc32/Makefile: Likewise.
34503         [BZ #13118]
34504         * posix/Makefile (bug-regex32-ENV): Define.
34505         Patch by John Stanley <jpsinthemix@verizon.net>.
34507         * misc/Makefile (headers): Add bits/select2.h.
34508         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
34509         * misc/bits/select2.h: New file.
34510         * include/bits/select2.h: New file.
34511         * debug/Makefile (routines): Add fdelt_chk.
34512         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
34513         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
34514         FD_ISSET.
34515         * debug/fdelt_chk.c: New file.
34517         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
34518         * wcsmbs/test-wmemcmp.c: Likewise.
34519         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
34520         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
34522 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34524         * string/Makefile (strop-tests): Add memcmp.
34525         * string/test-wmemcmp.c: New file.
34526         * string/test-memcmp.c: Add wmemcmp support.
34528 2011-09-08  Roland McGrath  <roland@hack.frob.com>
34530         [BZ #13153]
34531         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
34532         2011-07-19 change.
34534         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
34535         garbage value in a __mach_port_mod_refs call in the cases of the
34536         task-self and thread-self ports.
34538 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34540         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
34542 2011-09-08  Andreas Schwab  <schwab@redhat.com>
34544         * elf/dl-load.c (lose): Check for non-null L.
34546 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
34548         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
34550         * elf/dl-libc.c (dlerror_run): Pass back error code from
34551         dl_catch_error.
34553         [BZ #13123]
34554         * elf/dl-load.c (lose): Free l_origin if it is valid.
34556         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
34557         names.
34558         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
34559         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
34560         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
34561         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
34562         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
34563         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
34565 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34567         * sysdeps/powerpc/fpu/e_hypot.c: New file.
34568         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
34569         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
34570         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
34571         * sysdeps/powerpc/fpu/k_cosf.c: New file.
34572         * sysdeps/powerpc/fpu/k_sinf.c: New file.
34573         * sysdeps/powerpc/fpu/s_cosf.c: New file.
34574         * sysdeps/powerpc/fpu/s_sinf.c: New file.
34575         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
34576         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
34578 2011-08-15  Alan Modra  <amodra@gmail.com>
34580         [BZ #13092]
34581         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
34582         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
34583         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
34584         ppc_mcount to static-only-routines.
34585         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
34586         __mcount_internal.
34587         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
34588         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
34590 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
34592         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
34593         for finite and infinity parameters.
34595 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
34597         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
34598         and add nop instructions for throughput optimization.
34599         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34601 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
34603         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
34604         aligned copy for power7 with vector-scalar instructions.
34605         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
34607 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
34609         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
34610         AVX check.
34612 2011-09-07  Andreas Schwab  <schwab@redhat.com>
34614         [BZ #13144]
34615         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
34616         last change.
34618 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
34620         * sysdeps/unix/sysv/linux/x86_64/init-first.c
34621         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
34622         syscall wrapper around clock_gettime in __vdso_clock_gettime.
34623         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
34624         clock_gettime.
34626 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
34628         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
34629         Forgot to demangle the pointer.
34631         * sysdeps/i386/sysdep.h: Define atom_text_section.
34632         * sysdeps/x86_64/sysdep.h: Likewise.
34633         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
34634         section with atom_text_section.
34635         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
34636         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
34637         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
34638         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
34639         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
34641         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
34642         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
34643         already be defined.  Change to take two parameters and don't assign
34644         result to variable.  Adjust all users.
34645         Define INTERNAL_GETTIME if not already defined.
34646         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
34647         call.
34648         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
34649         HAVE_CLOCK_GETTIME_VSYSCALL.
34650         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
34652         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
34653         gettimeofday vsyscall, just use time.
34655 2011-09-06  Andreas Schwab  <schwab@redhat.com>
34657         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
34658         <errno.h>.
34660 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
34662         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
34663         syscall on x86-64.
34664         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
34665         syscall.
34666         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
34667         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
34668         syscall if possible.
34670 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
34672         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
34673         e_ident.  Don't pass to find_mapsXX.
34674         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
34676 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
34678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34679         strchr-sse2-no-bsf strrchr-sse2-no-bsf
34680         * sysdeps/x86_64/multiarch/strchr.S: Update.
34681         Check bit_slow_BSF bit.
34682         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34683         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
34684         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
34686 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
34688         [BZ #13134]
34689         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
34690         before glibc 2.15.
34691         (tryshell): Define.
34692         (__spawni): Change last parameter to be flag.  Test
34693         SPAWN_XFLAGS_USE_PATH flag to use path or not.
34694         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
34695         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
34696         * posix/spawni.c: Likewise.
34697         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
34698         * posix/spawnp.c: Likewise.  Change normal version to use
34699         SPAWN_XFLAGS_USE_PATH.
34700         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
34701         SPAWN_XFLAGS_TRY_SHELL.
34703         [BZ #13150]
34704         * posix/glob.h: Remove gcc 1.x support.
34706         [BZ #13068]
34707         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
34709 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
34711         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
34712         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
34713         strrchr-sse2-bsf
34714         * sysdeps/i386/i686/multiarch/strchr.S: New file.
34715         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
34716         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
34717         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
34718         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
34719         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
34721 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34723         * sysdeps/x86_64/wcscmp.S: New file.
34725         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
34726         wcscmp-c wcscmp-sse2
34727         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
34728         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
34729         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
34730         * wcsmbs/wcscmp.c: Allow renaming.
34732 2011-09-05  David S. Miller  <davem@davemloft.net>
34734         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
34735         stack slot, rather than the struct return pointer slot.
34736         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
34737         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
34738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
34739         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
34741 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
34743         * po/ja.po: Update from translation team.
34745         [BZ #13144]
34746         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
34747         kernel in 64-bit binaries.
34749 2011-09-01  David S. Miller  <davem@davemloft.net>
34751         * elf/elf.h (HWCAP_SPARC_*): Move to..
34752         * sysdeps/sparc/sysdep.h: this new file and add new values.
34753         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
34754         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
34755         _DL_HWCAP_COUNT to 24.
34756         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34757         entries.
34758         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
34759         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
34760         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
34761         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
34762         instead of magic constants.
34763         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34765 2011-08-31  David S. Miller  <davem@davemloft.net>
34767         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
34768         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
34769         Reimplement to do errno handling inline.
34770         (SYSCALL_ERROR_HANDLER): New macro.
34771         (__SYSCALL_STRING): Do not do errno handling in asm.
34772         (__CLONE_SYSCALL_STRING): Delete.
34773         (__INTERNAL_SYSCALL_STRING): Delete.
34774         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
34775         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
34776         (PSEUDO): Reimplement to do errno handling inline.
34777         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
34778         (SYSCALL_ERROR_HANDLER): New macro.
34779         (__SYSCALL_STRING): Do not do errno handling in asm.
34780         (__CLONE_SYSCALL_STRING): Delete.
34781         (__INTERNAL_SYSCALL_STRING): Delete.
34782         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
34783         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
34784         i386.
34785         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
34786         (inline_syscall*): Add 'err' argument.
34787         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
34788         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
34789         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
34790         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
34792         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
34793         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
34795 2011-08-30  Andreas Schwab  <schwab@redhat.com>
34797         * elf/rtld.c (dl_main): Relocate objects in dependency order.
34799 2011-08-29  Jiri Olsa <jolsa@redhat.com>
34801         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
34802         directive.
34804 2011-08-24  David S. Miller  <davem@davemloft.net>
34806         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
34808 2011-08-24  Andreas Schwab  <schwab@redhat.com>
34810         * elf/Makefile: Add rules to build and run unload8 test.
34811         * elf/unload8.c: New file.
34812         * elf/unload8mod1.c: New file.
34813         * elf/unload8mod1x.c: New file.
34814         * elf/unload8mod2.c: New file.
34815         * elf/unload8mod3.c: New file.
34817         * elf/dl-close.c (_dl_close_worker): Reset private search list if
34818         it wasn't used.
34820 2011-08-23  David S. Miller  <davem@davemloft.net>
34822         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
34823         subtract stack bias.
34824         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
34825         %sp not %fp in calculations.
34826         (_JMPBUF_UNWINDS_ADJ): Likewise.
34828         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
34829         (aio_suspend): Call it to force an exception region around the
34830         AIO_MISC_WAIT() invocation.
34832 2011-08-23  Andreas Schwab  <schwab@redhat.com>
34834         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
34835         backslash.
34837 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
34839         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
34840         protection macro.
34841         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
34842         and <dl-machine.h>.
34843         (Elf64_FuncDesc): Remove.
34845 2011-08-22  David S. Miller  <davem@davemloft.net>
34847         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
34848         sigaltstack check, add missing cfi directives.
34849         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
34850         missing cfi directives, and sigaltstack handling.
34852 2011-08-16  Andreas Schwab  <schwab@redhat.com>
34854         [BZ #11724]
34855         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
34856         object is seen twice.
34857         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34859         * elf/Makefile (distribute): Add tst-initorder2.c.
34860         (tests): Add tst-initorder2.
34861         (modules-names): Add tst-initorder2a tst-initorder2b
34862         tst-initorder2c tst-initorder2d.  Add rules to build them.
34863         ($(objpfx)tst-initorder2.out): New rule.
34864         * elf/tst-initorder2.c: New file.
34865         * elf/tst-initorder2.exp: New file.
34867 2011-08-22  Andreas Schwab  <schwab@redhat.com>
34869         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
34871         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
34872         dependencies back to end of function.
34874         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
34875         $(elfobjdir)/ld.so.
34877 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
34879         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
34880         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
34881         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
34882         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
34883         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
34884         of __vdso_gettimeofday.
34885         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
34886         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
34887         attribute_hidden.
34888         (_libc_vdso_platform_setup): Remove initialization of
34889         __vdso_gettimeofday and __vdso_time.
34891 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
34893         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
34894         and fgetc_unlocked.
34895         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
34896         getc_unlocked.
34898         * elf/dl-open.c (add_to_global): Report additions to the global scope
34899         for LD_DEBUG=scopes.
34900         (dl_open_worker): Also print scope of newly loaded dependencies.
34901         (_dl_show_scope): Indicate if there is no scope.
34903         [BZ #13114]
34904         * stdio-common/Makefile (tests): Add bug24.
34905         * stdio-common/bug24.c: New file.
34907 2011-08-19  Andreas Jaeger  <aj@suse.de>
34909         [BZ #13114]
34910         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
34911         non-existant file when using close-on-exec mode.
34913 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
34915         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
34916         the very first instruction.
34918         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
34919         the CFI state in the end.
34920         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
34921         inclusion of dl-trampoline.h.
34922         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
34924 2011-08-19  Andreas Schwab  <schwab@redhat.com>
34926         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
34927         expectations for long double.
34929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
34930         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
34932 2011-08-14  David S. Miller  <davem@davemloft.net>
34934         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
34935         artificual limit depends upon the system page size.
34937 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
34939         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
34940         * resolv/Makefile: Define CFLAGS-libresolv.
34942 2011-08-17  Andreas Schwab  <schwab@redhat.com>
34944         * nss/makedb.c (compute_tables): Make variables used in nested
34945         function static.
34947 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
34949         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
34950         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
34951         if buffer was too small.
34953         * elf/pldd.c (main): Attach to all threads in the process.
34954         Rewrite /proc handling to use *at functions.
34956 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
34958         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
34959         specifies first scope to show.
34960         (dl_open_worker): Update callers.  Move printing scope of new
34961         object to before the relocation.
34962         * elf/rtld.c (dl_main): Update _dl_show_scope call.
34963         * sysdeps/generic/ldsodefs.h: Update declaration.
34965         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
34966         string for the scope number.
34968 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
34970         * nscd/servicescache.c (cache_addserv): Make sure written is always
34971         initialized.
34973 2011-08-14  Roland McGrath  <roland@hack.frob.com>
34975         * sysdeps/i386/i486/bits/atomic.h
34976         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
34977         statement expression, so as to suppress "set but not used" warning.
34978         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
34980         * string/strncat.c (STRNCAT): Use prototype definition.
34982         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
34983         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
34984         -Iprograms here.
34985         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
34986         (localedef-modules): Add localedef.
34987         (locale-modules): Add locale.
34989         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
34990         * elf/rtld.c (dl_main): Invert order of assignment in last change,
34991         to avoid a warning.
34993 2011-08-14  David S. Miller  <davem@davemloft.net>
34995         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
34996         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
34998 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
35000         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
35001         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
35002         * elf/rtld.c (dl_main): Set l_name of vDSO.
35003         Call _dl_show_scope when DL_DEBUG_SCOPES.
35004         (process_dl_debug): Recognize scopes flag and also set it for all.
35005         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
35006         Declare _dl_show_scope.
35008         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
35009         (do_dlopen): Pass caller_dlopen to dl_open.
35010         (__libc_dlopen_mode): Initialize caller_dlopen.
35012         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
35013         of libc.  Make tolower call locale-independent.  Optimize a bit by
35014         using isdigit instead of isalnum.
35015         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
35017 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
35019         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
35020         was a dependency or dynamically loaded.
35022 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
35024         * intl/l10nflist.c: Allow architecture-specific pop function.
35025         * sysdeps/x86_64/l10nflist.c: New file.
35027         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
35028         classification.
35030 2011-08-10  Andreas Schwab  <schwab@redhat.com>
35032         * include/dirent.h: Add libc_hidden_proto for scandirat and
35033         scandirat64.  Don't declare __scandirat64.
35034         * dirent/scandirat.c: Add libc_hidden_def.
35035         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
35036         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
35038 2011-08-10  David S. Miller  <davem@davemloft.net>
35040         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
35041         enum.
35042         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
35043         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
35044         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
35046 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
35048         * Versions.def [libc]: Add GLIBC_2.15.
35049         * dirent/Makefile (routines): Add scandirat and scandirat64.
35050         * dirent/Versions [libc]: Export scandirat and scandirat64 for
35051         GLIBC_2.15.
35052         * dirent/dirent.h: Declare scandirat and scandirat64.
35053         * dirent/scandirat.c: New file.
35054         * dirent/scandirat64.c: New file.
35055         * sysdeps/wordsize-64/scandirat.c: New file.
35056         * sysdeps/wordsize-64/scandirat64.c: New file.
35057         * dirent/opendir.c: Define opendirat.
35058         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
35059         using scandirat.
35060         * dirent/scandir64.c: Adjust for scandir.c change.
35061         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
35062         __scandirat64, and __scandir_cancel_handler.
35063         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
35064         additional parameter and use openat instead of open (outside of ld.so).
35065         Add new __opendir as wrapper around __opendirat.
35066         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
35067         here without requiring old scandirat implementation.
35069 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
35071         * dirent/scandir.c (cancel_handler): Renamed to
35072         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
35073         defined.  Adjust users.
35074         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
35075         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
35077 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
35079         * string/test-string.h (IMPL): Use __STRING to expand name and then
35080         stringify it.
35082         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
35083         of cleanups.
35085 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35087         * string/Makefile: Update.
35088         (strop-tests): Append strncat.
35089         * string/test-wcscmp.c: New file.
35090         New comprehensive test for wcscmp.
35091         * string/test-strcmp.c: Update.
35092         (WIDE): New define.
35094 2011-07-22  Andreas Schwab  <schwab@redhat.com>
35096         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
35097         line.
35099 2011-07-26  Andreas Schwab  <schwab@redhat.com>
35101         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
35102         encoding to ACE if AI_IDN.
35104 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
35106         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
35107         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
35109 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
35111         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
35112         Fix overflow bug in strncat.
35113         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
35115         * string/test-strncat.c: Update.
35116         Add new tests for checking overflow bugs.
35118 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
35120         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35121         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
35122         * sysdeps/i386/i686/multiarch/strcat.S: New file.
35123         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
35124         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
35125         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
35126         * sysdeps/i386/i686/multiarch/strncat.S: New file.
35127         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
35128         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
35130         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
35131         (USE_AS_STRCAT): Define.
35132         Add strcat and strncat support.
35133         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
35135 2011-07-25  Andreas Schwab  <schwab@redhat.com>
35137         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
35138         __n bigger than INT_MAX+1.
35139         (__strncmp_g): Likewise.
35141 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
35143         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
35144         * libio/stido.h: Likewise.
35146         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
35147         (AF_NFC): Define.
35148         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
35149         (AF_NFC): Define.
35151         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
35152         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
35153         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
35154         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
35155         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
35157         [BZ #13021]
35158         * scripts/test-installation.pl: Don't expect libnss_test1 to be
35159         installed.
35161         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
35162         typo.
35163         (_dl_x86_64_save_sse): Likewise.
35165 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
35167         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
35168         OSXSAVE.
35169         (_dl_x86_64_save_sse): Likewise.
35171         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
35173         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
35175 2011-07-21  Andreas Schwab  <schwab@redhat.com>
35177         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
35178         change.
35179         (_dl_x86_64_save_sse): Use correct AVX check.
35181 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35183         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
35184         bug in strncpy/strncat.
35185         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
35187 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
35189         * string/tester.c (test_strcat): Add tests for different alignments
35190         of source and destination.
35191         (test_strncat): Likewise.
35193 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
35195         [BZ #12852]
35196         * posix/glob.c (glob): Check passed in values before using them in
35197         expressions to avoid some overflows.
35198         (glob_in_dir): Likewise.
35200         [BZ #13007]
35201         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
35202         check for AVX enablement so that we don't crash with old kernels and
35203         new hardware.
35204         * elf/tst-audit4.c: Add same checks here.
35205         * elf/tst-audit6.c: Likewise.
35207         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
35209 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
35211         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
35213 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
35215         * po/cs.po: Update from translation team.
35216         * po/bg.po: Likewise.
35218 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
35220         * misc/sys/cdefs.h: Add support for const attribute.
35221         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
35222         to gnu_dev_{major,minor,makedev} functions.
35224 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
35226         * intl/dcigettext.c (get_output_charset): Add missing bracket.
35228 2011-07-20  Andreas Schwab  <schwab@redhat.com>
35230         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
35231         strlen results.
35233 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35235         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
35236         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
35237         register in order to avoid conflicts with the soft frame pointer
35238         being held in r11 when necessary.
35239         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
35240         (INTERNAL_VSYSCALL_NCS): Likewise.
35242 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
35244         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
35245         * elf/dl-fini.c (_dl_fini): Adjust caller.
35246         * elf/dl-close.c (_dl_close_worker): Likewise.
35247         * sysdeps/generic/ldsodefs.h: Adjust declaration.
35249 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
35251         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
35252         "aux_cache->nlibs < 0".
35254         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
35255         in the reload-count case.
35257 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
35259         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35260         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
35261         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
35262         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
35263         * sysdeps/x86_64/multiarch/strcat.S: New file.
35264         * sysdeps/x86_64/multiarch/strncat.S: New file.
35265         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
35266         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
35267         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
35268         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
35269         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
35270         (USE_AS_STRCAT): Define.
35271         Add strcat and strncat support.
35272         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
35273         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
35274         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
35275         * string/strncat.c: Update.
35276         (USE_AS_STRNCAT): Define.
35277         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35278         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
35279         and i7.
35280         * sysdeps/x86_64/multiarch/init-arch.h
35281         (bit_Prefer_PMINUB_for_stringop): New.
35282         (index_Prefer_PMINUB_for_stringop): Likewise.
35283         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
35284         bit_Prefer_PMINUB_for_stringop.
35286 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
35288         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
35289         buffer64.
35290         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
35291         of casting of buffer.
35292         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
35293         buffer32 and buffer64.
35294         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
35295         writes instead of casting of buffer.
35296         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
35297         buffer32.
35298         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
35299         casting of buffer.
35301 2011-07-19  Andreas Schwab  <schwab@redhat.com>
35303         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
35305 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
35307         * nscd/nscd.c (termination_handler): Don't do anything for a database
35308         if it has not yet been initialized.
35310 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
35312         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
35314 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
35316         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
35318 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
35320         * po/nl.po: Update from translation team.
35321         * po/sv.po: Likewise.
35323 2011-07-16  Roland McGrath  <roland@hack.frob.com>
35325         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
35326         now disallowed by GCC.
35328         * configure.in (use-default-link): Default to yes if a test -shared
35329         link meets our qualifications.
35330         * configure: Regenerated.
35332         * config.make.in (output-format): New variable.
35333         * configure.in: Check for ld --print-output-format support.
35334         * configure: Regenerated.
35335         * Makerules ($(common-objpfx)format.lds)
35336         [$(output-format) != unknown]: Just use $(output-format),
35337         instead of the linker-script munging.
35339 2011-07-14  Roland McGrath  <roland@hack.frob.com>
35341         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
35342         of $(common-objpfx)shlib.lds.
35343         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
35345         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
35346         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
35348         * configure.in (-z relro check): Adjust test code to add a large
35349         writable data section after it.
35350         * configure: Regenerated.
35352 2011-07-11  Roland McGrath  <roland@hack.frob.com>
35354         * configure.in (-z relro check): Fix test code to make the variable
35355         truly const.
35356         * configure: Regenerated.
35358 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
35360         * nscd/nscd.h (struct traced_file): Define.
35361         (struct database_dyn): Remove inotify_descr, reset_res, and filename
35362         elements.  Add traced_files.
35363         (inotify_fd): Declare.
35364         (register_traced_file): Declare.
35365         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
35366         (inotify_fd): Export.
35367         (resolv_conf_descr): Remove.
35368         (nscd_init): Move inotify descriptor creation to main.
35369         Don't register files for notification here.
35370         (register_traced_file): New function.
35371         (invalidate_cache): Don't use reset_res to determine whether to call
35372         res_init, go through the list of registered files.
35373         (main_loop_poll): The inotify descriptors are now stored in the
35374         structures for the traced files.
35375         (main_loop_epoll): Likewise
35376         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
35377         to __nss_disable_nscd.
35378         * nscd/cache.c (prune_cache): There is no single inotify descriptor
35379         for a database anymore.  Check the records for all the registered
35380         files instead.
35381         * nss/Makefile (libnss_files-routines): Add files-init.
35382         (libnss_db-routines): Add db-init.
35383         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
35384         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
35385         * nss/nss_db/db-init.c: New file.
35386         * nss/nss_files/files-init.c: New file.
35387         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
35388         __nss_lookup_function.
35389         (__nss_lookup_function): Call nss_load_library.
35390         (nss_load_all_libraries): New function.
35391         (__nss_disable_nscd): Take parameter with callback function for files
35392         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
35393         used for the cached services.
35394         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
35395         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
35396         options for features to all the files in nscd.
35398         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
35400 2011-07-10  Roland McGrath  <roland@hack.frob.com>
35402         * csu/elf-init.c (__libc_csu_init): Comment typo.
35404 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
35406         * po/pl.po: Update from translation team.
35407         * po/ja.po: Likewise.
35408         * po/ru.po: Likewise.
35409         * po/ko.po: Likewise.
35410         * po/fr.po: Likewise.
35412 2011-07-09  Roland McGrath  <roland@hack.frob.com>
35414         * configure.in (.ctors/.dtors header and trailer check):
35415         Use an empirical test on a built program.
35416         * configure: Regenerated.
35418         * configure.in (-z relro check): Use an empirical test on a built DSO.
35419         Detect, but do not require, on ia64.
35420         * configure: Regenerated.
35422         * configure.in (READELF): Find it with AC_CHECK_TOOL.
35423         Update tests that use readelf to use $READELF instead.
35424         * configure: Regenerated.
35426 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
35428         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
35429         if the result is not used.
35431 2011-07-05  Andreas Jaeger  <aj@suse.de>
35433         [BZ#9696]
35434         * stdlib/tst-strtod.c: Add testcase.
35436 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
35438         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
35439         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
35440         The latter has a higher limit.  Take additional parameter to pass to
35441         the new function.
35442         (__pathconf): Pass file to __statfs_link_max.
35443         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
35444         __statfs_link_max.
35445         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
35446         __statfs_link_max.
35448         [BZ #12868]
35449         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
35450         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35451         Handle Lustre.
35452         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
35453         (__statfs_filesize_max): Likewise.
35454         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
35456 2011-07-05  Andreas Jaeger  <aj@suse.de>
35458         * resolv/res_comp.c (dn_skipname): Remove unused variable.
35460 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
35462         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
35463         `status' variable.
35464         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
35465         Likewise.
35467 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
35469         * Makefile (strop-tests): Add strncat.
35470         * string/test-strncat.c: New file.
35472 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
35474         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
35476 2011-06-21  Andreas Jaeger  <aj@suse.de>
35478         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
35479         Copy rule from iconvdata/Makefile.
35481 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
35483         [BZ #12922]
35484         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
35485         but no long options are defined, just return 'W'.
35487 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
35489         [BZ #9696]
35490         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
35492 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
35494         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
35495         netgroups to read.
35496         (innetgr): Likewise.
35498 2011-07-05  Roland McGrath  <roland@hack.frob.com>
35500         * config.make.in (install_root): Default to $(DESTDIR).
35502 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
35504         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
35506 2011-07-02  Roland McGrath  <roland@hack.frob.com>
35508         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
35510         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
35511         containing directory rather than embedding absolute directory names.
35513         * scripts/check-local-headers.sh: Rewritten using awk.
35514         Match by word, not by line.  Print error messages for matches.
35515         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
35517         * Makerules [shlib-lds-flags empty]:
35518         ($(common-objpfx)libc_pic.opts): New target.
35519         ($(common-objpfx)libc_pic.os.clean): New target.
35520         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
35522         * config.make.in (OBJCOPY): New variable.
35523         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
35524         * configure: Regenerated.
35526         * config.make.in (use-default-link): New variable.
35527         * configure.in (use_default_link): Grok --with-default-link to set it.
35528         * configure: Regenerated.
35529         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
35530         (shlib-lds, shlib-lds-flags): Define to empty.
35532         * Makerules (shlib-lds): New variable.
35533         (shlib-lds-flags): New variable.
35534         (build-shlib, build-moduile, build-module-asneeded): Use it.
35535         ($(common-objpfx)libc.so): Use $(shlib-lds).
35536         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
35537         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
35539         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
35540         DT_FLAGS/DT_FLAGS_1 with zero flags.
35542         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
35543         linker script munging.
35545 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
35547         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
35548         as 128-bit value.
35549         * crypt/sha512.c (sha512_process_block): Perform total addition using
35550         128-bit if possible.
35551         (__sha512_finish_ctx): Likewise.
35552         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
35553         as 64-bit value.
35554         * crypt/sha256.c (SWAP64): Define.
35555         (sha256_process_block): Perform total addition using 64-bit if
35556         possible.
35557         (__sha256_finish_ctx): Likewise.
35559 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
35561         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
35562         * nscd/initgrcache.c (addinitgroupsX): Likewise.
35563         * nscd/hstcache.c (cache_addhst): Likewise.
35564         * nscd/grpcache.c (cache_addgr): Likewise.
35565         * nscd/aicache.c (addhstaiX): Likewise
35566         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
35568 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
35570         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
35571         * nscd/initgrcache.c (addinitgroupsX): Likewise.
35572         * nscd/hstcache.c (cache_addhst): Likewise.
35573         * nscd/grpcache.c (cache_addgr): Likewise.
35574         * nscd/aicache.c (addhstaiX): Likewise
35576 2011-07-01  Andreas Schwab  <schwab@redhat.com>
35578         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
35579         domain only when needed.
35581 2011-06-30  Andreas Schwab  <schwab@redhat.com>
35583         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
35584         is always restored.
35586 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
35588         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
35589         are re-adding the entry.
35590         * nscd/servicescache.c (cache_addserv): Likewise.
35592 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
35594         * sysdeps/generic/dl-irel.h: fix protection against multiple
35595         inclusions.
35596         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
35598 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
35600         [BZ #12935]
35601         * malloc/memusage.sh: Fix quoting in message.
35602         * debug/xtrace.sh: Likewise.
35604         * configure.in: Remove support for --experimental-malloc option, make
35605         it the default.
35606         * config.make.in: Likewise.
35607         * malloc/Makefile: Likewise.
35609 2011-06-27  Andreas Schwab  <schwab@redhat.com>
35611         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
35612         two-byte characters.
35614 2011-06-27  Roland McGrath  <roland@hack.frob.com>
35616         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
35617         AC_CACHE_CHECK invocation.
35618         * configure: Regenerated.
35620         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
35622 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
35624         [BZ #12350]
35625         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
35626         bit from old_res_options.
35628         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
35630         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
35631         value type for setfct.
35633 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
35635         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
35636         __gettimeofday instead of gettimeofday.
35638 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
35640         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
35642 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
35644         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
35646         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
35647         info.
35649 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
35651         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35652         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
35653         strcpy-sse2-unaligned strncpy-sse2-unaligned
35654         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
35655         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
35656         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
35657         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
35658         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
35659         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
35660         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
35661         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
35662         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
35663         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
35664         (STRCPY): Support SSE2 and SSSE3 versions.
35666 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
35668         [BZ #12874]
35669         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
35670         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
35671         kernels which artificially limit size of requests.
35673 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
35675         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35676         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
35677         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
35678         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
35679         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
35680         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
35681         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
35682         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
35683         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
35684         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
35685         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
35686         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
35687         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
35688         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
35689         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
35690         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35691         Enable unaligned load optimization for Intel Core i3, i5 and i7
35692         processors.
35693         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
35694         Define.
35695         (index_Fast_Unaligned_Load): Define.
35696         (HAS_FAST_UNALIGNED_LOAD): Define.
35698 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
35700         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
35702 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
35704         [BZ #12907]
35705         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
35706         until it is clear that the information is realy needed.
35707         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
35709 2011-06-22  Andreas Schwab  <schwab@redhat.com>
35711         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
35713 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
35715         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
35716         /sys/devices/system/cpu/online if it is usable.
35718         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
35719         reading the information from the /proc filesystem to once a second.
35721 2011-06-21  Andreas Jaeger  <aj@suse.de>
35723         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
35724         NULL after inclusion of kernel headers.
35726 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
35728         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
35729         calls to internal_setent.
35731         [BZ #12885]
35732         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
35733         addresses using gethostbyname4_r ignore IPv4 addresses.
35735         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
35736         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
35738         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
35740 2011-06-20  David S. Miller  <davem@davemloft.net>
35742         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
35743         inclusions.
35744         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
35746         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
35747         (elf_irel): Use it.
35748         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
35749         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
35750         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
35751         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
35752         * sysdeps/x86_64/dl-irel.h: Likewise.
35754         * elf/dl-runtime.c: Use elf_ifunc_invoke.
35755         * elf/dl-sym.c: Likewise.
35757 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
35759         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
35760         need to dereference resplen2.
35762 2011-06-14  Andreas Schwab  <schwab@redhat.com>
35764         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
35766 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
35768         * Makeconfig: Define vardbdir and inst_vardbdir.
35769         * nss/Makefile: Add rules to install db-Makefile.
35771         * nss/nss_db/db-XXX.c: Cleanup.
35773         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
35774         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
35775         GLIBC_PRIVATE.
35776         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
35777         * nss/makedb.c: Implement -g option to specify that value strings
35778         are generated and should not be added to table iterated over for
35779         get*ent calls.
35780         * nss/nss_db/db-initgroups.c: New file.
35782         * nss/getent.c: Add support for initgroups lookups through getgrouplist
35783         interface.
35785         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
35786         (internal_getgrouplist): Adjust to name change.
35787         Update use_initgroups_entry if this is not the first call.
35788         * nss/databases.def: Add initgroups entry.
35790         * nss/makedb.c (compute_tables): Check result of multiple hash table
35791         sizes to minimize maximum chain length.
35793 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
35795         * Versions.def: Add entry for libnss_db.
35796         * shlib-versions: Likewise.
35797         * nss/Makefile: Add rules to build libnss_db.
35798         * nss/Versions: Add libnss_db information.  Organize libnss_files
35799         entries better.
35800         * nss/db-Makefile: Add gshadow support.  Change rules for the new
35801         makedb progra.  Some minor improvements to generate smaller files.
35802         * nss/nss_db/nss_db.h: Move NSS database header data structures to
35803         here from...
35804         * nss/makedb.c: ...here.
35805         Improve database format to be smaller and require less memory at
35806         runtime.
35807         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
35808         db anymore.
35809         * nss/nss_db/db-netgrp.c: Likewise.
35810         * nss/nss_db/db-open.c: Likewise.
35811         * nss/nss_files/flies-XXX.x: Adjust comments.
35812         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
35813         * nss/nss_files/files-grp.c: Likewise.
35814         * nss/nss_files/files-hosts.c: Likewise.
35815         * nss/nss_files/files-network.c: Likewise.
35816         * nss/nss_files/files-proto.c: Likewise.
35817         * nss/nss_files/files-pwd.c: Likewise.
35818         * nss/nss_files/files-rpc.c: Likewise.
35819         * nss/nss_files/files-service.c: Likewise.
35820         * nss/nss_files/files-sgrp.c: Likewise.
35821         * nss/nss_files/files-spwd.c: Likewise.
35822         * nss/nss_db/db-alias.c: Removed.
35823         * nss/nss_db/dummy-db.h: Removed.
35825 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
35827         * nss/makedb.c: Rewritten to not use database library.
35828         * nss/Makefile: Update to build new makedb program.
35830 2011-06-14  Andreas Jaeger  <aj@suse.de>
35832         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
35833         memset declaration.
35835 2011-06-10  Andreas Schwab  <schwab@redhat.com>
35837         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
35838         tmpbuf.
35840 2011-06-10  Roland McGrath  <roland@hack.frob.com>
35842         * Makerules (shlib.lds): Fail if the linker script comes out empty.
35843         * elf/Makefile ($(objpfx)ld.so): Likewise.
35845         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
35846         Don't list ld.so twice in dependencies.
35848         * posix/bug-regex31.c: Include <stdlib.h>.
35850         * nscd/hstcache.c (cache_addhst): Remove unused variable.
35852         * nis/nss_compat/compat-spwd.c
35853         (getspent_next_nss_netgr): Remove unused variable.
35854         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
35856         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
35857         nonmembers" output to use the right array.
35859         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
35861         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
35863         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
35864         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
35865         * catgets/gencat.c (read_input_file): Likewise.
35866         * locale/programs/locarchive.c (enlarge_archive): Likewise.
35868         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
35869         variable definition inside #if's controlling its use.
35871         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
35873         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
35875         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
35877         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
35878         unreachable code.
35880         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
35882         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
35883         * configure: Regenerated.
35885         * Makerules: Revert last change.
35886         * elf/Makefile: Likewise.
35888 2011-06-09  Roland McGrath  <roland@hack.frob.com>
35890         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
35891         * elf/Makefile ($(objpfx)librtld.os): Likewise.
35892         (reloc-link): Likewise.
35894 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
35896         * elf/Makefile: Add rules to build pldd.
35897         * elf/pldd.c: New file.
35898         * elf/pldd-xx.c: New file.
35900 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
35902         * version.h: Update for 2.15 development version.
35904 2011-06-07  David S. Miller  <davem@davemloft.net>
35906         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
35907         ifuncs.
35908         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
35909         elf_machine_lazy_rel): Likewise.
35910         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
35911         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
35912         elf_machine_lazy_rel): Likewise.
35913         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
35914         dl_hwcap via passed in argument.
35915         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
35916         Likewise.
35918 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35920         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
35922 2011-06-06  Roland McGrath  <roland@hack.frob.com>
35924         [BZ #12849]
35925         * manual/fdl-1.1.texi: New file, verbatim from:
35926         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
35927         * manual/lgpl-2.1.texi: New file, verbatim from:
35928         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
35929         * manual/Makefile (licenses): New variable, list those new file names.
35930         (texis): Use it.
35931         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
35933         * manual/fdl.texi: File removed.
35934         * manual/lesser.texi: File removed.
35935         * manual/libc.texinfo (Copying, Documentation License):
35936         Use new @include file names, put @appendix directive before @include.
35938 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
35940         [BZ #12841]
35941         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
35942         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
35943         (mq_open): Add __NTH.
35945 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
35947         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35948         Assume Intel Core i3/i5/i7 processor if AVX is available.
35950 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
35952         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
35953         typo.
35955 2011-05-31  Andreas Schwab  <schwab@redhat.com>
35957         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
35958         memory.  Use alloca_account.  Fix memory leak when retrying.
35960 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
35962         * version.h (RELEASE): Bump for 2.14 release.
35963         * include/features.h (__GLIBC_MINOR__): Bump to 14.
35965         * config.make.in (RANLIB): Remove entry.
35967 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
35969         * po/Makefile (po-sed-cmd): Add ksh to extensions.
35970         (libc.pot): Work around missing support for .ksh extension in xgettext.
35972         [BZ #12684]
35973         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
35974         if both request failed.
35975         (send_dg): In case of server errors clear resplen or *resplen2.
35977         [BZ #12454]
35978         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
35979         when there are multiple maps.
35980         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
35981         (_dl_fini): Remove test here.
35983         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
35985 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
35987         [BZ #12350]
35988         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
35989         bit from old_res_options.
35990         (gaih_inet): Likewise.
35992         [BZ #11099]
35993         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
35994         as signed.
35996         * resolv/res_init.c (res_setoptions): Make the code more compact.
35998         [BZ #11558]
35999         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
36000         set RES_USEVC.
36002         [BZ #11634]
36003         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
36005         * malloc/malloc.h: Mark malloc hook variables as deprecated.
36007         [BZ #11781]
36008         * malloc/malloc.h: Declare malloc hook variables as volatile.
36010         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
36011         in last patch.
36013         [BZ #11799]
36014         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
36015         raise in the comment.
36016         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
36017         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
36018         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
36020 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
36022         [BZ #12811]
36023         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
36024         grow the buffers more if it already has to be sufficient.
36025         (build_wcs_upper_buffer): Likewise.
36026         * posix/regexec.c (check_matching): Likewise.
36027         (clean_state_log_if_needed): Likewise.
36028         (extend_buffers): Don't enlarge buffers beyond size of the input
36029         buffer.
36030         Patches mostly by Emil Wojak <emil@wojak.eu>.
36031         * posix/bug-regex32.c: New file.
36032         * posix/Makefile (tests): Add bug-regex32.
36034         * locale/findlocale.c (_nl_find_locale): Return right away if
36035         _nl_explode_name failed.
36036         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
36038         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
36040         * debug/xtrace.sh: Unify messages.
36041         * malloc/memusage.sh: Likewise.
36043         [BZ #12813]
36044         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
36045         time symbol from vDSO.  Substitute with vsyscall if not available.
36046         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
36047         __vdso_time.
36049         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
36050         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
36051         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
36052         Add sendmmsg and internal_sendmmsg.
36053         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
36054         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
36055         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
36057         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
36058         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
36059         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
36061 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
36063         [BZ #12813]
36064         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
36065         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
36066         available.
36067         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
36068         __vdso_getcpu.
36070         [BZ #12814]
36071         * iconvdata/Makefile (tests): Add bug-iconv9.
36072         * iconvdata/bug-iconv9.c: New file.
36074 2011-05-27  Andreas Schwab  <schwab@redhat.com>
36076         [BZ #12814]
36077         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
36079 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
36081         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
36082         (struct user_regs_struct): Change intcs field back to cs.
36084 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
36086         * po/ja.po: Update from translation team.
36088 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
36090         [BZ #12795]
36091         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
36092         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
36094 2011-05-20  Andreas Schwab  <schwab@redhat.com>
36096         * stdlib/longlong.h: Update from GCC.
36098 2011-05-23  Andreas Schwab  <schwab@redhat.com>
36100         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
36101         parameter name.
36102         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
36103         Add parameter name.
36104         (__sysconf): Pass it down.
36106 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
36108         [BZ #12671]
36109         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
36110         some situations.
36111         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
36112         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
36113         add in in __libc_use_alloca calls.  Adjust callers.
36114         (glob): Use malloc in some situations.
36116         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
36117         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
36118         pltexit.
36120 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
36122         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
36123         and CLOCK_BOOTTIME_ALARM.
36125         [BZ #12782]
36126         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
36127         is returned.
36129         * string/_strerror.c (__strerror_r): Print negative errors as signed
36130         numbers.
36132         [BZ #12777]
36133         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
36134         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
36135         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
36137         * configure.in: Fix typo in redirection and correct removal of test
36138         files in two cases.
36140         [BZ #12788]
36141         * locale/setlocale.c (new_composite_name): Fix test to check for
36142         identical name of all categories.
36144         [BZ #12792]
36145         * libio/filedoalloc.c (local_isatty): New function.
36146         (_IO_file_doallocate): Use local_isatty.
36147         * stdio-common/perror.c (perror): In case a new stream is used
36148         forward the stream error.
36149         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
36150         error flag.
36152 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
36154         [BZ #11869]
36155         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
36156         alloca.
36157         * include/alloca.h (extend_alloca_account): Define.
36159         [BZ #11857]
36160         * posix/regex.h: Fix comments with documentation of user-accessible
36161         fields after compilation and describe correct free'ing of pattern
36162         after re_compile_pattern.
36163         Patch by Reuben Thomas <rrt@sc3d.org>.
36165 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
36167         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
36168         and -mno-altivec to prevent the compiler from using Altivec and/or
36169         VSX instructions when the corresponding registers are not available.
36171 2011-05-19  Andreas Schwab  <schwab@redhat.com>
36173         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
36175 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
36177         * libio/freopen.c (freopen): Use __dup2, not dup2.
36178         * libio/freopen64.c (freopen64): Likewise.
36180 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36182         [BZ #12775]
36183         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
36184         * math/Makefile (tests): Add test-powl.
36185         (CFLAGS-test-powl.c): Define.
36186         * math/test-powl.c: New file.
36188 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36190         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
36192 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
36194         [BZ #11837]
36195         * iconvdata/gb18030.c: Update to GB18020-2005.
36197 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
36199         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
36200         RE_SYNTAX_POSIX_AWK): Update to match recent development.
36201         Patch by Aharon Robbins <arnold@skeeve.com>.
36203         [BZ #11892]
36204         * stdlib/putenv.c (putenv): Don't always create copy of the variable
36205         on the stack.
36207         [BZ #11895]
36208         * misc/pselect.c (__pselect): Handle timeout value errors hidden
36209         through underflows.
36211         [BZ #12766]
36212         * misc/error.c (error_at_line): Ensure file_name and old_file_name
36213         point to strings before performing equality test for error_one_per_line
36214         mode.
36216         [BZ #11697]
36217         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
36219         [BZ #11820]
36220         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
36221         (struct user_fpregs_struct): Avoid __uint*_t types.
36223         [BZ #6420]
36224         * malloc/mtrace.c (tr_where): Add additional parameter to point to
36225         symbol info.  Use it instead of calling _dl_addr locally.
36226         (lock_and_info): New function.
36227         (tr_freehook): Call lock_and_info and pass symbol info as additional
36228         parameter to tr_where.
36229         (tr_mallochook): Likewise.
36230         (tr_reallochook): Likewise.
36231         (tr_memalignhook): Likewise.
36233         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
36234         used and couldn't be at all thread-safe.
36236 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
36238         * libio/freopen.c (freopen): Don't close old file descriptor
36239         before the new one is opened.  Instead dup the new file descriptor
36240         to the old one after the new stream is created.
36241         * libio/freopen64.c (freopen64): Likewise.
36242         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
36243         * libio/fileops.c (_IO_new_file_close_it): Handle new
36244         _IO_FLAGS2_NOCLOSE flag.
36245         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
36246         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
36247         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
36248         _IO_FLAGS2_NOCLOSE flag.
36249         * include/unistd.h: Add hidden_proto for dup3.
36250         Define __have_dup3.
36251         * io/dup3.c: Define hidden symbol.
36252         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
36254         [BZ #7101]
36255         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
36256         when an incomplete long option is used.
36257         * posix/tst-getopt_long1.c: New file.
36258         * posix/Makefile (tests): Add tst-getopt_long1.
36260         [BZ #10138]
36261         * scripts/config.guess: Update from autoconf-2.68.
36262         * scripts/config.sub: Likewise.
36264         [BZ #10157]
36265         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
36266         tests into ...
36267         (has_cpuclock): ...this.  New function.
36268         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
36269         macro here based on has_cpuclock code.
36271         [BZ #10149]
36272         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
36273         First byte (not low byte) is now always NUL.
36274         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
36276         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
36277         Use non-cancelable interfaces.
36279         [BZ #9809]
36280         * locale/iso-639.def: Add entry for Sorani.
36282         [BZ #11901]
36283         * include/stdlib.h: Move include protection to the right place.
36284         Define abort_msg_s.  Declare __abort_msg with it.
36285         * stdlib/abort.c (__abort_msg): Adjust type.
36286         * assert/assert.c (__assert_fail_base): New function.  Majority
36287         of code from __assert_fail.  Allocate memory for __abort_msg with
36288         mmap.
36289         (__assert_fail): Now call __assert_fail_base.
36290         * assert/assert-perr.c: Remove bulk of implementation.  Use
36291         __assert_fail_base.
36292         * include/assert.hL Declare __assert_fail_base.
36293         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
36294         mmap.
36295         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
36297 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
36299         [BZ #11952]
36300         [BZ #12453]
36301         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
36302         until all modules are registered in the DTV.
36303         * elf/Makefile: Add rules to build and run tst-tls19.
36304         * elf/tst-tls19.c: New file.
36305         * elf/tst-tls19mod1.c: New file.
36306         * elf/tst-tls19mod2.c: New file.
36307         * elf/tst-tls19mod3.c: New file.
36308         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
36310         [BZ #12083]
36311         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
36312         correctly.
36314         [BZ #12601]
36315         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
36316         two-byte sequence errors.
36317         * iconvdata/Makefile (tests): Add bug-iconv8.
36318         * iconvdata/bug-iconv8.c: New file.
36320         [BZ #12626]
36321         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
36322         buf2 definition.
36324         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
36326         [BZ #12432]
36327         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
36328         (dummy_getcfa): New function.
36329         (init): Get _Unwind_GetCFA address, use dummy if not found.
36330         (backtrace_helper): In recursion check, also check whether CFA changes.
36331         (__backtrace): Completely initialize arg.
36333         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
36334         storing incomplete byte sequence in state object.  Avoid testing for
36335         guaranteed too small input if we know there is enough data available.
36337 2011-05-11  Andreas Schwab  <schwab@redhat.com>
36339         * Makeconfig (+link-pie): Indent.
36340         * Rules (binaries-pie): Define if $(have-fpie) and
36341         $(build-shared).
36342         (binaries-shared): Also filter out $(binaries-pie).
36343         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
36344         * nscd/Makefile (others-pie): Add nscd.
36345         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
36346         ($(objpfx)nscd): Remove command override.
36347         * login/Makefile (others-pie): Add pt_chown.
36348         ($(objpfx)pt_chown): Remove command override.
36349         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
36350         remove command overrides.
36352 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
36354         * libio/tst_putwc.c: Fix error messages.
36356         [BZ #12724]
36357         * libio/fileops.c (_IO_new_file_close_it): Always flush when
36358         currently writing and seek to current position when not.
36359         * libio/Makefile (tests): Add bug-fclose1.
36360         * libio/bug-fclose1.c: New file.
36362 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
36364         [BZ #12511]
36365         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
36366         don't set DF_1_NODELETE here.
36367         (do_lookup_x): When entering new entry test for copy relocation
36368         and if necessary set DF_1_NODELETE flag.
36369         * elf/tst-unique4.cc: New file.
36370         * elf/tst-unique4.h: New file.
36371         * elf/tst-unique4lib.cc: New file.
36372         * elf/Makefile: Add rules to build and run tst-unique4.
36373         Patch by Piotr Bury <pbury@goahead.com>.
36375 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
36377         [BZ #12052]
36378         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
36380         [BZ #12625]
36381         * misc/mntent_r.c (addmntent): Flush the stream after the output
36383         [BZ #12393]
36384         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
36385         (is_trusted_path_normalize): Skip initial colon.  Append slash
36386         to empty buffer.  Duplicate is_trusted_path code but allow
36387         constructed patch to be prefix.
36388         (is_dst): Allow $ORIGIN followed by /.
36389         (_dl_dst_substitute): Correct clearing of check_for_trusted.
36390         Correct testing of result of is_trusted_path_normalize
36391         (decompose_rpath): Fix warning.
36393 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
36395         [BZ #11257]
36396         * grp/initgroups.c (internal_getgrouplist): When we found the service
36397         list through the initgroups entry in nsswitch.conf do not always
36398         continue on a successful lookup.  Don't always use the
36399         __nss_group_database value if it is set.
36400         * nss/nsswitch.conf (initgroups): Change action for successful db
36401         lookup to continue for compatibility.
36403 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
36405         [BZ #11532]
36406         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
36407         and CP774 modules.
36408         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
36409         and CP774 modules.
36410         * iconvdata/tst-tables.sh: Likewise.
36411         * iconvdata/cp770.c: New file.
36412         * iconvdata/cp771.c: New file.
36413         * iconvdata/cp772.c: New file.
36414         * iconvdata/cp773.c: New file.
36415         * iconvdata/cp774.c: New file.
36416         * iconvdata/testdata/CP770: New file.
36417         * iconvdata/testdata/CP770..UTF8: New file.
36418         * iconvdata/testdata/CP771: New file.
36419         * iconvdata/testdata/CP771..UTF8: New file.
36420         * iconvdata/testdata/CP772: New file.
36421         * iconvdata/testdata/CP772..UTF8: New file.
36422         * iconvdata/testdata/CP773: New file.
36423         * iconvdata/testdata/CP773..UTF8: New file.
36424         * iconvdata/testdata/CP774: New file.
36425         * iconvdata/testdata/CP774..UTF8: New file.
36427         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
36428         END CHARMAP line.
36429         * iconvdata/gen-8bit-gap.sh: Likewise.
36430         * iconvdata/gen-8bit.sh: Likewise.
36432         * locale/iso-639.def: Add ary entry.
36434         [BZ #11258]
36435         * locale/C-translit.h.in: Add U20A1 transliteration.
36437         [BZ #12178]
36438         * locale/iso-639.def: Add wae entry.
36439         Patch by Kevin Bortis <bortis@translate-wae.ch>.
36441         [BZ #12545]
36442         * locale/programs/localedef.c (construct_output_path): Use ssize_t
36443         for n.
36445         [BZ #12711]
36446         * locale/C-translit.h.in: Add entry for U20B9.
36447         Patch by pravin.d.s@gmail.com.
36449 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
36451         [BZ #12713]
36452         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
36453         ENAMETOOLONG use generic getcwd.
36454         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
36455         in rtld.  Use *stat64.
36456         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
36457         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
36458         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
36459         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
36460         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
36461         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
36462         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
36463         __fstatat64 macros.
36464         * include/dirent.h: Add libc_hidden_proto for rewinddir.
36465         * dirent/rewinddir.c: Add libc_hidden_def.
36466         * sysdeps/mach/hurd/rewinddir.c: Likewise.
36467         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
36469         * include/dirent.h (__alloc_dir): Add flags parameter.
36470         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
36471         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
36472         __alloc_dir.
36473         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
36474         from fdopendir if O_CLOEXEC is already set.
36476 2011-03-15  Alan Modra  <amodra@gmail.com>
36478         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
36479         l_tls_firstbyte_offset non-zero.  Save padding offset in
36480         l_tls_firstbyte_offset for later use.
36481         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
36482         freeing static tls block.
36484 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
36486         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
36487         where #ifdef was intended.  The intent is to prevent ARG_MAX from
36488         being defined by the kernel headers.
36490 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
36492         [BZ #12734]
36493         * resolv/resolv.h: Define RES_NOTLDQUERY.
36494         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
36495         no-tld-query and set RES_NOTLDQUERY.
36496         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
36497         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
36498         modern BIND to search name as TLD unless forbidden.
36500 2011-05-07  Petr Baudis  <pasky@suse.cz>
36501             Ulrich Drepper  <drepper@gmail.com>
36503         [BZ #12393]
36504         * elf/dl-load.c (fillin_rpath): Move trusted path check...
36505         (is_trusted_path): ...to here.
36506         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
36507         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
36508         using is_trusted_path_normalize() in setuid scripts.
36510 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
36512         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
36513         __BEGIN/__END_DECLS.
36515 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
36517         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
36518         NSS_STATUS_NOTFOUND if no record was found.
36520 2011-05-05  Andreas Schwab  <schwab@redhat.com>
36522         * sunrpc/Makefile (headers): Add rpc/netdb.h.
36523         (headers-not-in-tirpc): Remove rpc/netdb.h
36524         * resolv/netdb.h: Revert last change.
36526 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
36528         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
36529         circular dependency between libgcc.a and libc.a.
36531 2011-05-05  Andreas Schwab  <schwab@redhat.com>
36533         * resolv/netdb.h: Don't include <rpc/netdb.h>.
36534         * nis/Makefile: Don't install rpcsvc/*.
36535         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
36536         instead of <rpc/types.h>.
36537         (MAXHOSTNAMELEN): Define.
36539 2011-05-03  Andreas Schwab  <schwab@redhat.com>
36541         * elf/ldconfig.c (add_dir): Don't crash on empty path.
36543 2011-04-28  Maciej Babinski  <mbabinski@google.com>
36545         [BZ #12714]
36546         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
36547         gethostbyname4_r when IPv6 results are possible.
36549 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
36551         [BZ #12723]
36552         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
36553         _PC_PIPE_BUF handling.
36555 2011-04-30  Bruno Haible  <bruno@clisp.org>
36557         [BZ #12717]
36558         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
36559         * resolv/netdb.h (getnameinfo): Change type of flags parameter
36560         to 'int'.
36561         * inet/getnameinfo.c (getnameinfo): Likewise.
36563 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
36565         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
36566         to groups setting in database lookup.
36567         * nss/nsswitch.conf: Add initgroups entry.
36569 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
36571         [BZ #12685]
36572         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
36573         mode string.
36574         Patch by Eric Blake <eblake@redhat.com>.
36576 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
36578         * sunrpc/Makefile (need-export-routines): Add svc_run.
36579         (routines): Remove svc_run.
36580         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
36581         * sunrpc/clnt_perr.c (clnt_perrno): Export.
36582         * sunrpc/svc_run.c (svc_run): Likewise.
36583         * sunrpc/svc_udp.c (svcudp_create): Likewise.
36585 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
36587         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
36588         problem in reallocation in last patch.
36590 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
36592         * sunrpc/Makefile: Move inclusion of Rules.
36594 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
36596         * nss/nss_files/files-initgroups.c: New file.
36597         * nss/Makefile (libnss_files-routines): Add files-initgroups.
36598         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
36599         _nss_files_initgroups_dyn.
36601 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
36603         * elf/elf.h (R_ARM_IRELATIVE): Define.
36605 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
36607         * po/ru.po: Update from translation team.
36609 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
36611         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
36612         dependencies.
36614 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
36616         [BZ #12653]
36617         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
36618         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
36619         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
36620         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
36621         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
36623 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
36625         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
36626         differing bytes.
36627         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
36628         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
36629         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
36631 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
36633         [BZ #12420]
36634         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
36635         storing it.
36636         * stdlib/bug-getcontext.c: New file.
36637         * stdlib/Makefile: Add rules to build and run bug-getcontext.
36639 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36641         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
36642         instructions into .machine "z9-109".
36643         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
36644         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
36646 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36648         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
36649         between environment variables and auxiliary vector.
36651 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
36653         * Makefile: Add rules to build linkobj/libc.so.
36654         * include/libc-symbols.h: Define libc_hidden_nolink.
36655         * include/rpc/auth.h: Mark functions which are to be hidden.
36656         * include/rpc/auth_des.h: Likewise.
36657         * include/rpc/auth_unix.h: Likewise.
36658         * include/rpc/clnt.h: Likewise.
36659         * include/rpc/des_crypt.h: Likewise.
36660         * include/rpc/key_prot.h: Likewise.
36661         * include/rpc/pmap_clnt.h: Likewise.
36662         * include/rpc/pmap_prot.h: Likewise.
36663         * include/rpc/pmap_rmt.h: Likewise.
36664         * include/rpc/rpc_msg.h: Likewise.
36665         * include/rpc/svc.h: Likewise.
36666         * include/rpc/svc_auth.h: Likewise.
36667         * include/rpc/xdr.h: Likewise.
36668         * nis/Makefile: Link all DSOs against linkobj/libc.so.
36669         * nss/Makefile: Likewise.
36670         * sunrpc/Makefile: Don't install headers.  Build library with normal
36671         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
36672         * sunrpc/auth_des.c: Hide exported symbols by default, export some
36673         for the compat linking library.  Remove use of INTDEF/INTUSE.
36674         * sunrpc/auth_none.c: Likewise.
36675         * sunrpc/auth_unix.c: Likewise.
36676         * sunrpc/authdes_prot.c: Likewise.
36677         * sunrpc/authuxprot.c: Likewise.
36678         * sunrpc/clnt_gen.c: Likewise.
36679         * sunrpc/clnt_perr.c: Likewise.
36680         * sunrpc/clnt_raw.c: Likewise.
36681         * sunrpc/clnt_simp.c: Likewise.
36682         * sunrpc/clnt_tcp.c: Likewise.
36683         * sunrpc/clnt_udp.c: Likewise.
36684         * sunrpc/clnt_unix.c: Likewise.
36685         * sunrpc/des_crypt.c: Likewise.
36686         * sunrpc/des_soft.c: Likewise.
36687         * sunrpc/get_myaddr.c: Likewise.
36688         * sunrpc/key_call.c: Likewise.
36689         * sunrpc/key_prot.c: Likewise.
36690         * sunrpc/netname.c: Likewise.
36691         * sunrpc/pm_getmaps.c: Likewise.
36692         * sunrpc/pm_getport.c: Likewise.
36693         * sunrpc/pmap_clnt.c: Likewise.
36694         * sunrpc/pmap_prot.c: Likewise.
36695         * sunrpc/pmap_prot2.c: Likewise.
36696         * sunrpc/pmap_rmt.c: Likewise.
36697         * sunrpc/publickey.c: Likewise.
36698         * sunrpc/rpc_cmsg.c: Likewise.
36699         * sunrpc/rpc_common.c: Likewise.
36700         * sunrpc/rpc_dtable.c: Likewise.
36701         * sunrpc/rpc_prot.c: Likewise.
36702         * sunrpc/rpc_thread.c: Likewise.
36703         * sunrpc/rtime.c: Likewise.
36704         * sunrpc/svc.c: Likewise.
36705         * sunrpc/svc_auth.c: Likewise.
36706         * sunrpc/svc_authux.c: Likewise.
36707         * sunrpc/svc_raw.c: Likewise.
36708         * sunrpc/svc_run.c: Likewise.
36709         * sunrpc/svc_simple.c: Likewise.
36710         * sunrpc/svc_tcp.c: Likewise.
36711         * sunrpc/svc_udp.c: Likewise.
36712         * sunrpc/svc_unix.c: Likewise.
36713         * sunrpc/svcauth_des.c: Likewise.
36714         * sunrpc/xcrypt.c: Likewise.
36715         * sunrpc/xdr.c: Likewise.
36716         * sunrpc/xdr_array.c: Likewise.
36717         * sunrpc/xdr_float.c: Likewise.
36718         * sunrpc/xdr_intXX_t.c: Likewise.
36719         * sunrpc/xdr_mem.c: Likewise.
36720         * sunrpc/xdr_rec.c: Likewise.
36721         * sunrpc/xdr_ref.c: Likewise.
36722         * sunrpc/xdr_sizeof.c: Likewise.
36723         * sunrpc/xdr_stdio.c: Likewise.
36725 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
36727         [BZ #12650]
36728         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
36729         * sysdeps/ia64/dl-tls.h: Likewise.
36730         * sysdeps/powerpc/dl-tls.h: Likewise.
36731         * sysdeps/s390/dl-tls.h: Likewise.
36732         * sysdeps/sh/dl-tls.h: Likewise.
36733         * sysdeps/sparc/dl-tls.h: Likewise.
36734         * sysdeps/x86_64/dl-tls.h: Likewise.
36735         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
36737 2011-03-14  Andreas Schwab  <schwab@redhat.com>
36739         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
36740         rpath element also skip the following colon.
36741         (expand_dynamic_string_token): Add is_path parameter and pass
36742         down to DL_DST_REQUIRED and _dl_dst_substitute.
36743         (decompose_rpath): Call expand_dynamic_string_token with
36744         non-zero is_path.  Ignore empty rpaths.
36745         (_dl_map_object_from_fd): Call expand_dynamic_string_token
36746         with zero is_path.
36748 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
36750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36751         Make cancelable.
36753 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
36755         [BZ #12655]
36756         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
36757         Patch by Filipe David Manana <fdmanana@apache.org>.
36759 2011-04-07  Andreas Schwab  <schwab@redhat.com>
36761         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
36762         Maintain aligned stack.
36763         (CHECK_RSP): Remove unused macro.
36765 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
36767         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
36768         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
36770 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
36772         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
36774         * include/features.h: Mention __USE_XOPEN2K8 in comment.
36776 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
36778         [BZ #12518]
36779         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
36780         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
36781         * sysdeps/x86_64/memmove.c: New file.
36782         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
36783         (memcpy): Renamed to ...
36784         (__new_memcpy): This.
36785         (memcpy): Provide GLIBC_2_14 memcpy.
36786         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
36787         (memcpy): Provide GLIBC_2_2_5 memcpy.
36789 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
36791         [BZ #12631]
36792         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
36794 2011-03-30  Andreas Schwab  <schwab@redhat.com>
36796         * misc/syncfs.c: New file.
36797         * misc/Makefile (routines): Add syncfs.
36798         * posix/unistd.h: Declare syncfs.
36799         * sysdeps/unix/syscalls.list: Add syncfs.
36801 2011-04-01  Andreas Schwab  <schwab@redhat.com>
36803         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
36804         open_by_handle_at.
36805         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
36806         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
36807         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36808         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36809         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36810         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
36811         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36813 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
36815         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
36816         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
36817         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
36818         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36819         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36820         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36821         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36823         * io/Makefile: Compile fallocate.c, fallocate64.c, and
36824         sync_file_range.c with -fexceptions.
36825         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
36826         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
36827         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
36828         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
36829         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
36830         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36831         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
36832         sync_file_range as cancellation point
36833         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
36834         now a wrapper around __call_sync_file_range with cancellation handling.
36835         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
36836         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
36837         function name to __call_sync_file_range.
36838         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
36839         Add call_sync_file_range.
36841 2011-04-01  Andreas Schwab  <schwab@redhat.com>
36843         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36844         bits/timex.h.
36846 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
36848         * iconv/iconv.h: Fix typo in comment.
36849         * io/fcntl.h: Likewise.
36850         * libio/stdio.h: Likewise.
36851         * posix/spawn.h: Likewise.
36852         * posix/unistd.h: Likewise.
36853         * stdlib/stdlib.h: Likewise.
36854         * time/time.h: Likewise.
36855         * wcsmbs/wchar.h: Likewise.
36857         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
36858         open_by_handle): Add.
36859         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
36860         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
36861         Augment a few comments.
36862         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
36863         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36864         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
36865         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36866         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
36867         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
36868         open_by_handle.
36870         * io/fcntl.h (AT_EMPTY_PATH): Define.
36872 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
36874         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
36875         * sysdeps/unix/sysv/linux/bits/time.h: New file.
36876         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
36877         to...
36878         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
36879         * Versions.def: Add GLIBC_2.14.
36880         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
36881         Export.
36883 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
36885         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
36886         round counter.
36887         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
36889 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
36891         [BZ #12597]
36892         * string/test-strncmp.c (do_page_test): New function.
36893         (check2): Likewise.
36894         (test_main): Call check2.
36895         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
36897 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
36899         [BZ #12587]
36900         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
36901         Handle cache information in CPU leaf 4.
36902         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
36904 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
36906         [BZ #12583]
36907         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
36908         character representation.
36909         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
36911 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
36913         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
36914         END(__isnan) to END(__isnanf) to match function entry point/label
36915         EALIGN(__isnanf,...).
36917 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
36919         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
36921 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
36923         [BZ #12510]
36924         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
36925         copy from the symbol referenced in the relocation to initialize the
36926         used variable.
36927         Patch by Piotr Bury <pbury@goahead.com>.
36928         * elf/Makefile: Add rules to build and tst-unique3.
36929         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
36930         * elf/tst-unique3.cc: New file.
36931         * elf/tst-unique3.h: New file.
36932         * elf/tst-unique3lib.cc: New file.
36933         * elf/tst-unique3lib2.cc: New file.
36935         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
36937 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
36939         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
36940         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
36941         to _start.
36943 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
36945         * elf/dl-load.c (_dl_map_object): If we are looking for the first
36946         to-be-loaded object along a path to loader is ld.so.
36948 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
36949             Ulrich Drepper  <drepper@gmail.com>
36951         * sysdeps/x86_64/memset.S: After aligning destination, code
36952         branches to different locations depending on the value of
36953         misalignment, when multiarch is enabled. Fix this.
36955 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
36957         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
36958         Set _x86_64_preferred_memory_instruction for AMD processsors.
36959         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36960         Set bit_Prefer_SSE_for_memop for AMD processors.
36962 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
36964         * libio/fmemopen.c (fmemopen): Optimize a bit.
36966 2011-03-03  Andreas Schwab  <schwab@redhat.com>
36968         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
36970 2011-03-03  Roland McGrath  <roland@redhat.com>
36972         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
36974 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
36976         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
36977         __bzero_ultra1 instead of __memset_ultra1.
36979 2011-02-23  Andreas Schwab  <schwab@redhat.com>
36980             Ulrich Drepper  <drepper@gmail.com>
36982         [BZ #12509]
36983         * include/link.h (struct link_map): Add l_orig_initfini.
36984         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
36985         returning unsuccessfully.
36986         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
36987         close of a file loaded at startup, restore the original l_initfini
36988         list.
36989         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
36990         list, store the pointer.
36991         * elf/Makefile ($(objpfx)noload-mem): New rule.
36992         (noload-ENV): Define.
36993         (tests): Add $(objpfx)noload-mem.
36994         * elf/noload.c: Include <memcheck.h>.
36995         (main): Call mtrace.  Close all opened handles.
36997 2011-02-17  Andreas Schwab  <schwab@redhat.com>
36999         [BZ #12454]
37000         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
37001         dependencies are missing.
37003 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37005         Fix __if_freereq crash: Unlike the generic version which uses free,
37006         Hurd needs munmap.
37007         * sysdeps/mach/hurd/ifreq.h: New file.
37009 2011-01-27  Petr Baudis  <pasky@suse.cz>
37010             Ulrich Drepper  <drepper@gmail.com>
37012         [BZ 12445]#
37013         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
37014         to extend_alloca().
37015         * stdio-common/bug23.c: New file.
37016         * stdio-common/Makefile (tests): Add bug23.
37018 2010-09-28  Andreas Schwab  <schwab@redhat.com>
37019             Ulrich Drepper  <drepper@gmail.com>
37021         [BZ #12489]
37022         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
37023         before performing relro protection.  At old place add assertion
37024         to make sure nothing changed.
37026 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
37027             Glauber de Oliveira Costa  <glommer@gmail.com>
37029         * elf/elf.h: Add new ARM TLS relocs.
37031 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
37033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
37034         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
37035         cast from r3.
37036         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
37037         'tests' variable.
37038         * sysdeps/wordsize-64/tst-writev.c: New file.
37040 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
37042         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
37043         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
37044         insns in _dl_start to prevent a TOC reference before relocs are
37045         resolved.
37047 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
37049         [BZ #12469]
37050         * Makeconfig: Remove RANLIB definition.
37051         * Makerules: Don't use RANLIB.
37052         * aclocal.m4: Remove ranlib test.
37053         * configure.in: No need to check for ranlib.
37054         * elf/rtld-Rules: Don't use RANLIB.
37056 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37058         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
37059         protection macro.
37060         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
37061         inclusion protection macro.
37063         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
37064         SIGRTMIN and SIGRTMAX and print information in that case only when
37065         SIGRTMIN is defined.
37067 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
37069         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
37070         arginfo fn returning -1.
37072         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
37073         and thousands string is zero terminated.
37075 2011-02-03  Andreas Schwab  <schwab@redhat.com>
37077         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
37078         sysdeps/unix/sysv/linux/bits/socket.h.
37080 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37082         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
37083         (__CPU_COUNT): Remove old macros.
37084         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
37085         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
37086         (__CPU_ALLOC, __CPU_FREE): Add macros.
37087         (__sched_cpualloc, __sched_cpufree): Add declarations.
37089 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
37091         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
37092         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
37093         * nscd/aicache.c (addhstaiX): Return timeout of added value.
37094         (readdhstai): Return value of addhstaiX call.
37095         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
37096         (addgrbyX): Return value returned by cache_addgr.
37097         (readdgrbyname): Return value returned by addgrbyX.
37098         (readdgrbygid): Likewise.
37099         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
37100         (addpwbyX): Return value returned by cache_addpw.
37101         (readdpwbyname): Return value returned by addhstbyX.
37102         (readdpwbyuid): Likewise.
37103         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
37104         (addservbyX): Return value returned by cache_addserv.
37105         (readdservbyname): Return value returned by addservbyX:
37106         (readdservbyport): Likewise.
37107         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
37108         (addhstbyX): Return value returned by cache_addhst.
37109         (readdhstbyname): Return value returned by addhstbyX.
37110         (readdhstbyaddr): Likewise.
37111         (readdhstbynamev6): Likewise.
37112         (readdhstbyaddrv6): Likewise.
37113         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
37114         (readdinitgroups): Return value returned by addinitgroupsX.
37115         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
37116         (prune_cache): Keep track of timeout value of re-added entries.
37117         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
37118         * nscd/nscd.h: Adjust prototypes of readd* functions.
37120 2011-02-04  Roland McGrath  <roland@redhat.com>
37122         * nis/nis_server.c (nis_servstate): Use the right name for 0.
37123         (nis_stats): Likewise.
37124         * nis/nis_modify.c (nis_modify): Likewise.
37125         * nis/nis_remove.c (nis_remove): Likewise.
37126         * nis/nis_add.c (nis_add): Likewise.
37128         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
37130         * posix/fnmatch_loop.c: Add some consts.
37132         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
37134 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
37136         [BZ #12460]
37137         * config.make.in (config-cflags-novzeroupper): Define.
37138         * configure.in: Substitute libc_cv_cc_novzeroupper.
37139         * elf/Makefile (AVX-CFLAGS): Define.
37140         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
37141         (CFLAGS-tst-auditmod4a.c): Likewise.
37142         (CFLAGS-tst-auditmod4b.c): Likewise.
37143         (CFLAGS-tst-auditmod6b.c): Likewise.
37144         (CFLAGS-tst-auditmod6c.c): Likewise.
37145         (CFLAGS-tst-auditmod7b.c): Likewise.
37146         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
37148 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
37150         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
37151         function to the callback.
37152         Patch partly by Jiri Olsa <jolsa@redhat.com>.
37154 2011-02-02  Andreas Schwab  <schwab@redhat.com>
37156         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
37157         of errno.
37159 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
37161         [BZ #11724]
37162         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
37163         of constructors.
37164         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
37165         of destructors.
37166         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
37168         [BZ #11724]
37169         * elf/Makefile: Add rules to build and run new test.
37170         * elf/tst-initorder.c: New file.
37171         * elf/tst-initorder.exp: New file.
37172         * elf/tst-initordera1.c: New file.
37173         * elf/tst-initordera2.c: New file.
37174         * elf/tst-initordera3.c: New file.
37175         * elf/tst-initordera4.c: New file.
37176         * elf/tst-initorderb1.c: New file.
37177         * elf/tst-initorderb2.c: New file.
37178         * elf/tst-order-a1.c: New file.
37179         * elf/tst-order-a2.c: New file.
37180         * elf/tst-order-a3.c: New file.
37181         * elf/tst-order-a4.c: New file.
37182         * elf/tst-order-b1.c: New file.
37183         * elf/tst-order-b2.c: New file.
37184         * elf/tst-order-main.c: New file.
37185         New test case by George Gensure <werkt0@gmail.com>.
37187 2010-10-01  Andreas Schwab  <schwab@redhat.com>
37189         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
37190         decoding ACE if AI_CANONIDN.
37192 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
37194         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
37196 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
37198         * version.h (RELEASE): Bump for 2.13 release.
37199         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
37201         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
37203         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
37204         MADV_NOHUGEPAGE.
37205         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
37206         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
37207         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
37208         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
37209         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
37210         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
37212         * posix/getconf.c: Update copyright year.
37213         * catgets/gencat.c: Likewise.
37214         * csu/version.c: Likewise.
37215         * debug/catchsegv.sh: Likewise.
37216         * debug/xtrace.sh: Likewise.
37217         * elf/ldconfig.c: Likewise.
37218         * elf/ldd.bash.in: Likewise.
37219         * elf/sprof.c (print_version): Likewise.
37220         * iconv/iconv_prog.c: Likewise.
37221         * iconv/iconvconfig.c: Likewise.
37222         * locale/programs/locale.c: Likewise.
37223         * locale/programs/localedef.c: Likewise.
37224         * malloc/memusage.sh: Likewise.
37225         * malloc/mtrace.pl: Likewise.
37226         * nscd/nscd.c (print_version): Likewise.
37227         * nss/getent.c: Likewise.
37229         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
37230         PF_CAIF, and PF_ALG.
37231         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
37233 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
37235         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
37236         (modules-names): Use them.
37237         (ifunc-test-modules, ifunc-pie-tests): Define.
37238         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
37239         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
37240         (test-extras): Likewise.
37241         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
37242         $(compile-command.c).
37243         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
37244         (all-built-dso): Define.
37245         (check-textrel.out, check-execstack.out): Depend on it.
37247         * configure.in: Don't override --enable-multi-arch.
37249 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
37251         [BZ #6812]
37252         * nscd/hstcache.c (tryagain): Define.
37253         (cache_addhst): Return tryagain not notfound for temporary errors.
37254         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
37255         failed.
37257 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
37259         [BZ #10563]
37260         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
37261         to make the syscall.
37262         * sysdeps/unix/sysv/linux/setgroups.c: New file.
37264         [BZ #12378]
37265         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
37266         and fall back to matching as normal character if the string ends before
37267         the matching ']' is found.  This is what POSIX requires.
37268         * posix/testfnm.c: Adjust test result.
37269         * posix/globtest.sh: Adjust test result.  Add new test.
37270         * posix/tst-fnmatch.input: Likewise.
37271         * posix/tst-fnmatch2.c: Add new test.
37273 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
37275         * elf/Makefile (check-execstack): Revert last change.  Depend on
37276         check-execstack.h.
37277         (check-execstack.h): New target.
37278         (generated): Add check-execstack.h.
37279         * elf/check-execstack.c: Include "check-execstack.h".
37280         (main): Revert last change.
37281         (handle_file): Return zero if GNU_STACK is absent and
37282         DEFAULT_STACK_PERMS doesn't include PF_X.
37284 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
37286         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
37287         in child fails because the descriptor is already closed.
37288         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
37289         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
37290         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
37292         [BZ #12397]
37293         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
37294         syscall.
37296         [BZ #10484]
37297         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
37298         temporary buffer used to handle multi lookups locally.
37299         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
37301 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
37303         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
37304         loader is ld.so.
37306 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
37308         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
37309         alignment for SSE2.
37311 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
37313         [BZ #12394]
37314         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
37315         characters.  When rounding increased number of integer digits recompute
37316         number of groups.
37317         * stdio-common/tst-grouping.c: New file.
37318         * stdio-common/Makefile: Add rules to build and run tst-grouping.
37320 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
37322         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
37323         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
37325         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
37326         void.
37327         * bits/select.h: Likewise.
37329 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
37331         * po/ja.po: Update from translation team.
37333 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
37335         [BZ #11155]
37336         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
37337         implementation just like for lxstat, fxstatat, et al.
37339 2010-12-27  Jim Meyering  <meyering@redhat.com>
37341         [BZ #12348]
37342         * posix/regexec.c (build_trtable): Return failure indication upon
37343         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
37345 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
37347         [BZ #12201]
37348         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
37349         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
37350         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
37351         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
37353         [BZ #12207]
37354         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
37356         [BZ #12204]
37357         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
37358         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
37360 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
37362         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
37363         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
37364         script has SORT_BY_INIT_PRIORITY.
37365         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
37366         NO_CTORS_DTORS_SECTIONS is defined.
37367         * elf/soinit.c: Likewise.
37368         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
37369         NO_CTORS_DTORS_SECTIONS is defined.
37370         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
37371         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
37372         * sysdeps/sh/init-first.c: Likewise.
37373         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
37375 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
37377         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
37378         always use the slow path.
37380 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
37382         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
37383         similar rule which adds the sysdep directories to the header search in
37384         order to pick up the correct platform stackinfo.h.
37385         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
37386         perform test if it is, otherwise return successfully without testing.
37387         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
37388         DEFAULT_STACK_PERMS define in stackinfo.h.
37389         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
37390         defined in stackinfo.h.
37391         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
37392         DEFAULT_STACK_PERMS defined in stackinfo.h.
37393         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
37394         * sysdeps/ia64/stackinfo.h: Likewise.
37395         * sysdeps/s390/stackinfo.h: Likewise.
37396         * sysdeps/sh/stackinfo.h: Likewise.
37397         * sysdeps/sparc/stackinfo.h: Likewise.
37398         * sysdeps/x86_64/stackinfo.h: Likewise.
37399         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
37400         PF_X for powerpc64.  Retain PF_X for powerpc32.
37402 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
37404         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
37405         accurately.
37406         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
37407         GETDENTS_64BIT_ALIGNED.
37409 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
37411         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
37413 2010-12-10  Andreas Schwab  <schwab@redhat.com>
37415         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
37416         _GNU_SOURCE.
37418         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
37419         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
37420         Remove __restrict.
37421         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
37422         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
37424 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
37426         [BZ #11655]
37427         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
37428         are initialized.
37430 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
37432         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
37434 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
37436         * po/it.po: Update from translation team.
37438 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
37440         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
37441         unused codes.
37443 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
37445         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
37447 2010-11-24  Andreas Schwab  <schwab@redhat.com>
37449         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
37450         specially.
37451         (gaih_getanswer_slice): Likewise.
37453 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
37455         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
37457 2010-05-31  Petr Baudis  <pasky@suse.cz>
37459         [BZ #11149]
37460         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
37461         silently even in the chroot mode.
37463 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
37465         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
37466         last patch a bit.  Pretty printing
37468 2010-05-31  Petr Baudis <pasky@suse.cz>
37470         [BZ #10085]
37471         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
37472         initialization of skip_initgroups_dyn.
37474 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
37476         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
37477         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
37479 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
37481         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
37483 2010-11-11  Andreas Schwab  <schwab@redhat.com>
37485         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
37486         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
37487         (tst-fnmatch-ENV): Set MALLOC_TRACE.
37488         ($(objpfx)tst-fnmatch-mem): New rule.
37489         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
37490         * posix/tst-fnmatch.c (main): Call mtrace.
37492 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
37494         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37495         Support Intel processor model 6 and model 0x2c.
37497 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
37499         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
37500           signed comparison.
37502 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
37504         [BZ #12205]
37505         * string/test-strncasecmp.c (check_result): New function.
37506         (do_one_test): Use it.
37507         (check1): New function.
37508         (test_main): Use it.
37509         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
37510         Support strcasecmp and strncasecmp.
37512 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
37514         [BZ #12194]
37515         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
37516         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37518 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
37520         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
37521         IFUNC support.
37522         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
37523         memset-x86-64.
37524         * sysdeps/x86_64/multiarch/bzero.S: New file.
37525         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
37526         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
37527         * sysdeps/x86_64/multiarch/memset.S: New file.
37528         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
37529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37530         Set bit_Prefer_SSE_for_memop for Intel processors.
37531         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
37532         Define.
37533         (index_Prefer_SSE_for_memop): Define.
37534         (HAS_PREFER_SSE_FOR_MEMOP): Define.
37536 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
37538         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
37539         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
37541 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
37543         [BZ #12191]
37544         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
37545         (__x86_64_raw_data_cache_size_half): Likewise.
37546         (__x86_64_raw_shared_cache_size): Likewise.
37547         (__x86_64_raw_shared_cache_size_half): Likewise.
37549         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
37550         (__x86_64_raw_data_cache_size_half): Likewise.
37551         (__x86_64_raw_shared_cache_size): Likewise.
37552         (__x86_64_raw_shared_cache_size_half): Likewise.
37553         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
37554         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
37555         and __x86_64_raw_shared_cache_size_half.  Round
37556         __x86_64_data_cache_size_half, __x86_64_data_cache_size
37557         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
37558         to multiple of 256 bytes.
37560 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
37562         [BZ #12167]
37563         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
37564         of inacessible symlinks.  Verify result of symlink before returning it.
37565         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
37566         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
37568 2010-10-28  Erich Ritz  <erichritz@gmail.com>
37570         * math/math.h (isinf): Fix typo in comment.
37572 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
37574         * po/da.po: Update from translation team.
37576 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
37578         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
37579         is added to the list.
37581 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37582             Ulrich Drepper  <drepper@gmail.com>
37584         * elf/dl-object.c (_dl_new_object): Don't append the new object to
37585         the global list here.  Move code to...
37586         (_dl_add_to_namespace_list): ...here.  New function.
37587         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
37588         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
37589         * elf/dl-load.c (lose): Don't remove the element from the list.
37590         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
37591         (_dl_map_object): Likewise.
37593 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
37595         [BZ #12159]
37596         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
37597         into all bytes of SSE register.
37598         Patch by Richard Li <richardpku@gmail.com>.
37600 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
37602         [BZ #12140]
37603         * malloc/malloc.c (_int_free): Fill correct number of bytes when
37604         perturbing.
37606 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
37608         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
37609         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
37610         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
37611         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
37612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
37613         submachine.
37614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
37616 2010-10-22  Andreas Schwab  <schwab@redhat.com>
37618         * include/dlfcn.h (__RTLD_SECURE): Define.
37619         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
37620         mode & __RTLD_SECURE instead.
37621         (open_path): Rename preloaded parameter to secure.
37622         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
37623         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
37624         * elf/dl-deps.c (openaux): Likewise.
37625         * elf/rtld.c (struct map_args): Remove is_preloaded.
37626         (map_doit): Don't use it.
37627         (dl_main): Likewise.
37628         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
37629         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
37631 2010-09-09  Andreas Schwab  <schwab@redhat.com>
37633         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
37634         (sysd-rules-targets): Remove duplicates.
37635         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
37636         rtld-%.$o dependency.
37638 2010-10-18  Andreas Schwab  <schwab@redhat.com>
37640         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
37641         _dl_map_object do it.
37643 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
37645         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
37646         fast fma builtins, define the macros in the C99 standard.
37647         (FP_FAST_FMAF): Likewise.
37648         (FP_FAST_FMAL): Likewise.
37649         * sysdeps/x86_64/bits/mathdef.h: Likewise.
37651         * bits/mathdef.h: Update copyright year.
37652         * sysdeps/powerpc/bits/mathdef.h: Likewise.
37654 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
37656         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
37657         builtins, define the macros in the C99 standard.
37658         (FP_FAST_FMAF): Likewise.
37659         (FP_FAST_FMAL): Likewise.
37660         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
37661         multiply/add.
37662         (FP_FAST_FMAF): Likewise.
37664 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
37666         [BZ #3268]
37667         * math/libm-test.inc (fma_test): Some new testcases.
37668         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
37669         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
37670         y and infinite z.  Do multiplication by C already in long double.
37671         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
37672         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
37673         y and infinite z.  Do bitwise or of inexact bit into u.d.
37674         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
37675         * sysdeps/i386/fpu/s_fmaf.S: Removed.
37676         * sysdeps/i386/fpu/s_fma.S: Removed.
37677         * sysdeps/i386/fpu/s_fmal.S: Removed.
37679 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
37681         [BZ #3268]
37682         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
37683         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
37684         computation is not scheduled after fetestexcept.  Fix value
37685         of minimum denormal long double.
37687 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
37689         [BZ #3268]
37690         * math/libm-test.inc (fma_test): Add some more tests.
37691         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
37692         correctly.
37694 2010-10-15  Andreas Schwab  <schwab@redhat.com>
37696         * scripts/data/localplt-s390-linux-gnu.data: New file.
37697         * scripts/data/localplt-s390x-linux-gnu.data: New file.
37699 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
37701         [BZ #3268]
37702         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
37703         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
37704         instead of dbl-64.
37705         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
37706         inlines.
37707         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
37708         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
37709         if one of x and y is very large and the other is subnormal.
37710         * sysdeps/s390/fpu/s_fmaf.c: New file.
37711         * sysdeps/s390/fpu/s_fma.c: New file.
37712         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
37713         * sysdeps/powerpc/fpu/s_fma.S: New file.
37714         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
37715         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
37716         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
37718 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
37720         [BZ #3268]
37721         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
37722         fma tests.
37723         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
37724         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
37725         * sysdeps/i386/i686/multiarch/s_fma.c: Include
37726         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
37727         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
37728         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
37729         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
37731 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
37733         [BZ #12078]
37734         * posix/regcomp.c (parse_branch): One more memory leak plugged.
37735         * posix/bug-regex31.input: Add test case.
37737 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
37739         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
37740         * posix/bug-regex31.input: New file.
37742         [BZ #12078]
37743         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
37744         (parse_sub_exp): Fix last change, use postorder.
37746         * posix/bug-regex31.c: New file.
37747         * posix/Makefile: Add rules to build and run bug-regex31.
37749         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
37751         [BZ #12078]
37752         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
37754         [BZ #12108]
37755         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
37756         to have entries in sys_siglist.
37758         [BZ #12093]
37759         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
37760         be NULL.
37762 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
37764         [BZ #3268]
37765         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
37766         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
37767         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
37768         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
37769         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
37770         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
37771         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
37772         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
37773         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
37774         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
37775         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
37776         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
37777         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
37778         * math/ftestexcept.c (fetestexcept): Likewise.
37779         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
37780         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
37781         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
37782         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
37783         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
37784         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
37785         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37787 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
37789         [BZ #12107]
37790         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
37791         newline.
37793 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
37795         * string/bug-strstr1.c: New file.
37796         * string/Makefile: Add rules to build and run bug-strstr1.
37798 2010-10-05  Eric Blake  <eblake@redhat.com>
37800         [BZ #12092]
37801         * string/str-two-way.h (two_way_long_needle): Always clear memory
37802         when skipping input due to the shift table.
37804 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
37806         [BZ #12005]
37807         * malloc/mcheck.c: Handle large requests.
37809         [BZ #12077]
37810         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
37811         for strncmp and strncasecmp.
37812         * string/stratcliff.c: Add tests for strcmp and strncmp.
37813         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
37815 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37817         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
37818         __set_fpscr.
37820 2010-09-30  Andreas Jaeger  <aj@suse.de>
37822         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
37823         (CGROUP_SUPER_MAGIC): Define.
37824         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
37825         Handle btrfs and cgroup file systems.
37826         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
37827         Likewise.
37829 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
37831         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
37832         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
37834 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37836         [BZ #12067]
37837         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
37838         trying to locate the ELF header.
37840 2010-09-27  Andreas Schwab  <schwab@redhat.com>
37842         [BZ #11611]
37843         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
37844         Mask out sign-bit copies when constructing f_fsid.
37846 2010-09-24  Petr Baudis <pasky@suse.cz>
37848         * debug/stack_chk_fail_local.c: Add missing licence exception.
37849         * debug/warning-nop.c: Likewise.
37851 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
37853         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
37854         implementing getdents64 using getdents syscall, set d_type if
37855         __ASSUME_GETDENTS32_D_TYPE.
37857 2010-09-16  Andreas Schwab  <schwab@redhat.com>
37859         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
37860         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
37862 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
37864         [BZ #12037]
37865         * posix/unistd.h: Undo change of feature selection for ftruncate from
37866         2010-01-11.
37868 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
37870         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
37871         detection.
37873 2010-09-20  Andreas Schwab  <schwab@redhat.com>
37875         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
37876         fanotify_mark.
37877         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
37879 2010-09-14  Andreas Schwab  <schwab@redhat.com>
37881         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
37882         variables after CHECK_SP call.
37883         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
37885 2010-09-13  Andreas Schwab  <schwab@redhat.com>
37886             Ulrich Drepper  <drepper@redhat.com>
37888         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
37889         re-relocationg ld.so.
37890         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
37891         _dl_init_paths call.
37892         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
37893         here anymore.
37895 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
37897         * resolv/res_init.c (__res_vinit): Count the default server we added.
37899 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
37900             Ulrich Drepper  <drepper@redhat.com>
37902         [BZ #11968]
37903         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
37904         (____longjmp_chk): Use %ebx for saving value across system call.
37905         Add unwind info.
37907 2010-09-06  Andreas Schwab  <schwab@redhat.com>
37909         * manual/Makefile: Don't mix pattern rules with normal rules.
37911 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37913         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
37914         operation.
37915         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
37916         * libio/iofopncook.c (_IO_cookie_init): Likewise.
37917         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
37918         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
37919         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
37920         Likewise.
37922 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
37924         [BZ #11979]
37925         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
37926         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
37928 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
37930         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
37931         * sysdeps/x86_64/addmul_1.S: Likewise.
37932         * sysdeps/x86_64/lshift.S: Likewise.
37933         * sysdeps/x86_64/mul_1.S: Likewise.
37934         * sysdeps/x86_64/rshift.S: Likewise.
37935         * sysdeps/x86_64/sub_n.S: Likewise.
37936         * sysdeps/x86_64/submul_1.S: Likewise.
37938 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37940         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
37941         Define __sched_param instead of SCHED_* and sched_param when
37942         <bits/sched.h> is included with __need_schedparam defined.
37943         * bits/sched.h [__need_schedparam]
37944         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
37945         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
37946         (__defined_schedparam): Define to 1.
37947         (__sched_param): New structure, identical to sched_param.
37948         (__need_schedparam): Undefine.
37950 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
37952         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
37953         (epoll_create1): Declare.
37955         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
37957 2010-08-31  Andreas Schwab  <schwab@redhat.com>
37959         [BZ #7066]
37960         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
37961         shifting retval into place.
37963 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
37965         * nis/rpcsvc/nis.h: Update copyright notice.
37966         * nis/rpcsvc/nis.x: Likewise.
37967         * nis/rpcsvc/nis_callback.h: Likewise.
37968         * nis/rpcsvc/nis_callback.x: Likewise.
37969         * nis/rpcsvc/nis_object.x: Likewise.
37970         * nis/rpcsvc/nis_tags.h: Likewise.
37971         * nis/rpcsvc/yp.h: Likewise.
37972         * nis/rpcsvc/yp.x: Likewise.
37973         * nis/rpcsvc/ypupd.h: Likewise.
37974         * nis/yp_xdr.c: Likewise.
37975         * nis/ypupdate_xdr.c: Likewise.
37977         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
37978         mainly the body of pmap_getport.  Add parameters to specify timeouts.
37979         (pmap_getport): Use __libc_rpc_getport.
37980         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
37981         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
37982         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
37984 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
37986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
37987         fanotify_mark.
37989 2010-08-27  Roland McGrath  <roland@redhat.com>
37991         * sysdeps/i386/i686/multiarch/Makefile
37992         (CFLAGS-varshift.c): New variable.
37994 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
37996         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
37997         * sysdeps/i386/i686/multiarch/varshift.c: New file.
37999         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
38001         * sysdeps/x86_64/strlen.S: Minimal code improvement.
38003 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
38005         * sysdeps/x86_64/strlen.S: Unroll the loop.
38006         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
38007         strlen-sse2 strlen-sse2-bsf.
38008         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
38009         __strlen_no_bsf if bit_Slow_BSF is set.
38010         (__strlen_sse42): Removed.
38011         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
38012         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
38014 2010-08-25  Roland McGrath  <roland@redhat.com>
38016         * sysdeps/x86_64/multiarch/varshift.S: File removed.
38017         * sysdeps/x86_64/multiarch/varshift.c: New file.
38018         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
38019         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
38020         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
38021         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38023 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
38025         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
38026         strlen-sse2 strlen-sse2-bsf.
38027         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
38028         __strlen_sse2_bsf if bit_Slow_BSF is unset.
38029         (__strlen_sse2): Removed.
38030         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
38031         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
38032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
38033         bit_Slow_BSF for Atom.
38034         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
38035         (index_Slow_BSF): Define.
38036         (HAS_SLOW_BSF): Define.
38038 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
38040         [BZ #10851]
38041         * resolv/res_init.c (__res_vinit): When no server address at all
38042         is given default to loopback.
38044 2010-08-24  Roland McGrath  <roland@redhat.com>
38046         * configure.in: Remove config-name.h generation.
38047         * configure: Regenerated.
38048         * config-name.in: File removed.
38049         * scripts/config-uname.sh: New file.
38050         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
38051         ($(objdir)config-name.h): New target.
38053         * sunrpc/rpc_parse.h: Avoid nested comment.
38055 2010-08-24  Richard Henderson  <rth@redhat.com>
38056             Ulrich Drepper  <drepper@redhat.com>
38057             H.J. Lu  <hongjiu.lu@intel.com>
38059         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
38060         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
38061         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
38062         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
38063         _mm_alignr_epi8 with _mm_loadu_si128.
38064         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
38065         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
38066         (__m128i_shift_right): Removed.
38067         * sysdeps/i386/i686/multiarch/varshift.h: New file.
38068         * sysdeps/i386/i686/multiarch/varshift.S: New file.
38069         * sysdeps/x86_64/multiarch/varshift.h: New file.
38070         * sysdeps/x86_64/multiarch/varshift.S: New file.
38072 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
38074         * configure.in: Move assembler checks to before sysdep dir checking.
38076 2010-08-20  Petr Baudis  <pasky@suse.cz>
38078         * LICENSES: Sync the sunrpc license.
38080 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
38082         * sunrpc/auth_des.c: Update copyright notice once again.
38083         * sunrpc/auth_none.c: Likewise.
38084         * sunrpc/auth_unix.c: Likewise.
38085         * sunrpc/authdes_prot.c: Likewise.
38086         * sunrpc/authuxprot.c: Likewise.
38087         * sunrpc/bindrsvprt.c: Likewise.
38088         * sunrpc/clnt_gen.c: Likewise.
38089         * sunrpc/clnt_perr.c: Likewise.
38090         * sunrpc/clnt_raw.c: Likewise.
38091         * sunrpc/clnt_simp.c: Likewise.
38092         * sunrpc/clnt_tcp.c: Likewise.
38093         * sunrpc/clnt_udp.c: Likewise.
38094         * sunrpc/clnt_unix.c: Likewise.
38095         * sunrpc/des_crypt.c: Likewise.
38096         * sunrpc/des_soft.c: Likewise.
38097         * sunrpc/get_myaddr.c: Likewise.
38098         * sunrpc/getrpcport.c: Likewise.
38099         * sunrpc/key_call.c: Likewise.
38100         * sunrpc/key_prot.c: Likewise.
38101         * sunrpc/openchild.c: Likewise.
38102         * sunrpc/pm_getmaps.c: Likewise.
38103         * sunrpc/pm_getport.c: Likewise.
38104         * sunrpc/pmap_clnt.c: Likewise.
38105         * sunrpc/pmap_prot.c: Likewise.
38106         * sunrpc/pmap_prot2.c: Likewise.
38107         * sunrpc/pmap_rmt.c: Likewise.
38108         * sunrpc/rpc/auth.h: Likewise.
38109         * sunrpc/rpc/auth_unix.h: Likewise.
38110         * sunrpc/rpc/clnt.h: Likewise.
38111         * sunrpc/rpc/des_crypt.h: Likewise.
38112         * sunrpc/rpc/key_prot.h: Likewise.
38113         * sunrpc/rpc/netdb.h: Likewise.
38114         * sunrpc/rpc/pmap_clnt.h: Likewise.
38115         * sunrpc/rpc/pmap_prot.h: Likewise.
38116         * sunrpc/rpc/pmap_rmt.h: Likewise.
38117         * sunrpc/rpc/rpc.h: Likewise.
38118         * sunrpc/rpc/rpc_des.h: Likewise.
38119         * sunrpc/rpc/rpc_msg.h: Likewise.
38120         * sunrpc/rpc/svc.h: Likewise.
38121         * sunrpc/rpc/svc_auth.h: Likewise.
38122         * sunrpc/rpc/types.h: Likewise.
38123         * sunrpc/rpc/xdr.h: Likewise.
38124         * sunrpc/rpc_clntout.c: Likewise.
38125         * sunrpc/rpc_cmsg.c: Likewise.
38126         * sunrpc/rpc_common.c: Likewise.
38127         * sunrpc/rpc_cout.c: Likewise.
38128         * sunrpc/rpc_dtable.c: Likewise.
38129         * sunrpc/rpc_hout.c: Likewise.
38130         * sunrpc/rpc_main.c: Likewise.
38131         * sunrpc/rpc_parse.c: Likewise.
38132         * sunrpc/rpc_parse.h: Likewise.
38133         * sunrpc/rpc_prot.c: Likewise.
38134         * sunrpc/rpc_sample.c: Likewise.
38135         * sunrpc/rpc_scan.c: Likewise.
38136         * sunrpc/rpc_scan.h: Likewise.
38137         * sunrpc/rpc_svcout.c: Likewise.
38138         * sunrpc/rpc_tblout.c: Likewise.
38139         * sunrpc/rpc_util.c: Likewise.
38140         * sunrpc/rpc_util.h: Likewise.
38141         * sunrpc/rpcinfo.c: Likewise.
38142         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
38143         * sunrpc/rpcsvc/key_prot.x: Likewise.
38144         * sunrpc/rpcsvc/klm_prot.x: Likewise.
38145         * sunrpc/rpcsvc/mount.x: Likewise.
38146         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
38147         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
38148         * sunrpc/rpcsvc/rex.x: Likewise.
38149         * sunrpc/rpcsvc/rstat.x: Likewise.
38150         * sunrpc/rpcsvc/rusers.x: Likewise.
38151         * sunrpc/rpcsvc/sm_inter.x: Likewise.
38152         * sunrpc/rpcsvc/spray.x: Likewise.
38153         * sunrpc/rpcsvc/yppasswd.x: Likewise.
38154         * sunrpc/rtime.c: Likewise.
38155         * sunrpc/svc.c: Likewise.
38156         * sunrpc/svc_auth.c: Likewise.
38157         * sunrpc/svc_authux.c: Likewise.
38158         * sunrpc/svc_raw.c: Likewise.
38159         * sunrpc/svc_run.c: Likewise.
38160         * sunrpc/svc_simple.c: Likewise.
38161         * sunrpc/svc_tcp.c: Likewise.
38162         * sunrpc/svc_udp.c: Likewise.
38163         * sunrpc/svc_unix.c: Likewise.
38164         * sunrpc/svcauth_des.c: Likewise.
38165         * sunrpc/xcrypt.c: Likewise.
38166         * sunrpc/xdr.c: Likewise.
38167         * sunrpc/xdr_array.c: Likewise.
38168         * sunrpc/xdr_float.c: Likewise.
38169         * sunrpc/xdr_mem.c: Likewise.
38170         * sunrpc/xdr_rec.c: Likewise.
38171         * sunrpc/xdr_ref.c: Likewise.
38172         * sunrpc/xdr_sizeof.c: Likewise.
38173         * sunrpc/xdr_stdio.c: Likewise.
38175         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
38176         handling.
38178 2010-08-19  Andreas Schwab  <schwab@redhat.com>
38180         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
38182 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
38184         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
38185         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
38186         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
38187         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
38188         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
38189         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
38190         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
38191         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
38192         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
38193         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
38194         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
38195         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
38196         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
38197         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
38199 2010-07-26  Anton Blanchard  <anton@samba.org>
38201         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
38202         * malloc/arena.c (heap_trim): Likewise.
38204 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
38206         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
38207         here.  Not...
38208         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
38209         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
38211 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
38213         * sysdeps/i386/elf/Makefile: New file.
38215 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
38217         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
38218         from fanotify_init.
38219         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
38220         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
38222 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
38224         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
38225         of strncasecmp_l.
38226         * sysdeps/multiarch/strcmp.S: Likewise.
38228 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
38230         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
38231         strncase_l-nonascii.
38232         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
38233         Add strncase_l-ssse3.
38234         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
38235         * sysdeps/x86_64/strcmp.S: Likewise.
38236         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
38237         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
38238         * sysdeps/x86_64/strncase.S: New file.
38239         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
38240         * sysdeps/x86_64/strncase_l.S: New file.
38241         * string/Makefile (strop-tests): Add strncasecmp.
38242         * string/test-strncasecmp.c: New file.
38244         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
38245         warning.
38247         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
38248         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
38250 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
38252         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
38254 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
38256         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
38257         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
38258         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
38260 2010-05-01  Alan Modra  <amodra@gmail.com>
38262         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
38263         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
38264         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
38265         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
38266         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
38267         tidying.  Don't tail-call __sigjmp_save for static lib.
38268         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
38269         save location.
38270         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
38271         (CALL_MCOUNT): Add eh info, and nop after bl.
38272         (TAIL_CALL_SYSCALL_ERROR): New macro.
38273         (PSEUDO_RET): Use it.
38274         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
38275         Correct save location of integer regs and cr.
38276         (_dl_profile_resolve): Correct cr save location.  Delete nops
38277         after bl when SHARED.  Reduce cfi size a little by better
38278         placement of cfi directives.
38279         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
38280         make a stack frame.  Instead use parm save area as a temp.
38281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
38282         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
38283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
38284         Don't make a stack frame for parent, use parm save area.
38285         Increase child stack frame to 112 bytes.  Don't save unused reg,
38286         and adjust reg usage.  Set up cfi on error recovery and
38287         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
38288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38289         (__makecontext): Add dummy nop after jump to exit.
38290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
38291         Use correct parm save area and cr save, reduce stack frame.
38292         Correct cfi for possible PSEUDO_RET frame setup.
38293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
38294         Branch to local label emitted by PSEUDO_RET rather than
38295         __syscall_error.
38297 2010-08-12  Andreas Schwab  <schwab@redhat.com>
38299         [BZ #11904]
38300         * locale/programs/locale.c (print_assignment): New function.
38301         (show_locale_vars): Use it.
38303 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
38305         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
38306         field.
38307         (struct statfs64): Likewise.
38308         (_STATFS_F_FLAGS): Define.
38309         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
38310         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
38311         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
38312         (ST_VALID): Define locally.
38313         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
38314         __statvfs_getflags, use the provided value.
38315         * sysdeps/unix/sysv/linux/kernel-features.h: Define
38316         __ASSUME_STATFS_F_FLAGS.
38318         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
38320         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
38321         Add sys/fanotify.h.
38322         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
38323         fanotify_mask for GLIBC_2.13.
38324         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
38325         fanotify_init and fanotify_mark.
38326         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
38327         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
38329         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
38330         Add prlimit.
38331         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
38332         prlimit64 for GLIBC_2.13.
38333         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
38334         prlimit64.
38335         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
38336         syscall.
38337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
38338         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
38339         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
38340         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
38341         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
38342         add prlimit alias.
38343         * sysdeps/unix/sysv/linux/prlimit.c: New file.
38345         [BZ #11903]
38346         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
38347         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
38349         * nss/Makefile: Add rules to build and run tst-nss-test1.
38350         * shlib-versions: Add entry for libnss_test1.
38351         * nss/nss_test1.c: New file.
38352         * nss/tst-nss-test1.c: New file.
38354         * nss/nsswitch.c (__nss_database_custom): Define new variable.
38355         (__nss_configure_lookup): Set appropriate entry in
38356         __nss_configure_lookup to true.
38357         * nss/nsswitch.h: Define enum with indeces of databases in
38358         databases and __nss_database_custom arrays.  Declare
38359         __nss_database_custom.
38360         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
38361         to avoid using nscd when custom rules are installed.
38362         * nss/getXXbyYY_r.c: Likewise.
38363         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
38365         * nss/nss_files/files-parse.c: Whitespace fixes.
38367 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
38369         [BZ #11883]
38370         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
38371         * posix/fnmatch_loop.c: Likewise.
38373 2010-07-17  Andi Kleen  <ak@linux.intel.com>
38375         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
38376         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
38377         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
38378         * Versions.def [GLIBC_2.13]: Add.
38380 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
38382         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
38383         Also fail if tpwd after pwuid call is NULL.
38385 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38387         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
38388         when converting to ms.
38390 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38392         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
38393         EOPNOTSUPP errors with ENOTTY.
38394         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
38395         EOPNOTSUPP errors with ENOTTY.
38397 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
38399         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
38400         Add strcasecmp_l-ssse3.
38401         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
38402         strcasecmp.
38403         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
38404         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
38405         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
38407 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
38409         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
38411         * string/Makefile (strop-tests): Add strcasecmp.
38412         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
38413         strcasecmp_l-nonascii.
38414         (gen-as-const-headers): Add locale-defines.sym.
38415         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
38416         * sysdeps/x86_64/strcasecmp.S: New file.
38417         * sysdeps/x86_64/strcasecmp_l.S: New file.
38418         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
38419         * sysdeps/x86_64/locale-defines.sym: New file.
38420         * string/test-strcasecmp.c: New file.
38422         * string/test-strcasestr.c: Test both ends of the range of characters.
38423         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
38425 2010-07-29  Roland McGrath  <roland@redhat.com>
38427         [BZ #11856]
38428         * manual/locale.texi (Yes-or-No Questions): Fix example code.
38430 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
38432         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
38433         for ld.so.
38435 2010-07-27  Andreas Schwab  <schwab@redhat.com>
38437         * manual/memory.texi (Malloc Tunable Parameters): Document
38438         M_PERTURB.
38440 2010-07-26  Roland McGrath  <roland@redhat.com>
38442         [BZ #11840]
38443         * configure.in (-fgnu89-inline check): Set and substitute
38444         gnu89_inline, not libc_cv_gnu89_inline.
38445         * configure: Regenerated.
38446         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
38448 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
38450         * string/test-strnlen.c: New file.
38451         * string/Makefile (strop-tests): Add strnlen.
38452         * string/tester.c (test_strnlen): Add a few more test cases.
38453         * string/tst-strlen.c: Better error reporting.
38455         * sysdeps/x86_64/strnlen.S: New file.
38457 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
38459         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
38460         lower-latency instructions.
38462 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
38464         * string/test-strcasestr.c: New file.
38465         * string/test-strstr.c: New file.
38466         * string/Makefile (strop-tests): Add strstr and strcasestr.
38467         * string/str-two-way.h: Don't undefine MAX.
38468         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
38470 2010-07-21  Andreas Schwab  <schwab@redhat.com>
38472         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
38473         strcasestr-nonascii.
38474         (CFLAGS-strcasestr-nonascii.c): Define.
38475         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
38476         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
38477         Remove unused attribute.
38479 2010-07-20  Roland McGrath  <roland@redhat.com>
38481         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
38482         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
38483         ld.so.cache was broken.  With it, there is no way to disable dsocaps
38484         like LD_HWCAP_MASK can disable hwcaps.
38486 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
38488         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
38490 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
38492         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
38493         call in strcasestr.
38494         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
38495         __strcasestr_sse42_nonascii.
38496         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
38497         strcasestr-nonascii.c.
38498         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
38500 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
38502         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
38503         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
38504         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
38505         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
38507 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
38509         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
38510         fcntl.
38512 2010-07-06  Andreas Schwab  <schwab@redhat.com>
38514         [BZ #11577]
38515         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
38516         dl_signal_cerror.
38518 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
38520         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
38521         _PC_PIPE_BUF using F_GETPIPE_SZ.
38523 2010-07-05  Roland McGrath  <roland@redhat.com>
38525         * manual/arith.texi (Rounding Functions): Fix rint description
38526         implicit in round description.
38528 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
38530         * elf/Makefile: Fix linking for a few tests to make recent linker
38531         happy.
38533 2010-06-30  Andreas Schwab  <schwab@redhat.com>
38535         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
38536         $(common-objpfx)libc_nonshared.a.
38538 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
38540         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
38541         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
38542         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
38543         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
38544         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
38545         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
38546         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
38547         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
38548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
38549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
38550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
38551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
38552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
38553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
38554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
38555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
38556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
38557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
38558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
38559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
38560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
38561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
38562         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
38563         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
38564         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
38565         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
38566         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
38567         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
38568         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
38569         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
38570         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
38571         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
38572         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
38573         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
38574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
38575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
38576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
38577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
38578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
38579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
38580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
38581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
38582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
38583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
38584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
38585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
38586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
38587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
38589 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
38591         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
38592         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
38593         * string/memmove.c (memmove): Renamed to ...
38594         (MEMMOVE): ...this.  Default to memmove.
38595         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
38596         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
38597         (END_CHK): Define.
38598         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
38599         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
38600         mempcpy-ssse3-back memmove-ssse3-back.
38601         * sysdeps/x86_64/multiarch/bcopy.S: New file .
38602         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
38603         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
38604         * sysdeps/x86_64/multiarch/memcpy.S: New file.
38605         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
38606         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
38607         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
38608         * sysdeps/x86_64/multiarch/memmove.c: New file.
38609         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
38610         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
38611         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
38612         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
38613         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
38614         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
38615         Define.
38616         (index_Fast_Copy_Backward): Define.
38617         (HAS_ARCH_FEATURE): Define.
38618         (HAS_FAST_REP_STRING): Define.
38619         (HAS_FAST_COPY_BACKWARD): Define.
38621 2010-06-21  Andreas Schwab  <schwab@redhat.com>
38623         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
38624         Restore proper fallback handling.
38626 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
38628         [BZ #11701]
38629         * posix/group_member.c (__group_member): Correct checking loop.
38631         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
38632         OOM in getpwuid_r correctly.  Return error number when the caller
38633         should return, otherwise -1.
38634         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
38635         call returning > 0 value.
38636         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
38638 2010-06-07  Andreas Schwab  <schwab@redhat.com>
38640         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
38641         libc_nonshared.a from targets in modules-names.
38643 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
38645         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
38646         requires it.
38648 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
38650         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
38651         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
38652         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
38653         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
38655 2010-06-02  Andreas Schwab  <schwab@redhat.com>
38657         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
38659 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
38661         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
38662         and F_GETPIPE_SZ.
38663         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
38664         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
38665         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38666         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38667         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
38668         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
38670 2010-06-14  Roland McGrath  <roland@redhat.com>
38672         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
38674 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
38676         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
38677         __REDIRECT followed by __THROW.
38678         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
38679         * posix/getopt.h (getopt): Likewise.
38681 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
38683         * hurd/lookup-at.c (__file_name_lookup_at): Accept
38684         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
38685         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
38686         in AT_FLAGS.
38687         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
38688         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
38690 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
38692         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
38694 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
38696         [BZ #11640]
38697         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38698         Properly check family and model.
38700 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
38702         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
38704 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
38706         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
38708 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
38710         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
38711         symbol reference.
38713 2010-05-19  Andreas Schwab  <schwab@redhat.com>
38715         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
38716         symbol reference.
38718 2010-05-21  Andreas Schwab  <schwab@redhat.com>
38720         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
38721         and internal_recvmmsg.
38722         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
38723         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
38724         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
38725         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
38727         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
38728         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
38729         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
38731 2010-05-20  Andreas Schwab  <schwab@redhat.com>
38733         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
38735 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
38737         POWER7 optimizations.
38738         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
38739         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
38741 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
38743         * version.h: Update for 2.13 development version.
38745 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
38747         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
38748         exceptions.  Return 0.
38750 2010-05-07  Roland McGrath  <roland@redhat.com>
38752         * elf/ldconfig.c (main): Add a const.
38754 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
38756         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
38757         (args_options): Add no-idn option.
38758         (ahosts_keys_int): Add idn_flags to ai_flags.
38759         (parse_option): Handle 'i' option to clear idn_flags.
38761         * malloc/malloc.c (_int_free): Possible race in the most recently
38762         added check.  Only act on the data if no current modification
38763         happened.
38765 See ChangeLog.17 for earlier changes.