tilegx32: set __HAVE_64B_ATOMICS to 0
[platform/upstream/glibc.git] / ChangeLog
1 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2
3         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
4         Define to 0.
5
6 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
7
8         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
9         (__HAVE_64B_ATOMICS): Define to 0.
10
11 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
12
13         [BZ #17885]
14         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
15         value to set as new flag.
16
17         [BZ #16576]
18         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
19         and use _ARCH_PPCSQ instead.
20         (__ieee754_sqrt): Likewise.
21         (__ieee754_sqrtf): Likewise.
22         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
23         _ARCH_PPCSQ is defined.
24         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
25         fsqrt instruction.
26         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
27         _ARCH_PPCSQ is defined.
28         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
29         fsqrts instruction.
30         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
31
32 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33
34         * iconv/loop.c: Suppress array out of bound warning caused by GCC
35         bug (GCC BZ #64739).
36
37 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
38
39         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
40         Mark _retval as used.
41         (lll_futex_wake_unlock): Likewise.
42         (lll_futex_timed_wait_requeue_pi): Likewise.
43
44         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
45         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
46         register variables.
47
48         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
49         libm_hidden_def.
50
51         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
52         (__bswap_64): Mark as __always_inline.
53
54 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
55
56         [BZ #15378]
57         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
58         when none of the search directories exist.
59
60 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
61
62         [BZ #17869]
63         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
64         power8 in .machine directive.
65
66         [BZ #17868]
67         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
68         set dependency from opd value.
69
70 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
71
72         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
73         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
74         architecture.
75
76 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
77
78         [BZ #17870]
79         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
80         with uint64_t.
81         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
82         (uint64_t) 1.
83         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
84         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
85         Replace 1UL with (uint64_t) 1.
86         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
87         int with uint64_t.
88
89 2015-01-23  Roland McGrath  <roland@hack.frob.com>
90
91         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
92         (if_freenameindex): Likewise.
93
94         * resource/getrlimit64.c: Add missing libc_hidden_def.
95
96 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
97
98         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
99         __label__.
100         (_FP_FMA): Likewise.
101         (_FP_TO_INT_ROUND): Likewise.
102         (_FP_FROM_INT): Likewise.
103
104 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
105
106         [BZ #16418]
107         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
108         Make code racy and cancel safe.
109
110 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
111
112         * sysdeps/arm/unwind-resume.h: Fix copyright year.
113         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
114         attribution.
115
116         * pwd/tst-getpw.c: Rewrite.
117
118         [BZ #17702]
119         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
120         (modules-names): Add moddummy1 and moddummy2.
121         ($(objpfx)tst-rec-dlopen): Define.
122         * dlfcn/moddummy1.c: New file.
123         * dlfcn/moddummy2.c: New file.
124         * dlfcn/tst-rec-dlopen.c: New file.
125         * elf/dl-cache.c (_dl_load_cache_lookup):
126         Return char*. Copy result with alloca/strcpy/strdup.
127         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
128         returns char*. Free cached. If not saving realname
129         free cached.
130         * elf/dl-open.c (dl_open_worker): Do not assert that
131         _r_debug->r_state is RT_CONSISTENT.
132         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
133         returns char*.
134
135 2015-01-21  Torvald Riegel  <triegel@redhat.com>
136             Carlos O'Donell  <carlos@redhat.com>
137
138         [BZ #12674]
139         * nptl/sem_waitcommon.c: New file.
140         * nptl/sem_wait.c: Include sem_waitcommon.c.
141         (__sem_wait_cleanup, do_futex_wait): Remove.
142         (__new_sem_wait): Adapt.
143         (__new_sem_trywait): New function.
144         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
145         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
146         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
147         (sem_timedwait): Adapt.
148         * nptl/sem_post.c (__new_sem_post): Adapt.
149         (futex_wake): New function.
150         (__old_sem_post): Add release MO fence.
151         * nptl/sem_open.c (sem_open): Adapt.
152         * nptl/sem_init.c (__new_sem_init): Adapt.
153         (futex_private_if_supported): New function.
154         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
155         (__old_sem_getvalue): Add using previous code.
156         * sysdeps/nptl/internaltypes.h: Adapt.
157         * nptl/tst-sem13.c (do_test): Adapt.
158         * nptl/tst-sem11.c (main): Adapt.
159         * nptl/sem_trywait.c: Remove.
160         * nptl/DESIGN-sem.txt: Remove.
161         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
162         (gen-as-const-headers): Remove structsem.sym.
163         * nptl/structsem.sym: Remove.
164         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
165         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
166         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
167         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
168         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
169         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
170         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
171         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
172         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
173         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
174         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
175         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
176         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
177         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
178         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
179         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
180         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
181         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
182         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
183         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
184         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
185         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
186
187 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
188
189         * INSTALL: Regenerated.
190
191         * po/libc.pot: Regenerated.
192
193 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
194             Sandra Loosemore  <sandra@codesourcery.com>
195             Andrew Jenner  <andrew@codesourcery.com>
196             Joseph Myers  <joseph@codesourcery.com>
197             Nathan Sidwell  <nathan@codesourcery.com>
198
199         * NEWS: Mention new Nios II port.
200         * sysdeps/nios2/Implies: New file.
201         * sysdeps/nios2/Makefile: New file.
202         * sysdeps/nios2/Subdirs: New file.
203         * sysdeps/nios2/Versions: New file.
204         * sysdeps/nios2/__longjmp.S: New file.
205         * sysdeps/nios2/abort-instr.h: New file.
206         * sysdeps/nios2/backtrace.c: New file.
207         * sysdeps/nios2/bits/endian.h: New file.
208         * sysdeps/nios2/bits/fenv.h: New file.
209         * sysdeps/nios2/bits/link.h: New file.
210         * sysdeps/nios2/bits/setjmp.h: New file.
211         * sysdeps/nios2/bsd-_setjmp.S: New file.
212         * sysdeps/nios2/bsd-setjmp.S: New file.
213         * sysdeps/nios2/configure: New generated file.
214         * sysdeps/nios2/configure.ac: New file.
215         * sysdeps/nios2/crti.S: New file.
216         * sysdeps/nios2/crtn.S: New file.
217         * sysdeps/nios2/dl-init.c: New file.
218         * sysdeps/nios2/dl-machine.h: New file.
219         * sysdeps/nios2/dl-sysdep.h: New file.
220         * sysdeps/nios2/dl-tls.h: New file.
221         * sysdeps/nios2/dl-trampoline.S: New file.
222         * sysdeps/nios2/gccframe.h: New file.
223         * sysdeps/nios2/gmp-mparam.h: New file.
224         * sysdeps/nios2/jmpbuf-offsets.h: New file.
225         * sysdeps/nios2/jmpbuf-unwind.h: New file.
226         * sysdeps/nios2/ldsodefs.h: New file.
227         * sysdeps/nios2/libc-tls.c: New file.
228         * sysdeps/nios2/libm-test-ulps: New file.
229         * sysdeps/nios2/machine-gmon.h: New file.
230         * sysdeps/nios2/math-tests.h: New file.
231         * sysdeps/nios2/math_private.h: New file.
232         * sysdeps/nios2/memusage.h: New file.
233         * sysdeps/nios2/nptl/Makefile: New file.
234         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
235         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
236         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
237         * sysdeps/nios2/nptl/pthreaddef.h: New file.
238         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
239         * sysdeps/nios2/nptl/tls.h: New file.
240         * sysdeps/nios2/preconfigure: New file.
241         * sysdeps/nios2/s_fma.c: New file.
242         * sysdeps/nios2/s_fmaf.c: New file.
243         * sysdeps/nios2/setjmp.S: New file.
244         * sysdeps/nios2/sfp-machine.h: New file.
245         * sysdeps/nios2/sotruss-lib.c: New file.
246         * sysdeps/nios2/stackguard-macros.h: New file.
247         * sysdeps/nios2/stackinfo.h: New file.
248         * sysdeps/nios2/start.S: New file.
249         * sysdeps/nios2/sysdep.h: New file.
250         * sysdeps/nios2/tls-macros.h: New file.
251         * sysdeps/nios2/tst-audit.h: New file.
252         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
253         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
254         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
255         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
256         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
257         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
258         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
259         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
260         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
261         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
262         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
263         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
264         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
265         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
266         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
267         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
268         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
269         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
270         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
271         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
272         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
273         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
274         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
275         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
276         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
277         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
278         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
279         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
280         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
281         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
282         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
283         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
284         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
285         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
286         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
287         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
288         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
289         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
290         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
291         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
292         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
293         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
294         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
295         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
296
297 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
298
299         [BZ #17844]
300         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
301         (getutent): Use weak_alias in non SHARED case
302         and default_symbol_version in SHARED case.
303         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
304         (getutent_r, pututline): Likewise.
305         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
306         (getutid): Likewise.
307         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
308         (getutid_r): Likewise.
309         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
310         (getutline): Likewise.
311         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
312         (getutline_r): Likewise.
313         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
314         (updwtmp): Likewise.
315
316 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
317
318         [BZ #17848]
319         * sysdeps/s390/s390-32/memcmp.S
320         (memcmp_g5): Rename to __memcmp_g5.
321         * sysdeps/s390/s390-32/memcpy.S
322         (memcpy_g5): Rename to __memcpy_g5.
323         Jump to __memcpy_mvcle instead of memcpy_mvcle.
324         (memcpy_mvcle) Rename to __memcpy_mvcle.
325         * sysdeps/s390/s390-32/memset.S
326         (memset_g5): Rename to __memset_g5.
327         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
328         (IFUNC_RESOLVE): Prefix ifunc-resolve function
329         and use prefixed functions.
330         * sysdeps/s390/s390-32/multiarch/memcmp.S
331         (memcmp_z196): Rename to __memcmp_z196.
332         (memcmp_z10): Rename to __memcmp_z10.
333         (memcmp): Set alias to __memcmp_g5.
334         (bcmp): Set alias to __memcmp_g5.
335         * sysdeps/s390/s390-32/multiarch/memcpy.S
336         (memcpy_z196): Rename to __memcpy_z196.
337         Jump to __memcpy_mvcle instead of memcpy_mvcle.
338         (memcpy_z10): Rename to __memcpy_z10.
339         Jump to __memcpy_mvcle instead of memcpy_mvcle.
340         (memcpy): Set alias to __memcpy_g5.
341         * sysdeps/s390/s390-32/multiarch/memset.S
342         (memset_z196): Rename to __memset_z196.
343         Jump to __memset_mvcle instead of memset_mvcle.
344         (memset_z10): Rename to __memset_z10.
345         Jump to __memset_mvcle instead of memset_mvcle.
346         (memset_mvcle) Rename to __memset_mvcle.
347         (memset): Set alias to __memset_g5.
348         * sysdeps/s390/s390-64/memcmp.S
349         (memcmp_z900): Rename to __memcmp_z900.
350         * sysdeps/s390/s390-64/memcpy.S
351         (memcpy_z900): Rename to __memcpy_z900.
352         Jump to __memcpy_mvcle instead of memcpy_mvcle.
353         (memcpy_mvcle) Rename to __memcpy_mvcle.
354         * sysdeps/s390/s390-64/memset.S
355         (memset_z900): Rename to __memset_z900.
356         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
357         (IFUNC_RESOLVE): Prefix ifunc-resolve function
358         and use prefixed functions.
359         * sysdeps/s390/s390-64/multiarch/memcmp.S
360         (memcmp_z196): Rename to __memcmp_z196.
361         (memcmp_z10): Rename to __memcmp_z10.
362         (memcmp): Set alias to __memcmp_z900.
363         (bcmp): Set alias to __memcmp_z900.
364         * sysdeps/s390/s390-64/multiarch/memcpy.S
365         (memcpy_z196): Rename to __memcpy_z196.
366         Jump to __memcpy_mvcle instead of memcpy_mvcle.
367         (memcpy_z10): Rename to __memcpy_z10.
368         Jump to __memcpy_mvcle instead of memcpy_mvcle.
369         (memcpy): Set alias to __memcpy_z900.
370         * sysdeps/s390/s390-64/multiarch/memset.S
371         (memset_z196): Rename to __memset_z196.
372         Jump to __memset_mvcle instead of memset_mvcle.
373         (memset_z10): Rename to __memset_z10.
374         Jump to __memset_mvcle instead of memset_mvcle.
375         (memset_mvcle) Rename to __memset_mvcle.
376         (memset): Set alias to __memset_z900.
377
378 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
379
380         [BZ #17748]
381         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
382         __fesetenv instead of fesetenv.
383
384 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
385
386         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
387         macro.
388
389 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
390
391         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
392         regression on LE.
393
394         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
395         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
396         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
397         strncmp-power8 object.
398         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
399         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
400         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
401         * NEWS: Update.
402
403 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
404             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
405
406         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
407         trailing byte check.
408
409 2015-01-13  David S. Miller  <davem@davemloft.net>
410
411         * include/signal.h (__sigreturn): Guard with __USE_MISC.
412
413 2015-01-13  Roland McGrath  <roland@hack.frob.com>
414
415         * login/logout.c (logout): Use memset rather than bzero.
416         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
417         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
418         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
419         (_gethtbyaddr): Likewise.
420         * locale/programs/simple-hash.c (bcopy): Macro removed.
421
422 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
423
424         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
425         Add strcmp-power8 object.
426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
427         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
428         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
429         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
430         __strcmp_power8 implementation.
431         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
432         * NEWS: Update.
433
434         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
435         Add strncpy-power8 and stpncpy-power8 objects.
436         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
437         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
438         implementations.
439         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
440         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
441         __stpncpy_power8 implementation.
442         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
443         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
444         __strncpy_power8 implementation.
445         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
446         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
447         * NEWS: Update.
448
449         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
450         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
451         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
452
453         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
454         strncat-power8 object.
455         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
456         __strcat_power8 implementation.
457         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
458         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
459         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
460         optimized strcat for power8.
461
462         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
463         strcpy-power8 and stpcpy-power8 objects.
464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
465         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
466         implementations.
467         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
468         multiarch stpcpy implementation for POWER8.
469         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
470         multiarch strcpy implementation for POWER8.
471         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
472         __strcpy_power8 function.
473         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
474         stpcpy for POWER8.
475         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
476         strcpy for POWER8.
477         * NEWS: Update.
478
479 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
480
481         [BZ #16009]
482         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
483         weights and rules. Use do_xfrm_cached if data fits in cache,
484         do_xfrm otherwise.  Moved former main loop to...
485         * (do_xfrm_cached): New function.
486         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
487         find_idx, find_position and stack_push.
488         * (find_idx): New function.
489         * (find_position): Likewise.
490         * localedata/sort-test.sh: Added test run for do_xfrm.
491         * localedata/xfrm-test.c (main): Added command line option
492         -nocache to run the test with strings that are too large for
493         the STRXFRM cache.
494
495 2015-01-13  Torvald Riegel  <triegel@redhat.com>
496
497         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
498         variable to lll_futex_wake call, not the value itself.
499
500 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
501
502         [BZ #17803]
503         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
504         twom64.  Adjust value to 0x1p-64L.
505         (__scalblnl): Only return standard underflowing result for K <=
506         -64 not K <= -63; adjust exponent for underflowing result by 64
507         not 63.
508         * math/libm-test.inc (scalbn_test_data): Add more tests.
509         (scalbln_test_data): Likewise.
510
511         [BZ #17834]
512         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
513         0x1p63L.
514         (__scalblnl): Get new exponent of adjusted subnormal value from ES
515         not HX.
516         * math/libm-test.inc (scalbn_test_data): Add more tests.
517         (scalbln_test_data): Likewise.
518
519 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
520             Stefani Seibold  <stefani@seibold.net>
521
522         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
523         (sysdep_routines): Add dl-vdso here, ...
524         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
525         (sysdep_routines): ... not here.
526         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
527         fallback when vDSO is not presented.
528         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
529         Define with libc_hidden_proto/libc_hidden_data_def definitions.
530         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
531         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
532         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
533         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
534         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
535         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
536         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
537         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
538         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
539         fallback configurable symbol when vDSO is not available.
540         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
541         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
542         be able to redefine fallback symbol when vDSO is not available.
543         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
544         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
545
546 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
547
548         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
549         (TLS_INIT_TP): Add tm_capable initialization.
550         (TLS_DEFINE_INIT_TP): Likewise.
551         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
552         TCB.
553         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
554         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
555         calculation.
556         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
557         transactoion is lock elision is built and TCB tm_capable is set.
558         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
560         (INTERNAL_SYSCALL_NCS): Likewise.
561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
562         (INTERNAL_SYSCALL_NCS): Likewise.
563         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
564
565         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
566         for powerpc.
567         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
568         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
569         and remove it for 32 bits case.
570         [pthread_rwlock_t] (__rwelision): New field for lock elision.
571         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
572         initialization.
573         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
574         Disable lock elision with rdlocks if elision is not available.
575
576         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
577         (sysdep_routines): Add lock elision objects.
578         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
579         [pthread_mutex_t] (__spins): Rework to add lock elision field.
580         [pthread_mutex_t] (__elision): Add field.
581         [__PTHREAD_SPINS]: Adjust to init lock elision field.
582         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
583         elision definitions for powerpc.
584         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
585         implementation of lock elision for powerpc.
586         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
587         implementation of timed lock elision for powerpc.
588         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
589         implementation of trylock with lock elision for powerpc.
590         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
591         implementaion of unlock for lock elision for powerpc.
592         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
593         automatic enable lock elision for mutexes.
594         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
595         transaction execution definitions for powerpc.
596         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
597         definitions.
598         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
599         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
600         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
601         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
602         * NEWS: Update.
603
604 2015-01-09  Roland McGrath  <roland@hack.frob.com>
605
606         * sysdeps/posix/shm-directory.c: Use <> rather than ""
607         for #include of <shm-directory.h>.
608
609 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
610
611         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
612         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
613
614 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
615
616         [BZ #17791]
617         * NEWS: Mention bug fix.
618         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
619         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
620         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
621
622 2015-01-09  Torvald Riegel <triegel@redhat.com>
623
624         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
625
626 2015-01-09  Torvald Riegel <triegel@redhat.com>
627
628         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
629
630 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
631
632         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
633         pointer and cast to uintptr_t.
634
635 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
636
637         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
638         removed.
639         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
640
641 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
642
643         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
644         of 0.
645
646 2015-01-08  Roland McGrath  <roland@hack.frob.com>
647
648         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
649         <nptl/pthreadP.h> instead.
650         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
651
652         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
653         already defined.
654         [__SIGRTMIN] (init): Function removed.
655         [__SIGRTMIN] (initialized): Variable removed.
656         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
657         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
658         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
659         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
660         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
661         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
662         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
663         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
664         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
665         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
666         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
667         * sysdeps/nptl/allocrtsig.c: New file.
668         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
669         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
670         * sysdeps/generic/testrtsig.h: File removed.
671
672         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
673         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
674
675         * nptl/nptl-init.c (pthread_functions): Conditionalize
676         .ptr__nptl_setxid initialization on [SIGSETXID].
677
678         * sysdeps/nptl/sys/procfs.h: New file.
679         * nptl_db/Makefile (headers): Add it.
680         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
681
682         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
683         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
684         * nptl/pthread_attr_setaffinity.c: Include it.
685         * nptl/pthread_setattr_default_np.c: Likewise.
686         * nptl/check-cpuset.h: New file.
687
688 2015-01-08  Richard Henderson  <rth@redhat.com>
689
690         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
691         (CFLAGS-tst-execstack-prog.c): Likewise.
692         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
693
694 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
695             Sandra Loosemore  <sandra@codesourcery.com>
696             Andrew Jenner  <andrew@codesourcery.com>
697             Joseph Myers  <joseph@codesourcery.com>
698             Nathan Sidwell  <nathan@codesourcery.com>
699
700         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
701         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
702         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
703         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
704         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
705         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
706         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
707         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
708         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
709         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
710         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
711         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
712         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
713         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
714         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
715         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
716         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
717
718 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
719
720         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
721         timespec struct member in syscall macro.
722         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
723         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
724         first timeval struct member in syscall macro.
725         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
726
727 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
728
729         [BZ #17748]
730         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
731         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
732         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
733         __feupdateenv and define as weak alias of __feupdateenv.  Use
734         libm_hidden_weak.
735         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
736         libm_hidden_def.
737         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
738         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
739         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
740         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
741         libm_hidden_def.
742         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
743         __feupdateenv and define as weak alias of __feupdateenv.  Use
744         libm_hidden_weak.
745         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
746         libm_hidden_def.
747         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
748         __feupdateenv and define as weak alias of __feupdateenv.  Use
749         libm_hidden_weak.
750         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
751         libm_hidden_def.
752         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
753         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
754         (__feupdateenv): Likewise.
755         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
756         __feupdateenv and define as weak alias of __feupdateenv.  Use
757         libm_hidden_weak.
758         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
759         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
760         libm_hidden_def.
761         * sysdeps/tile/math_private.h (__feupdateenv): New inline
762         function.
763         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
764         libm_hidden_def.
765         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
766         __feupdateenv instead of feupdateenv.
767         (default_libc_feupdateenv_test): Likewise.
768         (libc_feresetround_ctx): Likewise.
769
770 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
771
772         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
773         prototype.
774
775 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
776
777         * posix/regcomp.c (parse_bracket_exp): Initialize type to
778         COLL_SYM in a couple of places to avoid uninitialized variable
779         wanings on tilegx gcc 4.8.2.
780
781 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
782
783         * sysdeps/aarch64/strcpy.S: New file.
784         * sysdeps/aarch64/stpcpy.S: New file.
785         * NEWS: Updated.
786
787 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
788
789         * sysdeps/aarch64/strrchr.S: New file.
790         * NEWS: Updated.
791
792 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
793
794         [BZ #17658]
795         * stdlib/setenv.c: Fix memory leak when setting large,
796         duplicate string.
797
798 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
799
800         [BZ #17273]
801         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
802         and tabs from buffer before parsing fstab entry.
803         * misc/tst-mntent.c (main): Add test for mount entry with
804         trailing spaces and tabs.
805
806 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
807
808         [BZ #17748]
809         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
810         * math/fesetround.c (fesetround): Rename to __fesetround and
811         define as weak alias of __fesetround.  Use libm_hidden_weak.
812         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
813         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
814         * sysdeps/arm/fesetround.c (fesetround): Likewise.
815         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
816         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
817         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
818         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
819         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
820         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
821         __fesetround_inline.
822         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
823         __fesetround_inline instead of __fesetround.
824         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
825         __fesetround and define as weak alias of __fesetround.  Use
826         libm_hidden_weak.  Call __fesetround_inline instead of
827         __fesetround.
828         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
829         __fesetround and define as weak alias of __fesetround.  Use
830         libm_hidden_weak.
831         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
832         Likewise.
833         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
834         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
835         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
836         * sysdeps/tile/math_private.h (__fesetround): New inline function.
837         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
838         __fesetround and define as weak alias of __fesetround.  Use
839         libm_hidden_weak.
840         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
841         __fesetround instead of fesetround.
842         (default_libc_feholdexcept_setround): Likewise.
843         (libc_feholdsetround_ctx): Likewise.
844         (libc_feholdsetround_noex_ctx): Likewise.
845
846         [BZ #17748]
847         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
848         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
849         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
850         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
851         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
852         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
853         define as weak alias of __fesetenv.  Use libm_hidden_weak.
854         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
855         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
856         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
857         define as weak alias of __fesetenv.  Use libm_hidden_weak.
858         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
859         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
860         define as weak alias of __fesetenv.  Use libm_hidden_weak.
861         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
862         libm_hidden_def.
863         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
864         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
865         Likewise.
866         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
867         define as weak alias of __fesetenv.  Use libm_hidden_weak.
868         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
869         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
870         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
871         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
872         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
873         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
874         __fesetenv instead of fesetenv.
875         (libc_feresetround_noex_ctx): Likewise.
876         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
877         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
878         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
879         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
880         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
881         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
882         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
883         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
884         (__feupdateenv): Likewise.
885         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
886         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
887         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
888         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
889
890 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
891
892         [BZ #17806]
893         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
894         addresses have been freed.
895
896 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
897
898         * resolv/res_init.c (__res_vinit): Improve comments about nserv
899         and nservall.
900
901 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
902
903         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
904         Clean up check_pf allocation pattern. addresses
905
906 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
907
908         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
909         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
910         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
911         * nptl/pthread_exit.c (__pthread_exit): Likewise.
912         * nptl/pthread_join.c (pthread_join): Likewise.
913         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
914         * sysdeps/posix/waitid.c (__waitid): Likewise.
915         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
916         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
917         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
918         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
919         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
920         Likewise.
921         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
922         (__libc_pread64): Likewise.
923         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
924         (__libc_pwrite): Likewise.
925         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
926         (__libc_pwrite64): Likewsie.
927         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
928         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
929         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
930         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
931         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
932         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
933         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
935         Likewise.
936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
937         (__libc_pread64): Likewise.
938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
939         Likewise.
940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
941         (__libc_pwrite64): Likewise.
942         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
943         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
944         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
945         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
946         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
947         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
948         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
949         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
950         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
951         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
952         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
953         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
954         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
955         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
956         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
957         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
958         Likewise.
959
960 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
961
962         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
963         (CFLAGS-test-double.c): Likewise.
964         (CFLAGS-test-ldouble.c): Likewise.
965         (CPPFLAGS-test-ifloat.c): Likewise.
966         (CPPFLAGS-test-idouble.c): Likewise.
967         (CPPFLAGS-test-ildoubl.c): Likewise.
968         (CFLAGS-test-test-fenv.c): Remove variable.
969         (CFLAGS-test-misc.c): Likewise.
970
971 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
972
973         [BZ #17797]
974         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
975         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
976         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
977         CLOCKS_PER_SEC == 1000000.
978         * time/clocktest.c (main): Replace %ld with %jd and cast to
979         intmax_t.
980
981 2015-01-05  Roland McGrath  <roland@hack.frob.com>
982
983         * sysdeps/generic/unwind-resume.h: New file.
984         * sysdeps/gnu/unwind-resume.c: Include it.
985         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
986         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
987         argument list.
988         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
989         global rather than static.
990         (_Unwind_Resume): Update user.
991         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
992         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
993         rather than static.  Add __attribute__ ((cold)).
994         (_Unwind_Resume, __gcc_personality_v0): Update callers.
995         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
996         * sysdeps/arm/arm-unwind-resume.S: New file.
997         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
998         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
999         * sysdeps/arm/Makefile [$(subdir) = csu]
1000         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1001         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1002         Add rt-arm-unwind-resume.
1003         [$(subdir) = nptl]
1004         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1005         Add pt-arm-unwind-resume.
1006         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1007         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1008
1009 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1010
1011         [BZ #17748]
1012         * include/fenv.h (__feholdexcept): Declare.  Use
1013         libm_hidden_proto.
1014         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1015         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1016         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1017         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1018         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1019         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1020         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1021         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1022         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1023         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1024         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1025         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1026         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1027         (feholdexcept): Likewise.
1028         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1029         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1030         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1031         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1032         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1033         __feholdexcept instead of feholdexcept.
1034         (default_libc_feholdexcept_setround): Likewise.
1035
1036 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1037
1038         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1039         to avoid using stl/str to align destination.
1040
1041 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1042
1043         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1044
1045 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1046
1047         [BZ #17796]
1048         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1049         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1050         Define as weak alias not strong alias.
1051
1052 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1053
1054         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1055         bltzal with addiupc.
1056         (RTLD_START): Ditto.
1057
1058 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1059
1060         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1061         for __vdso_* functions in declarations.
1062         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1063         definitions.
1064         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1065         INTERNAL_VSYSCALL): Use struct return types to check for error.
1066
1067         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1068         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1069         function with cast from llround().
1070         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1071         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1072         Define.
1073
1074 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1075
1076         [BZ #17793]
1077         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1078         Define as weak alias not strong alias.
1079
1080         [BZ #17635]
1081         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1082         ...
1083         * ctype/ctype-extn.c: ... here.
1084         (__isblank_l): Move to ...
1085         * ctype/ctype-c99_l.c: ... here.  New file.
1086         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1087         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1088         Remove variable.
1089         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1090         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1091         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1092         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1093         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1094
1095         [BZ #17777]
1096         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1097         (posix_fadvise64): Define as weak alias not strong alias.
1098         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1099         (posix_fallocate64): Likewise.
1100         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1101         Remove variable.
1102         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1103         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1104         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1105         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1106         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1107
1108 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1109
1110         [BZ #16191]
1111         * NEWS: Mention bug fix.
1112         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1113         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1114         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1115         (HOST_STACK_END_ADDR): Likewise.
1116
1117 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1118
1119         [BZ #17748]
1120         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1121         * math/fegetround.c (fegetround): Rename to __fegetround and
1122         define as weak alias of __fegetround.  Use libm_hidden_weak.
1123         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1124         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1125         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1126         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1127         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1128         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1129         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1130         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1131         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1132         Undefine after rather than before function definition; use
1133         parentheses around function name in definition.
1134         (__fegetround): Also undefine macro after function definition.
1135         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1136         __fegetround and define as weak alias of __fegetround.  Use
1137         libm_hidden_weak.  Do not undefine as macro.
1138         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1139         Likewise.
1140         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1141         __fegetround and define as weak alias of __fegetround.  Use
1142         libm_hidden_weak.
1143         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1144         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1145         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1146         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1147         __fegetround and define as weak alias of __fegetround.  Use
1148         libm_hidden_weak.
1149         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1150         __fegetround instead of fegetround.
1151
1152         [BZ #17782]
1153         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1154         Condition macro definition on [__USE_MISC].
1155
1156         [BZ #17781]
1157         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1158         (struct sigaction): Change type of sa_flags field to int.
1159
1160         [BZ #17780]
1161         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1162         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1163         __glibc_reserved0.
1164
1165         * nptl/version.c (banner): Use single year in copyright notice.
1166
1167         * NEWS: Update copyright dates.
1168         * catgets/gencat.c (print_version): Likewise.
1169         * csu/version.c (banner): Likewise.
1170         * debug/catchsegv.sh: Likewise.
1171         * debug/pcprofiledump.c (print_version): Likewise.
1172         * debug/xtrace.sh (do_version): Likewise.
1173         * elf/ldconfig.c (print_version): Likewise.
1174         * elf/ldd.bash.in: Likewise.
1175         * elf/pldd.c (print_version): Likewise.
1176         * elf/sotruss.sh: Likewise.
1177         * elf/sprof.c (print_version): Likewise.
1178         * iconv/iconv_prog.c (print_version): Likewise.
1179         * iconv/iconvconfig.c (print_version): Likewise.
1180         * locale/programs/locale.c (print_version): Likewise.
1181         * locale/programs/localedef.c (print_version): Likewise.
1182         * login/programs/pt_chown.c (print_version): Likewise.
1183         * malloc/memusage.sh (do_version): Likewise.
1184         * malloc/memusagestat.c (print_version): Likewise.
1185         * malloc/mtrace.pl: Likewise.
1186         * manual/libc.texinfo: Likewise.
1187         * nptl/version.c (banner): Likewise.
1188         * nscd/nscd.c (print_version): Likewise.
1189         * nss/getent.c (print_version): Likewise.
1190         * nss/makedb.c (print_version): Likewise.
1191         * posix/getconf.c (main): Likewise.
1192         * scripts/test-installation.pl: Likewise.
1193         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1194
1195 2015-01-02  Will Newton  <will.newton@linaro.org>
1196
1197         * sysdeps/arm/armv7/configure: Removed.
1198         * sysdeps/arm/armv7/configure.ac: Likewise.
1199
1200 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1201
1202         * All files with FSF copyright notices: Update copyright dates
1203         using scripts/update-copyrights.
1204         * intl/plural.c: Regenerated.
1205         * locale/programs/charmap-kw.h: Likewise.
1206         * locale/programs/locfile-kw.h: Likewise.
1207
1208 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1209
1210         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1211
1212 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1213
1214         [BZ #17748]
1215         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1216         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1217         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1218         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1219         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1220         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1221         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1222         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1223         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1224         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1225         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1226         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1227         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1228         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1229         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1230         libm_hidden_def.
1231         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1232         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1233         Likewise.
1234         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1235         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1236         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1237         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1238         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1239         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1240         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1241         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1242         __fegetenv instead of fegetenv.
1243         (libc_feholdsetround_noex_ctx): Likewise.
1244
1245 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1246
1247         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1248         (Elf_MIPS_ABIFlags_v0): New structure.
1249         (EF_MIPS_FP64): Define.
1250         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1251         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1252         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1253         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1254         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1255         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1256         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1257         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1258         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1259         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1260         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1261         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1262         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1263         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1264         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1265         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1266         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1267         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1268         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1269         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1270         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1271         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1272         field.
1273         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1274         EF_MIPS_FP64.
1275         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1276         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1277         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1278         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1279         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1280         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1281         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1282         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1283         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1284         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1285         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1286         record the current FP ABI extension.
1287         (mips-mode-switch): Define to show if kernel headers support mode
1288         switching.
1289         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1290         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1291         supported SYSV ABI version to 3.
1292         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1293         feature.
1294
1295 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1296             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1297
1298         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1299         path.
1300         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1301
1302 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1303
1304         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1305         __fegetround and redefine to call __fegetround.  Remove condition
1306         on [!__NO_MATH_INLINES].
1307         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1308         function.
1309         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1310         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1311         Remove macro.
1312         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1313         instead of <fenv_libc.h>.
1314         (__llrintl): Call fegetround instead of __fegetround.
1315         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1316         instead of <fenv_libc.h>.
1317         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1318         (__lrintl): Call fegetround instead of __fegetround.
1319         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1320         instead of <fenv_libc.h>.
1321         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1322         (__rintl): Call fegetround instead of __fegetround.
1323
1324 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1325
1326         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1327         arrays.
1328
1329 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1330
1331         [BZ #17775]
1332         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1333         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1334         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1335
1336 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1337
1338         * sysdeps/i386/tls-macros.h: Include <features.h>.
1339         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1340         (TLS_IE): Likewise.
1341         (TLS_LD): Likewise.
1342         (TLS_GD): Likewise.
1343         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1344         define for GCC >= 5.0.
1345
1346 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1347
1348         * math/test-fenv.c (test_single_exception, set_single_exc,
1349         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1350         feexcp_mask_test, feenable_test, fe_single_test): Add
1351         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1352         case where they are not used.
1353         * math/libm-test.inc: Likewise.
1354         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1355         unused in the absence of FP rounding/exception support.
1356         * stdio-common/tst-printf-round.c: Likewise.
1357         * stdlib/tst-strtod-round.c: Likewise.
1358         * stdlib/tst-strtod-underflow.c: Likewise.
1359
1360 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1361
1362         [BZ #17723]
1363         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1364         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1365         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1366         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1367         libm_hidden_weak.
1368         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1369         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1370         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1371         libm_hidden_def.
1372         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1373         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1374         libm_hidden_weak.
1375         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1376         Likewise.
1377         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1378         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1379         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1380         libm_hidden_weak.
1381         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1382         libm_hidden_def.
1383         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1384         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1385         (__feraiseexcept): Likewise.
1386         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1387         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1388         libm_hidden_weak.
1389         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1390         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1391         libm_hidden_def.
1392         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1393         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1394         Use libm_hidden_def.
1395         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1396         libm_hidden_def.
1397         (feraiseexcept): Define as weak not strong alias.  Use
1398         libm_hidden_weak.
1399         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1400         New inline function.  Factored out of ...
1401         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1402         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1403         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1404         feraiseexcept.
1405         * math/w_acos.c (__acos): Likewise.
1406         * math/w_asin.c (__asin): Likewise.
1407         * math/w_ilogb.c (__ilogb): Likewise.
1408         * math/w_j0.c (y0): Likewise.
1409         * math/w_j1.c (y1): Likewise.
1410         * math/w_jn.c (yn): Likewise.
1411         * math/w_log.c (__log): Likewise.
1412         * math/w_log10.c (__log10): Likewise.
1413         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1414         * sysdeps/aarch64/fpu/math_private.h
1415         (libc_feupdateenv_test_aarch64): Likewise.
1416         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1417         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1418         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1419         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1420         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1421         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1422         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1423         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1424         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1425         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1426
1427 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1428
1429         [BZ #17732]
1430         * io/test-utime.c (main): Replace %ld with %jd and cast to
1431         intmax_t.
1432         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1433         * nptl/tst-mutex5.c: Include <stdint.h>.
1434         (do_test): Replace %ld with %jd and cast to intmax_t.
1435         * posix/tst-regex.c (run_test): Likewise.
1436         (run_test_backwards): Likewise.
1437         * rt/tst-clock.c: Include <stdint.h>.
1438         (clock_test): Replace %ld with %jd and cast to intmax_t.
1439         * rt/tst-cpuclock1.c: Include <stdint.h>.
1440         (do_test): Replace %lu with %ju and cast to uintmax_t.
1441         * rt/tst-cpuclock2.c: Include <stdint.h>.
1442         (do_test): Replace %lu with %ju and cast to uintmax_t.
1443         * rt/tst-mqueue1.c: Include <stdint.h>.
1444         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1445         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1446         intmax_t.
1447         * rt/tst-mqueue4.c (do_test): Likewise.
1448         * rt/tst-timer4.c: Include <stdint.h>.
1449         (check_ts): Replace %ld with %jd and cast to intmax_t.
1450         (do_test): Likewise.
1451         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1452         and cast to intmax_t.
1453         * sysdeps/pthread/tst-timer.c (main): Likewise.
1454         * time/clocktest.c (main): Likewise.
1455         * time/tst-posixtz.c (do_test): Likewise.
1456         * timezone/tst-timezone.c (main): Likewise.
1457
1458 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1459             H.J. Lu  <hongjiu.lu@intel.com>
1460
1461         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1462         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1463         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1464         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1465         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1466         version if bit_Fast_Unaligned_Load is set.
1467         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1468         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1469         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1470         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1471         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1472         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1473         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1474         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1475         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1476         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1477         to 4.
1478         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1479         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1480         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1481         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1482
1483 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1484
1485         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1486         instead of #if to avoid a Wundef warning.
1487         * stdlib/tst-limits.c (do_test): Likewise.
1488
1489         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1490         parallel other exception macros.
1491         (fegetenv): Convert from macro to extern inline so that it applies
1492         retroactively to inline functions already seen by the compiler.
1493         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1494
1495         * posix/Makefile (before-compile): Use $(objpfx) for
1496         posix-conf-vars-def.h.
1497
1498 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1499
1500         * posix/getconf.c (main): Use size_t for type of I.
1501         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1502         NSPEC.
1503
1504         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1505         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1506         * posix/posix-envs.def: Likewise.
1507         * sysdeps/posix/sysconf.c: Likewise.
1508         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1509         (specs): Remove array.
1510         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1511         array.
1512
1513         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1514         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1515         (__sysconf): Use CONF_IS_* macros.
1516
1517         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1518         ($(objpfx)posix-conf-vars-def.h): New target.
1519         * posix/posix-conf-vars.list: New file.
1520         * posix/posix-conf-vars.h: New file.
1521         * posix/confstr.c: Include posix-conf-vars.h.
1522         (confstr): Use CONF_IS_* macros.
1523         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1524         CONF_IS_* macros.
1525         * scripts/gen-posix-conf-vars.awk: New file.
1526
1527 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1528
1529         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1530         fegetround): Add no-op macros to avoid linknamespace issues.
1531
1532         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1533         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1534
1535         * sysdeps/unix/sysv/linux/tile/sysdep.h
1536         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1537         assembly-specific section to avoid a redefinition warning.
1538
1539         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1540         long before casting to pointer to avoid a cast warning.
1541
1542 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1543
1544         * sysdeps/tile/tilegx/Implies: New file.
1545
1546 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1547
1548         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1549
1550 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1551
1552         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1553
1554 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1555
1556         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1557         not define.
1558         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1559         <kernel-features.h>.
1560         (__utimes) [__NR_utimes]: Make code unconditional.
1561         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1562         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1563         (__ASSUME_UTIMES): Do not undefine.
1564         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1565         (__ASSUME_UTIMES): Likewise.
1566         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1567         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1568         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1569         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1570
1571 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1572
1573         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1574
1575 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1576
1577         [BZ #17747]
1578         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1579         alias to weak alias for j0l, y0l.
1580         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1581         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1582
1583         [BZ #17746]
1584         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1585         conversion.
1586
1587 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1588
1589         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1590         to zero if not already defined.
1591
1592 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1593
1594         [BZ #17724]
1595         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1596         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1597         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1598         (char *) casts added.
1599         * sysdeps/ieee754/k_standardf.c: New file.
1600         * sysdeps/ieee754/k_standardl.c: Likewise.
1601         * math/Makefile (libm-support): Remove k_standard.
1602         (libm-calls): Add k_standard.
1603
1604 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1605
1606         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1607         Optimize to avoid an unnecessary FPCR read.
1608
1609 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1610
1611         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1612         Optimize to reduce FPCR/FPSR accesses.
1613
1614 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1615
1616         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1617         Call libc_fetestexcept_aarch64.
1618
1619 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1620
1621         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1622         Call libc_fesetround_aarch64.
1623
1624 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1625
1626         [BZ #17733]
1627         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1628         (__bind): Do not define as weak alias.
1629         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1630         define.
1631         (__getsockname): Do not define as weak alias.
1632
1633 2014-12-22  Will Newton  <will.newton@linaro.org>
1634
1635         * manual/install.texi: Document that we require bison 2.7
1636         or above.
1637         * INSTALL: Regenerate.
1638         * configure.ac: Use AC_CHECK_PROG_VER instead of
1639         AC_PATH_PROG when checking for bison and check for
1640         version 2.7 or above.
1641         * configure: Regenerate.
1642
1643 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1644
1645         [BZ #17745]
1646         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1647         * sysdeps/tile/ffsll.c (ffsll): To here.
1648
1649         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1650
1651 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1652
1653         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1654         if not defined.
1655         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1656         definition.
1657         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1658         hidden ___tls_get_addr.
1659         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1660         hidden __tls_get_addr.
1661         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1662         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1663         Likewise.
1664
1665 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1666
1667         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1668         _dl_init call.
1669
1670 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1671
1672         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1673         from "call _dl_init@PLT".
1674         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1675
1676 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1677
1678         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1679         guarantees.
1680
1681 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1682
1683         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1684
1685 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1686
1687         [BZ #17744]
1688         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1689         strnlen.
1690
1691 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1692
1693         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1694         of multu on MIPSr6.
1695         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1696         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1697         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1698         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1699         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1700
1701 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1702
1703         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1704         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1705         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1706         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1707         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1708         mips32r6/mips64r6.
1709         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1710
1711 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1712
1713         * string/strncat.c (STRNCAT): Simplify implementation.
1714
1715 2014-12-19  David S. Miller  <davem@davemloft.net>
1716
1717         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1718         access the quad as both a long double and as a series of 4 words.
1719
1720         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1721         link_map->l_info array access.
1722
1723 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1724
1725         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1726
1727         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1728         * math/atest-exp2.c (TIMEOUT): Likewise.
1729         * math/atest-sincos.c (TIMEOUT): Likewise.
1730
1731 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1732
1733         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1734         -Wno-error with -fno-builtin-lround.
1735
1736 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1737
1738         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1739         Contains futex constants and functions moved over from ...
1740         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
1741         <lowlevellock-futex.h>.
1742         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1743         (lll_timedwait_tid): Add comments and parentheses around macro
1744         arguments.
1745
1746 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1747
1748         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1749         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
1750         (__lll_private_flag): Remove.
1751         (lll_futex_wait): Likewise.
1752         (lll_futex_timed_wait): Likewise.
1753         (lll_futex_wake): Likewise.
1754         (lll_futex_requeue): Likewise.
1755         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1756         (__lll_timedwait_tid): Spell out argument names.
1757         (lll_timedwait_tid): Add comments and parentheses around macro
1758         arguments.
1759         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1760         LLL_SHARED and LLL_PRIVATE usable from assembly code.
1761
1762 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1763
1764         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1765         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1766         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1767         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1768         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1769         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1770         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1771         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1772         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1773         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1774         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1775         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1776         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1777         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1778         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1779         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1780         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1781         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1782         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1783
1784 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1785
1786         * sysdeps/x86_64/x32/Makefile: New file.
1787
1788 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1789
1790         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1791         1L with (mp_limb_t) 1.
1792
1793 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1794
1795         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1796         * nptl/libc_pthread_init.c: ... here.
1797         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1798         * nptl/register-atfork.c: ... here.
1799
1800         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1801         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1802         Use assert_perror to check its return value.
1803         (__gai_create_helper_thread): Likewise.
1804
1805         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1806
1807         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1808
1809 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1810
1811         [BZ #17725]
1812         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1813         __profil_counter.
1814         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1815         Likewise.
1816         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1817         Likewise.
1818         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1819         Likewise.
1820         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1821         (profil_counter): Likewise.
1822         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1823         (profil_counter): Likewise.
1824         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1825         Likewise.
1826         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1827         Likewise.
1828         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1829         (profil_counter): Likewise.
1830         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1831         Likewise.
1832         [!__profil_counter] (profil_counter): Define as weak alias of
1833         __profil_counter.
1834         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1835         (profil_counter): Rename to __profil_counter.
1836         [!__profil_counter] (profil_counter): Define as weak alias of
1837         __profil_counter.
1838         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1839         (profil_counter): Rename to __profil_counter.
1840         [!__profil_counter] (profil_counter): Define as weak alias of
1841         __profil_counter.
1842         * sysdeps/posix/profil.c: Update comment referring to
1843         profil_counter.
1844         (__profil): Use __profil_counter instead of profil_counter.
1845         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1846         __profil_counter.  Use __profil_counter_ushort and
1847         __profil_counter_uint in definitions.
1848         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1849         instead of profil_counter_uint and profil_counter_ushort.
1850
1851         [BZ #17722]
1852         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1853         define as weak alias of __inet_makeaddr.
1854         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1855         as weak alias of __inet_addr.
1856         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1857         as weak alias of __inet_pton.  Use libc_hidden_weak.
1858         * include/arpa/inet.h (__inet_pton): Declare.  Use
1859         libc_hidden_proto.
1860         (inet_makeaddr): Don't use libc_hidden_proto.
1861         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1862         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1863         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1864         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1865         Remove variable.
1866         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1867         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1868
1869 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1870
1871         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1872
1873 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1874
1875         * stdio-common/bug-vfprintf-nargs.c (do_test):
1876         Cast value to intptr_t to avoid format warning
1877         for usage with PRIdPTR printing macro.
1878
1879 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1880
1881         * libio/tst-widetext.c (do_test):
1882         Use format type %td instead of %Zd for ptrdiff_t
1883         in order to avoid format warning.
1884
1885 2014-12-17  Andreas Schwab  <schwab@suse.de>
1886
1887         * nscd/mem.c (gc): Add size_t cast to match printf format.
1888
1889 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1890
1891         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1892         (init): Apply PTR_MANGLE to pointers before storing them.
1893         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1894         before using them.
1895
1896 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1897
1898         [BZ #17719]
1899         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1900         define as weak alias of __memrchr.
1901         (__memrchr): Do not define as strong alias of memrchr.
1902         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1903         Remove variable.
1904         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1905         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1906         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1907
1908         [BZ #17717]
1909         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1910         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1911         (if_indextoname): Rename to __if_indextoname and define as weak
1912         alias of __if_indextoname.  Use libc_hidden_weak.
1913         (if_freenameindex): Rename to __if_freenameindex and define as
1914         weak alias of __if_freenameindex.
1915         (if_nameindex): Rename to __if_nameindex and define as weak alias
1916         of __if_nameindex.
1917         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1918         __if_nametoindex and define as weak alias of __if_nametoindex.
1919         Use libc_hidden_weak.
1920         (if_freenameindex): Rename to __if_freenameindex and define as
1921         weak alias of __if_freenameindex.
1922         (if_nameindex): Rename to __if_nameindex and define as weak alias
1923         of __if_nameindex.
1924         (if_indextoname): Rename to __if_indextoname and define as weak
1925         alias of __if_indextoname.  Use libc_hidden_weak.
1926         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1927         __if_nametoindex and define as weak alias of __if_nametoindex.
1928         Use libc_hidden_weak.
1929         (if_freenameindex): Rename to __if_freenameindex and define as
1930         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1931         (if_nameindex_netlink): Use __if_freenameindex instead of
1932         if_freenameindex.
1933         (if_nameindex): Rename to __if_nameindex and define as weak alias
1934         of __if_nameindex.  Use libc_hidden_weak.
1935         (if_indextoname): Rename to __if_indextoname and define as weak
1936         alias of __if_indextoname.  Use libc_hidden_weak.
1937         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1938         libc_hidden_proto.
1939         [!_ISOMAC] (__if_freenameindex): Likewise.
1940         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1941         if_nametoindex.
1942         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1943         variable.
1944         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1945         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1946         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1947         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1948         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1949         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1950         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1951
1952         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1953         Remove variable.
1954         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1955         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1956
1957 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1958
1959         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1960         subscript above bounds'
1961
1962         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1963         bounds.
1964
1965 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1966
1967         * libio/tst-fopenloc.c: Use test-skeleton.c.
1968
1969         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1970         (entry): Rename to ITEM.
1971         (do_test, comp): Adjust.
1972
1973         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1974
1975 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1976
1977         * string/tester.c: Include <libc-internal.h>.
1978         (test_memset): Ignore -Wmemset-transposed-args.
1979
1980 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1981
1982         * misc/tst-mntent2.c (do_test): Fix warning.
1983
1984 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1985
1986         * elf/tst-unique4lib.cc(a): Mark as used.
1987
1988 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1989
1990         [BZ #17630]
1991         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1992         names.
1993
1994 2014-12-16  Allan McRae  <allan@archlinux.org>
1995
1996         * stdio-common/Makefile (tests): Re-add bug26.
1997
1998 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1999
2000         [BZ #17657]
2001         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2002         static array.
2003
2004 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2005
2006         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2007         (__lll_lock_wait): Likewise.
2008         (__lll_timedlock_wait): Likewise.
2009         (__lll_timedwait_tid): Likewise.
2010         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2011         (__lll_robust_timedlock_wait): Likewise.
2012         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2013         (lll_cond_trylock): Likewise.
2014         (__lll_lock): Likewise.
2015         (__lll_robust_lock): Likewise.
2016         (__lll_cond_lock): Likewise.
2017         (lll_robust_cond_lock): Likewise.
2018         (__lll_timedlock): Likewise.
2019         (__lll_robust_timedlock): Likewise.
2020         (__lll_unlock): Likewise.
2021         (__lll_robust_unlock): Likewise.
2022         (lll_wait_tid): Likewise.
2023         (lll_timedwait_tid): Likewise.
2024
2025 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2026
2027         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2028
2029 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2030
2031         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2032
2033 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2034
2035         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2036         * stdio-common/tst-sprintf.c: Likewise.
2037
2038 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2039
2040         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2041
2042 2014-12-15  Jeff Law  <law@redhat.com>
2043
2044         [BZ #16617]
2045         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2046         on the heap.  (CVE-2012-3406)
2047         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2048         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2049         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2050
2051 2014-12-15  Will Newton  <will.newton@linaro.org>
2052
2053         * manual/install.texi: Bump required version of texinfo
2054         to 4.7 from 4.5.
2055         * INSTALL: Regenerated.
2056         * configure.ac: Check for makeinfo version 4.7 and above.
2057         * configure: Regenerated.
2058
2059 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2060
2061         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2062         PREFIX, string constant to insert between directory and name.
2063         * sysdeps/posix/shm_open.c: Update caller.
2064         * sysdeps/posix/shm_unlink.c: Likewise.
2065         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2066         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2067         (SEM_SHM_PREFIX): New macro.
2068         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2069         [$(have-thread-library) = no].
2070         * nptl/Makefile (libpthread-routines): Add shm-directory.
2071         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2072         * sysdeps/nptl/shm-directory.h: New file.
2073         * sysdeps/posix/shm-directory.c
2074         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2075         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2076         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2077         INTERNAL_SYSCALL.
2078         (__where_is_shmfs): Function removed.
2079         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2080         Variables removed.
2081         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2082         Use SHM_GET_NAME.
2083         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2084
2085         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2086         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2087         unconditional for use inside libpthread.
2088         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2089
2090 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2091
2092         * nptl/pthread_getaffinity.c: New file.
2093         * nptl/pthread_setaffinity.c: New file.
2094         * nptl/pthread_getname.c: New file.
2095         * nptl/pthread_setname.c: New file.
2096
2097         * nptl/pthread_create.c (START_THREAD_DEFN)
2098         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2099
2100 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2101             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2102
2103         * resolv/res_send.c (send_vc): Disable warning resplen may
2104         be used uninitialized.
2105
2106 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2107
2108         * nptl/tst-mutex6.c
2109         (ATTR_NULL): New define checks ATTR against NULL.
2110         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2111         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2112
2113 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2114
2115         [BZ #17581]
2116         * malloc/hooks.c
2117         (mem2mem_check): Revert my previous change.
2118         (malloc_check_get_size): Revert my previous change.
2119         (mem2chunk_check): Revert my previous change.
2120
2121 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2122
2123         * sysdeps/posix/shm-directory.c: New file.
2124         * sysdeps/posix/shm-directory.h: New file.
2125         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2126         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2127         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2128         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2129         Transmute EPERM to EACCES.
2130         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2131         from ...
2132         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2133         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2134
2135 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2136
2137         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2138         pointer and cast to uintptr_t.
2139         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2140         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2141         Add cast to avoid warning.
2142         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2143
2144 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2145
2146         * nptl/semaphore.h: Move to ...
2147         * sysdeps/pthread/semaphore.h: ... here.
2148         * Makefile (installed-headers): Change nptl/semaphore.h to
2149         sysdeps/pthread/semaphore.h.
2150
2151 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2152
2153         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2154         generated error format strings.
2155
2156         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2157         -Wformat-extra-args warnings for scanf formats.
2158         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2159         test of zero-length format (duh).
2160         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2161         corner-case scanf format test.
2162         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2163         generated fprintf format string.
2164         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2165         corner-case sprintf format tests.
2166         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2167         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2168         -Wformat-extra-args warnings throughout.
2169         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2170         (CFLAGS-scanf4.c): Likewise.
2171         (CFLAGS-scanf7.c): Likewise.
2172         (CFLAGS-tst-sprintf.c): Likewise.
2173         (CFLAGS-tst-printf.c): Likewise.
2174         (CFLAGS-tst-printfsz.c): Likewise.
2175
2176 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2177
2178         * include/cpio.h: New file.
2179         * include/fmtmsg.h: Likewise.
2180
2181         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2182         corresponding format argument to size_t.
2183         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2184         arguments.
2185         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2186         corresponding format argument to size_t.
2187         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2188         arguments.
2189         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2190         corresponding format argument to size_t.
2191         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2192         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2193         (CFLAGS-tst-mbswcs2.c): Likewise.
2194         (CFLAGS-tst-mbswcs3.c): Likewise.
2195         (CFLAGS-tst-mbswcs4.c): Likewise.
2196         (CFLAGS-tst-mbswcs5.c): Likewise.
2197         (CFLAGS-tst-trans.c): Likewise
2198
2199 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2200
2201         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2202         rather than assuming they won't contain any '%'s.
2203
2204 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2205
2206         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2207         inhibit_loop_to_libcall to avoid recursive calls.
2208         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2209         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2210
2211 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2212
2213         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2214         prototype.
2215
2216 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2217
2218         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2219         integer value instead of boolean.
2220
2221 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2222
2223         * malloc/malloc.c: Fix powerof2 check.
2224
2225 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2226
2227         * locale/programs/locfile.h (maybe_swap_uint32):
2228         Remove inline and add unused attribute.
2229
2230 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2231
2232         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2233         Truncating assembler expression to a .long expression.
2234
2235 2014-12-11  Andreas Schwab  <schwab@suse.de>
2236
2237         * elf/rtld.c (struct map_args): Constify str member.
2238         (do_preload): Constify fname argument.
2239
2240 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2241
2242         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2243         constants definition.
2244
2245 2014-12-11  Andreas Schwab  <schwab@suse.de>
2246
2247         [BZ #16657]
2248         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2249         FORCE_ELISION instead of DO_ELISION.
2250         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2251         Remove.
2252         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2253         Likewise.
2254
2255         * iconvdata/gconv-modules: Remove duplicate entry.
2256
2257 2014-12-11  Will Newton  <will.newton@linaro.org>
2258
2259         Merge gettext 0.19.3 into intl/.
2260
2261         This involves a number of cosmetic changes to comments
2262         and ANSI function definitions and prototypes throughout
2263         all the files. The gettext copyright header is used but
2264         with the date ranges taken from the glibc copy.
2265
2266         * NEWS: Add gettext merge to 2.21.
2267         * intl/bindtextdom.c: Switch to gettext copyright.
2268         Use ANSI definitions and prototypes.
2269         Use gl_* locking primitives rather than __libc_* ones.
2270         Use __builtin_expect rather than __glibc_likely/unlikely.
2271         * intl/dcgettext.c: Switch to gettext copyright.
2272         Use ANSI definitions and prototypes.
2273         * intl/dcigettext.c: Switch to gettext copyright.
2274         Use ANSI definitions and prototypes.
2275         (INTDIV0_RAISES_SIGFPE): New define.
2276         Use gl_* locking primitives rather than __libc_* ones.
2277         Include eval-plural.h instead of plural-eval.c.
2278         Use __builtin_expect rather than __glibc_likely/unlikely.
2279         * intl/dcngettext.c: Switch to gettext copyright.
2280         Use ANSI definitions and prototypes.
2281         * intl/dgettext.c: Likewise.
2282         * intl/dngettext.c: Likewise.
2283         * intl/plural-eval.c: Renamed to...
2284         * intl/eval-plural.h: ...this.
2285         * intl/explodename.c: Switch to gettext copyright.
2286         Use ANSI definitions and prototypes.
2287         (_nl_explode_name): Use strchr instead of __rawmemchr.
2288         * intl/finddomain.c: Switch to gettext copyright.
2289         Use ANSI definitions and prototypes.
2290         Use gl_* locking primitives rather than __libc_* ones.
2291         (_nl_find_domain): Use malloc rather than alloca for
2292         allocation of temporary locale name.
2293         * intl/gettext.c: Switch to gettext copyright.
2294         Use ANSI definitions and prototypes.
2295         * intl/gettextP.h: Switch to gettext copyright.
2296         Use ANSI definitions and prototypes.
2297         Use gl_* locking primitives rather than __libc_* ones.
2298         * intl/gmo.h: Switch to gettext copyright.
2299         (struct sysdep_string): Move struct segment_pair outside of
2300         struct definition.
2301         * intl/hash-string.c: Use ANSI definitions and prototypes.
2302         * intl/hash-string.h: Switch to gettext copyright.
2303         Use ANSI definitions and prototypes.
2304         * intl/l10nflist.c: Switch to gettext copyright.
2305         Use ANSI definitions and prototypes.
2306         (_nl_normalize_codeset): Avoid integer overflow.
2307         * intl/loadinfo.h: Switch to gettext copyright.
2308         Use ANSI definitions and prototypes.
2309         (LIBINTL_DLL_EXPORTED): New define.
2310         (PATH_SEPARATOR): New define.
2311         * intl/loadmsgcat.c: Switch to gettext copyright.
2312         * intl/localealias.c: Switch to gettext copyright.
2313         Use ANSI definitions and prototypes.
2314         (_nl_expand_alias): Use PATH_SEPARATOR.
2315         * intl/ngettext.c: Switch to gettext copyright.
2316         Use ANSI definitions and prototypes.
2317         * intl/plural-exp.c: Likewise.
2318         * intl/plural-exp.h: Switch to gettext copyright.
2319         Use ANSI definitions and prototypes.
2320         (struct expression): Move definition of enum operator outside
2321         of struct definition.
2322         * intl/plural.c: Regenerate.
2323         * intl/plural.y: Switch to gettext copyright.
2324         Use ANSI definitions and prototypes.
2325         Port to bison 3.0.
2326         * intl/textdomain.c: Switch to gettext copyright.
2327         Use ANSI definitions and prototypes.
2328         Use gl_* locking primitives rather than __libc_* ones.
2329
2330 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2331
2332         * debug/warning-nop.c: Add used atrribute.
2333
2334 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2335
2336         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2337
2338         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2339         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2340         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2341
2342 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2343             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2344
2345         [BZ #17634]
2346         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2347         Undefine after defining function.  Define as weak alias of
2348         __wcschr.  Use libc_hidden_weak.
2349         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2350         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2351         (libc_hidden_def): Also define __GI___wcschr alias.
2352         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2353         __wcschr and define as weak alias of __wcschr.
2354         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2355         __wcschr.
2356         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2357         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2358         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2359         libc_hidden_weak.  Do not use libc_hidden_def.
2360         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2361         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2362         __GI___wcschr alias.
2363         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2364         [IS_IN (libc)] (wcschr): Define as macro expanding to
2365         __redirect_wcschr.
2366         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2367         [IS_IN (libc)] (__wcschr_power6): Likewise.
2368         [IS_IN (libc)] (__wcschr_power7): Likewise.
2369         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2370         instead of wcschr.
2371         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2372         __libc_wcschr.
2373         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2374         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2375         __wcschr and define as weak alias of __wcschr.  Use
2376         libc_hidden_builtin_def.
2377         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2378         as weak alias of __wcschr.  Use libc_hidden_weak.
2379         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2380         wcschr.
2381         * time/era.c (_nl_init_era_entries): Likewise.
2382         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2383         variable.
2384         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2385         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2386
2387 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2388
2389         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2390         format for long int variable.
2391
2392 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2393
2394         [BZ #10672]
2395         * manual/search.texi: (Array Sort Function): Remove claim how to make
2396         qsort stable.
2397
2398 2014-12-10  Andreas Schwab  <schwab@suse.de>
2399
2400         [BZ #12847]
2401         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2402         user-controlled locks.
2403
2404 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2405
2406         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2407         register.
2408
2409 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2410
2411         * configure.ac (--disable-werror): New configure option.
2412         (enable_werror): New AC_SUBST.
2413         * configure: Regenerated.
2414         * config.make.in (enable-werror): New variable.
2415         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2416         -Wno-error=undef.
2417         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2418         * manual/install.texi (Configuring and compiling): Document
2419         --disable-werror.
2420         * INSTALL: Regenerated.
2421         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2422         (CFLAGS-tst-chk2.c): Likewise.
2423         (CFLAGS-tst-chk3.c): Likewise.
2424         (CFLAGS-tst-chk4.cc): Likewise.
2425         (CFLAGS-tst-chk5.cc): Likewise.
2426         (CFLAGS-tst-chk6.cc): Likewise.
2427         (CFLAGS-tst-lfschk1.c): Likewise.
2428         (CFLAGS-tst-lfschk2.c): Likewise.
2429         (CFLAGS-tst-lfschk3.c): Likewise.
2430         (CFLAGS-tst-lfschk4.cc): Likewise.
2431         (CFLAGS-tst-lfschk5.cc): Likewise.
2432         (CFLAGS-tst-lfschk6.cc): Likewise.
2433
2434         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2435         (main): Disable -Wdeprecated-declarations around calls to
2436         register_printf_function.
2437
2438         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2439         (do_test): Disable -Wdiv-by-zero around some calls to
2440         fwrite_unlocked and fread_unlocked.
2441
2442         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2443         (DIAG_POP_NEEDS_COMMENT): Likewise.
2444         (_DIAG_STR1): Likewise.
2445         (_DIAG_STR): Likewise.
2446         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2447         * stdio-common/bug21.c: Include <libc-internal.h>.
2448         (do_test): Disable -Wformat around call to sscanf.
2449         * stdio-common/scanf14.c: Include <libc-internal.h>.
2450         (main): Disable -Wformat around some calls to scanf functions.
2451
2452 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2453
2454         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2455
2456 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2457
2458         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2459         stack variable alignment.
2460
2461 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2462
2463         [BZ #17682]
2464         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2465         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2466         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2467         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2468         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2469         __getrlimit instead of getrlimit.
2470         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2471         __gettimeofday instead of gettimeofday.
2472         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2473         Likewise.
2474         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2475         Likewise.
2476         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2477         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2478         Remove variable.
2479         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2480         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2481
2482 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2483
2484         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2485         for wide-character tests.
2486
2487 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2488
2489         * io/openat64.c: #include <libc-internal.h>
2490         (__openat64): Prototypify.  Use ignore_value on MODE.
2491         * io/openat.c: Likewise.
2492         * misc/reboot.c: #include <libc-internal.h>
2493         (reboot): Prototypify.  Use ignore_value on HOWTO.
2494         * misc/ptrace.c: #include <libc-internal.h>
2495         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2496
2497 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2498
2499         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2500         XPG4, UNIX98 and XOPEN2K.
2501         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2502         Remove variable.
2503         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2504
2505 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2506
2507         * libio/fileops.c: Use ISO C style for function definitions.
2508         * libio/iofopen.c: Likewise.
2509         * libio/wfileops.c: Likewise.
2510
2511         [BZ #17653]
2512         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2513         offset on EOF.
2514         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2515         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2516         (fgets_func): Function pointer to fgets and fgetws.
2517         (do_ftell_test): Add test to verify ftell value after read
2518         EOF.
2519         (do_test): Set fgets_func.
2520
2521         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2522         O_TRUNC flag for w and w+ modes.
2523         (do_rewind_test): Likewise.
2524         (do_ftell_test): Likewise.
2525         (do_write_test): Likewise.
2526
2527         [BZ #17647]
2528         * libio/fileops.c (do_ftell): Seek only when there are
2529         unflushed writes.
2530         * libio/wfileops.c (do_ftell_wide): Likewise.
2531         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2532         test case.
2533         (do_one_test): Call it.
2534
2535 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2536
2537         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2538         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2539         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2540         Remove variable.
2541         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2542         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2543         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2544
2545 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2546
2547         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2548         Remove variable.
2549         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2550
2551         [BZ #17668]
2552         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2553         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2554         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2555         __freeifaddrs.  Use libc_hidden_weak.
2556         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2557         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2558         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2559         __freeifaddrs.  Use libc_hidden_weak.
2560         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2561         __getifaddrs and define as weak alias of __getifaddrs.  Use
2562         libc_hidden_weak.
2563         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2564         __freeifaddrs.  Use libc_hidden_weak.
2565         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2566         Remove variable.
2567         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2568         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2569
2570 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2571
2572         [BZ #17601]
2573         * sysdeps/mips/start.S (__start): Use indirect jump to call
2574         __libc_start_main.
2575
2576 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2577
2578         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2579
2580         * nptl/tst-mutex1.c: Include <stdbool.h>.
2581         [!ATTR] (ATTR_NULL): New macro.
2582         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2583         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2584         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2585
2586         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2587         to char *.
2588
2589         [BZ #17665]
2590         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2591         Change conditional to [__USE_MISC].
2592
2593         [BZ #17664]
2594         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2595         fgets_unlocked.
2596         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2597         __fgets_unlocked.
2598         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2599         fgets_unlocked.
2600         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2601         Remove variable.
2602         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2603         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2604         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2605         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2606         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2607         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2608         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2609         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2610         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2611
2612         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2613
2614 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2615
2616         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2617         Remove strpbrk objects.
2618         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2619         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2620         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2621         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2622         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2623         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2624
2625         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2626         Remove strcspn objects.
2627         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2628         (__libc_ifunc_impl_list): Remove strcspn implementation.
2629         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2630         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2631         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2632         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2633
2634         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2635         Remove strspn objetcs.
2636         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2637         (__libc_ifunc_impl_list): Remove strspn implementation.
2638         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2639         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2640         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2641         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2642
2643 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2644
2645         [BZ #17581]
2646         * malloc/hooks.c
2647         (mem2mem_check): Add a terminator to the chain of checking blocks.
2648         (malloc_check_get_size): Use it here.
2649         (mem2chunk_check): Ditto.
2650
2651 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2652
2653         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2654         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2655
2656 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2657
2658         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2659
2660         * nptl/nptl-init.c: Include libc-internal.h.
2661         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2662
2663         * elf/ldconfig.c (search_dir): Expand comment.
2664
2665 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2666
2667         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2668         variable.
2669         (linknamespace-symlist-stdlibs-tests): Likewise.
2670         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2671         instead of $(objpfx)symlist-stdlibs.
2672         (linknamespace-libs-isoc): New variable.
2673         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2674         (linknamespace-libs-ISO): New variable.
2675         (linknamespace-libs-ISO99): Likewise.
2676         (linknamespace-libs-ISO11): Likewise.
2677         (linknamespace-libs-XPG3): Likewise.
2678         (linknamespace-libs-XPG4): Likewise.
2679         (linknamespace-libs-POSIX): Likewise.
2680         (linknamespace-libs-UNIX98): Likewise.
2681         (linknamespace-libs-XOPEN2K): Likewise.
2682         (linknamespace-libs-POSIX2008): Likewise.
2683         (linknamespace-libs-XOPEN2K8): Likewise.
2684         ($(objpfx)symlist-stdlibs): Replace by
2685         $(linknamespace-symlist-stdlibs-tests).  Use
2686         $(linknamespace-libs-$*) as set of libraries.
2687         ($(linknamespace-header-tests)): Update dependencies.  Use
2688         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2689         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2690         * conform/linknamespace.pl: Remove comment about considering
2691         definitions of symbols from irrelevant libraries.
2692
2693 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2694
2695         [BZ #13862]
2696         * elf/dl-tls.c: Include <atomic.h>.
2697         (oom): Remove #ifdef SHARED/#endif.
2698         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2699         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2700         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2701         big enough.
2702         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2703         * nptl/Makefile (tests): Add tst-stack4.
2704         (modules-names): Add tst-stack4mod.
2705         ($(objpfx)tst-stack4): New.
2706         (tst-stack4mod.sos): Likewise.
2707         ($(objpfx)tst-stack4.out): Likewise.
2708         ($(tst-stack4mod.sos)): Likewise.
2709         (clean): Likewise.
2710         * nptl/tst-stack4.c: New file.
2711         * nptl/tst-stack4mod.c: Likewise.
2712
2713 2014-11-27  J. Brown  <jb999@gmx.de>
2714
2715         * sysdeps/x86/bits/string.h: Add recent CPUs.
2716
2717 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2718
2719         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2720         sigblock.
2721
2722         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2723         feof.
2724
2725         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2726         variable.
2727
2728 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2729
2730         * nscd/connections.c: Include libc-internal.h because of macro
2731         usage ignore_value.
2732
2733 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2734
2735         * string/bits/string3.h (__warn_memset_zero_len): Don't
2736         declare for gcc newer than 5.0.
2737         (memset): Don't test for zero-length __LEN for gcc newer than
2738         5.0.
2739
2740 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2741
2742         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2743         size_t for %zu format.
2744
2745         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2746         difference, not %ju.
2747
2748 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2749
2750         * include/libc-internal.h (ignore_value): New macro.
2751         * nscd/connections.c (restart): Wrap calls to setuid and setgid
2752         with ignore_value.
2753
2754         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2755         definition.
2756
2757         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2758         pthread_cleanup_push to void *.
2759
2760         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2761         Undefine.
2762
2763         [BZ #16619]
2764         [BZ #16740]
2765         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2766         instead of 1L << 52.
2767
2768         * libio/bug-rewind.c (do_test): Check fwscanf return values.
2769         * libio/bug-rewind2.c (do_test): Likewise.
2770
2771         * debug/test-stpcpy_chk-ifunc.c: Remove file.
2772         * debug/test-strcpy_chk-ifunc.c: Likewise.
2773         * wcsmbs/test-wcschr-ifunc.c: Likewise.
2774         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2775         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2776         * wcsmbs/test-wcslen-ifunc.c: Likewise.
2777         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2778         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2779         * Rules [$(multi-arch) = no] (tests): Do not filter out
2780         $(tests-ifunc).
2781         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2782         * debug/Makefile (tests-ifunc): Remove variable.
2783         (tests): Do not add $(tests-ifunc).
2784         * wcsmbs/Makefile (tests-ifunc): Remove variable.
2785         (tests): Do not add $(tests-ifunc).
2786         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2787         [TEST_IFUNC]: Remove conditionals.
2788         * string/test-string.h (TEST_IFUNC): Remove macro.
2789         [TEST_IFUNC]: Remove conditionals.
2790
2791         * string/test-strchr.c [!WIDE] (L): New macro.
2792         [WIDE] (L): Likewise.
2793         (check1): Use CHAR instead of char.  Use L on string and character
2794         constants.
2795
2796 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2797
2798         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2799         tests.
2800         * sysdeps/powerpc/bits/atomic.h
2801         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2802         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2803         (atomic_exchange_and_add_acq): Likewise.
2804         (atomic_exchange_and_add_rel): Likewise.
2805         * sysdeps/powerpc/powerpc32/bits/atomic.h
2806         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2807         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2808         * sysdeps/powerpc/powerpc64/bits/atomic.h
2809         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2810         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2811
2812 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2813
2814         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2815         Change synchronization of __sched_fifo_min_prio and
2816         __sched_fifo_max_prio.
2817         * nptl/pthread_mutexattr_getprioceiling.c
2818         (pthread_mutexattr_getprioceiling): Likewise.
2819         * nptl/pthread_mutexattr_setprioceiling.c
2820         (pthread_mutexattr_setprioceiling): Likewise.
2821         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2822         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2823         Likewise.
2824
2825 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2826
2827         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2828         void.
2829
2830 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2831
2832         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2833         third argument const.
2834
2835 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2836
2837         fnmatch: work around GCC compiler warning bug with uninit var
2838         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2839         This works around a bug with x86-64 GCC 4.9.2 and earlier
2840         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2841         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2842         used uninitialized in this function [-Wmaybe-uninitialized]".
2843
2844 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2845
2846         * posix/bug-regex31.c (main): Return RES not 0.
2847
2848 2014-11-25  Anton Blanchard <anton@samba.org>
2849
2850         * sysdeps/powerpc/bits/atomic.h
2851         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2852
2853 2014-11-24  Sterling Augustine  <saugustine@google.com>
2854
2855         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2856
2857 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2858
2859         [BZ #17608]
2860         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2861
2862 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2863
2864         [BZ #17633]
2865         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2866         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2867         variable.
2868         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2869         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2870
2871 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2872
2873         * string/strncpy.c (strncpy): Improve performance by using memset.
2874
2875 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2876
2877         * string/strcpy.c (strcpy):
2878         Improve performance by using strlen and memcpy.
2879
2880 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2881
2882         * string/strcoll_l.c (get_next_seq): __always_inline.
2883         * string/strcoll_l.c (do_compare): __always_inline.
2884
2885 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2886
2887         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2888         defined.
2889         * include/mqueue.h: Likewise.
2890         * include/stdlib.h: Likewise.
2891
2892         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2893         (get_null_defines): Adjust.
2894         * sunrpc/Makefile: Adjust comment.
2895         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2896         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2897         (CFLAGS-interp.c): Likewise.
2898         (CFLAGS-ldconfig.c): Likewise.
2899         (CPPFLAGS-.os): Likewise.
2900         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2901         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2902         * extra-modules.mk (extra-modules.mk): Likewise.
2903         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2904         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2905         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2906         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2907         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2908         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2909         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2910         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2911         * iconvdata/Makefile (CPPFLAGS): Likewise.
2912         (cpp-srcs-left): Add libof for all iconvdata routines.
2913         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2914         * include/assert.h: Likewise.
2915         * include/ctype.h: Likewise.
2916         * include/errno.h: Likewise.
2917         * include/libc-symbols.h: Likewise.
2918         * include/math.h: Likewise.
2919         * include/netdb.h: Likewise.
2920         * include/resolv.h: Likewise.
2921         * include/stdio.h: Likewise.
2922         * include/stdlib.h: Likewise.
2923         * include/string.h: Likewise.
2924         * include/sys/stat.h: Likewise.
2925         * include/wctype.h: Likewise.
2926         * intl/l10nflist.c: Likewise.
2927         * libidn/idn-stub.c: Likewise.
2928         * libio/libioP.h: Likewise.
2929         * nptl/libc_multiple_threads.c: Likewise.
2930         * nptl/pthreadP.h: Likewise.
2931         * posix/regex_internal.h: Likewise.
2932         * resolv/res_hconf.c: Likewise.
2933         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2934         * sysdeps/arm/memmove.S: Likewise.
2935         * sysdeps/arm/sysdep.h: Likewise.
2936         * sysdeps/generic/_itoa.h: Likewise.
2937         * sysdeps/generic/symbol-hacks.h: Likewise.
2938         * sysdeps/gnu/errlist.awk: Likewise.
2939         * sysdeps/gnu/errlist.c: Likewise.
2940         * sysdeps/i386/i586/memcpy.S: Likewise.
2941         * sysdeps/i386/i586/memset.S: Likewise.
2942         * sysdeps/i386/i686/memcpy.S: Likewise.
2943         * sysdeps/i386/i686/memmove.S: Likewise.
2944         * sysdeps/i386/i686/mempcpy.S: Likewise.
2945         * sysdeps/i386/i686/memset.S: Likewise.
2946         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2947         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2948         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2949         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2950         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2951         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2952         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2953         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2954         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2955         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2956         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2957         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2958         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2959         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2960         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2961         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2962         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2963         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2964         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2965         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2966         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2967         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2968         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2969         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2970         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2971         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2972         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2973         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2974         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2975         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2976         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2977         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2978         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2979         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2980         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2981         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2982         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2983         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2984         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2985         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2986         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2987         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2988         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2989         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2990         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2991         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2992         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2993         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2994         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2995         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2996         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2997         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2998         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2999         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3000         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3001         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3002         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3003         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3004         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3005         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3006         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3007         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3008         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3009         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3010         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3011         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3012         * sysdeps/posix/closedir.c: Likewise.
3013         * sysdeps/posix/opendir.c: Likewise.
3014         * sysdeps/posix/readdir.c: Likewise.
3015         * sysdeps/posix/rewinddir.c: Likewise.
3016         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3017         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3018         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3019         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3020         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3021         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3022         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3023         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3024         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3025         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3026         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3027         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3028         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3029         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3030         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3031         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3032         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3033         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3034         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3035         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3036         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3037         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3038         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3039         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3040         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3041         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3042         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3043         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3044         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3046         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3047         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3048         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3049         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3050         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3051         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3052         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3053         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3054         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3055         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3056         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3057         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3058         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3059         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3060         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3061         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3062         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3063         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3064         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3065         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3066         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3067         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3068         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3069         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3070         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3071         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3072         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3073         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3074         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3075         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3076         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3077         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3078         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3079         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3080         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3081         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3082         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3083         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3084         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3085         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3086         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3087         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3088         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3089         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3090         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3091         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3092         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3093         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3094         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3095         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3096         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3097         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3098         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3099         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3100         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3101         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3102         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3103         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3104         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3105         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3106         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3107         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3108         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3109         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3110         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3111         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3112         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3113         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3114         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3115         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3116         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3117         * sysdeps/unix/alpha/sysdep.S: Likewise.
3118         * sysdeps/unix/alpha/sysdep.h: Likewise.
3119         * sysdeps/unix/make-syscalls.sh: Likewise.
3120         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3121         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3122         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3123         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3124         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3125         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3126         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3127         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3128         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3129         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3130         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3131         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3132         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3133         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3134         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3135         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3136         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3137         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3138         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3139         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3140         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3141         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3142         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3143         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3144         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3145         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3146         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3149         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3150         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3151         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3152         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3153         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3154         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3155         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3156         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3157         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3158         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3159         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3160         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3161         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3162         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3163         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3164         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3165         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3166         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3167         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3168         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3169         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3170         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3171         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3172         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3173         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3174         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3175         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3176         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3177         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3178         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3179         * sysdeps/x86_64/memcpy.S: Likewise.
3180         * sysdeps/x86_64/memmove.c: Likewise.
3181         * sysdeps/x86_64/memset.S: Likewise.
3182         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3183         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3184         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3185         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3186         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3187         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3188         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3189         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3190         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3191         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3192         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3193         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3194         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3195         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3196         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3197         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3198         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3199         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3200         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3201         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3202         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3203         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3204         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3205         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3206         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3207         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3208         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3209         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3210         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3211         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3212         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3213         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3214         * sysdeps/x86_64/strcmp.S: Likewise.
3215
3216         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3217
3218         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3219         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3220         * elf/rtld-Rules: Likewise.
3221         * elf/setup-vdso.h: Likewise.
3222         * include/assert.h: Likewise.
3223         * include/bits/stdlib-float.h: Likewise.
3224         * include/errno.h: Likewise.
3225         * include/sys/stat.h: Likewise.
3226         * include/unistd.h: Likewise.
3227         * sysdeps/aarch64/setjmp.S: Likewise.
3228         * sysdeps/alpha/setjmp.S: Likewise.
3229         * sysdeps/arm/__longjmp.S: Likewise.
3230         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3231         * sysdeps/arm/setjmp.S: Likewise.
3232         * sysdeps/arm/sysdep.h: Likewise.
3233         * sysdeps/generic/_itoa.h: Likewise.
3234         * sysdeps/generic/dl-sysdep.h: Likewise.
3235         * sysdeps/generic/ldsodefs.h: Likewise.
3236         * sysdeps/i386/dl-tls.h: Likewise.
3237         * sysdeps/i386/setjmp.S: Likewise.
3238         * sysdeps/m68k/setjmp.c: Likewise.
3239         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3240         * sysdeps/mach/hurd/opendir.c: Likewise.
3241         * sysdeps/posix/getcwd.c: Likewise.
3242         * sysdeps/posix/opendir.c: Likewise.
3243         * sysdeps/posix/profil.c: Likewise.
3244         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3245         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3246         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3247         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3248         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3249         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3250         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3251         * sysdeps/s390/dl-tls.h: Likewise.
3252         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3253         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3254         * sysdeps/sh/sh3/setjmp.S: Likewise.
3255         * sysdeps/sh/sh4/setjmp.S: Likewise.
3256         * sysdeps/unix/alpha/sysdep.h: Likewise.
3257         * sysdeps/unix/arm/sysdep.S: Likewise.
3258         * sysdeps/unix/i386/sysdep.S: Likewise.
3259         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3260         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3261         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3262         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3263         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3264         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3265         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3266         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3267         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3268         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3269         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3270         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3271         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3274         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3275         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3276         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3277         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3278         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3279         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3280         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3281         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3282         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3283         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3284         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3285         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3286         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3287         * sysdeps/x86_64/setjmp.S: Likewise.
3288
3289         * include/math.h: Use IS_IN instead of IS_IN_libm.
3290         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3291         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3292         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3293         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3294         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3295         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3296         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3297         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3298         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3299         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3300         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3301         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3302         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3303         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3304         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3305         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3306         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3307         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3308         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3309         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3310         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3311         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3312         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3313         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3314         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3315         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3316         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3317         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3318         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3319         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3320         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3321         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3322         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3324         Likewise.
3325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3326         Likewise.
3327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3328         Likewise.
3329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3330         Likewise.
3331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3332         Likewise.
3333         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3334         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3335         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3336         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3337         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3338         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3344         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3345         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3346         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3347         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3348         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3349         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3350         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3351         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3352         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3353         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3354         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3355         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3356         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3357         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3359         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3360
3361         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3362         * nptl/pthreadP.h: Likewise.
3363         * nptl_db/structs.def: Likewise.
3364         * sysdeps/arm/sysdep.h: Likewise.
3365         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3366         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3367         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3368         * sysdeps/unix/alpha/sysdep.h: Likewise.
3369         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3370         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3371         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3372         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3373         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3374         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3375         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3376         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3377         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3378         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3379         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3380         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3381         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3382         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3385         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3386         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3387         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3388         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3389         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3390         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3391         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3392         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3393         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3394         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3395
3396         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3397         * nptl/pthreadP.h: Likewise.
3398         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3399         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3400         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3401         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3402         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3403         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3404         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3405         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3406         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3407         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3408         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3409         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3411         Likewise.
3412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3413         Likewise.
3414         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3415         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3416         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3417         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3418         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3419         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3420         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3421         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3422
3423         * dlfcn/dladdr.c: Use IS_IN.
3424         * dlfcn/dladdr1.c: Likewise.
3425         * dlfcn/dlclose.c: Likewise.
3426         * dlfcn/dlerror.c: Likewise.
3427         * dlfcn/dlinfo.c: Likewise.
3428         * dlfcn/dlmopen.c: Likewise.
3429         * dlfcn/dlopen.c: Likewise.
3430         * dlfcn/dlsym.c: Likewise.
3431         * dlfcn/dlvsym.c: Likewise.
3432
3433         * include/ifaddrs.h: Use IS_IN.
3434         * inet/check_pf.c: Likewise.
3435         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3436         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3437
3438         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3439         IS_IN_ldconfig.
3440         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3441         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3442
3443         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3444         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3445         IS_IN (libc).
3446
3447         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3448
3449         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3450         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3451         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3452         * include/libc-symbols.h (IS_IN_LIB): New macro.
3453         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3454         * include/netdb.h: Likewise.
3455         * include/stap-probe.h: Remove all uses of IN_LIB.
3456
3457         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3458         instead of IN_MODULE.
3459         * include/libc-symbols.h (IN_MODULE): Define using
3460         MODULE_NAME.
3461         (PASTE_NAME, PASTE_NAME1): New macros.
3462         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3463         of IN_LIB.
3464         (STAP_PROBE_ASM): Likewise.
3465
3466 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3467
3468         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3469         __mach_init in dlopened libc.
3470
3471 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3472
3473         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3474         * sysdeps/arm/preconfigure: Regenerate.
3475
3476 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3477
3478         * nptl/pthread_create.c (__pthread_create_2_1): Set
3479         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3480         when copying values from IATTR into PD.
3481
3482 2014-11-21  Will Newton  <will.newton@linaro.org>
3483             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3484
3485         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3486         Refactor inline-asm.  Also add comment.
3487
3488         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3489         ElfW macro instead of hardcoded Elf64 types.
3490         (la_aarch64_gnu_pltenter): Likewise.
3491         * sysdeps/aarch64/dl-machine.h
3492         (elf_machine_runtime_setup): Use ElfW(Addr).
3493
3494         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3495         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3496         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3497         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3498         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3499         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3500         (R_AARCH64_TLS_DTPMOD): This.
3501         (R_AARCH64_TLS_DTPREL64): Rename to ...
3502         (R_AARCH64_TLS_DTPREL): This.
3503         (R_AARCH64_TLS_TPREL64): Rename to ...
3504         (R_AARCH64_TLS_TPREL): This.
3505         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3506         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3507         R_AARCH64_TLS_TPREL64.
3508         (elf_machine_rela): Likewise.
3509
3510 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3511
3512         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3513         by setting it to 0.  64b atomics are not supported currently.
3514
3515 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3516
3517         [BZ #16469]
3518         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3519         search domain names.
3520
3521 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3522
3523         [BZ #16469]
3524         * NEWS: Update.
3525         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3526         trailing dot.
3527         * posix/tst-getaddrinfo5.c: New.
3528         * posix/Makefile (tests): Add it.
3529
3530 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3531
3532         [BZ #14498]
3533         * NEWS: Fixed.
3534         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3535         after parsing line but before break_if_match.
3536         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3537         if there is a protocol mismatch.
3538
3539 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3540
3541         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3542         because the potential race is on the user-supplied stream.
3543
3544 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3545
3546         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3547         string literal if not passed a buffer.
3548         * manual/job.texi (ctermid): Update reasoning, note deviation
3549         from posix, suggest mtasurace when not passed a buffer, for
3550         future non-preliminary safety notes.
3551
3552 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3553
3554         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3555         of not passing it a buffer.
3556         Reported by Peng Haitao.
3557
3558 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3559
3560         * manual/Makefile ($(objpfx)stamp-summary): Require
3561         check-safety.sh to pass.
3562         * manual/check-safety.sh: Wish for verification that every
3563         @deftypefn and @deftypefun is followed by a @safety remark.
3564
3565 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3566
3567         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3568
3569         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3570         PTHREAD_CANCEL_ASYNCHRONOUS.
3571         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3572         send SIGCANCEL.
3573
3574         * nptl/default-sched.h: New file.
3575         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3576         * nptl/pthread_create.c: Include it.
3577         (__pthread_create_2_1): Use collect_default_sched instead of making
3578         Linux syscalls here directly.
3579
3580 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3581
3582         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3583         __pthread_once): Use C11 atomics.
3584
3585 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3586
3587         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3588
3589 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3590
3591         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3592         atomic_thread_fence_acquire, atomic_thread_fence_release,
3593         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3594         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3595         atomic_compare_exchange_weak_relaxed,
3596         atomic_compare_exchange_weak_acquire,
3597         atomic_compare_exchange_weak_release,
3598         atomic_exchange_acquire, atomic_exchange_release,
3599         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3600         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3601         atomic_fetch_and_acquire,
3602         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3603
3604 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3605
3606         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3607         USE_ATOMIC_COMPILER_BUILTINS): Define.
3608         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3609         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3610         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3611         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3612         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3613         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3614         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3615         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3616         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3617         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3618         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3619         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3620         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3621         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3622         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3623         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3624         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3625         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3626         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3627         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3628         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3629         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3630         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3631         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3632         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3633         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3634         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3635         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3636         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3637         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3638         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3639         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3640         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3641         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3642         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3643         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3644         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3645         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3646         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3647         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3648
3649 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3650
3651         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3652         the sched_priority value here.  It was already checked when the user
3653         called pthread_attr_setschedparam.
3654
3655         * nptl/tst-bad-schedattr.c: New file.
3656         * nptl/Makefile (tests): Add it.
3657
3658 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3659             Florian Weimer  <fweimer@redhat.com>
3660             Joseph Myers  <joseph@codesourcery.com>
3661             Adam Conrad  <adconrad@0c3.net>
3662             Andreas Schwab  <schwab@suse.de>
3663             Brooks  <bmoses@google.com>
3664
3665         [BZ #17625]
3666         * wordexp-test.c (__dso_handle): Add prototype.
3667         (__register_atfork): Likewise.
3668         (__app_register_atfork): New function.
3669         (registered_forks): New global.
3670         (register_fork): New function.
3671         (test_case): Add 3 new tests for WRDE_CMDSUB.
3672         (main): Call __app_register_atfork.
3673         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3674         fork count is non-zero fail the test.
3675         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3676         is set.
3677         (parse_dollars): Remove check for WRDE_NOCMD.
3678         (parse_dquote): Likewise.
3679
3680 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3681
3682         * Makeconfig (built-modules): List non-library modules to be
3683         built.
3684         (module-cppflags): Include libc-modules.h for
3685         everything except shlib-versions.v.i.
3686         (CPPFLAGS): Use it.
3687         (before-compile): Add libc-modules.h.
3688         ($(common-objpfx)libc-modules.h,
3689         $(common-objpfx)libc-modules.stmp): New targets.
3690         (common-generated): Add libc-modules.h and libc-modules.stmp.
3691         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3692         * include/libc-symbols.h: Don't include libc-modules.h.
3693         * include/libc-modules.h: Remove file.
3694         * scripts/gen-libc-modules.awk: New script to generate
3695         libc-modules.h.
3696         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3697         Depend on libc-modules.stmp.
3698
3699         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3700
3701         * Makeconfig (in-module): Get value of libof set for the
3702         translation unit.
3703         (CPPFLAGS): Use $(in-module).
3704         * Makerules: Don't suffix routine names for nonlib.
3705         * include/libc-modules.h: New file.
3706         * include/libc-symbols.h: Include libc-modules.h
3707         (IS_IN): New macro to replace IS_IN_* macros.
3708         * elf/Makefile: Set libof-* for each routine.
3709         * elf/rtld-Rules: Likewise.
3710         * extra-modules.mk: Likewise.
3711         * iconv/Makefile: Likewise.
3712         * iconvdata/Makefile: Likewise.
3713         * locale/Makefile: Likewise.
3714         * malloc/Makefile: Likewise.
3715         * nss/Makefile: Likewise.
3716         * sysdeps/gnu/Makefile: Likewise.
3717         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3718         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3719         * sysdeps/s390/s390-64/Makefile: Likewise.
3720         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3721         CPPFLAGS for nscd instead of nonlib.
3722
3723 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3724
3725         * nptl/createthread.c: New file.
3726
3727         * nptl/createthread.c: Moved ...
3728         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3729
3730         * nptl/createthread.c: Add proper top-line comment.
3731         (do_clone): Folded into ...
3732         (create_thread): ... here.  Take new arguments STOPPED_START and
3733         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3734         increment __nptl_threads, do event-reporting logic, do
3735         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3736         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3737         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3738         just send SIGCANCEL.
3739         * nptl/pthread_create.c: Forward-declare create_thread before
3740         including createthread.c.
3741         (start_thread): Use new macro START_THREAD_DEFN to replace defining
3742         declaration, and new macro START_THREAD_SELF to replace argument.
3743         Remove return statement.
3744         (report_thread_creation): New function.
3745         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
3746         synchronization logic, and __nptl_nthreads increment here, around
3747         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
3748         PD->parent_cancelhandling here, before create_thread.  When
3749         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3750         __deallocate_stack, and ENOMEM translation here.
3751
3752 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
3753
3754         [BZ #17616]
3755         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3756         (mptwo): Rename to __mptwo.
3757         (__inv): Use __mptwo instead of mptwo.
3758         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3759         (mptwo): Rename to __mptwo.
3760         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3761         of mpone and __mptwo instead of mptwo.
3762         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3763         instead of mpone.
3764         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3765         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3766         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3767         of mpone and __mptwo instead of mptwo.
3768         (__mpranred): Use __mpone instead of mpone.
3769         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3770         variable.
3771         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3772         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3773         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3774         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3775         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3776         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3777         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3778         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3779         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3780         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3781         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3782         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3783         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3784         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3785         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3786         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3787         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3788         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3789         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3790
3791 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3792
3793         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3794         replace BSD Handler xref with BSD Signal Handling.
3795
3796 2014-11-17  Richard Henderson  <rth@redhat.com>
3797
3798         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3799         (_FP_PACK_RAW_2): Remove.
3800         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3801         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3802         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3803         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3804         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3805         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3806         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3807         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3808         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3809         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3810         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3811         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3812         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3813         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3814         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3815         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3816
3817 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3818
3819         * signal/signal.h [__USE_MISC]
3820         (struct sigvec): Remove type.
3821         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3822         (sigvec): Remove declaration.
3823         * sysdeps/posix/sigvec.c: Moved ...
3824         * signal/sigvec.c: ... here, replacing old file.
3825         (struct sigvec): New type, copied from old signal.h definition.
3826         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3827         (__sigvec): Convert definition to prototype.
3828         (sigvec): Replace weak_alias with compat_symbol.
3829         * signal/Versions (libc: GLIBC_2.21): New version set.
3830         * include/signal.h: Remove __sigvec declaration.
3831         * sysdeps/unix/bsd/sigvec.c: Remove file.
3832         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3833         * manual/signal.texi (BSD Handler): Remove subsection.
3834         Move siginterrupt up to ...
3835         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3836         (Blocking in BSD): Fold subsection into its parent.
3837         * NEWS: Mention sigvec removal.
3838
3839 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3840
3841         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3842         (DLA_FMS): Make definition conditional only on [__FMA4__].
3843         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3844         definition.
3845
3846         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3847         Make definition conditional only on [PROF].
3848         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3849         definition.
3850         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3851         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3852
3853         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3854         !__GNUC__].
3855         * include/signal.h (__sigpause): Move declaration above call to
3856         libc_hidden_proto.
3857         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3858         variable.
3859         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3860         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3861
3862 2014-11-14  David S. Miller  <davem@davemloft.net>
3863
3864         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3865         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3866
3867 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3868
3869         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3870         * configure: Regenerated.
3871         * manual/install.texi (Tools for Compilation): Document a
3872         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3873         compiler verified to work.
3874         * INSTALL: Regenerated.
3875
3876         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3877         redeclare with asm name.
3878         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3879         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3880         including <string.h>.
3881         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3882         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3883         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3884         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3885         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3886         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3887         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3888
3889 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3890
3891         * stdlib/strtol.c (__strtol): Use prototype definition.
3892
3893         [BZ #17594]
3894         * stdlib/strtol.c (SYM__): New macro.
3895         (SYM__1): Likewise.
3896         (__strtol): Likewise.
3897         (strtol): Rename to __strtol and define as weak alias of
3898         __strtol.  Use libc_hidden_weak.
3899
3900 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3901
3902         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3903         Use numbered labels in inline assembly.
3904
3905 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3906
3907         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3908         Add setjmp LIBC_PROBE.
3909         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3910         Likewise.
3911         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3912         Add longjmp, longjmp_target LIBC_PROBE.
3913         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3914         Likewise.
3915
3916 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3917
3918         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3919         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3920         to get rid of unused variable warning.
3921
3922 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3923
3924         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3925         Check for unwind_backtrace ==  NULL only in SHARED case.
3926         (__backchain_backtrace): Compile only in SHARED case.
3927         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3928         Likewise.
3929         (__backchain_backtrace): Declare as static.
3930
3931 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3932
3933         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3934         (__libc_multiple_threads_ptr): Variable moved ...
3935         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3936
3937 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3938
3939         * conform/GlibcConform.pm: New file.
3940         * conform/conformtest.pl: Use GlibcConform module.
3941         * conform/linknamespace.pl: New file.
3942         * conform/list-header-symbols.pl: Likewise.
3943         * conform/Makefile (linknamespace-symlists-base): New variable.
3944         (linknamespace-symlists-tests): Likewise.
3945         (linknamespace-header-base): Likewise.
3946         (linknamespace-header-tests): Likewise.
3947         (tests-special): Add new tests.
3948         ($(linknamespace-symlists-tests)): New rule.
3949         (linknamespace-libs): New variable.
3950         ($(objpfx)symlist-stdlibs): New rule.
3951         ($(linknamespace-header-tests)): Likewise.
3952         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3953         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3954         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3955         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3956         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3957         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3958         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3959         (test-xfail-ISO/math.h/linknamespace): Likewise.
3960         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3961         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3962         (test-xfail-ISO/time.h/linknamespace): Likewise.
3963         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3964         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3965         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3966         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3967         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3968         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3969         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3970         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3971         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3972         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3973         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3974         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3975         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3976         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3977         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3978         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3979         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3980         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3981         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3982         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3983         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3984         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3985         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3986         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3987         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3988         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3989         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3990         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3991         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3992         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3993         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3994         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3995         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3996         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3997         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3998         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3999         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4000         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4001         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4002         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4003         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4004         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4005         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4006         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4007         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4008         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4009         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4010         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4011         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4012         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4013         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4014         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4015         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4016         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4017         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4018         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4019         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4020         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4021         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4022         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4023         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4024         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4025         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4026         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4027         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4028         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4029         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4030         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4031         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4032         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4033         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4034         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4035         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4036         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4037         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4038         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4039         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4040         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4041         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4042         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4043         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4044         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4045         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4046         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4047         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4048         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4049         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4050         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4051         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4052         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4053         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4054         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4055         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4056         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4057         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4058         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4059         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4060         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4061         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4062         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4063         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4064         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4065         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4066         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4067         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4068         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4069         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4070         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4071         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4072         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4073         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4074         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4075         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4076         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4077         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4078         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4079         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4080         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4081         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4082         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4083         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4084         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4085         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4086         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4087         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4088         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4089         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4090         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4091         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4092         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4093         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4094         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4095         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4096         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4097         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4098         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4099         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4100         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4101         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4102         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4103         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4104         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4105         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4106         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4107         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4108         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4109         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4110         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4111         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4112         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4113
4114         [BZ #17589]
4115         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4116         of fgets_unlocked.
4117
4118         [BZ #17585]
4119         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4120         (memmem): Rename to __memmem and define as weak alias of
4121         __memmem.  Use libc_hidden_weak.
4122         (__memmem): Use libc_hidden_def.
4123         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4124         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4125         memmem.
4126
4127         [BZ #17582]
4128         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4129         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4130         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4131         and define as weak alias of __fgets_unlocked.  Use
4132         libc_hidden_weak.
4133         (__fgets_unlocked): Use libc_hidden_def.
4134         * include/stdio.h (__fgets_unlocked): Declare.  Use
4135         libc_hidden_proto.
4136         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4137         __fgets_unlocked instead of fgets_unlocked.
4138         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4139         (GET_NPROCS_CONF_PARSER): Likewise.
4140         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4141         (GET_NPROCS_CONF_PARSER): Likewise.
4142
4143         [BZ #17574]
4144         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4145         weak alias of __wmemset.  Use libc_hidden_weak.
4146         (__wmemset): Use libc_hidden_def.
4147         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4148         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4149         of wmemset.
4150
4151         [BZ #17573]
4152         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4153         with asm name __mempcpy.
4154         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4155
4156         [BZ #17572]
4157         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4158         and define as weak alias of __rawmemchr.
4159         (__rawmemchr): Do not define as strong alias of rawmemchr.
4160
4161         [BZ #17571]
4162         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4163         alias of __qsort_r.
4164         (qsort): Call __qsort_r instead of qsort_r.
4165         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4166         (__qsort_r): Declare.  Call libc_hidden_proto.
4167         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4168         instead of qsort_r.
4169         * nscd/gai.c (__qsort_r): Define to qsort_r.
4170         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4171         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4172         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4173
4174         [BZ #17570]
4175         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4176         define as weak alias of __malloc_info.
4177
4178         [BZ #17584]
4179         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4180         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4181         (__rewinddir): Use libc_hidden_def.
4182         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4183         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4184         (__rewinddir): Use libc_hidden_def.
4185         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4186         weak alias of __rewinddir.  Don't use libc_hidden_def.
4187         (__rewinddir): Use libc_hidden_def.
4188         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4189         (__rewinddir): Use libc_hidden_proto.
4190         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4191         rewinddir.
4192         (__getcwd): Use __rewinddir instead of rewinddir.
4193
4194         [BZ #17583]
4195         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4196         alias of __fileno.  Use libc_hidden_weak.
4197         (__fileno): Use libc_hidden_def.
4198         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4199         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4200         alias of __ftello.
4201         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4202         __ftello.
4203         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4204         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4205         libc_hidden_def.
4206         (fread_unlocked): Don't use libc_hidden_ver.
4207         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4208         and define as weak alias of __fread_unlocked.  Don't use
4209         libc_hidden_def.
4210         (__fread_unlocked): Use libc_hidden_def.
4211         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4212         (ftello): Don't use libc_hidden_proto.
4213         (__ftello): Declare.  Use libc_hidden_proto.
4214         (fread_unlocked): Don't use libc_hidden_proto.
4215         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4216         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4217         and __ftello instead of fileno, fread_unlocked and ftello.
4218
4219 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4220
4221         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4222         GOT12.
4223         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4224         Likewise.
4225         (_dl_start_user): Likewise.
4226         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4227
4228 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4229             Siddhesh Poyarekar  <siddhesh@redhat.com>
4230
4231         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4232         Move argv and envp down instead of moving argc up.
4233         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4234
4235 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4236
4237         [BZ #17506]
4238         * test-skeleton.c (main): Return successful if one of
4239         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4240         * string/tst-strcoll-overflow.c: Define expected status.
4241
4242 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4243
4244         [BZ #17475]
4245         * locale/iso-639.def: Define Bhili and Tulu language codes.
4246
4247 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4248
4249         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4250
4251 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4252
4253         [BZ #17555]
4254         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4255
4256 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4257
4258         * configure.ac: Updated check of minimal required version to
4259         2.22.
4260         * manual/install.texi (Tools for Compilation): Updated version
4261         number.
4262         * configure: Regenerated.
4263         * INSTALL: Likewise.
4264
4265 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4266
4267         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4268         __tls_get_addr.
4269
4270 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4271
4272         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4273         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4274         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4275         libc_hidden_weak.
4276         (waitpid): Define as alias of __waitpid.
4277         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4278         __waitpid.
4279         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4280         libc_hidden_weak.
4281         (waitpid): Define as alias of __waitpid.
4282         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4283         __libc_waitpid alias.
4284         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4285         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4286         Likewise.
4287         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4288         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4289         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4290         alias.
4291         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4292         __waitpid.
4293         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4294         libc_hidden_weak.
4295         (waitpid): Define as alias of __waitpid.
4296
4297 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4298
4299         * manual/llio.texi: Add comment that write safety has been
4300         fixed in Linux.
4301
4302         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4303         (localplt-build-dso): Add elf/ld.so.
4304         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4305         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4306         and free for ld.so.
4307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4308         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4310         Likewise.
4311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4312         Likewise.
4313         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4314         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4315         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4316         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4317         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4318         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4319         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4320         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4321         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4322         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4323         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4324
4325 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4326
4327         [BZ #14132]
4328         * include/libc-symbols.h (INTUSE): Remove macro.
4329         (INTDEF): Likewise.
4330         (INTVARDEF): Likewise.
4331         (_INTVARDEF): Likewise.
4332         (INTDEF2): Likewise.
4333         (INTVARDEF2): Likewise.
4334         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4335         rtld_hidden_def instead of INTVARDEF.
4336         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4337         (_dl_starting_up_internal): Remove declaration.
4338         (_dl_starting_up): Use rtld_hidden_proto.
4339         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4340         declaration.
4341         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4342         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4343         _dl_starting_up.
4344         * elf/dl-writev.h (_dl_writev): Likewise.
4345         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4346         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4347         _dl_starting_up_internal.
4348
4349 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4350
4351         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4352         test-skeleton.c.
4353
4354 2014-11-05  Will Newton  <will.newton@linaro.org>
4355
4356         * benchtests/Makefile: (bench-malloc): Add malloc thread
4357         scalability benchmark.
4358         * benchtests/bench-malloc-threads.c: New file.
4359
4360 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4361
4362         * sysdeps/aarch64/strchrnul.S: New file.
4363
4364 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4365
4366         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4367         definition.
4368         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4369         Likwise.
4370         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4371         Likewise.
4372         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4373         Likewise.
4374         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4375         Likewise.
4376         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4377         Likewise.
4378
4379 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4380
4381         * catgets/test-gencat.c: Use test-skeleton.c.
4382         * catgets/tst-catgets.c: Likewise.
4383         * csu/tst-empty.c: Likewise.
4384         * elf/tst-audit2.c: Likewise.
4385         * elf/tst-global1.c: Likewise.
4386         * elf/tst-pathopt.c: Likewise.
4387         * elf/tst-piemod1.c: Likewise.
4388         * elf/tst-tls10.c: Likewise.
4389         * elf/tst-tls11.c: Likewise.
4390         * elf/tst-tls12.c: Likewise.
4391         * gnulib/tst-gcc.c: Likewise.
4392         * iconvdata/tst-e2big.c: Likewise.
4393         * iconvdata/tst-loading.c: Likewise.
4394         * iconv/tst-iconv1.c: Likewise.
4395         * iconv/tst-iconv2.c: Likewise.
4396         * inet/test-inet6_opt.c: Likewise.
4397         * inet/tst-gethnm.c: Likewise.
4398         * inet/tst-network.c: Likewise.
4399         * inet/tst-ntoa.c: Likewise.
4400         * intl/tst-codeset.c: Likewise.
4401         * intl/tst-gettext2.c: Likewise.
4402         * intl/tst-gettext3.c: Likewise.
4403         * intl/tst-ngettext.c: Likewise.
4404         * intl/tst-translit.c: Likewise.
4405         * io/test-stat.c: Likewise.
4406         * libio/test-fmemopen.c: Likewise.
4407         * libio/tst-freopen.c: Likewise.
4408         * libio/tst-sscanf.c: Likewise.
4409         * libio/tst-ungetwc1.c: Likewise.
4410         * libio/tst-ungetwc2.c: Likewise.
4411         * libio/tst-widetext.c: Likewise.
4412         * localedata/tst-ctype.c: Likewise.
4413         * localedata/tst-digits.c: Likewise.
4414         * localedata/tst-leaks.c: Likewise.
4415         * localedata/tst-mbswcs1.c: Likewise.
4416         * localedata/tst-mbswcs2.c: Likewise.
4417         * localedata/tst-mbswcs3.c: Likewise.
4418         * localedata/tst-mbswcs4.c: Likewise.
4419         * localedata/tst-mbswcs5.c: Likewise.
4420         * localedata/tst-setlocale.c: Likewise.
4421         * localedata/tst-trans.c: Likewise.
4422         * localedata/tst-wctype.c: Likewise.
4423         * localedata/tst-xlocale1.c: Likewise.
4424         * login/tst-grantpt.c: Likewise.
4425         * malloc/tst-calloc.c: Likewise.
4426         * malloc/tst-malloc.c: Likewise.
4427         * malloc/tst-mallocstate.c: Likewise.
4428         * malloc/tst-mcheck.c: Likewise.
4429         * malloc/tst-mtrace.c: Likewise.
4430         * malloc/tst-obstack.c: Likewise.
4431         * math/atest-exp2.c: Likewise.
4432         * math/atest-exp.c: Likewise.
4433         * math/atest-sincos.c: Likewise.
4434         * math/test-matherr.c: Likewise.
4435         * math/test-misc.c: Likewise.
4436         * math/test-powl.c: Likewise.
4437         * math/tst-definitions.c: Likewise.
4438         * misc/tst-dirname.c: Likewise.
4439         * misc/tst-efgcvt.c: Likewise.
4440         * misc/tst-fdset.c: Likewise.
4441         * misc/tst-hsearch.c: Likewise.
4442         * misc/tst-mntent2.c: Likewise.
4443         * nptl/tst-sem7.c: Likewise.
4444         * nptl/tst-sem8.c: Likewise.
4445         * nptl/tst-sem9.c: Likewise.
4446         * nss/test-netdb.c: Likewise.
4447         * posix/tst-fnmatch.c: Likewise.
4448         * posix/tst-getlogin.c: Likewise.
4449         * posix/tst-gnuglob.c: Likewise.
4450         * posix/tst-mmap.c: Likewise.
4451         * pwd/tst-getpw.c: Likewise.
4452         * resolv/tst-inet_ntop.c: Likewise.
4453         * rt/tst-timer.c: Likewise.
4454         * stdio-common/test-fseek.c: Likewise.
4455         * stdio-common/test-popen.c: Likewise.
4456         * stdio-common/test-vfprintf.c: Likewise.
4457         * stdio-common/tst-cookie.c: Likewise.
4458         * stdio-common/tst-fileno.c: Likewise.
4459         * stdio-common/tst-gets.c: Likewise.
4460         * stdio-common/tst-obprintf.c: Likewise.
4461         * stdio-common/tst-perror.c: Likewise.
4462         * stdio-common/tst-sprintf2.c: Likewise.
4463         * stdio-common/tst-sprintf3.c: Likewise.
4464         * stdio-common/tst-sprintf.c: Likewise.
4465         * stdio-common/tst-swprintf.c: Likewise.
4466         * stdio-common/tst-tmpnam.c: Likewise.
4467         * stdio-common/tst-unbputc.c: Likewise.
4468         * stdio-common/tst-wc-printf.c: Likewise.
4469         * stdlib/tst-environ.c: Likewise.
4470         * stdlib/tst-fmtmsg.c: Likewise.
4471         * stdlib/tst-limits.c: Likewise.
4472         * stdlib/tst-rand48-2.c: Likewise.
4473         * stdlib/tst-rand48.c: Likewise.
4474         * stdlib/tst-random2.c: Likewise.
4475         * stdlib/tst-random.c: Likewise.
4476         * stdlib/tst-strtol.c: Likewise.
4477         * stdlib/tst-strtoll.c: Likewise.
4478         * stdlib/tst-tls-atexit.c: Likewise.
4479         * stdlib/tst-xpg-basename.c: Likewise.
4480         * string/test-ffs.c: Likewise.
4481         * string/tst-bswap.c: Likewise.
4482         * string/tst-inlcall.c: Likewise.
4483         * string/tst-strtok.c: Likewise.
4484         * string/tst-strxfrm.c: Likewise.
4485         * sysdeps/x86_64/tst-audit10.c: Likewise.
4486         * sysdeps/x86_64/tst-audit3.c: Likewise.
4487         * sysdeps/x86_64/tst-audit4.c: Likewise.
4488         * sysdeps/x86_64/tst-audit5.c: Likewise.
4489         * time/tst-ftime_l.c: Likewise.
4490         * time/tst-getdate.c: Likewise.
4491         * time/tst-mktime3.c: Likewise.
4492         * time/tst-mktime.c: Likewise.
4493         * time/tst-posixtz.c: Likewise.
4494         * time/tst-strptime2.c: Likewise.
4495         * time/tst-strptime3.c: Likewise.
4496         * wcsmbs/tst-btowc.c: Likewise.
4497         * wcsmbs/tst-mbrtowc.c: Likewise.
4498         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4499         * wcsmbs/tst-wchar-h.c: Likewise.
4500         * wcsmbs/tst-wcpncpy.c: Likewise.
4501         * wcsmbs/tst-wcrtomb.c: Likewise.
4502         * wcsmbs/tst-wcsnlen.c: Likewise.
4503         * wcsmbs/tst-wcstof.c: Likewise.
4504
4505 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4506
4507         [BZ #14132]
4508         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4509         INTDEF.
4510         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4511         declaration.
4512         (_dl_mcount): Use rtld_hidden_proto.
4513         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4514         _dl_mcount.
4515         * elf/rtld.c (_rtld_global_ro): Likewise.
4516
4517         [BZ #14132]
4518         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4519         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4520         of _dl_init_internal.
4521         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4522         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4523         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4524         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4525         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4526         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4527         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4528         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4529         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4530         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4531         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4532         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4533         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4534         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4535         * sysdeps/tile/dl-start.S (_start): Likewise.
4536         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4537         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4538
4539         [BZ #14132]
4540         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4541         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4542         (rtld_progname): Make macro definition unconditional.
4543         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4544         INTDEF.
4545         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4546         (dl_main): Likewise.
4547         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4548         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4549         instead of _dl_argv_internal.
4550         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4551         __GI__dl_argv instead of INTUSE(_dl_argv).
4552         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4553         __GI__dl_argv instead of _dl_argv_internal.
4554
4555         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4556         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4557         macro.
4558         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4559         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4560         New macro.
4561         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4562         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4563         macro.
4564         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4565         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4566
4567 2014-11-04  Andreas Schwab  <schwab@suse.de>
4568
4569         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4570
4571 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4572
4573         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4574         mtvsrd instruction in binary form.
4575
4576 2014-11-03  Andreas Schwab  <schwab@suse.de>
4577
4578         [BZ #17522]
4579         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4580         for less than MB_LEN_MAX use a local buffer of that size.
4581         * libio/tst-fputws.c: New file.
4582         * libio/Makefile (tests): Add tst-fputws.
4583
4584 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4585
4586         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4587         the size of the fpu_fr.fpu_dregs[] array.
4588
4589 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4590
4591         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4592         (__nanosleep): Do not define as alias.
4593         (nanosleep): Define as alias of __nanosleep.
4594         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4595         __libc_nanosleep name.
4596
4597 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4598
4599         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4600         install.texi in comment.
4601
4602 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4603
4604         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4605         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4606         ... add here and use lwsync or sync ...
4607         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4608         ... and add here using lwsync.
4609
4610 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4611
4612         * elf/dl-machine-reject-phdr.h: New file.
4613         * elf/dl-load.c: #include that.
4614         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4615         if that returned true.
4616
4617 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4618
4619         [BZ #17496]
4620         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4621         gen-as-const-headers chunk.  Add a big scare comment after the last
4622         safe place to touch before-compile.
4623
4624 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4625
4626         * manual/install.texi (Tools for Compilation): Update autoconf
4627         version requirements.
4628         * INSTALL: Regenerated.
4629
4630         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4631         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4632         (__libc_pselect): Likewise.
4633
4634         [BZ #14138]
4635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4639
4640 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4641
4642         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4643         correct barrier instruction.
4644         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4645         Likewise.
4646         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4647         Likewise.
4648
4649 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4650
4651         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4652         after defining inlines.  Instead, just use parens to defeat macro
4653         expansion of __isctype in its declaration.
4654
4655 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4656
4657         * include/sys/uio.h (__libc_readv): Remove declaration.
4658         (__libc_writev): Likewise.
4659         * misc/readv.c (__libc_readv): Rename to __readv.
4660         (__readv): Do not define as alias.
4661         (readv): Define as alias of __readv.
4662         * misc/writev.c (__libc_writev): Rename to __writev.
4663         (__writev): Do not define as alias.
4664         (writev): Define as alias of __writev.
4665         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4666         (__readv): Do not define as alias.
4667         (readv): Define unconditionally as alias of __readv.
4668         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4669         (__writev): Do not define as alias.
4670         (writev): Define unconditionally as alias of __writev.
4671         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4672         name.
4673         (writev): Do not define __libc_writev name.
4674
4675 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4676
4677         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4678         (convert_charseq): New function, broken out of ...
4679         (use_from_charmap): ... here.  Call it.
4680         (use_to_charmap): Use convert_charseq and free instead of duplicating
4681         its code with a variable-length stack struct.
4682
4683 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4684
4685         * include/fcntl.h (__libc_creat): Remove declaration.
4686         * io/creat.c (__libc_creat): Rename to creat.
4687         (creat): Do not define as alias.
4688         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4689         of creat instead of __libc_creat.
4690         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4691         to creat.
4692         (creat): Do not define as alias.
4693         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4694         __libc_creat.
4695         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4696         __libc_creat name.
4697         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4698         Likewise.
4699
4700 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4701
4702         * manual/llio.texi: Add comments discussing why write() may be
4703         considered MT-unsafe on Linux.
4704
4705 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4706
4707         * dl-load.c (local_strdup): Remove.
4708         (expand_dynamic_string_token): Use __strdup.
4709         (decompose_rpath): Likewise.
4710         (_dl_map_object): Likewise.
4711
4712 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4713
4714         [BZ #14132]
4715         * sysdeps/generic/unwind-dw2-fde.c
4716         (__register_frame_info_bases_internal): Do not declare.
4717         (__register_frame_info_table_bases_internal): Likewise.
4718         (__deregister_frame_info_bases_internal): Likewise.
4719         (__register_frame_info_bases): Declare and use hidden_proto before
4720         definition.  Use hidden_def instead of INTDEF.
4721         (__register_frame_info_table_bases): Likewise.
4722         (__deregister_frame_info_bases): Likewise.
4723         (__register_frame_info): Do not use INTUSE.
4724         (__register_frame): Likewise.
4725         (__register_frame_info_table): Likewise.
4726         (__register_frame_table): Likewise.
4727         (__deregister_frame_info): Likewise.
4728         (__deregister_frame): Likewise.
4729
4730 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4731
4732         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4733         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4734         not undefine.
4735         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4736         Likewise.
4737         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4738         Likewise.
4739
4740 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
4741
4742         [BZ #14138]
4743         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4744         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4745         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4746         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4747         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4748         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4749         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4750         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4751         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4752         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4753         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4754         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4755         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4756         syscall.
4757         (setfsuid): Likewise.
4758         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4759         (setfsuid): Likewise.
4760         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4761         (setfsuid): Likewise.
4762         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4763         Likewise.
4764         (setfsuid): Likewise.
4765         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4766         (setfsuid): Likewise.
4767         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4768         Likewise.
4769         (setfsuid): Likewise.
4770
4771 2014-10-27  Andreas Schwab  <schwab@suse.de>
4772
4773         [BZ #17501]
4774         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4775         check for Slow_SSE4_2 feature bit.
4776         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4777         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4778         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4779         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
4780
4781 2014-10-24  Roland McGrath  <roland@hack.frob.com>
4782
4783         * configure.ac: Validate compiler version with a empirical test of
4784         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4785         $CC -v output.
4786         * configure: Regenerated.
4787
4788         * inet/htons.c (htons): Prototypify.
4789         * inet/htonl.c (htonl): Likewise.
4790
4791 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4792
4793         * string/strncat.c (strncat): Improve performance by using strlen.
4794
4795 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4796
4797         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4798
4799 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4800
4801         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4802         Call libc_fetestexcept_aarch64.
4803
4804 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4805
4806         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4807         Call libc_feholdexcept_aarch64.
4808
4809 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4810
4811         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4812         Call get_rounding_mode.
4813
4814 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4815
4816         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4817         Simplify logic.
4818
4819 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4820
4821         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4822         Simplify logic.
4823
4824 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4825
4826         [BZ #14138]
4827         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4828         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4829         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4830         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4831         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4832         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4833         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4834         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4835         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4836         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4837         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4838         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4839         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4840         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4841         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4842         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4843         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4844         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4845         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4846         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4847         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4848         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4849         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4850         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4851         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4852         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4853         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4854         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4855         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4856         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4857         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4858         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4859         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4860         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4861         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4862         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4863         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4864         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4865         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4866         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4867         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4868         syscall.
4869         (geteuid): Likewise.
4870         (getgid): Likewise.
4871         (getuid): Likewise.
4872         (getresgid): Likewise.
4873         (getresuid): Likewise.
4874         (getgroups): Likewise.
4875         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4876         (geteuid): Likewise.
4877         (getgid): Likewise.
4878         (getuid): Likewise.
4879         (getresgid): Likewise.
4880         (getresuid): Likewise.
4881         (getgroups): Likewise.
4882         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4883         (geteuid): Likewise.
4884         (getgid): Likewise.
4885         (getuid): Likewise.
4886         (getresgid): Likewise.
4887         (getresuid): Likewise.
4888         (getgroups): Likewise.
4889         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4890         Likewise.
4891         (geteuid): Likewise.
4892         (getgid): Likewise.
4893         (getuid): Likewise.
4894         (getresgid): Likewise.
4895         (getresuid): Likewise.
4896         (getgroups): Likewise.
4897         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4898         (geteuid): Likewise.
4899         (getgid): Likewise.
4900         (getuid): Likewise.
4901         (getresgid): Likewise.
4902         (getresuid): Likewise.
4903         (getgroups): Likewise.
4904         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4905         Likewise.
4906         (geteuid): Likewise.
4907         (getgid): Likewise.
4908         (getuid): Likewise.
4909         (getgroups): Likewise.
4910
4911         [BZ #14138]
4912         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4913         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4914         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4915         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4916         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4917         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4918         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4919         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4920         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4921         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4922         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4923         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4924         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4925         __chown.
4926         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4927         (lchown): Likewise.
4928         (fchown): Likewise.
4929         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4930         Likewise.
4931         (lchown): Likewise.
4932         (fchown): Likewise.
4933         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4934         (lchown): Likewise.
4935         (fchown): Likewise.
4936         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4937         Likewise.
4938         (lchown): Likewise.
4939         (fchown): Likewise.
4940
4941 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4942
4943         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4944         Simplify logic.
4945
4946 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4947
4948         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4949         Cleanup logic.
4950
4951 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4952
4953         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4954         Remove unused include.
4955
4956 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4957
4958         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4959         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4960         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4961         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4962
4963 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4964             Helge Deller <deller@gmx.de>
4965
4966         [BZ #17508]
4967         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4968         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4969         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4970
4971 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4972
4973         [BZ #14132]
4974         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4975         Remove macro definition.
4976         (__ashrdi3_v_glibc20): Likewise.
4977         (__lshrdi3_v_glibc20): Likewise.
4978         (__cmpdi2_v_glibc20): Likewise.
4979         (__ucmpdi2_v_glibc20): Likewise.
4980         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4981         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4982         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4983         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4984         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4985         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4986
4987 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4988
4989         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4990         old GNU extension [0] syntax.
4991         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4992         alloca rather than an array member with variable length.
4993         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4994         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4995         (parse_opt): ... here.  Likewise use alloca there.
4996         Validate the -i argument before checking for rootness.
4997         (send_shutdown): New function, broken out of ...
4998         (parse_opt): ... here.
4999
5000 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5001
5002         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5003         macro to get at the _rt_local_ro field.
5004         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5005         ([PIC] case) or _dl_hwcap ([!PIC] case).
5006         * sysdeps/arm/setjmp.S: Likewise.
5007
5008         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5009         * sysdeps/arm/configure.ac: New check to define it.
5010         * sysdeps/arm/configure: Regenerated.
5011         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5012         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5013         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5014         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5015         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5016         Use move/movt pair instead of a load.
5017         (LDST_GLOBAL): Macro removed.
5018         (LDR_GLOBAL): New macro replaces it.
5019         (LDR_HIDDEN): New macro.
5020         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5021         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5022
5023         * setjmp/tst-setjmp-static.c: New file.
5024         * setjmp/Makefile (tests): Add it.
5025         (tests-static): New variable.
5026
5027 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5028
5029         [BZ #17485]
5030         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5031
5032 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5033
5034         [BZ #14132]
5035         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5036
5037 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5038
5039         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5040
5041 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5042
5043         * io/fts.c (dirent_not_directory): New function.
5044         (fts_build): Call it.
5045
5046 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5047
5048         * nptl/version.c (__nptl_main): Use normal __write rather than
5049         INTERNAL_SYSCALL.
5050         (banner): Update copyright years.
5051
5052         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5053         gettimeofday.
5054         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5055         * nptl/pthread_cond_timedwait.c: Likewise.
5056         * nptl/pthread_mutex_timedlock.c: Likewise.
5057         * nptl/sem_timedwait.c: Likewise.
5058
5059         * sysdeps/nptl/bits/libc-lock.h
5060         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5061         (__libc_lock_init_recursive): Return void, not 0.
5062         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5063         (__libc_rwlock_init): Likewise.
5064         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5065
5066 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5067
5068         [BZ #15215]
5069         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5070         (__pthread_once_slow): ... here.
5071         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5072         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5073
5074 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5075
5076         [BZ #15215]
5077         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5078         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5079         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5080         * nptl/pthread_once.c (__pthread_once): Likewise.
5081         Update comments.
5082
5083 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5084
5085         [BZ #14138]
5086         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5087         name.
5088         (writev): Use __libc_writev as strong name.
5089         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5090         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5091
5092 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5093
5094         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5095
5096         * sysdeps/i386/nptl/tls.h
5097         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5098         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5099         New macros.
5100         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5101         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5102         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5103         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5104         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5105         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5106
5107         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5108         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5109         on [__NR_futex].
5110         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5111         broken out of ...
5112         (__pthread_mutex_init): ... here.  Call it.
5113         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5114         Conditionalize PI cases on [__NR_futex].
5115         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5116         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5117         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5118
5119         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5120         conditional on [SIGSETXID].
5121         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5122         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5123         is defined.  Likewise for SIGSETXID.
5124         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5125         Conditionalize definitions on [SIGSETXID].
5126         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5127         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5128         unblocking on [SIGCANCEL].
5129
5130         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5131         [__NR_set_robust_list].
5132
5133 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5134
5135         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5136         (do_compare): Likewise.
5137
5138 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5139
5140         [BZ #15884]
5141         * string/strcoll_l.c: Don't include stdio.h.
5142         (coll_seq): Remove members idxarr and rulearr.
5143         (get_next_seq_cached): Remove function.
5144         (get_next_seq): Likewise.
5145         (get_next_seq_nocache): Rename to get_next_seq.
5146         (do_compare): Remove function.
5147         (do_compare_nocache): Rename to do_compare.
5148         (STRCOLL): Remove weight and rules cache.
5149
5150 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5151
5152         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5153         * sysdeps/arm/sfp-machine.h: ... to here.
5154         * sysdeps/arm/Implies: Remove arm/soft-fp.
5155
5156 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5157
5158         * conform/data/sys/utsname.h-data (*_t): Allow.
5159         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5160         [POSIX] (WEXITED): Do not expect constant.
5161         [POSIX] (WSTOPPED): Likewise.
5162         [POSIX] (WNOHANG): Likewise.
5163         [POSIX] (WNOWAIT): Likewise.
5164         [POSIX] (siginfo_t): Do not expect type or elements.
5165         [POSIX] (pid_t): Do not expect type.
5166         [POSIX] (signal.h): Do not allow header.
5167         [POSIX] (sys/resource.h): Likewise.
5168         [POSIX] (si_*): Do not allow pattern.
5169         [POSIX] (W*): Likewise.
5170         [POSIX] (P_*): Likewise.
5171         [POSIX] (BUS_*): Likewise.
5172         [POSIX] (CLD_*): Likewise.
5173         [POSIX] (FPE_*): Likewise.
5174         [POSIX] (ILL_*): Likewise.
5175         [POSIX] (POLL_*): Likewise.
5176         [POSIX] (SEGV_*): Likewise.
5177         [POSIX] (SI_*): Likewise.
5178         [POSIX] (TRAP_*): Likewise.
5179         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5180         variable.
5181
5182 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5183
5184         [BZ #12926]
5185         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5186         infinite loop when __recvmsg returns 0.
5187
5188 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5189
5190         * CANCEL-FCT-WAIVE: Remove file.
5191         * CANCEL-FILE-WAIVE: Likewise.
5192
5193         [BZ #14132]
5194         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5195         instead of INTVARDEF.
5196         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5197         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5198         rtld_hidden_data_def instead of INTVARDEF.
5199         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5200         * elf/dl-deps.c (expand_dst): Likewise.
5201         * elf/dl-load.c (_dl_dst_count): Likewise.
5202         (_dl_dst_substitute): Likewise.
5203         (decompose_rpath): Likewise.
5204         (_dl_init_paths): Likewise.
5205         (open_path): Likewise.
5206         (_dl_map_object): Likewise.
5207         * elf/rtld.c (dl_main): Likewise.
5208         (process_dl_audit): Likewise.
5209         (process_envvars): Likewise.
5210         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5211         Remove declaration.
5212         (__libc_enable_secure): Use rtld_hidden_proto.
5213
5214 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5215
5216         * elf/dl-load.c
5217         (add_path): New function broken out of _dl_rtld_di_serinfo.
5218         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5219
5220 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5221
5222         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5223         parentheses around macro arguments.
5224         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5225         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5226         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5227         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5228         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5229         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5230         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5231         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5232         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5233         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5234         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5235         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5236         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5237         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5238         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5239         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5240         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5241         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5242         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5243         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5244         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5245         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5246         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5247         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5248         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5249         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5250         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5251         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5252         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5253         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5254         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5255         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5256         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5257         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5258         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5259         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5260         Likewise.
5261         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5262         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5263         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5264         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5265         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5266         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5267         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5268         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5269         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5270         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5271         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5272         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5273         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5274         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5275         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5276         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5277         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5278         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5279         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5280         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5281         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5282         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5283         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5284         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5285         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5286         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5287         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5288         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5289         (_FP_FRAC_SRS_1): Likewise.
5290         (_FP_FRAC_CLZ_1): Likewise.
5291         (_FP_MUL_MEAT_1_imm): Likewise.
5292         (_FP_MUL_MEAT_1_wide): Likewise.
5293         (_FP_MUL_MEAT_1_hard): Likewise.
5294         (_FP_SQRT_MEAT_1): Likewise.
5295         (_FP_FRAC_ASSEMBLE_1): Likewise.
5296         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5297         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5298         (__FP_CLZ_2): Likewise.
5299         (_FP_MUL_MEAT_2_wide): Likewise.
5300         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5301         (_FP_MUL_MEAT_2_gmp): Likewise.
5302         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5303         (_FP_SQRT_MEAT_2): Likewise.
5304         (_FP_FRAC_ASSEMBLE_2): Likewise.
5305         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5306         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5307         (_FP_FRAC_CLZ_4): Likewise.
5308         (_FP_MUL_MEAT_4_wide): Likewise.
5309         (_FP_MUL_MEAT_4_gmp): Likewise.
5310         (_FP_SQRT_MEAT_4): Likewise.
5311         (_FP_FRAC_ASSEMBLE_4): Likewise.
5312         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5313         * soft-fp/op-common.h (_FP_CMP): Likewise.
5314         (_FP_CMP_EQ): Likewise.
5315         (_FP_CMP_UNORD): Likewise.
5316         (_FP_TO_INT): Likewise.
5317         (_FP_FROM_INT): Likewise.
5318         [!__FP_CLZ] (__FP_CLZ): Likewise.
5319         (_FP_DIV_HELP_imm): Likewise.
5320         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5321         Likewise.
5322         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5323         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5324         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5325         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5326         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5327         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5328         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5329         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5330         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5331         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5332         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5333         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5334         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5335         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5336         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5337         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5338         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5339         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5340         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5341         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5342         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5343         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5344         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5345         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5346         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5347         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5348         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5349         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5350         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5351         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5352         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5353         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5354         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5355         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5356         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5357         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5358         (FP_UNPACK_RAW_SP): Likewise.
5359         (FP_PACK_RAW_S): Likewise.
5360         (FP_PACK_RAW_SP): Likewise.
5361         (FP_UNPACK_S): Likewise.
5362         (FP_UNPACK_SP): Likewise.
5363         (FP_UNPACK_SEMIRAW_S): Likewise.
5364         (FP_UNPACK_SEMIRAW_SP): Likewise.
5365         (FP_PACK_S): Likewise.
5366         (FP_PACK_SP): Likewise.
5367         (FP_PACK_SEMIRAW_S): Likewise.
5368         (FP_PACK_SEMIRAW_SP): Likewise.
5369         (_FP_SQRT_MEAT_S): Likewise.
5370         (FP_CMP_S): Likewise.
5371         (FP_CMP_EQ_S): Likewise.
5372         (FP_CMP_UNORD_S): Likewise.
5373         (FP_TO_INT_S): Likewise.
5374         (FP_FROM_INT_S): Likewise.
5375
5376         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5377
5378         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5379         (FP_EX_INVALID_IMZ): Likewise.
5380         (FP_EX_INVALID_IMZ_FMA): Likewise.
5381         (FP_EX_INVALID_ISI): Likewise.
5382         (FP_EX_INVALID_ZDZ): Likewise.
5383         (FP_EX_INVALID_IDI): Likewise.
5384         (FP_EX_INVALID_SQRT): Likewise.
5385         (FP_EX_INVALID_CVI): Likewise.
5386         (FP_EX_INVALID_VC): Likewise.
5387         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5388         "invalid" exceptions.
5389         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5390         (_FP_ADD_INTERNAL): Likewise.
5391         (_FP_MUL): Likewise.
5392         (_FP_FMA): Likewise.
5393         (_FP_DIV): Likewise.
5394         (_FP_CMP_CHECK_NAN): Likewise.
5395         (_FP_SQRT): Likewise.
5396         (_FP_TO_INT): Likewise.
5397         (FP_EXTEND): Likewise.
5398
5399 2014-10-09  Allan McRae  <allan@archlinux.org>
5400
5401         * po/fr.po: Update French translation from translation project.
5402
5403 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5404
5405         [BZ #14132]
5406         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5407         of INTDEF.
5408         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5409         (__cxa_atexit): Use libc_hidden_proto.
5410         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5411
5412         [BZ #14132]
5413         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5414         declaration.
5415         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5416         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5417         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5418         [!_ISOMAC] (__iswctype_internal): Likewise.
5419         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5420         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5421         alias.
5422         (fcntl): Remove __fcntl_internal alias.
5423         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5424         __connect_internal alias.
5425         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5426         Likewise.
5427
5428         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5429         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5430         FP_DENORM_ZERO.
5431         (_FP_CHECK_FLUSH_ZERO): New macro.
5432         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5433         (_FP_CMP): Likewise.
5434         (_FP_CMP_EQ): Likewise.
5435         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5436         FP_DENORM_ZERO.
5437         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5438         (FP_TRUNC): Likewise.
5439
5440         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5441         treated as invalid conversion, not as normal exponent.
5442
5443         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5444         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5445         (_FP_CMP_EQ): Likewise.
5446         (_FP_CMP_UNORD): Likewise.
5447         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5448         (FP_CMP_EQ_D): Likewise.
5449         (FP_CMP_UNORD_D): Likewise.
5450         * soft-fp/extended.h (FP_CMP_E): Likewise.
5451         (FP_CMP_EQ_E): Likewise.
5452         (FP_CMP_UNORD_E): Likewise.
5453         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5454         (FP_CMP_EQ_Q): Likewise.
5455         (FP_CMP_UNORD_Q): Likewise.
5456         * soft-fp/single.h (FP_CMP_S): Likewise.
5457         (FP_CMP_EQ_S): Likewise.
5458         (FP_CMP_UNORD_S): Likewise.
5459         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5460         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5461         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5462         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5463         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5464         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5465         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5466         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5467         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5468         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5469         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5470         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5471         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5472         to FP_CMP_Q.
5473         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5474         FP_CMP_Q.
5475         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5476         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5477         FP_CMP_EQ_Q.
5478         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5479         FP_CMP_Q.
5480         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5481         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5482         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5483         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5484         FP_CMP_EQ_Q.
5485         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5486         FP_CMP_Q.
5487         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5488         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5489         FP_CMP_EQ_Q.
5490         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5491         FP_CMP_Q.
5492         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5493         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5494         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5495         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5496         FP_CMP_EQ_Q.
5497
5498         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5499         a subnormal result, set the underflow exception if trapping on
5500         underflow is enabled.
5501         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5502         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5503         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5504         redefine to 0.
5505         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5506         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5507         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5508         * soft-fp/extendxftf2.c (__extendxftf2): Use
5509         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5510
5511         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5512         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5513         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5514         FP_HANDLE_EXCEPTIONS.
5515         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5516         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5517         FP_HANDLE_EXCEPTIONS.
5518         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5519         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5520         FP_HANDLE_EXCEPTIONS.
5521         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5522         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5523         FP_HANDLE_EXCEPTIONS.
5524
5525 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5526
5527         [BZ #14132]
5528         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5529         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5530         use INTUSE.
5531         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5532         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5533         Remove alias.
5534         (__adjtimex): Define using libc_hidden_ver.
5535         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5536         Remove declaration.
5537         (ntp_gettime): Call __adjtimex directly.
5538         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5539         Remove declaration.
5540         (ntp_gettimex): Call __adjtimex directly.
5541         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5542         __adjtimex_internal alias.
5543
5544 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5545
5546         [BZ #17460]
5547         * nscd/nscd.c (more_help): Rewrite list of tables collection
5548         using xstrdup and asprintf.
5549
5550         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5551
5552 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5553             Roland McGrath  <roland@hack.frob.com>
5554
5555         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5556         (do_lookup_unique): ... local function 'enter' here; update callers.
5557
5558 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5559
5560         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5561         compat_symbol calls on [SHARED].
5562         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5563         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5564         Remove.
5565         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5566         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5567         (oldsetrlimit): Remove.
5568         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5570         (lchown): New syscall entry.
5571         (oldsetrlimit): Remove.
5572         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5573         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5574         (oldsetrlimit): Remove.
5575         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5576
5577         [BZ #14138]
5578         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5579         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5580         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5581         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5582         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5583         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5584         (fchown): Likewise.
5585         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5586         (fchown): Likewise.
5587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5588         Likewise.
5589
5590 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5591
5592         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5593         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5594         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5595         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5596         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5597         Likewise.
5598         (__old_sem_post): Likewise.
5599
5600 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5601
5602         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5603         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5604         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5605         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5606         Use INLINE_VSYSCALL macro.
5607         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5608         __vdso_clock_gettime.
5609         * sysdeps/unix/sysv/linux/tile/init-first.c
5610         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5611         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5612         __vdso_clock_gettime.
5613
5614         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5615         to set up frame more cleanly.
5616
5617         * sysdeps/tile/memcmp.c: New file.
5618
5619         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5620
5621         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5622         * sysdeps/tile/tilegx/strcasestr.c: New file.
5623         * sysdeps/tile/tilegx/strnlen.c: New file.
5624         * sysdeps/tile/tilegx/strstr.c: New file.
5625
5626         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5627
5628 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5629
5630         * nptl/tst-setuid3.c: Write errors to stdout.
5631
5632 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5633
5634         * elf/dl-deps.c
5635         (preload): New functions broken out of _dl_map_object_deps.
5636         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5637
5638 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5639
5640         [BZ #14138]
5641         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5642         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5643
5644 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5645
5646         * sysdeps/mips/strcmp.S: New.
5647
5648 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5649
5650         [BZ #14138]
5651         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5652         (linkat): Likewise.
5653         (mkdirat): Likewise.
5654         (readlinkat): Likewise.
5655         (renameat): Likewise.
5656         (symlinkat): Likewise.
5657         (unlinkat): Likewise.
5658         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5659         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5660         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5661         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5662         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5663         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5664         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5665
5666 2014-09-30  Will Newton  <will.newton@linaro.org>
5667
5668         * math/math.h: Define long double math functions if
5669         _LIBC_TEST is defined.
5670         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5671
5672         * localedata/Makefile: Move assignment to tests-special
5673         into an ifdef testing run-built-tests.
5674         * timezone/Makefile: Likewise.
5675
5676 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5677
5678         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5679         with $(BASH) not $(SHELL).
5680
5681 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5682             Matthew LeGendre  <legendre1@llnl.gov>
5683
5684         [BZ #17411]
5685         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5686         l_reloc_result.
5687
5688 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5689
5690         * stdio-common/printf_fp.c
5691         (hack_digit): New function, broken out of ...
5692         (__printf_fp): ... local function here.  Update call sites.
5693         hack_digit now takes an additional parameter that is a pointer
5694         to a struct of the referenced locals.  Those locals moved inside
5695         the struct and references updated.
5696
5697 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5698
5699         * aclocal.m4: Require autoconf 2.69.
5700         * configure: Regenerated.
5701         * sysdeps/aarch64/configure: Likewise.
5702         * sysdeps/alpha/configure: Likewise.
5703         * sysdeps/arm/armv7/configure: Likewise.
5704         * sysdeps/arm/configure: Likewise.
5705         * sysdeps/ia64/configure: Likewise.
5706         * sysdeps/mach/configure: Likewise.
5707         * sysdeps/mips/configure: Likewise.
5708         * sysdeps/s390/configure: Likewise.
5709         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5711
5712         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5713         file.
5714         * sysdeps/ia64/configure.ac: Likewise.
5715
5716 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5717
5718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5719         specify symbol version for ld.so.  Do not include entry for
5720         libpthread.
5721         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5722         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5723         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5724
5725         [BZ #14171]
5726         * Makeconfig [$(build-shared) = yes]
5727         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5728         makefiles.
5729         [$(build-shared) = yes && $(soversions.mk-done) = t]
5730         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5731         [$(build-shared) = yes && $(soversions.mk-done) = t]
5732         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5733         to Makerules.
5734         [$(build-shared) = yes && $(soversions.mk-done) = t]
5735         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5736         here.
5737         [$(build-shared) = yes && $(soversions.mk-done) = t]
5738         (common-generated): Don't append gnu/lib-names.h and
5739         gnu/lib-names.stmp here.
5740         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5741         (lib-names-h-abi): New variable.
5742         [$(build-shared) = yes && $(soversions.mk-done) = t]
5743         (lib-names-stmp-abi): Likewise.
5744         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5745         abi-variants] (before-compile): Append
5746         $(common-objpfx)$(lib-names-h-abi).
5747         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5748         abi-variants] (common-generated): Append gnu/lib-names.h.
5749         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5750         abi-variants] (install-others-nosubdir): Depend on
5751         $(inst_includedir)/$(lib-names-h-abi).
5752         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5753         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5754         [$(build-shared) = yes && $(soversions.mk-done) = t]
5755         ($(common-objpfx)$(lib-names-h-abi)): New rule.
5756         [$(build-shared) = yes && $(soversions.mk-done) = t]
5757         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5758         [$(build-shared) = yes && $(soversions.mk-done) = t]
5759         (common-generated): Append $(lib-names-h-abi) and
5760         $(lib-names-stmp-abi).
5761         * scripts/lib-names.awk: Do not handle multi being set.
5762         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5763         Remove variable.
5764         (abi-lp64_be-ld-soname): Likewise.
5765         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5766         Likewise.
5767         (abi-hard-ld-soname): Likewise.
5768         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5769         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5770         Remove variable.
5771         (abi-o32_hard-ld-soname): Likewise.
5772         (abi-o32_soft_2008-ld-soname): Likewise.
5773         (abi-o32_hard_2008-ld-soname): Likewise.
5774         (abi-n32_soft-ld-soname): Likewise.
5775         (abi-n32_hard-ld-soname): Likewise.
5776         (abi-n32_soft_2008-ld-soname): Likewise.
5777         (abi-n32_hard_2008-ld-soname): Likewise.
5778         (abi-n64_soft-ld-soname): Likewise.
5779         (abi-n64_hard-ld-soname): Likewise.
5780         (abi-n64_soft_2008-ld-soname): Likewise.
5781         (abi-n64_hard_2008-ld-soname): Likewise.
5782         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5783         Likewise.
5784         (abi-64-v2-ld-soname): Likewise.
5785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5786         ld.so entries.
5787         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5788         variable.
5789         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5790         entry.
5791         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5792         variable.
5793         (abi-64-ld-soname): Likewise.
5794         (abi-x32-ld-soname): Likewise.
5795         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5796         entry.
5797         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5798
5799 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5800
5801         [BZ #14138]
5802         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5803         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5804         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5805         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5806         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5807         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5808         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5809         syscall entry for GLIBC_2.2 symbol version.
5810         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5811         Likewise.
5812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5813         (setrlimit): Likewise.
5814         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5815         Likewise.
5816
5817 2014-09-23  Will Newton  <will.newton@linaro.org>
5818
5819         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5820         _LINUX_ARM_SYSDEP_H include guard too.
5821         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5822         define.
5823
5824 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5825
5826         * sysdeps/unix/sysv/linux/eventfd.c:
5827         Make first argument unsigned.
5828         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5829         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5830
5831 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5832
5833         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5834         * socket/sys/socket.h: Likewise
5835         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5836
5837 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5838
5839         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5840
5841 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5842
5843         * time/tst-ftime.c: New test.
5844         * time/Makefile (tests): Add tst-ftime.
5845
5846 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5847
5848         * soft-fp/extended.h: Fix comment formatting.
5849         * soft-fp/op-1.h: Likewise.
5850         * soft-fp/op-2.h: Likewise.
5851         * soft-fp/op-4.h: Likewise.
5852         * soft-fp/op-8.h: Likewise.
5853         * soft-fp/op-common.h: Likewise.
5854         * soft-fp/soft-fp.h: Likewise.
5855
5856         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5857
5858 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5859
5860         [BZ #6652]
5861         * Makeconfig (soversions-default-setname): Remove variable.
5862         ($(common-objpfx)soversions.i): Don't pass default_setname to
5863         soversions.awk.
5864         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5865         oldest_abi to abi-versions.awk.
5866         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5867         * config.make.in (oldest-abi): Remove variable.
5868         * configure.ac (--enable-oldest-abi): Remove configure option.
5869         * configure: Regenerated.
5870         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5871         text.
5872         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5873         * scripts/soversions.awk: Do not handle default_setname variable.
5874         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5875         variable.
5876         * sysdeps/mach/hurd/configure: Regenerated.
5877         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5878         variable.
5879         * sysdeps/unix/sysv/linux/configure: Regenerated.
5880
5881 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5882
5883         * elf/Makefile (CFLAGS-interp.c): Remove.
5884         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5885         path string.
5886         * elf/interp.c: Include generated runtime-linker.h
5887
5888         * Makerules (lib%.so): Don't include $(+interp) in
5889         prerequisites.
5890         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5891         * dlfcn/eval.c: Remove file.
5892
5893         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5894         macros.
5895
5896         [BZ #17266]
5897         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5898         4.2 and newer.
5899
5900         [BZ #17370]
5901         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5902
5903 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5904             Jakub Jelinek  <jakub@redhat.com>
5905
5906         [BZ #17266]
5907         * libio/stdio.h: Check definition of __fortify_function
5908         instead of __extern_always_inline to include bits/stdio2.h.
5909         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5910         check if __extern_always_inline is defined.
5911         [__USE_MISC || __USE_XOPEN]: Likewise.
5912         [__USE_ISOC99] Likewise.
5913         * misc/sys/cdefs.h (__fortify_function): Define only if
5914         __extern_always_inline is defined.
5915         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5916         __extern_always_inline and __extern_inline only for g++-4.3
5917         and newer or a compatible gcc.
5918
5919 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5920
5921         [BZ #17371]
5922         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5923         last change to handle zero prefix length.
5924
5925 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5926
5927         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5928         _SC_REGEX_VERSION.
5929
5930         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5931         _POSIX_RAW_SOCKETS.
5932
5933 2014-09-13  Allan McRae  <allan@archlinux.org>
5934
5935         * po/ru.po: Update Russian translation from translation project.
5936
5937 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5938
5939         * locale/programs/locale.c (show_locale_vars): Inline local function
5940         into its sole call site.  Clean up some style nits.
5941         (print_item): New function, broken out of ...
5942         (show_info): ... local function here.  Clean up style nits.
5943
5944         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5945         out of ...
5946         (set_class_defaults): ... local function set_default here.
5947         Define set_default as a macro locally to pass constant parameters.
5948         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5949         rather than a shared local.
5950
5951         * stdlib/rpmatch.c (try): New function, broken out of ...
5952         (rpmatch): ... local function here.  Also, prototypify definition.
5953
5954 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5955
5956         * scripts/soversions.awk: Do not handle configuration names.
5957         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5958         vendor and os variables to soversions.awk.
5959         * configure.ac: Do not modify gnu-* host_os.
5960         * configure: Regenerated
5961         * shlib-versions: Remove first column with configuration names.
5962         * nptl/shlib-versions: Likewise.
5963         * nptl_db/shlib-versions: Likewise.
5964         * sysdeps/hppa/shlib-versions: Likewise.
5965         * sysdeps/m68k/shlib-versions: Likewise.
5966         * sysdeps/mach/hurd/shlib-versions: Likewise.
5967         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5968         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5969         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5970         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5971         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5972         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5973         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5974         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5976         Likewise.
5977         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5978         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5979         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5980         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5981         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5982         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5983         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5984         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5985
5986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5987         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5989         Regenerated.
5990         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5992         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5993
5994         * shlib-versions: Remove OS-specific entries.  Moved to files in
5995         sysdeps.
5996         * sysdeps/mach/hurd/shlib-versions: New file.
5997         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5998
5999         * nptl/shlib-versions: Remove architecture-specific entries.
6000         Moved to files in sysdeps.
6001         * shlib-versions: Likewise.
6002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6003         file.
6004         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6005         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6006         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6007         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6008
6009         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6010         (UDP_NO_CHECK6_RX): Likewise.
6011
6012 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6013
6014         * sysdeps/posix/sysconf.c (__sysconf): Spell
6015         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6016
6017 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6018
6019         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6020         loading.
6021         * iconv/Versions (__gconv_transliterate): Export for use from
6022         gconv modules.
6023         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6024         (struct __gconv_trans_data, __gconv_trans_fct,
6025         __gconv_trans_context_fct, __gconv_trans_query_fct,
6026         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6027         definitions.
6028         (struct __gconv_step_data): Remove __trans member.
6029         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6030         longer hidden.  Remove unused trans_data argument.
6031         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6032         (__gconv_translit_find): Remove declaration.
6033         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6034         prototype.
6035         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6036         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6037         trans_data argument.  Add hidden definition.
6038         (__gconv_translit_find): Remove.
6039         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6040         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6041         * iconv/skeleton.c: Remove transliteration initialization.
6042         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6043         __gconv_step_data initialization.
6044         * libio/iofwide.c (__libio_translit_): Remove.
6045         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6046         * wcsmbs/btowc.c (__btowc): Likewise.
6047         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6048         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6049         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6050         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6051         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6052         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6053         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6054         * wcsmbs/wctob.c (wctob): Likewise.
6055
6056 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6057
6058         [BZ #16194]
6059         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6060         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6061         register usage.
6062         * sysdeps/x86/Makefile: Adjust.
6063
6064 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6065             Roland McGrath  <roland@hack.frob.com>
6066
6067         * locale/weight.h: Add include guard.
6068         (findidx): Make static rather than auto; take new parameters
6069         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6070         * locale/weightwc.h: Likewise.
6071         * posix/fnmatch_loop.c
6072         (FCT): Change type of EXTRA from int32_t to wint_t.
6073         Don't include either header inside the function.
6074         Call FINDIDX rather than findidx, and pass new arguments.
6075         #undef FINDIDX at the end of the file.
6076         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6077         FINDIDX before including fnmatch_loop.c for the non-wide version.
6078         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6079         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6080         for the wide version.
6081         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6082         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6083         Pass new arguments to findidx.
6084         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6085         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6086         Don't #include it inside the function.  Pass new arguments to findidx.
6087         * posix/regex_internal.h
6088         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6089         (re_string_elem_size_at): Don't #include it inside the function.
6090         Pass new arguments to findidx.
6091         * string/strcoll_l.c: #include WEIGHT_H at top level.
6092         (get_next_seq): Don't #include it inside the function.
6093         Pass new arguments to findidx.
6094         (get_next_seq_nocache): Likewise.
6095         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6096         (STRXFRM): Don't #include it inside the function.
6097         Pass new arguments to findidx.
6098
6099 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6100
6101         [BZ #17344]
6102         * malloc/malloc.c (unlink): Turn asserts into a call to
6103         malloc_printerr.
6104
6105 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6106
6107         [BZ #17370]
6108         * libio/wfileops (do_ftell_wide): Free OUT.
6109
6110 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6111
6112         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6113
6114 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6115
6116         [BZ #17363]
6117         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6118         group if the current group is empty.
6119
6120 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6121
6122         * benchtests/bench-memset.c (test_main): Add more test from size
6123         from 32 to 512 bytes.
6124         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6125         Add POWER8 memset object.
6126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6127         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6128         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6129         implementation.
6130         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6131         Likewise.
6132         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6133         multiarch POWER8 memset optimization.
6134         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6135         POWER8 memset optimization.
6136
6137         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6138         Remove bzero multiarch objects.
6139         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6140         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6141         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6142         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6143         Remove define.
6144         [__bzero]: Redefine to specific name.
6145         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6146         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6147         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6148         define.
6149         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6150         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6151
6152 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6153
6154         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6155         warnings into errors.
6156
6157         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6158         __cxa_thread_atexit_impl prototype.
6159
6160 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6161
6162         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6163         Fix capitalization of error message.
6164
6165 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6166
6167         * sysdeps/mips/preconfigure: Modify ABI tests.
6168
6169 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6170
6171         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6172
6173 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6174             Carlos O'Donell  <carlos@systemhalted.org>
6175
6176         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6177         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6178         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6179         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6180         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6181         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6182         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6183         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6184         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6185         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6186         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6187         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6188         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6189         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6190         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6191         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6192         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6193         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6194         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6195         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6196         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6197         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6198         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6199         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6200         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6201         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6202         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6203         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6204         Deconditionalize the code that was previously under [RESET_PID].
6205         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6206         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6207         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6208         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6209         include sysdep.h.
6210
6211 2014-09-08  Allan McRae  <allan@archlinux.org>
6212
6213         * version.h (RELEASE): Set to "development".
6214         (VERSION): Set to "2.20.90"
6215
6216 2014-09-07  Allan McRae  <allan@archlinux.org
6217
6218         * version.h (RELEASE): Set to "stable".
6219         (VERSION): Set to "2.20"
6220         * include/features.h (__GLIBC_MINOR__): Set to 20.
6221
6222         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6223         Liebler.
6224
6225         * po/ko.po: Update Korean translation from translation project.
6226
6227 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6228
6229         [BZ #17354]
6230         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6231         macro for handling signed relocations.
6232
6233 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6234
6235         [BZ #17325]
6236         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6237         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6238         assert.
6239         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6240         * iconvdata/ibm935.c (BODY): Likewise.
6241         * iconvdata/ibm937.c (BODY): Likewise.
6242         * iconvdata/ibm939.c (BODY): Likewise.
6243         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6244         assert.
6245         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6246         script.
6247         * iconvdata/run-iconv-test.sh: New test loop for checking for
6248         decoder crashers.
6249
6250 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6251
6252         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6253         libm_hidden_ver.
6254
6255 2014-09-01  Allan McRae  <allan@archlinux.org>
6256
6257         * po/eo.po: Update Esperanto translation from translation project.
6258
6259         * po/ca.po: Update Catalan translation from translation project.
6260
6261 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6262
6263         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6264         __proc_dostop call.
6265
6266 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6267
6268         [BZ #17319]
6269         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6270         to call set_thread_area instead of hand written asm.
6271         (__NR_set_thread_area): Removed define.
6272         (TLS_FLAG_WRITABLE): Likewise.
6273         (__ASSUME_SET_THREAD_AREA): Remove check.
6274         (TLS_EBX_ARG): Remove define.
6275         (TLS_LOAD_EBX): Likewise.
6276
6277 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6278
6279         Simplify atomicity of socket creation in bind.
6280
6281         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6282         looking up the name after linking the file.
6283
6284 2014-08-27  Allan McRae  <allan@archlinux.org>
6285
6286         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6287
6288 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6289
6290         [BZ #17187]
6291         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6292         trans_compare, open_translit, __gconv_translit_find):
6293         Remove module loading code.
6294
6295 2014-08-26  Allan McRae  <allan@archlinux.org>
6296
6297         * po/vi.po: Update Vietnamese translation from translation project.
6298
6299         * po/uk.po: Update Ukrainian translation from translation project.
6300
6301         * po/fr.po: Update French translation from translation project.
6302
6303         * po/ru.po: Update Russian translation from translation project.
6304
6305         * po/pl.po: Update Polish translation from translation project.
6306
6307         * po/cs.po: Update Czech translation from translation project.
6308
6309         * po/de.po: Update German translation from translation project.
6310
6311         * po/bg.po: Update Bulgarian translation from translation project.
6312
6313         * po/sv.po: Update Sweedish translation from translation project.
6314
6315         * po/nl.po: Update Dutch translation from translation project.
6316
6317         * po/es.po: Update Spanish translation from translation project.
6318
6319 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6320
6321         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6322
6323         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6324         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6325         (CPPFLAGS-iconvconfig): Likewise.
6326         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6327
6328         * include/libc-symbols.h: Remove unnecessary check for
6329         NOT_IN_libc.
6330         * nptl/pthreadP.h: Likewise.
6331         * sysdeps/aarch64/setjmp.S: Likewise.
6332         * sysdeps/alpha/setjmp.S: Likewise.
6333         * sysdeps/arm/sysdep.h: Likewise.
6334         * sysdeps/i386/setjmp.S: Likewise.
6335         * sysdeps/m68k/setjmp.c: Likewise.
6336         * sysdeps/posix/getcwd.c: Likewise.
6337         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6338         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6339         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6340         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6341         * sysdeps/sh/sh3/setjmp.S: Likewise.
6342         * sysdeps/sh/sh4/setjmp.S: Likewise.
6343         * sysdeps/unix/alpha/sysdep.h: Likewise.
6344         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6345         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6346         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6347         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6350         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6351         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6352         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6353         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6354         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6355         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6356         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6357         * sysdeps/x86_64/setjmp.S: Likewise.
6358
6359 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6360
6361         [BZ #17263]
6362         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6363         <stdint.h>.
6364         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6365         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6366
6367 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6368
6369         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6370
6371         [BZ #17262]
6372         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6373         and __x86_64__ when disabling x87 inline functions.
6374
6375 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6376
6377         [BZ #17259]
6378         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6379         asm statement with __cpuid_count.
6380
6381 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6382
6383         * configure.ac: Change __ehdr_start code to dereference the struct.
6384         Run readelf on the output to look for relocations.
6385         * configure: Regenerated.
6386
6387 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6388
6389         [BZ #17261]
6390         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6391         value to 0.
6392         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6393
6394 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6395
6396         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6397
6398 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6399
6400         [BZ #16892]
6401         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6402         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6403
6404 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6405
6406         * malloc/malloc.c: Fix typo in comment.
6407
6408 2014-08-09  Allan McRae  <allan@archlinux.org>
6409
6410         * Regenerate libc.po.
6411
6412 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6413
6414         * intl/tst-gettext2.sh: Check every lang file for creation.
6415
6416 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6417
6418         * sysdeps/aarch64/fpu/math_private.h
6419         (libc_feholdsetround_noex_aarch64_ctx): New function.
6420
6421 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6422
6423         * sysdeps/arm/armv6/strcpy.S (strcpy):
6424         Fix performance issue in misaligned cases.
6425
6426 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6427
6428         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6429         Move definition from termios.h.
6430         (struct termio): Likewise.
6431         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6432         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6433         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6434         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6435         Likewise.
6436         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6437         Move definition to ioctl-types.h
6438         (struct termio): Likewise.
6439         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6440         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6441         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6442         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6443         Likewise.
6444
6445 2014-08-05  Richard Henderson  <rth@redhat.com>
6446
6447         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6448         exceptions.
6449         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6450         Add fraiseexcpt.
6451         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6452         Use __feraiseexcept.
6453         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6454         Protect libm symbols with IS_IN_libm.
6455
6456         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6457
6458 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6459
6460         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6461
6462 2014-08-04  Will Newton  <will.newton@linaro.org>
6463
6464         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6465         file.
6466
6467 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6468
6469         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6470         variants for each function.
6471
6472 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6473
6474         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6475         appended ...
6476         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6477         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6478         appended ...
6479         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6480         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6481         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6482         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6483         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6484         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6485         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6486         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6487         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6488         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6491         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6505         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6507         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6511         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6512         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6513         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6515         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6516         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6517         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6518         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6519         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6520         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6521         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6522         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6523         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6524         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6525         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6526         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6527         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6528         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6529         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6530         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6531         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6532         Update #include.
6533         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6534         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6535
6536 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6537
6538         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6539         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6540         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6541         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6542         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6543         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6544
6545 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6546
6547         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6548         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6549         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6550         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6551
6552 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6553
6554         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6555         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6556         (__libc_vfork): Define function under this name.
6557         (__vfork): Define as an alias.
6558         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6559         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6560
6561 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6562
6563         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6564         that was previously under [RESET_PID].
6565         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6566
6567 2014-08-04  Andreas Schwab  <schwab@suse.de>
6568
6569         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6570
6571 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6572
6573         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6574         (main): Likewise.
6575
6576 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6577
6578         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6579
6580 2014-08-01  Richard Henderon  <rth@redhat.com>
6581
6582         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6583         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6584         typo in exact zero test.
6585         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6586         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6587         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6588
6589 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6590
6591         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6592         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6593         * sysdeps/arm/sysdep.h: ... here.
6594         [!__ASSEMBLER__]: Include <stdint.h>.
6595
6596 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6597
6598         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6599         (HAVE_WCTYPE_H): Likewise.
6600         (HAVE_ISWCTYPE): Likewise.
6601         (ENABLE_NLS): Likewise.
6602         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6603         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6604
6605         * posix/regex_internal.c: Check if DEBUG is defined and is
6606         set.
6607
6608         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6609         (HAVE_MBSRTOWCS): Likewise.
6610         * posix/fnmatch.c: Include string.h unconditionally.
6611
6612 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6613
6614         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6615         reversal.
6616
6617 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6618
6619         * sysdeps/generic/safe-fatal.h: New file.
6620         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6621         * nptl/forward.c: Include it.
6622         (__pthread_unwind): Use __safe_fatal as default action, rather
6623         than a bogus use of INTERNAL_SYSCALL that could never work.
6624
6625         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6626         * configure.ac (libc_cv_builtin_trap): New test.
6627         * configure: Regenerated.
6628         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6629         (ABORT_INSTRUCTION): Define using __builtin_trap.
6630
6631         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6632         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6633         * sysdeps/nptl/nptl-signals.h: New file.
6634         * nptl/pthreadP.h: Include <nptl-signals.h>.
6635
6636 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6637
6638         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6639         (ONE_DIRECTION): Define.
6640         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6641         (ONE_DIRECTION): Define.
6642         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6643         (ONE_DIRECTION): Define.
6644
6645 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6646
6647         * sysdeps/s390/Makefile: Delete file.
6648         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6649         * sysdeps/s390/__longjmp.c: Delete file.
6650         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6651         Remove fields __flags and __reserved.
6652         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6653         and add versioning.
6654         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6655         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6656         * sysdeps/s390/rtld-setjmp.S: Likewise.
6657         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6658         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6659         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6660         * sysdeps/s390/s390-32/setjmp.S: ... here.
6661         Add versioning.
6662         (__sigsetjmp): Remove setting __flags field.
6663         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6664         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6665         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6666         * sysdeps/s390/s390-64/setjmp.S: ... here.
6667         Add versioning.
6668         (__sigsetjmp): Remove setting __flags field.
6669         * sysdeps/s390/setjmp.S: Delete file.
6670         * sysdeps/s390/sigjmp.c: Likewise.
6671         * sysdeps/s390/v1-longjmp.c: Likewise.
6672         * sysdeps/s390/v1-setjmp.h: Likewise.
6673         * sysdeps/s390/v1-sigjmp.c: Likewise.
6674         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6675         Remove v1-longjmp_chk.
6676         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6677         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6678         Include debug/longjmp_chk.c and add versioning.
6679         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6680         Include nptl/pt-longjmp.c and add versioning.
6681         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6682         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6683         Include __longjmp.c.
6684         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6685         Move to ...
6686         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6687         (__getcontext): Remove setting __flags field.
6688         Add versioning.
6689         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6690         Don't restore upper high grps.
6691         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6692         Likewise.
6693         (__swapcontext): Remove setting uc_flags field.
6694         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6695         Delete file.
6696         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6697         Include __longjmp.c.
6698         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6699         Move to ...
6700         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6701         (__getcontext): Remove setting __flags field.
6702         Add versioning.
6703         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6704         (__swapcontext): Remove setting uc_flags field.
6705         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6706         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6707         Remove fields uc_high_gprs and __reserved.
6708         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6709         New file with reverted content.
6710         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6711         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6712         Regenerated.
6713         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6714         Regenerated.
6715
6716 2014-07-31  Andreas Schwab  <schwab@suse.de>
6717
6718         * config.h.in (HAVE_IFUNC): Define to 0.
6719         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6720         definedness.
6721
6722 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6723
6724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6725         memmove-avx-unaligned, memcpy-avx-unaligned and
6726         mempcpy-avx-unaligned.
6727         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6728         Add tests for AVX memcpy functions.
6729         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6730         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6731         memcpy_chk.
6732         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6733         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6734         memmove_chk.
6735         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6736         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6737         mempcpy_chk.
6738         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6739         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6740         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6741
6742 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6743
6744         [BZ #17213]
6745         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6746         powerpc64le.
6747
6748 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
6749
6750         [BZ #16839]
6751         * manual/llio.texi: Add section about open file description locks.
6752         * manual/examples/ofdlocks.c: Example of open file description
6753         lock usage.
6754         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6755         F_OFD_SETLK, and F_OFD_SETLKW.
6756
6757 2014-07-23  Allan McRae  <allan@archlinux.org>
6758
6759         * po/es.po: Update Spanish translation from translation project.
6760
6761 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
6762
6763         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6764
6765 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
6766
6767         [BZ #17078]
6768         * sysdeps/arm/dl-machine.h (elf_machine_rela)
6769         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6770         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6771
6772 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
6773
6774         [BZ #17088]
6775         * math/fesetenv.c (__fesetenv)
6776         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6777         * math/feupdateenv.c (__feupdateenv)
6778         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6779
6780         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6781         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6782         (__ASSUME_SOCKETCALL): Do not define.
6783
6784         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6785         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6786         (__ASSUME_SOCKETCALL): Do not define.
6787         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6788         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6789         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6790         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6791         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6792         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6793         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6794         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6795
6796         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6797         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6798         (__ASSUME_SOCKETCALL): Do not define.
6799         (__ASSUME_IPC64): Define unconditionally.
6800         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6801         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6802         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6803         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6804         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6805         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6806         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6807         Likewise.
6808
6809         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6810         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6811         (__ASSUME_SOCKETCALL): Do not define.
6812         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6813         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6814         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6815         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6816         (__ASSUME_REQUEUE_PI): Define unconditionally.
6817         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6818         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6819         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6820         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6821         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6822         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6823
6824         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6825         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6826         (__ASSUME_SOCKETCALL): Do not define.
6827         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6828         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6829         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6830         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6831         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6832         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6833
6834         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6835         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6836         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6837         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6838         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6839         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6840         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6841         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6842         (__ASSUME_GETCPU_SYSCALL): Likewise.
6843
6844         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6845         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6846         cases for individual architectures.
6847         * sysdeps/gnu/configure: Regenerated.
6848         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6849         LIBC_SLIBDIR_RTLDDIR.
6850         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6851         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6852         LIBC_SLIBDIR_RTLDDIR.
6853         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6855         LIBC_SLIBDIR_RTLDDIR.
6856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6857         Regenerated.
6858         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6859         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6860         file.
6861         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6862         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6863         file.
6864         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6865         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6866         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6867         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6868
6869         * sysdeps/aarch64/shlib-versions: Move to ...
6870         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6871         * sysdeps/alpha/shlib-versions: Move to ...
6872         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6873         * sysdeps/arm/shlib-versions: Move to ...
6874         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6875         * sysdeps/hppa/shlib-versions: Move all contents except for
6876         libgcc_s entry to ...
6877         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6878         entry from ...
6879         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6880         * sysdeps/ia64/shlib-versions: Move to ...
6881         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6882         entry from ...
6883         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6884         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6885         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6886         * sysdeps/microblaze/shlib-versions: Move to ...
6887         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6888         * sysdeps/mips/shlib-versions: Move to ...
6889         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6890         entry from ...
6891         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6892         * sysdeps/tile/shlib-versions: Move to ...
6893         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6894         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6895         from ...
6896         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6897         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6898         entry from ...
6899         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6900
6901 2014-07-17  Will Newton  <will.newton@linaro.org>
6902
6903         * sysdeps/arm/bits/atomic.h
6904         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6905         (__arch_compare_and_exchange_bool_16_int): Likewise.
6906         (__arch_compare_and_exchange_bool_64_int): Likewise.
6907
6908         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6909         into an #else block.
6910
6911 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6912
6913         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6914         just Linux configurations.  Test empirically that the compiler sets
6915         __ARM_EABI__, rather than using the tuple to decide.
6916         * sysdeps/arm/preconfigure: Regenerated.
6917         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6918         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6919         contents appended ...
6920         * sysdeps/arm/configure.ac: ... here.
6921         * sysdeps/arm/configure: Regenerated.
6922
6923 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6924
6925         * nptl/pthread_kill.c: New file.
6926         * nptl/pthread_sigmask.c: New file.
6927         * nptl/pthread_sigqueue.c: New file.
6928
6929         * sysdeps/nptl/lowlevellock.h: New file.
6930         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6931         * sysdeps/nptl/lowlevellock-futex.h: New file.
6932
6933         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6934         Remove dead declarations.
6935
6936 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6937
6938         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6939         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6940         config-cflags-avx2.
6941         * sysdeps/x86_64/configure.ac: Likewise.
6942         * sysdeps/i386/configure: Regenerated.
6943         * sysdeps/x86_64/configure: Likewise.
6944         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6945         memset-avx2 only if config-cflags-avx2 is yes.
6946         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6947         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6948         defined.
6949         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6950         only if HAVE_AVX2_SUPPORT is defined.
6951         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6952
6953 2014-07-14  Alan Modra  <amodra@gmail.com>
6954
6955         [BZ #17153]
6956         * elf/elf.h (DT_PPC64_NUM): Correct value.
6957         * NEWS: Add to fixed bug list.
6958
6959 2014-07-13  Jim Meyering  <meyering@fb.com>
6960
6961         [BZ 17150]
6962         regex: don't deref NULL upon heap allocation failure
6963         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6964         failure in one more place.
6965         To trigger the segfault, configure grep -with-included-regex,
6966         build it, and run these commands:
6967         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6968
6969 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6970
6971         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6972
6973 2014-07-11  Richard Henderson  <rth@redhat.com>
6974
6975         * sysdeps/aarch64/libm-test-ulps: Update.
6976
6977 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6978
6979         [BZ #17135]
6980         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6981         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6982         (__nptl_setxid): Initialize error member.  Call
6983         __nptl_setxid_error.
6984         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6985         * nptl/descr.h (struct xid_command): Add error member.
6986         * nptl/tst-setuid3.c: New file.
6987         * nptl/Makefile (tests): Add it.
6988
6989 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6990
6991         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6992         New define.
6993         (__lll_trylock): Use __lll_base_trylock.
6994         (__lll_cond_trylock): Likewise.
6995
6996 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6997
6998         * nptl/pthread_create.c (start_thread): Use atomic_or and
6999         lll_futex_wake directly rather than lll_robust_dead.
7000         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7001         (lll_robust_dead): Macro removed.
7002         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7003         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7004         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7005         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7006         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7007         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7008         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7009         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7010         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7011         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7012         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7013         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7014         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7015         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7016         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7017
7018         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7019         Use atomic_compare_and_exchange_val_acq directly rather than
7020         lll_robust_trylock.
7021         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7022         (__lll_robust_trylock, lll_robust_trylock): Removed.
7023         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7024         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7025         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7026         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7027         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7028         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7029         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7030         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7031         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7032         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7033         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7034         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7035         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7036         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7037
7038 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7039
7040         * manual/locale.texi (Locale Names): New section documenting
7041         locale name syntax.  Adjust menu and node chaining accordingly.
7042         (Choosing Locale): Reference Locale Names, Locale Categories.
7043         Mention setting LC_ALL=C.  Reflect that name syntax is now
7044         documented.
7045         (Locale Categories): New section title.  Reference Locale Names.
7046         LC_ALL is an environment variable, but not a category.
7047         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7048         description, now in Locale Name.  Reference that section.  Locale
7049         name syntax is now documented.
7050
7051 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7052
7053         [BZ #17137]
7054         * locale/findlocale.c (name_present, valid_locale_name): New
7055         functions.
7056         (_nl_find_locale): Use the loc_name variable to store name
7057         candidates.  Call name_present and valid_locale_name to check and
7058         validate locale names.  Return an error if the locale is invalid.
7059
7060 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7061
7062         * locale/setlocale.c (setlocale): Use strdup for allocating
7063         composite name copy.
7064
7065 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7066
7067         Sync up with gnulib.
7068         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7069         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7070         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7071         and _GL_ARG_NONNULL.
7072         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7073         [!_LIBC]: Include code for Windows and Cygwin.
7074         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7075         Include prototype for int strerror_r.
7076         [!_LIBC] (is_open): New function.
7077         (flush_stdout): New function.
7078         (print_errno_message): Use it.
7079         (error): Likewise.
7080         (error_at_line): Likewise.
7081         (error_tail) Add function attribute macros.  Use
7082         __builtin_expect.
7083
7084         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7085
7086         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7087
7088         * io/ftw.c: Include sys/param.h unconditionally.
7089
7090         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7091
7092         [BZ #17125]
7093         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7094         libc_freeres_ptr.
7095         (freecache): New function to free CACHE on exit.
7096
7097         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7098         initialization.
7099
7100 2014-07-09  David S. Miller  <davem@davemloft.net>
7101
7102         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7103
7104         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7105         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7106         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7107         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7108         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7109         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7110         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7111         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7112         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7113         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7114         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7115         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7116         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7117
7118 2014-07-09  Andreas Schwab  <schwab@suse.de>
7119
7120         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7121         output.
7122         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7123         (do_test): Likewise.
7124
7125         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7126
7127 2014-07-09  Will Newton  <will.newton@linaro.org>
7128
7129         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7130         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7131         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7132         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7133         * sysdeps/hppa/start.S (_start): Likewise.
7134
7135 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7136
7137         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7138
7139         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7140         defined.
7141
7142 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7143
7144         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7145         after checking that it is non-NULL.
7146
7147         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7148
7149 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7150
7151         * sysdeps/powerpc/memmove.c: Remove file.
7152         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7153         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7154         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7155         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7156         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7157         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7158         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7159         string memmove instead of removed powerpc one.
7160
7161         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7162         [weak_alias]: Fix compiler warning due trailing data.
7163         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7164         [weak_alias]: Likewise.
7165         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7166         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7167
7168         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7169         (__libc_ifunc_impl_list): Add memmove functions.
7170
7171 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7172
7173         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7174         Remove code.
7175         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7176         Likewise
7177         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7178         Likewise
7179         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7180         Likewise
7181         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7182         Likewise
7183         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7184         Likewise
7185         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7186         Likewise
7187         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7188         Likewise
7189         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7190         Likewise
7191         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7192         Likewise
7193         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7194         Likewise
7195         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7196         Likewise
7197         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7198         Likewise
7199         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7200         Likewise
7201         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7202         Likewise
7203         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7204         Likewise
7205         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7206         Likewise
7207
7208 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7209
7210         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7211         to avoid alignment traps in non-cacheable memory.
7212         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7213
7214         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7215         multiarch objects.
7216         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7217         file: multiarch power7 memmove.
7218         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7219         multiarch default memmove.
7220         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7221         multiarch memove for powerpc32/power4.
7222
7223         * string/bcopy.c: Use full path to include memmove.c.
7224         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7225         multiarch objects.
7226         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7227         bcopy for powerpc64.
7228         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7229         bcopy for powerpc64.
7230         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7231         and memmove implementations.
7232         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7233         optimized multiarch memmove for POWER7/powerpc64.
7234         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7235         default multiarch memmove for powerpc64.
7236         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7237         multiarch for powerpc64.
7238         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7239         for POWER7/powerpc64.
7240         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7241         memmove for POWER7/powerpc64.
7242
7243         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7244         glibc default one.
7245
7246         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7247         __ELF_NATIVE_CLASS equal to 64.
7248
7249 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7250
7251         * sysdeps/nptl/lowlevellock.h: File removed.
7252
7253         * NEWS: NPTL is no longer an add-on!
7254         * nptl/internaltypes.h: Moved ...
7255         * sysdeps/nptl/internaltypes.h: ... here.
7256         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7257         * sysdeps/nptl/fork.c: Likewise.
7258         * sysdeps/nptl/gai_misc.h: Likewise.
7259         * sysdeps/nptl/librt-cancellation.c: Likewise.
7260         * sysdeps/nptl/jmp-unwind.c: Likewise.
7261         * sysdeps/nptl/setxid.h: Likewise.
7262         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7263         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7264         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7265         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7266         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7267         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7268         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7269         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7270         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7271         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7272         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7273         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7274         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7275         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7276         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7277         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7278         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7279         * nptl/Makeconfig: Moved ...
7280         * sysdeps/nptl/Makeconfig: ... here.
7281         * nptl/configure: File removed.
7282         * nptl/ANNOUNCE: File removed.
7283         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7284         * sysdeps/unix/sysv/linux/configure: Regenerated.
7285
7286         * nptl/Makefile (routines): Add libc_pthread_init,
7287         libc_multiple_threads, register-atfork and unregister-atfork.
7288         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7289         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7290         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7291         pthread-pi-defines.sym, structsem.sym.
7292         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7293         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7294         [$(subdir) = nptl] (tests): Add tst-setgetname.
7295         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7296         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7297         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7298         [!LIBC_SIGACTION]: Remove aliases.
7299         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7300         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7301         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7302         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7303         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7304         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7305         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7306         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7307         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7308         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7309         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7310         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7311         __libc_allocate_rtsig_private.
7312         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7313         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7314         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7315         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7316         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7317         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7318         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7319         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7320         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7321         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7322         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7323         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7324         * nptl/internaltypes.h: ... here.
7325         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7326         * sysdeps/nptl/jmp-unwind.c: ... here.
7327         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7328         * nptl/libc-lowlevellock.c: ... here.
7329         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7330         * nptl/libc_multiple_threads.c: ... here.
7331         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7332         * nptl/libc_pthread_init.c: ... here.
7333         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7334         * nptl/lowlevelbarrier.sym: ... here.
7335         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7336         * nptl/lowlevelcond.sym: ... here.
7337         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7338         * nptl/lowlevellock.c: ... here.
7339         * nptl/lowlevellock.h: Moved ...
7340         * sysdeps/nptl/lowlevellock.h: ... here.
7341         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7342         * nptl/lowlevelrobustlock.c: ... here.
7343         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7344         * nptl/lowlevelrobustlock.sym: ... here.
7345         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7346         * nptl/lowlevelrwlock.sym: ... here.
7347         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7348         * nptl/pt-fork.c: ... here.
7349         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7350         * nptl/pthread-pi-defines.sym: ... here.
7351         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7352         * nptl/pthread_attr_getaffinity.c: ... here.
7353         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7354         * nptl/pthread_attr_setaffinity.c: ... here.
7355         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7356         * nptl/pthread_mutex_cond_lock.c: ... here.
7357         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7358         Update #include.
7359         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7360         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7361         * nptl/pthread_once.c: ... here, replacing old file.
7362         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7363         * nptl/pthread_yield.c: ... here.
7364         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7365         * nptl/register-atfork.c: ... here.
7366         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7367         * nptl/sem_post.c: ... here.
7368         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7369         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7370         * nptl/sem_timedwait.c: ... here.
7371         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7372         * nptl/sem_trywait.c: ... here.
7373         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7374         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7375         * nptl/sem_wait.c: ... here.
7376         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7377         * nptl/structsem.sym: ... here.
7378         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7379         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7380         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7381         * nptl/unregister-atfork.c: ... here.
7382         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7383         * nptl/unwindbuf.sym: ... here.
7384         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7385         * sysdeps/nptl/fork.c: ... here.
7386         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7387         * sysdeps/nptl/fork.h: ... here.
7388         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7389         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7390         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7391         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7392         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7393         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7394         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7395         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7396         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7397         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7398         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7399         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7400         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7401         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7402         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7403         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7404         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7405         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7406         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7407         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7408         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7409         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7410         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7411         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7412         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7413         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7414         * sysdeps/unix/sysv/linux/raise.c: ... here.
7415         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7416         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7417         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7418         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7419         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7420         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7421         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7422         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7423         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7424         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7425         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7426         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7427         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7428         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7429         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7430
7431 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7432
7433         * sysdeps/generic/memcopy.h: Add comment for
7434         MEMCPY_OK_FOR_FWD_MEMMOVE.
7435
7436 2014-07-04  Will Newton  <will.newton@linaro.org>
7437
7438         * string/memchr.c: Merge from gnulib.
7439         [_LIBC]: Remove conditionals.
7440         (__ptr_t): Remove define.
7441         (LONG_MAX_32_BITS): Likewise.
7442         (LONG_MAX): Likewise.
7443         (MEMCHR): Use ANSI prototype and optimize algorithm.
7444
7445         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7446
7447 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7448
7449         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7450         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7451
7452         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7453         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7454         in a bare environment with no <stdlib.h> installed.
7455         * sysdeps/nptl/configure: Regenerated.
7456
7457         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7458
7459         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7460         AC_EGREP_CPP for kernel header checks, so they only succeed if
7461         including <linux/version.h> actually works right.
7462         * sysdeps/unix/sysv/linux/configure: Regenerated.
7463
7464         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7465         value so it's not diagnosed as unused.
7466
7467         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7468         thing) with "ifeq ($(subdir),rt)".
7469
7470 2014-07-03  Richard Henderson  <rth@redhat.com>
7471
7472         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7473         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7474         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7475
7476         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7477         (math_force_eval): New.
7478
7479         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7480         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7481
7482         * sysdeps/alpha/fpu/s_round.c: Remove file.
7483         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7484
7485         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7486         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7487         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7488         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7489         (_dl_start, print_statistics): Likewise.
7490         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7491         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7492
7493         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7494         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7495         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7496         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7497         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7498         (HP_SMALL_TIMING_AVAIL): Define.
7499         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7500         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7501         (HP_SMALL_TIMING_AVAIL): Define.
7502         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7503         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7504
7505         * sysdeps/aarch64/hp-timing.h: New file.
7506
7507         * sysdeps/generic/hp-timing.h: Remove dead comment.
7508         * sysdeps/generic/hp-timing-common.h: New file.
7509         * sysdeps/alpha/hp-timing.h: Include it.
7510         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7511         * sysdeps/i386/i686/hp-timing.h: Likewise.
7512         * sysdeps/ia64/hp-timing.h: Likewise.
7513         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7514         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7515         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7516         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7517         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7518         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7519         (hp_timing_t): New.
7520
7521         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7522         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7523         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7524         * elf/rtld.c (_dl_start_final): Likewise.
7525         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7526         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7527         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7528         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7529         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7530         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7531         (HP_TIMING_DIFF_INIT): Remove.
7532         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7533         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7534         (HP_TIMING_DIFF_INIT): Remove.
7535         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7536         * sysdeps/i386/i686/hp-timing.c: Remove file.
7537         * sysdeps/x86_64/hp-timing.c: Remove file.
7538         * sysdeps/ia64/hp-timing.c: Remove file.
7539         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7540         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7541         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7542         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7543
7544         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7545         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7546         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7547         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7548         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7549         (HP_TIMING_ACCUM): Remove.
7550         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7551         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7552         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7553
7554         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7555         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7556         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7557         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7558         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7559         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7560         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7561         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7562
7563         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7564
7565 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7566
7567         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7568
7569 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7570
7571         Sync up with gettext.
7572         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7573         [_MSC_VER]: Include malloc.h
7574         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7575         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7576         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7577         TEMP_FAILURE_RETRY.  Cast return of alloca.
7578         [!_LIBC] Call gl_rwlock_init.
7579         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7580
7581 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7582
7583         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7584         before checking its value.
7585
7586 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7587
7588         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7589
7590         * debug/memcpy_chk.c: Don't include pagecopy.h.
7591         * debug/mempcpy_chk.c: Likewise.
7592         * string/memcpy.c: Likewise.
7593         * string/memmove.c: Likewise.
7594         * sysdeps/powerpc/memmove.c: Likewise.
7595         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7596         definition of PAGE_COPY_FWD_MAYBE here...
7597         * sysdeps/generic/pagecopy.h: ... from here.
7598         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7599
7600 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7601             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7602
7603         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7605         optimizations.
7606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7607         (__libc_ifunc_impl_list): Likewise.
7608         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7609         multiarch strcat for PPC64.
7610         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7611         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7612
7613 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7614
7615         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7616
7617 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7618
7619         * intl/loadmsgcat.c: Remove declaration of
7620         get_sysdep_segment_value.
7621         (get_sysdep_segment_value): Use ISO C style.
7622         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7623         semicolon.  Fix typo and formatting in comment.
7624         (_nl_unload_domain): Use ISO C style.
7625
7626         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7627
7628 2014-07-02  Will Newton  <will.newton@linaro.org>
7629
7630         * malloc/obstack.c: Merge from gnulib master.
7631         [HAVE_CONFIG_H]: Remove conditional code.
7632         [!_LIBC]: Include config.h.
7633         [!ELIDE_CODE]: Don't include inttypes.h, include
7634         stdint.h unconditionally.
7635         (print_and_abort): Mark as _Noreturn.
7636         (_obstack_allocated_p): Mark as __attribute_pure__.
7637         (obstack_free): Rename to __obstack_free.
7638         [!__attribute__]: Remove conditional code.
7639         * malloc/obstack.h: Merge from gnulib master.
7640         [__cplusplus]: Move conditional down.
7641         [!__attribute_pure__]: Define __attribute_pure__ here
7642         if it is not already defined.
7643         (_obstack_memory_used): Mark as __attribute_pure__.
7644         [!__obstack_free]: Define as obstack_free.
7645         [__GNUC__]: Remove check for ancient NeXT gcc.
7646
7647 2014-07-02  Will Newton  <will.newton@linaro.org>
7648             Paul Eggert  <eggert@cs.ucla.edu>
7649
7650         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7651
7652 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7653
7654         * resolv/gethnamaddr.c: Add comment warning that the file is
7655         not maintained.
7656
7657 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7658
7659         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7660         entries.
7661
7662         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7663         entry for aio_cancel and aio_cancel64.
7664         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7665         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7666         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7667         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7668         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7669         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7670         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7671         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7672         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7673         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7674         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7675         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7676         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7677
7678 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7679
7680         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7681         * nptl/pthread_mutex_lock.c: Likewise.
7682         * nptl/pthread_mutex_timedlock.c: Likewise.
7683         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7684
7685 2014-07-01  Richard henderson  <rth@redhat.com>
7686
7687         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7688         (__isnan, __isnanl): Remove.
7689         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7690
7691         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7692
7693 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7694
7695         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7696
7697 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7698
7699         * resolv/nss_dns/dns-host.c (getanswer_r)
7700         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7701
7702 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7703
7704         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7705         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7706         undefine.
7707         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7708         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7709
7710 2014-07-01  Roland McGrath <roland@hack.frob.com>
7711
7712         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7713         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7714
7715         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7716         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7717
7718         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7719         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7720         ... here.
7721         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7722         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7723
7724         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7725         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7726         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7727         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7728
7729         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7730         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7731         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7732         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7733         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7734         Moved ...
7735         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7736         ... here.
7737         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7738         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7739         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7740         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7741         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7742         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7743         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7744         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7745         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7746         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7747         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7748         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7749         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7750         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7751         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7752         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7753         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7754         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7755         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7756         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7757         ... here.
7758         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7759         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7760         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7761         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7762         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7763         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7764         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7765         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7766
7767 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
7768
7769         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7770         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7771         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7772         Add sysdep.
7773
7774 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7775
7776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7777
7778 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7779
7780         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7781         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7782
7783         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7784
7785         * sysdeps/arm/libm-test-ulps: Regenerated.
7786
7787 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7788             Roland McGrath <roland@hack.frob.com>
7789
7790         * test-skeleton.c (signal_handler): Kill the whole process group
7791         before killing the child individually.
7792         (main): Report any failure on `setpgid'.
7793
7794 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7795
7796         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7797         from _TLS_H to _ARM_NPTL_TLS_H.
7798         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7799         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7800
7801 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7802
7803         [BZ #16539]
7804         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7805         (__expm1l): Return argument unchanged when small but not
7806         subnormal.
7807
7808         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7809         include macro name.
7810         (_FP_UNPACK_RAW_1_P): Likewise.
7811         (_FP_PACK_RAW_1): Likewise.
7812         (_FP_PACK_RAW_1_P): Likewise.
7813         (_FP_MUL_MEAT_1_wide): Likewise.
7814         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7815         (_FP_MUL_MEAT_1_hard): Likewise.
7816         (_FP_DIV_MEAT_1_imm): Likewise.
7817         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7818         (_FP_DIV_MEAT_1_udiv): Likewise.
7819         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7820         (_FP_UNPACK_RAW_2): Likewise.
7821         (_FP_UNPACK_RAW_2_P): Likewise.
7822         (_FP_PACK_RAW_2): Likewise.
7823         (_FP_PACK_RAW_2_P): Likewise.
7824         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7825         (_FP_MUL_MEAT_2_wide): Likewise.
7826         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7827         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7828         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7829         (_FP_MUL_MEAT_2_gmp): Likewise.
7830         (_FP_DIV_MEAT_2_udiv): Likewise.
7831         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7832         (_FP_FRAC_SRL_4): Likewise.
7833         (_FP_FRAC_SRST_4): Likewise.
7834         (_FP_FRAC_SRS_4): Likewise.
7835         (_FP_UNPACK_RAW_4): Likewise.
7836         (_FP_UNPACK_RAW_4_P): Likewise.
7837         (_FP_PACK_RAW_4): Likewise.
7838         (_FP_PACK_RAW_4_P): Likewise.
7839         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7840         (_FP_MUL_MEAT_4_wide): Likewise.
7841         (_FP_MUL_MEAT_4_gmp): Likewise.
7842         (umul_ppppmnnn): Likewise.
7843         (_FP_DIV_MEAT_4_udiv): Likewise.
7844         (__FP_FRAC_ADD_4): Likewise.
7845         (__FP_FRAC_SUB_3): Likewise.
7846         (__FP_FRAC_SUB_4): Likewise.
7847         (__FP_FRAC_DEC_3): Likewise.
7848         (__FP_FRAC_DEC_4): Likewise.
7849         (__FP_FRAC_ADDI_4): Likewise.
7850         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7851         (_FP_FRAC_SRL_8): Likewise.
7852         (_FP_FRAC_SRS_8): Likewise.
7853
7854         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7855         include macro name.
7856         (FP_UNPACK_RAW_EP): Likewise.
7857         (FP_PACK_RAW_E): Likewise.
7858         (FP_PACK_RAW_EP): Likewise.
7859         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7860         (_FP_ISSIGNAN): Likewise.
7861         (_FP_ADD_INTERNAL): Likewise.
7862         (_FP_FMA): Likewise.
7863         (_FP_CMP): Likewise.
7864         (_FP_SQRT): Likewise.
7865         (_FP_TO_INT): Likewise.
7866         (_FP_FROM_INT): Likewise.
7867         (FP_EXTEND): Likewise.
7868         (_FP_DIV_MEAT_N_loop): Likewise.
7869
7870 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7871
7872         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7873         throughout.
7874
7875 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7876
7877         [BZ #17097]
7878         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7879         result with correct sign in case of exponents that produce
7880         overflow except for X very close to 1.
7881
7882 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7883
7884         mktime: merge #if/#ifdef usage from glibc
7885         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7886         as that works with both Glibc's and Gnulib's style.
7887         See thread starting at Siddhesh Poyarekar's bug report at:
7888         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7889
7890 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7891
7892         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7893         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7894         * sysdeps/tile/tilegx/memmove.c: Remove file.
7895
7896 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7897
7898         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7899         abi-name definition.
7900         * scripts/soversions.awk: Do not handle or generate ABI lines.
7901         * shlib-versions: Remove ABI entries.
7902         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7903         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7904
7905 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7906
7907         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7908         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7909         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7910         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7911         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7912         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7913         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7914         Moved ...
7915         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7916         ... here.
7917         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7918         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7919         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7920         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7921         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7922         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7923         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7924         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7925         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7926         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7927         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7928         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7929         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7930         Moved ...
7931         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7932         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7933         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7934         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7935         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7936         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7937         Moved ...
7938         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7939         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7940         Moved ...
7941         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7942         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7943         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7944         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7945         Moved ...
7946         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7947         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7948         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7949         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7950         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7951         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7952         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7954         Moved ...
7955         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7956         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7957         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7958         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7959         Moved ...
7960         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7961         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7962         Moved ...
7963         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7964         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7965         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7966         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7967         Moved ...
7968         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7969         ... here.
7970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7971         Identical file removed.
7972         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7973         Moved ...
7974         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7975         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7976         Identical file removed.
7977         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7978         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7980         Moved ...
7981         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7982         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7983         Identical file removed.
7984         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7985         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7986         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7987         Identical file removed.
7988         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7989         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7990         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7991         Identical file removed.
7992         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7993         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7994         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7995         Identical file removed.
7996         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7997         Moved ...
7998         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7999         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8000         Identical file removed.
8001         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8002         Moved ...
8003         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8004         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8005         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8006         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8007         Identical file removed.
8008         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8009         Moved ...
8010         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8011         ... here.
8012         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8013         Identical file removed.
8014         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8015         Moved ...
8016         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8017         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8018         Identical file removed.
8019         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8020         Moved ...
8021         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8022         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8023         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8024         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8025         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8026         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8027         Moved ...
8028         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8029         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8030         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8031
8032         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8033         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8034         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8035         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8036         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8037
8038 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8039
8040         [BZ #17092]
8041         * nscd/nscd.c (monitor_child): Return exit status of child
8042         instead of return value from wait syscall.
8043
8044 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8045
8046         * configure.ac (libc_commonpagesize): Remove variable.
8047         (libc_relro_required): Likewise.
8048         (libc_cv_z_relro): Remove configure test.
8049         * configure: Regenerated.
8050         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8051         variable.
8052         (libc_relro_required): Likewise.
8053         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8054         (libc_relro_required): Likewise.
8055         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8056         (libc_relro_required): Likewise.
8057         * sysdeps/arm/preconfigure: Regenerated.
8058         * sysdeps/ia64/preconfigure: Remove file.
8059         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8060         variable.
8061         (libc_relro_required): Likewise.
8062
8063         [BZ #16561]
8064         [BZ #16562]
8065         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8066         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8067         recompute overflowing results in original rounding mode.
8068         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8069         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8070         recompute overflowing results in original rounding mode.
8071         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8072         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8073         recompute overflowing results in original rounding mode.
8074         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8075         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8076         recompute overflowing results in original rounding mode.
8077         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8078         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8079         recompute overflowing results in original rounding mode.
8080         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8081         (libc_feholdsetround_ctx): New macro.
8082         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8083         * sysdeps/i386/fpu/libm-test-ulps: Update.
8084         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8085
8086 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8087
8088         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8089         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8090         corresponding .cpsetup call.
8091
8092 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8093
8094         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8095         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8096         * sysdeps/arm/Makefile [$(subdir) = csu]
8097         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8098         (static-only-routines): Add aeabi_read_tp here.
8099         (shared-only-routines): Add libc-aeabi_read_tp here.
8100         (CFLAGS-libc-start.c): Add -fexceptions here.
8101         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8102         (sysdep_routines, static-only-routines, shared-only-routines):
8103         Don't add to these here.
8104         (CFLAGS-libc-start.c): Likewise.
8105
8106         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8107         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8108         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8109         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8110         * sysdeps/arm/Makefile [$(subdir) = rt]
8111         (librt-sysdep_routines, librt-shared-only-routines):
8112         Append rt-aeabi_unwind_cpp_pr1 here.
8113         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8114         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8115         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8116         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8117         Append nptl-aeabi_unwind_cpp_pr1 here.
8118         (tests): Filter out tst-cleanupx4 here.
8119         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8120         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8121         Don't do those here.
8122
8123 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8124
8125         * scripts/list-sources.sh: Do not handle ports specially.
8126
8127 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8128
8129         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8130         * sysdeps/arm/feupdateenv.c: Likewise.
8131
8132         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8133
8134 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8135
8136         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8137         trailing whitespace removed.
8138         * scripts/config.guess: Update to version 2014-03-23.
8139         * scripts/config.sub: Update to version 2014-05-01
8140         * scripts/install-sh: Update to version 2013-12-25.23.
8141         * scripts/move-if-change: Update from gnulib.
8142
8143 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8144
8145         * debug/memmove_chk.c: Remove pagecopy.h include.
8146
8147 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8148
8149         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8150         identical to gnulib mktime.
8151
8152 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8153
8154         * configure.ac: Do not test for machine being rs6000.  Do not test
8155         for powerpc*-*soft.
8156         * configure: Regenerated.
8157
8158         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8159         test.
8160         * configure: Regenerated.
8161         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8162         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8163         Remove configure test.
8164         * sysdeps/arm/configure: Regenerated.
8165         * sysdeps/nptl/configure.ac: Do not check
8166         libc_cv_asm_cfi_directives.
8167         * sysdeps/nptl/configure: Regenerated.
8168         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8169         * sysdeps/x86_64/nptl/configure: Remove generated file.
8170         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8171         unconditional.
8172         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8173
8174 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8175
8176         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8177         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8178         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8179         it is defined.
8180
8181         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8182         instead of whether it is defined.
8183         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8184         * sysdeps/hppa/dl-machine.h: Likewise.
8185         * sysdeps/ia64/dl-machine.h: Likewise.
8186         * sysdeps/m68k/dl-machine.h: Likewise.
8187         * sysdeps/microblaze/dl-machine.h: Likewise.
8188         * sysdeps/mips/dl-machine.: Likewise.
8189         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8190         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8191         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8192         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8193         * sysdeps/sh/dl-machine.h: Likewise.
8194         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8195         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8196         * sysdeps/tile/dl-machine.h: Likewise.
8197         * sysdeps/x86_64/dl-machine.h: Likewise.
8198
8199         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8200         code.
8201         (verify_persistent_db): Likewise.
8202
8203 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8204
8205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8206         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8207         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8208         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8210         Moved ...
8211         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8212         ... here.
8213         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8214         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8216         Identical file removed.
8217         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8218         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8219         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8220         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8221         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8222         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8223         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8224         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8226         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8228         Moved ...
8229         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8230         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8231         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8233         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8235         Moved ...
8236         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8238         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8239         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8240         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8241         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8242         Identical file removed.
8243         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8244         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8245         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8246         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8247         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8248         Moved ...
8249         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8250         ... here.
8251         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8252         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8253         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8254         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8255         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8256         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8258         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8260         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8262         Moved ...
8263         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8265         Moved ...
8266         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8268         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8270         Moved ...
8271         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8272         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8273         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8274
8275         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8276         folded into ...
8277         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8278         * sysdeps/unix/sysv/linux/s390/Versions
8279         (libpthread: GLIBC_2.19): New version set.
8280         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8281         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8282         (librt: GLIBC_2.3.3): New version set.
8283         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8284         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8285         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8286         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8287         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8288         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8289         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8290         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8291         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8292         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8293         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8294         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8295         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8296         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8297         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8298         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8299         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8300         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8301         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8302         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8303         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8304         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8305         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8306         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8307         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8308         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8309         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8310         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8311         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8312         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8313         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8314         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8315         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8316         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8317         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8318         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8319         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8320         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8321         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8322         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8323         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8324         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8325         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8326         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8327         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8328
8329         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8330         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8331         (__libc_vfork): Define the function under this name.
8332         [!NOT_IN_libc] (__vfork): Make this an alias.
8333         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8334         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8335         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8336         (__libc_vfork): Define the function under this name.
8337         [!NOT_IN_libc] (__vfork): Make this an alias.
8338         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8339         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8340         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8341         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8342         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8343         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8344
8345         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8346         code that was previously under [RESET_PID].
8347         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8348         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8349         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8350
8351         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8352         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8353         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8354         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8355         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8356         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8357         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8358         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8359         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8360         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8361         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8362         Moved ...
8363         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8364         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8365         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8366         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8367         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8368         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8369         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8370         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8371         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8372         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8373         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8374         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8375         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8376         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8377         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8378         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8379         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8380         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8381         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8382         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8383         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8384         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8385         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8386         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8387         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8388         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8389         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8390         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8391         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8392
8393 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8394
8395         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8396         that was previously under [RESET_PID].
8397         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8398
8399 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8400
8401         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8402         not undefine and redefine.
8403         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8404         [O_CLOEXEC]: Make code unconditional.
8405         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8406         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8407         <kernel-features.h>.
8408         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8409         conditional variable definition.
8410         (shm_open) [O_CLOEXEC]: Make code unconditional.
8411         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8412         code.
8413
8414         * configure.ac (USE_REGPARMS): Don't define here.
8415         * configure: Regenerated.
8416         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8417         * sysdeps/i386/configure: Regenerated.
8418
8419         * nptl/createthread.c: Don't include kernel-features.h.
8420         * nptl/pthread_cancel.c: Likewise.
8421         * nptl/pthread_condattr_setclock.c: Likewise.
8422         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8423         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8424         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8425         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8426         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8427         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8428         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8429         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8430         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8431         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8432         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8433         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8434         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8435         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8436         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8437         * nscd/gai.c: Likewise.
8438         * nss/nss_db/db-open.c: Likewise.
8439         * sysdeps/generic/ldsodefs.h: Likewise.
8440         * sysdeps/sh/nptl/tls.h: Likewise.
8441         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8442         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8443         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8444         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8445         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8446         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8447         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8448         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8449         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8450         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8451         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8452         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8453         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8454         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8455         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8456         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8457         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8458         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8459         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8460         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8461         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8462         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8463         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8464         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8465         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8466         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8467         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8468         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8469         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8470         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8471         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8472         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8473         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8474         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8475         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8476         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8477         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8478         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8479         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8480         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8481         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8482         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8483         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8484         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8485         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8486         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8487         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8488         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8489         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8490         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8491         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8492         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8493         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8494         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8495         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8496         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8497         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8498         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8521         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8522         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8523         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8524         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8525         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8526         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8527         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8528         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8529         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8530         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8531         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8532         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8533         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8534         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8535         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8536         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8537         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8538         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8539         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8540         * sysdeps/unix/sysv/linux/system.c: Likewise.
8541         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8542         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8543         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8544         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8545         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8546         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8547         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8548
8549         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8550         * configure: Regenerated.
8551         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8552
8553         * configure.ac (base_machine): Do not set specially for particular
8554         machines here.
8555         * configure: Regenerated.
8556         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8557         settings from configure.ac.
8558         * sysdeps/i386/preconfigure: New file.
8559         * sysdeps/s390/preconfigure: Likewise.
8560         * sysdeps/sh/preconfigure: Likewise.
8561         * sysdeps/sparc/preconfigure: Likewise.
8562
8563 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8564
8565         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8566         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8567         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8568         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8569         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8570         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8571         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8572         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8573         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8574         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8575         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8576         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8577         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8578         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8579         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8580         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8581         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8582         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8583         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8584
8585         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8586         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8587         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8588         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8589         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8590         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8591         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8592         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8593         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8594         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8595         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8596         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8597         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8598         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8599         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8600         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8601         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8602         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8603         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8604         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8605         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8606         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8607         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8608         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8609         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8610         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8611         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8612         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8613         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8614         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8615         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8616         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8617         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8618         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8619         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8620         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8621         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8622         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8623
8624         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8625         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8626         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8627         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8628         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8629         Moved ...
8630         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8631         ... here.
8632         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8633         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8634         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8635         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8636         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8637         Moved ...
8638         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8639         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8640         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8641         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8642         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8644         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8645         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8646         Moved ...
8647         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8649         Moved ...
8650         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8651         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8652         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8654         Moved ...
8655         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8657         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8659         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8660         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8661         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8662         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8663         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8664         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8665         Moved ...
8666         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8667         ... here.
8668         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8669         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8670         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8671         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8672         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8673         Moved ...
8674         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8676         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8677         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8678         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8680         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8682         Moved ...
8683         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8685         Moved ...
8686         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8687         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8688         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8689         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8690         Moved ...
8691         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8693         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8695         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8696
8697 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8698
8699         * timezone/checktab.awk: Update from tzcode 2014e.
8700         * timezone/private.h: Likewise.
8701         * timezone/tzfile.h: Likewise.
8702         * timezone/zdump.c: Likewise.
8703         * timezone/zic.c: Likewise.
8704
8705         * sysdeps/unix/sysv/linux/kernel-features.h
8706         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8707         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8708         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8709         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8710         Remove conditional code.
8711
8712 2014-06-25  Will Newton  <will.newton@linaro.org>
8713
8714         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8715         (_dl_arm_cap_flags): Add HWCAP2 values.
8716         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8717         (_DL_HWCAP_COUNT): Increase to 37.
8718         (_DL_HWCAP_LAST): New define.
8719         (_DL_HWCAP2_LAST): New define.
8720         (_dl_procinfo): Add support for printing
8721         AT_HWCAP2 entries.
8722         (_dl_string_hwcap): Use _dl_hwcap_string.
8723
8724 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8725
8726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8727
8728 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8729
8730         * README: Do not mention ports directory.
8731
8732         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8733         Remove macro.
8734         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8735         <kernel-features.h>.
8736         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8737         conditional variable definition.
8738         (__futimes): Update comment.
8739         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8740         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8741
8742         [BZ #16560]
8743         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8744         arguments close to 0.
8745         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8746         Likewise.
8747         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8748         Likewise.
8749         * math/auto-libm-test-in: Add more tests of exp10.
8750         * math/auto-libm-test-out: Regenerated.
8751         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8752
8753         * sysdeps/unix/sysv/linux/kernel-features.h
8754         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8755         * sysdeps/unix/sysv/linux/readv.c: Do not include
8756         <kernel-features.h>.
8757         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8758         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8759         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8760         unconditional.
8761         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8762         conditional code.
8763         * sysdeps/unix/sysv/linux/writev.c: Do not include
8764         <kernel-features.h>.
8765         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8766         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8767         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8768         unconditional.
8769         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8770         conditional code.
8771
8772 2014-06-25  Will Newton  <will.newton@linaro.org>
8773
8774         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8775         comment changes throughout the file.  Remove checks
8776         for HAVE_*_H definitions that are not required.
8777         (__gen_tempname): Call abort if an unknown kind value is
8778         passed.
8779
8780 2014-06-25  Andreas Schwab  <schwab@suse.de>
8781
8782         [BZ #17086]
8783         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8784         scalbln, scalblnf, scalblnl in libc.
8785
8786 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8787
8788         [BZ #17086]
8789         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8790         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8791         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8792
8793 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8794
8795         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8796         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8797         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8798         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8799         Update #include.
8800         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8801         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8802         Update #include.
8803         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8804         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8805         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8806         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8807         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8808         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8809         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8810         * sysdeps/x86/bits/semaphore.h: ... here.
8811         * sysdeps/x86/nptl/elide.h: Moved ...
8812         * sysdeps/x86/elide.h: ... here.
8813         * sysdeps/x86_64/nptl/Implies: File removed.
8814         * sysdeps/i386/nptl/Implies: File removed.
8815
8816 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8817
8818         [BZ #16539]
8819         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8820         return the argument for normal arguments with exponent below -64.
8821         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8822         Likewise.
8823         * math/auto-libm-test-in: Add another test of expm1.
8824         * math/auto-libm-test-out: Regenerated.
8825
8826         [BZ #16287]
8827         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8828         calling __erfcl for arguments at least 16.
8829         * math/auto-libm-test-in: Add more tests of erf.
8830         * math/auto-libm-test-out: Regenerated.
8831
8832         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8833         individual architectures.
8834         * sysdeps/unix/sysv/linux/configure: Regenerated.
8835         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8836         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8837         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8838         (ldd_rewrite_script): Define variable.
8839         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8841         file.
8842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8843         generated file.
8844         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8845         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8846         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8847         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8848         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8849         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8850         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8851         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8852
8853 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8854
8855         [BZ #17084]
8856         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8857         Rename member __data.d to __data.__elision_data.
8858
8859 2014-06-24  Wilco  <wdijkstr@arm.com>
8860
8861         * NEWS: Add 16918 to fixed bug list.
8862
8863 2014-06-24  Wilco  <wdijkstr@arm.com>
8864
8865         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8866
8867 2014-06-24  Wilco  <wdijkstr@arm.com>
8868
8869         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8870         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8871         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8872         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8873         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8874         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8875         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8876         Use _FPU_MASK_RM.
8877
8878 2014-06-24  Wilco  <wdijkstr@arm.com>
8879
8880         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8881
8882 2014-06-24  Wilco  <wdijkstr@arm.com>
8883
8884         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8885         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8886         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8887         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8888
8889 2014-06-24  Wilco  <wdijkstr@arm.com>
8890
8891         [BZ #16918]
8892         * sysdeps/arm/feupdateenv.c (feupdateenv):
8893         Rewrite to reduce FPSCR accesses and fix return value.
8894
8895 2014-06-24  Wilco  <wdijkstr@arm.com>
8896
8897         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8898         Optimize to avoid unnecessary FPSCR writes.
8899         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8900         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8901         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8902         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8903
8904 2014-06-24  Wilco  <wdijkstr@arm.com>
8905
8906         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8907         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8908         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8909         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8910         Call libc_fetestexcept_vfp.
8911         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8912         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8913         __SOFTFP__ ifdef so that they can be built for softfp.
8914
8915 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8916
8917         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8918         argument type signed char.
8919
8920         * Makerules (check-abi): Dump diff of symlist if the test
8921         fails.
8922
8923 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8924
8925         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8926         using abort.
8927
8928         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8929         Remove unused variable ST.
8930
8931 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8932
8933         [BZ #16354]
8934         [BZ #17061]
8935         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8936         small arguments before calling __expm1.
8937         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8938         small arguments before calling __expm1f.
8939         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8940         small arguments before calling __expm1l.
8941         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8942         Likewise.
8943         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8944         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8945         spurious underflow for some cosh tests.
8946         * math/auto-libm-test-out: Regenerated.
8947         * sysdeps/i386/fpu/libm-test-ulps: Update.
8948
8949         [BZ #17050]
8950         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8951         (__ieee754_y1): Set errno if return value overflows.
8952         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8953         (__ieee754_y1f): Set errno if return value overflows.
8954         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8955         (__ieee754_y1l): Set errno if return value overflows.
8956         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8957         (__ieee754_y1l): Set errno if return value overflows.
8958         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8959         * math/auto-libm-test-out: Regenerated.
8960
8961         * math/gen-auto-libm-tests.c: Document use of
8962         ignore-zero-inf-sign.
8963         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8964         (input_flags): Add ignore-zero-inf-sign.
8965         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8966         * math/gen-libm-test.pl (generate_testfile): Handle
8967         ignore-zero-inf-sign.
8968         * math/auto-libm-test-in: Mark some cpow tests with
8969         ignore-zero-inf-sign and some with xfail-rounding.
8970         * math/auto-libm-test-out: Regenerated.
8971         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8972         * sysdeps/i386/fpu/libm-test-ulps: Update.
8973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8974
8975         [BZ #16315]
8976         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8977         overflowing or underflowing operations take place with sign of
8978         result.
8979         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8980         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8981         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8982         (__ieee754_pow): Recompute overflowing and underflowing results in
8983         original rounding mode.
8984         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8985         (__powl_helper): Allow negative argument X and scale negated value
8986         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8987         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8988         overflowing or underflowing operations take place with sign of
8989         result.
8990         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8991         Include <math.h>.
8992         * math/auto-libm-test-in: Add more tests of pow.
8993         * math/auto-libm-test-out: Regenerated.
8994         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8995         (pow_tonearest_test_data): Remove.
8996         (pow_test_tonearest): Likewise.
8997         (pow_towardzero_test_data): Likewise.
8998         (pow_test_towardzero): Likewise.
8999         (pow_downward_test_data): Likewise.
9000         (pow_test_downward): Likewise.
9001         (pow_upward_test_data): Likewise.
9002         (pow_test_upward): Likewise.
9003         (main): Don't call removed functions.
9004         * sysdeps/i386/fpu/libm-test-ulps: Update.
9005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9006
9007 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9008
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9010         Moved ...
9011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9013         Moved ...
9014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9016         Moved ...
9017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9019         Moved ...
9020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9022         File removed.
9023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9024         File removed.
9025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9026         File removed.
9027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9028         File removed.
9029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9030         File removed.
9031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9032         File removed.
9033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9034         File removed.
9035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9036         File removed.
9037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9038         File removed.
9039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9040         File removed.
9041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9042         File removed.
9043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9044         File removed.
9045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9046         Moved ...
9047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9049         Moved ...
9050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9051         ... here.
9052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9053         Moved ...
9054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9056         Moved ...
9057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9059         Moved ...
9060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9062         Moved ...
9063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9065         Moved ...
9066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9068         Moved ...
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9071         Moved ...
9072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9075         ... here.
9076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9077         Moved ...
9078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9080         Moved ...
9081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9082         ... here.
9083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9084         Moved ...
9085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9086         ... here.
9087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9088         Moved ...
9089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9090         ... here.
9091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9092         Moved ...
9093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9095         Moved ...
9096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9100         Moved ...
9101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9102         ... here.
9103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9104         Moved ...
9105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9106         ... here.
9107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9108         Moved ...
9109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9111         Moved ...
9112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9114         Moved ...
9115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9117         Moved ...
9118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9120         Moved ...
9121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9122         ... here.
9123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9124         Moved ...
9125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9127         Moved ...
9128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9130         Moved ...
9131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9133         Moved ...
9134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9138         Moved ...
9139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9141         Moved ...
9142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9144         Moved ...
9145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9146         ... here.
9147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9148         Moved ...
9149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9150         ... here.
9151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9152         Moved ...
9153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9154         ... here.
9155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9156         Moved ...
9157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9159         Moved ...
9160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9162         Moved ...
9163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9165         Moved ...
9166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9167         ... here.
9168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9169         Moved ...
9170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9171         ... here.
9172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9173         Moved ...
9174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9175         ... here.
9176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9177         Moved ...
9178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9180         Moved ...
9181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9182
9183 2014-06-23  Will Newton  <will.newton@linaro.org>
9184             Wilco  <wdijkstr@arm.com>
9185
9186         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9187         implementation.  Include get-rounding-mode.h.
9188         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9189         [!libc_feholdsetround_noex_ctx]: Define
9190         libc_feholdsetround_noex_ctx.
9191         [!libc_feholdsetround_noexf_ctx]: Define
9192         libc_feholdsetround_noexf_ctx.
9193         [!libc_feholdsetround_noexl_ctx]: Define
9194         libc_feholdsetround_noexl_ctx.
9195         (libc_feholdsetround_ctx): New function.
9196         (libc_feresetround_ctx): New function.
9197         (libc_feholdsetround_noex_ctx): New function.
9198         (libc_feresetround_noex_ctx): New function.
9199
9200 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9201
9202         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9203         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9204         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9205         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9206         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9207         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9208
9209         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9210         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9211         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9212         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9213         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9214         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9215         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9216         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9217         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9220         Moved ...
9221         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9222         ... here.
9223         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9228         Moved ...
9229         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9230         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9231         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9232         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9233         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9234         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9235         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9236         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9237         Moved ...
9238         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9239         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9240         Moved ...
9241         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9242         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9243         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9244         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9245         Moved ...
9246         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9248         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9250         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9251         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9252         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9253         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9254         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9256         Moved ...
9257         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9258         ... here.
9259         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9260         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9261         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9262         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9263         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9264         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9268         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9269         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9270         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9272         Moved ...
9273         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9274         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9275         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9277         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9278         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9279         Moved ...
9280         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9282         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9283         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9284         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9285
9286         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9287         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9288         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9289         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9290         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9291         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9292         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9293         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9294         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9295         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9296         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9297         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9298         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9299         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9300         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9301         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9302         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9303         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9304         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9305         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9306         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9307         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9308         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9309         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9310         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9311         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9312         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9313         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9314
9315 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9316
9317         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9318         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9319         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9320         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9321         (IPV6_PMTUDISC_INTERFACE): Likewise.
9322         (IPV6_PMTUDISC_OMIT): Likewise.
9323
9324 2014-06-23  Andreas Schwab  <schwab@suse.de>
9325
9326         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9327         Remove unused errout label.
9328
9329 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9330
9331         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9332         macro: hardware supports Vector Crypto instructions.
9333
9334 2014-06-23  Will Newton  <will.newton@linaro.org>
9335
9336         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9337         rather than __builtin_expect.
9338
9339         * elf/dl-lookup.c (undefined_msg): Remove variable.
9340         (_dl_lookup_symbol_x): Replace undefined_msg with string
9341         literal.
9342
9343         * elf/dl-lookup.c (do_lookup_unique): New function.
9344         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9345         to a separate function.
9346
9347 2014-06-23  Andreas Schwab  <schwab@suse.de>
9348
9349         [BZ #17079]
9350         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9351         before reading the next line.
9352
9353 2014-06-23  Will Newton  <will.newton@linaro.org>
9354
9355         * test-skeleton.c (signal_handler): Use printf and %m
9356         rather than perror.  Use printf rather than fprintf to
9357         stderr.  Use puts rather than fputs to stderr.
9358         (main): Likewise.
9359
9360 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9361
9362         * nscd/nscd.c (thread_info_t): Remove typedef.
9363         (thread_info): Remove variable.
9364
9365 2014-06-21  Allan McRae  <allan@archlinux.org>
9366
9367         * NEWS: Mention CVE-2014-4043.
9368
9369 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9370
9371         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9372         * nptl/smp.h: ... here.
9373
9374         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9375
9376         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9377         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9378         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9379         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9380
9381         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9382         * nptl/stack-aliasing.h: New file.
9383         * sysdeps/i386/i686/stack-aliasing.h: New file.
9384         * sysdeps/i386/i686/nptl/Makefile: File removed.
9385         * sysdeps/x86_64/stack-aliasing.h: New file.
9386         * sysdeps/x86_64/nptl/Makefile
9387         (CFLAGS-pthread_create.c): Variable removed.
9388
9389         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9390         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9391         old file.
9392         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9393         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9394         old file.
9395
9396 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9397
9398         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9399         (__ASSUME_SIGFRAME_V2): Remove macro.
9400         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9401         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9402         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9403         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9404         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9405         Declare as function.  Remove conditional macro definitions.
9406         (__default_rt_sa_restorer): Likewise.
9407         (__default_sa_restorer_v1): Remove declaration.
9408         (__default_sa_restorer_v2): Likewise.
9409         (__default_rt_sa_restorer_v1): Likewise.
9410         (__default_rt_sa_restorer_v2): Likewise.
9411         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9412         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9413         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9414
9415 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9416
9417         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9418         (libpthread-routines): Add sysdep.
9419         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9420         * sysdeps/unix/sysv/linux/sparc/Versions
9421         (libpthread: GLIBC_2.3.3): New version set.
9422         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9423         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9424         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9426         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9427         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9428         Moved ...
9429         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9431         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9433         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9435         * sysdeps/sparc/nptl/sem_init.c: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9437         * sysdeps/sparc/nptl/sem_post.c: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9439         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9441         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9443         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9444         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9445         (libpthread-routines): Add cpu_relax.
9446         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9447         File removed.
9448         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9449         (librt: GLIBC_2.3.3): New version set.
9450         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9451         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9452         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9453         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9454         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9455         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9456         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9457         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9458         Moved ...
9459         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9461         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9463         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9465         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9467         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9469         Moved ...
9470         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9471         Update #include.
9472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9473         Moved ...
9474         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9475         Update #include.
9476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9477         Moved ...
9478         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9479         Update #include.
9480         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9481         Moved ...
9482         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9483         Update #include.
9484         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9485         Moved ...
9486         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9487         Update #include.
9488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9489         Moved ...
9490         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9491         Update #include.
9492         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9493         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9494         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9495         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9497         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9499         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9500         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9501         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9503         Moved ...
9504         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9505         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9506         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9507         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9508         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9509
9510 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9511
9512         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9513         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9514         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9515         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9516         * nscd/nscd.c: Likewise.
9517         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9518         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9519         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9520         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9521
9522         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9523         <kernel-features.h>.
9524         (init_mq_netlink): Remove conditional have_sock_cloexec
9525         definitions.  Remove code conditional on have_sock_cloexec < 0.
9526         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9527         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9528         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9529         <kernel-features.h>.
9530         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9531         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9532
9533 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9534
9535         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9536         Add tests for memset_chk and memset.
9537
9538         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9539         with AVX2_Usable.
9540
9541 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9542
9543         [BZ #16046]
9544         * elf/tst-dl-iter-static.c: New file.
9545         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9546
9547         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9548         error.
9549
9550 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9551
9552         * sysdeps/unix/sysv/linux/kernel-features.h
9553         (__ASSUME_F_GETOWN_EX): Remove macro.
9554         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9555         <kernel-features.h>.
9556         (miss_F_GETOWN_EX): Remove variable or macro.
9557         (do_fcntl): Do not check miss_F_GETOWN_EX.
9558         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9559
9560         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9561         Remove macro.
9562         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9563         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9564         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9565
9566         * sysdeps/unix/sysv/linux/kernel-features.h
9567         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9568         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9569         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9570         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9571
9572 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9573
9574         [BZ #17075]
9575         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9576         Fix calculation of the symbol's value.
9577         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9578         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9579         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9580         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9581         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9582         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9583         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9584         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9585         (modules-names): Add `tst-armtlsdescmod',
9586         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9587         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9588         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9589         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9590         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9591         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9592         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9593         ($(objpfx)tst-armtlsdescloc): New dependency.
9594         ($(objpfx)tst-armtlsdescextnow): Likewise.
9595         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9596         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9597         TLS scheme support.
9598         * sysdeps/arm/configure: Regenerate.
9599
9600 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9601
9602         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9603         (__atfct_seterrno_2): Likewise.
9604         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9605         <kernel-features.h>.
9606         (__ASSUME_ATFCTS): Do not undefine and redefine.
9607         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9608         (__have_atfcts): Remove conditional definition.
9609         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9610         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9611         unreachable if [__ASSUME_ATFCTS].
9612         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9613         not undefine and redefine.
9614         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9615         <kernel-features.h>.
9616         (faccessat) [__NR_faccessat]: Make code unconditional.
9617         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9618         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9619         <kernel-features.h>.
9620         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9621         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9622         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9623         <kernel-features.h>.
9624         (fchownat) [__NR_fchownat]: Make code unconditional.
9625         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9626         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9627         <kernel-features.h>.
9628         (futimesat) [__NR_futimesat]: Make code unconditional.
9629         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9630         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9631         <kernel-features.h>.
9632         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9633         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9634         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9635         <kernel-features.h>.
9636         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9637         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9638         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9639         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9640         <kernel-features.h>.
9641         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9642         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9643         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9644         <kernel-features.h>.
9645         (linkat) [__NR_linkat]: Make code unconditional.
9646         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9647         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9648         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9649         <kernel-features.h>.
9650         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9651         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9652         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9653         <kernel-features.h>.
9654         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9655         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9656         * sysdeps/unix/sysv/linux/openat.c: Do not include
9657         <kernel-features.h>.
9658         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9659         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9660         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9661         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9662         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9663         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9664         <kernel-features.h>.
9665         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9666         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9667         result of INLINE_SYSCALL directly, not via int variable.
9668         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9669         <kernel-features.h>.
9670         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9671         (renameat) [__NR_renameat]: Make code unconditional.
9672         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9673         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9674         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9675         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9676         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9677         (__ASSUME_ATFCTS): Do not undefine and redefine.
9678         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9679         <kernel-features.h>.
9680         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9681         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9682         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9683         <kernel-features.h>.
9684         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9685         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9686         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9687         (__ASSUME_ATFCTS): Do not undefine and redefine.
9688         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9689         <kernel-features.h>.
9690         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9691         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9692         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9693         <kernel-features.h>.
9694         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9695         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9696
9697 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9698
9699         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9700
9701 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9702
9703         [BZ #17069]
9704         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9705         constructed tree before returning error.
9706         * posix/bug-regexp36.c: Expand test case.
9707
9708 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9709
9710         [BZ #6803]
9711         * math/libm-test.inc (scalbln_test_date):
9712         Add errno expectations.
9713         * math/w_scalblnf.c: New File.
9714         Add wrapper which checks for setting errno to ERANGE.
9715         Add weak_alias for corresponding scalbln function.
9716         * math/w_scalbln.c: Likewise.
9717         * math/w_scalblnl.c: Likewise.
9718         * math/Makefile (libm-calls): Add w_scalbln.
9719         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9720         Remove weak_alias for corresponding scalbln function.
9721         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9722         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9723         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9724         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9725         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9726         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9727         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9728         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9729         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9730         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9731         Remove long_double_symbol for scalblnl function in libm, libc.
9732         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9733         Add wrapper which checks for setting errno to ERANGE.
9734         Add long_double_symbol for scalblnl function in libm, libc.
9735         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9736         Remove long_double_symbol for scalblnl in libm.
9737         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9738         Add wrapper which checks for setting errno to ERANGE.
9739         Add long_double_symbol for scalblnl function in libm.
9740         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9741         Do not use wrapper because of own implementation.
9742
9743 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9744
9745         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9746         3 bytes for __pad1 for x32.
9747         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9748
9749 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
9750             H.J. Lu  <hongjiu.lu@intel.com>
9751
9752         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9753         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9754         * sysdeps/x86_64/multiarch/memset.S: Likewise.
9755         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9756         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9757
9758 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
9759
9760         [BZ #17069]
9761         * posix/regcomp.c (parse_expression): Deallocate partially
9762         constructed tree before returning error.
9763         * posix/Makefile.c (tests): Add bug-regex36.
9764         (generated): Add bug-regex36.mtrace.
9765         (tests-special): Add $(objpfx)bug-regex36-mem.out
9766         (bug-regex36-ENV): New variable.
9767         ($(objpfx)bug-regex36-mem.out): New rule.
9768         * posix/bug-regex36.c: New file.
9769
9770 2014-06-19  Will Newton  <will.newton@linaro.org>
9771
9772         * malloc/malloc.c (systrim): If extra is zero then return
9773         early.
9774
9775 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9776
9777         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9778
9779 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
9780
9781         * sysdeps/aarch64/strchr.S: New file.
9782
9783 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9784
9785         [BZ #17022]
9786         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9787         from arguments -2 or below.
9788         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9789         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9790
9791 2014-06-18  Andreas Schwab  <schwab@suse.de>
9792
9793         [BZ #17062]
9794         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9795         of a bracket expr not to run off the end of the string.
9796         * posix/Makefile (tests): Add tst-fnmatch3.
9797         * posix/tst-fnmatch3.c: New file.
9798
9799 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9800
9801         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9802         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9803         [$(cross-compiling) = no]: Likewise.
9804         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9805         [$(cross-compiling) = no]: Likewise.
9806
9807 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9808
9809         [BZ #17031]
9810         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9811         double, adjusted for any remainder from the high double.
9812         * math/libm-test.inc (nearbyint): Add tests.
9813         (rint): Likewise.
9814
9815 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9816
9817         * nptl/sysdeps/powerpc/Makefile: Moved ...
9818         * sysdeps/powerpc/nptl/Makefile: ... here.
9819         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9820         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9821         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9822         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9823         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9824         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9825         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9826         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9827         * nptl/sysdeps/powerpc/tls.h: Moved ...
9828         * sysdeps/powerpc/nptl/tls.h: ... here.
9829
9830 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9831
9832         [BZ #16681]
9833         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9834         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9835         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9836         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9837         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9838         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9839         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9840         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9841         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9842
9843 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9844
9845         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9846
9847 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9848
9849         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9850         defined operator.
9851
9852         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9853         $TIMEOUTFACTOR.
9854
9855 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9856
9857         [BZ #17058]
9858         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9859         non-executed part of the test.
9860
9861 2014-06-16  Andreas Schwab  <schwab@suse.de>
9862
9863         * string/bits/string2.h (strdup, strndup): Update feature guard.
9864
9865 2014-06-14  David S. Miller  <davem@davemloft.net>
9866
9867         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9868
9869 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9870
9871         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9872         that was previously under [RESET_PID].
9873         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9874
9875         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9876         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9877         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9878         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9879         (__libc_vfork): New strong alias.
9880         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9881
9882 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9883
9884         * sysdeps/generic/elide.h: New file.
9885
9886 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9887
9888         * Makefile (installed-headers): Adjust path of pthread.h header.
9889
9890 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9891
9892         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9893         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9894         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9895         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9896
9897         * nptl/sysdeps/s390/Makefile: Moved ...
9898         * sysdeps/s390/nptl/Makefile: ... here.
9899         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9900         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9901         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9902         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9903         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9904         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9905         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9906         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9907         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9908         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9909         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9910         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9911         * nptl/sysdeps/s390/tls.h: Moved ...
9912         * sysdeps/s390/nptl/tls.h: ... here.
9913
9914         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9915         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9916
9917 2014-06-13  David S. Miller  <davem@davemloft.net>
9918
9919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9922         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9926         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9927         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9928         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9929         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9930         Remove RESET_PID cpp guards.
9931         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9932         Remove RESET_PID cpp guards.
9933         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9934
9935 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9936
9937         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9938         __sp to uintptr_t.
9939
9940 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9941
9942         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9943         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9944         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9945         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9946         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9947         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9948         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9949         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9950         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9951         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9952         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9953         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9954         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9955         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9956         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9957         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9958         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9959         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9960         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9961         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9962
9963         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9964         (pthread_rwlock_rdlock): Add elision.
9965         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9966         (pthread_rwlock_wrlock): Add elision.
9967         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9968         (pthread_rwlock_trywrlock): Add elision.
9969         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9970         (pthread_rwlock_tryrdlock): Add elision.
9971         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9972         (pthread_rwlock_tryrdlock): Add elision unlock.
9973         * nptl/sysdeps/pthread/pthread.h:
9974         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9975         (PTHREAD_RWLOCK_INITIALIZER,
9976         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9977         Handle new elision field.
9978         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9979         * sysdeps/arm/nptl/bits/pthreadtypes.h
9980         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9981         * sysdeps/sh/nptl/bits/pthreadtypes.h
9982         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9983         * sysdeps/tile/nptl/bits/pthreadtypes.h
9984         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9985         * sysdeps/a/nptl/bits/pthreadtypes.h
9986         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9987         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9988         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9989         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9990         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9991         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9992         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9993         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9994         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9995         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9996         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9997         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9998         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9999         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10000         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10001         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10002         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10003         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10004         (elision_init): Set try_xbegin to zero when no RTM.
10005         * sysdeps/x86/nptl/bits/pthreadtypes.h
10006         (pthread_rwlock_t): Change __pad1 to __rwelision.
10007         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10008
10009 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10010
10011         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10012         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10013         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10014         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10015
10016 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10017
10018         [BZ #16996]
10019         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10020         that the cached result has been set before returning it.
10021
10022 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10023
10024         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10025         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10026         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10027         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10028         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10029         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10030
10031         * nptl/sysdeps/sparc/Makefile: Moved ...
10032         * sysdeps/sparc/nptl/Makefile: ... here.
10033         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10034         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10035         * nptl/sysdeps/sparc/tls.h: Moved ...
10036         * sysdeps/sparc/nptl/tls.h: ... here.
10037         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10038         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10039         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10040         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10041         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10042         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10043         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10044         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10045         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10046         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10047         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10048         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10049         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10050         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10051         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10052         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10053         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10054         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10055         Update #include.
10056         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10057         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10058         Update #include.
10059         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10060         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10061         Update #include.
10062         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10063         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10064         Update #include.
10065
10066         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10067
10068         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10069         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10070
10071         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10072         (struct list_links): Type removed.
10073         (struct thread_node, struct timer_node): Replace struct list_links
10074         with struct list_head.
10075         (list_unlink_ip): Likewise.
10076         * sysdeps/pthread/timer_routines.c
10077         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10078         (list_append, list_insbefore): Likewise.
10079         (list_init): Function removed.
10080         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10081         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10082         * sysdeps/pthread/Makefile: ... here, new file.
10083
10084         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10085         * sysdeps/nptl/Implies: ... here.
10086         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10087         * nptl/sysdeps/pthread/list.h: Moved ...
10088         * include/list.h: ... here.
10089         * nptl/sysdeps/pthread/createthread.c: Moved ...
10090         * nptl/createthread.c: ... here.
10091         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10092         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10093         * nptl/pt-longjmp.c: ... here.
10094         * nptl/sysdeps/pthread/Makefile: Moved ...
10095         * sysdeps/nptl/Makefile: ... here.
10096         * nptl/sysdeps/pthread/Subdirs: Moved ...
10097         * sysdeps/nptl/Subdirs: ... here.
10098         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10099         * sysdeps/nptl/aio_misc.h: ... here.
10100         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10101         * sysdeps/nptl/bits/libc-lock.h: ... here.
10102         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10103         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10104         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10105         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10106         * nptl/sysdeps/pthread/configure: Moved ...
10107         * sysdeps/nptl/configure: ... here.
10108         * nptl/sysdeps/pthread/configure.ac: Moved ...
10109         * sysdeps/nptl/configure.ac: ... here.
10110         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10111         * sysdeps/nptl/gai_misc.h: ... here.
10112         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10113         * sysdeps/nptl/librt-cancellation.c: ... here.
10114         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10115         * sysdeps/nptl/malloc-machine.h: ... here.
10116         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10117         * sysdeps/nptl/pthread-functions.h: ... here.
10118         * nptl/sysdeps/pthread/pthread.h: Moved ...
10119         * sysdeps/nptl/pthread.h: ... here.
10120         * nptl/sysdeps/pthread/setxid.h: Moved ...
10121         * sysdeps/nptl/setxid.h: ... here.
10122         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10123         * sysdeps/nptl/sigfillset.c: ... here.
10124         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10125         * sysdeps/nptl/tcb-offsets.h: ... here.
10126         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10127         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10128         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10129         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10130         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10131         * sysdeps/pthread/allocalim.h: ... here.
10132         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10133         * sysdeps/pthread/bits/sigthread.h: ... here.
10134         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10135         * sysdeps/pthread/flockfile.c: ... here.
10136         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10137         * sysdeps/pthread/ftrylockfile.c: ... here.
10138         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10139         * sysdeps/pthread/funlockfile.c: ... here.
10140         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10141         * sysdeps/pthread/posix-timer.h: ... here.
10142         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10143         * sysdeps/pthread/timer_create.c: ... here.
10144         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10145         * sysdeps/pthread/timer_delete.c: ... here.
10146         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10147         * sysdeps/pthread/timer_getoverr.c: ... here.
10148         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10149         * sysdeps/pthread/timer_gettime.c: ... here.
10150         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10151         * sysdeps/pthread/timer_routines.c: ... here.
10152         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10153         * sysdeps/pthread/timer_settime.c: ... here.
10154         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10155         * sysdeps/pthread/tst-timer.c: ... here.
10156         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10157         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10158
10159         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10160         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10161
10162         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10163         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10164         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10165         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10166         Update #include target.
10167         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10168         * sysdeps/i386/i686/nptl/Makefile: ... here.
10169         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10170         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10171         Update #include target.
10172         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10173         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10174         * nptl/sysdeps/i386/Makefile: Moved ...
10175         * sysdeps/i386/nptl/Makefile: ... here.
10176         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10177         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10178         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10179         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10180         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10181         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10182         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10183         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10184         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10185         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10186         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10187         * nptl/sysdeps/i386/tls.h: Moved ...
10188         * sysdeps/i386/nptl/tls.h: ... here.
10189
10190         * sysdeps/sh/Makefile [$(subdir) = csu]
10191         (gen-as-const-headers): Add tcb-offsets.sym.
10192         * nptl/sysdeps/sh/Makefile: File removed.
10193         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10194         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10195         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10196         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10197         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10198         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10199         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10200         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10201         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10202         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10203         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10204         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10205         * nptl/sysdeps/sh/tls.h: Moved ...
10206         * sysdeps/sh/nptl/tls.h: ... here.
10207         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10208         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10210         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10212         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10213         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10214         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10215         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10216         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10218         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10219         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10220         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10222         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10224         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10226         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10228         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10230         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10238         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10239         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10240         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10241         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10242         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10243         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10244         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10245         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10246         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10247         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10248         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10250         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10252         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10254         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10255
10256 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10257
10258         * posix/spawn_faction_addopen.c: Include string.h.
10259
10260 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10261
10262         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10263         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10264         * nptl/sysdeps/x86_64/Makefile: Moved ...
10265         * sysdeps/x86_64/nptl/Makefile: ... here.
10266         * nptl/sysdeps/x86_64/configure: Moved ...
10267         * sysdeps/x86_64/nptl/configure: ... here.
10268         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10269         * sysdeps/x86_64/nptl/configure.ac: ... here.
10270         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10271         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10272         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10273         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10274         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10275         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10276         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10277         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10278         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10279         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10280         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10281         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10282         * nptl/sysdeps/x86_64/tls.h: Moved ...
10283         * sysdeps/x86_64/nptl/tls.h: ... here.
10284         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10285         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10286         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10287         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10288
10289         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10290
10291 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10292
10293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10294
10295 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10296
10297         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10298         type.
10299         [POSIX] (off_t): Likewise.
10300         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10301         [POSIX] (S_ISBLK): Require macro.
10302         [POSIX] (S_ISCHR): Likewise.
10303         [POSIX] (S_ISDIR): Likewise.
10304         [POSIX] (S_ISFIFO): Likewise.
10305         [POSIX] (S_ISREG): Likewise.
10306         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10307         optional-macro.
10308         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10309         type.
10310         [POSIX] (time_t): Likewise.
10311         [POSIX] (timer_t): Likewise.
10312
10313 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10314
10315         [BZ #17048]
10316         * posix/spawn_int.h (struct __spawn_action): Make the path string
10317         non-const to support deallocation.
10318         * posix/spawn_faction_addopen.c
10319         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10320         * posix/spawn_faction_destroy.c
10321         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10322         path in all spawn_do_open actions.
10323         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10324         posix_spawn_file_actions_addopen.
10325
10326 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10327
10328         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10329         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10330         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10331         conditional code always true.
10332         (__libc_vfork): New alias.
10333
10334 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10335
10336         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10337         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10338
10339         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10340
10341         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10342         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10343
10344         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10345         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10346
10347         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10348         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10349
10350 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10351
10352         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10353         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10354         multiarch strcmp for PPC64.
10355         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10356         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10357         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10358         multiarch optimizations.
10359         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10360         (__libc_ifunc_impl_list): Likewise.
10361
10362 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10363
10364         * benchtests/scripts/validate_benchout.py: New script.
10365         * benchtests/Makefile (bench-func): Call it.
10366         * benchtests/scripts/benchout.schema.json: New file.
10367
10368 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10369
10370         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10371         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10372         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10373         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10374         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10375         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10376         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10377         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10378         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10379         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10380         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10381         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10382         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10383         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10384         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10385         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10386         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10389         ... here.
10390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10396         ... here.
10397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10398         Moved ...
10399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10400         ... here.
10401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10402         Moved ...
10403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10405         Moved ...
10406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10407         ... here.
10408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10409         Moved ...
10410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10411         ... here.
10412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10413         Moved ...
10414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10416         Moved ...
10417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10418         ... here.
10419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10420         Moved ...
10421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10422         ... here.
10423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10424         Moved ...
10425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10426         ... here.
10427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10428         Moved ...
10429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10433         ... here.
10434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10435         Moved ...
10436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10437         ... here.
10438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10439         Moved ...
10440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10441         ... here.
10442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10443         Moved ...
10444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10446         Moved ...
10447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10448         ... here.
10449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10450         Moved ...
10451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10452         ... here.
10453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10454         Moved ...
10455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10456         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10457         Moved ...
10458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10459         ... here.
10460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10461         Moved ...
10462         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10464         Moved ...
10465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10467         Moved ...
10468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10469         ... here.
10470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10471         Moved ...
10472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10473         ... here.
10474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10477         ... here.
10478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10479         Moved ...
10480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10481         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10482         Moved ...
10483         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10484         ... here.
10485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10486         Moved ...
10487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10488         ... here.
10489         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10490         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10491         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10492         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10493         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10494         Moved ...
10495         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10496         ... here.
10497         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10498         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10499         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10500         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10501         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10502         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10503         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10504         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10505         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10506         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10507         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10508         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10509         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10510         Moved ...
10511         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10513         Moved ...
10514         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10515         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10516         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10517         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10518         Moved ...
10519         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10520         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10521         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10522         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10523         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10524         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10525         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10526
10527 2014-06-10  Wilco  <wdijkstr@arm.com>
10528
10529         * math/test-fenv-return.c: New file.
10530         * math/Makefile: Add new test test-fenv-return.
10531
10532 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10533
10534         [BZ #17042]
10535         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10536         when x - 1 is zero.
10537         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10538         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10539         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10540         0.0L for an argument of 1.0L.
10541         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10542         Likewise.
10543         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10544         value when x - 1 is zero.
10545         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10546         * sysdeps/i386/fpu/libm-test-ulps: Update.
10547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10548
10549 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10550
10551         [BZ #15119]
10552         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10553
10554 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10555
10556         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10557         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10558
10559 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10560
10561         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10562         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10563
10564         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10565         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10566
10567         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10568         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10569
10570         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10571         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10572
10573         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10574         if not already defined.
10575         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10576         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10577         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10578         (TLS_INIT_TP): Use it.
10579         (TLS_DEFINE_INIT_TP): New macro.
10580         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10581
10582 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10583
10584         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10585         constant.
10586         [POSIX] (IXANY): Likewise.
10587         [POSIX] (OLCUC): Likewise.
10588         [POSIX || POSIX2008] (CBAUD): Do not allow.
10589         [POSIX || POSIX2008] (DEFECHO): Likewise.
10590         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10591         [POSIX || POSIX2008] (ECHOKE): Likewise.
10592         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10593         [POSIX || POSIX2008] (EXTA): Likewise.
10594         [POSIX || POSIX2008] (EXTB): Likewise.
10595         [POSIX || POSIX2008] (FLUSHO): Likewise.
10596         [POSIX || POSIX2008] (LOBLK): Likewise.
10597         [POSIX || POSIX2008] (PENDIN): Likewise.
10598         [POSIX || POSIX2008] (SWTCH): Likewise.
10599         [POSIX || POSIX2008] (VDISCARD): Likewise.
10600         [POSIX || POSIX2008] (VDSUSP): Likewise.
10601         [POSIX || POSIX2008] (VLNEXT): Likewise.
10602         [POSIX || POSIX2008] (VREPRINT): Likewise.
10603         [POSIX || POSIX2008] (VSTATUS): Likewise.
10604         [POSIX || POSIX2008] (VWERASE): Likewise.
10605         (B*): Change to B[0123456789]*.
10606         * conform/data/time.h-data [POSIX || UNIX98]
10607         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10608         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10609         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10610         [POSIX] (tm_*): Do not allow.
10611
10612 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10613
10614         * Makefile (install): Don't set LANGUAGE.
10615         * Makefile.in (install): Likewise.
10616         * assert/Makefile (test-assert-ENV): Remove variable.
10617         (test-assert-perr-ENV): Likewise.
10618         * elf/Makefile (neededtest4-ENV): Likewise.
10619         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10620         [$(cross-compiling) = no]: Don't set LANGUAGE.
10621         * io/ftwtest-sh (LANG): Remove variable.
10622         * libio/Makefile (tst-widetext-ENV): Likewise.
10623         * manual/install.texi (Running make install): Don't refer to
10624         environment settings for make install.
10625         * INSTALL: Regenerated.
10626         * nptl/tst-tls6.sh: Don't set LANG.
10627         * posix/globtest.sh (LANG): Remove variable.
10628         * string/Makefile (tester-ENV): Likewise.
10629         (inl-tester-ENV): Likewise.
10630         (noinl-tester-ENV): Likewise.
10631         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10632         [$(cross-compiling) = no]: Don't set LANGUAGE.
10633         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10634         without explicit environment settings.
10635
10636 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10637
10638         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10639         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10640         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10641         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10642
10643 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10644
10645         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10646         other files in the crypt directory.
10647         * crypt/crypt.c: Remove duplicate includes.
10648         * crypt/crypt-entry.c: Likewise.
10649         * crypt/crypt_util.c: Likewise.
10650
10651 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10652
10653         * Makeconfig (run-program-env): New variable.
10654         (run-program-prefix-before-env): Likewise.
10655         (run-program-prefix-after-env): Likewise.
10656         (run-program-prefix): Define in terms of new variables.
10657         (built-program-cmd-before-env): New variable.
10658         (built-program-cmd-after-env): Likewise.
10659         (built-program-cmd): Define in terms of new variables.
10660         (test-program-prefix-before-env): New variable.
10661         (test-program-prefix-after-env): Likewise.
10662         (test-program-prefix): Define in terms of new variables.
10663         (test-program-cmd-before-env): New variable.
10664         (test-program-cmd-after-env): Likewise.
10665         (test-program-cmd): Define in terms of new variables.
10666         * Rules (make-test-out): Use $(run-program-env).
10667         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10668         (help): Do not mention environment variables.  Mention
10669         --timeoutfactor option.
10670         (timeoutfactor): New variable.
10671         (blacklist_exports): Remove function.
10672         (exports): Remove variable.
10673         (command): Do not include ${exports}.
10674         * manual/install.texi (Configuring and compiling): Do not mention
10675         test wrappers preserving environment variables.  Mention that last
10676         assignment to a variable must take precedence.
10677         * INSTALL: Regenerated.
10678         * benchtests/Makefile (run-bench): Use $(run-program-env).
10679         * catgets/Makefile ($(objpfx)test1.cat): Use
10680         $(built-program-cmd-before-env), $(run-program-env) and
10681         $(built-program-cmd-after-env).
10682         ($(objpfx)test2.cat): Do not specify environment variables
10683         explicitly.
10684         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10685         $(run-program-env) and $(built-program-cmd-after-env).
10686         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10687         $(run-program-env) and $(test-program-cmd-after-env).
10688         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10689         explicitly.
10690         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10691         run_program_env and test_program_cmd_after_env arguments.
10692         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10693         * elf/tst-pathopt.sh: Use run_program_env argument.
10694         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10695         $(test-wrapper-env) and $(run-program-env).
10696         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10697         run_program_env arguments.
10698         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10699         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10700         $(test-program-prefix-before-env), $(run-program-env) and
10701         $(test-program-prefix-after-env).
10702         ($(objpfx)tst-gettext2.out): Likewise.
10703         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10704         run_program_env and test_program_prefix_after_env arguments.
10705         * intl/tst-gettext2.sh: Likewise.
10706         * intl/tst-gettext4.sh: Do not set environment variables
10707         explicitly.
10708         * intl/tst-gettext6.sh: Likewise.
10709         * intl/tst-translit.sh: Likewise.
10710         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10711         $(test-program-prefix-before-env), $(run-program-env) and
10712         $(test-program-prefix-after-env).
10713         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10714         run_program_env and test_program_prefix_after_env arguments.
10715         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10716         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10717         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10718         explicitly with each use of ${test_wrapper_env}.
10719         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10720         $(test-program-prefix-before-env), $(run-program-env) and
10721         $(test-program-prefix-after-env).
10722         * posix/tst-getconf.sh: Do not set environment variables
10723         explicitly.
10724         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10725         run_program_env and test_program_prefix_after_env arguments.
10726         * stdio-common/tst-printf.sh: Do not set environment variables
10727         explicitly.
10728         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10729         $(test-program-prefix-before-env), $(run-program-env) and
10730         $(test-program-prefix-after-env).
10731         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10732         run_program_env and test_program_prefix_after_env arguments.
10733         Split $test calls into $test_pre and $test.
10734         * timezone/Makefile (build-testdata): Use
10735         $(built-program-cmd-before-env), $(run-program-env) and
10736         $(built-program-cmd-after-env).
10737
10738 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10739
10740         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10741         strlen for non SHARED builds.
10742
10743 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10744
10745         * nptl/allocatestack.c (check_list): Inlined function...
10746         (__reclaim_stacks): ... here.
10747
10748 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10749
10750         [BZ #15698]
10751         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10752         memory overrun.
10753
10754 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
10755
10756         * Rules (make-test-out): Include
10757         LOCPATH=$(common-objpfx)localedata in default environment.
10758         * debug/Makefile (tst-chk1-ENV): Remove variable.
10759         (tst-chk2-ENV): Likewise.
10760         (tst-chk3-ENV): Likewise.
10761         (tst-chk4-ENV): Likewise.
10762         (tst-chk5-ENV): Likewise.
10763         (tst-chk6-ENV): Likewise.
10764         (tst-lfschk1-ENV): Likewise.
10765         (tst-lfschk2-ENV): Likewise.
10766         (tst-lfschk3-ENV): Likewise.
10767         (tst-lfschk4-ENV): Likewise.
10768         (tst-lfschk5-ENV): Likewise.
10769         (tst-lfschk6-ENV): Likewise.
10770         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10771         (tst-iconv7-ENV): Likewise.
10772         * intl/Makefile (LOCPATH-ENV): Likewise.
10773         (tst-codeset-ENV): Likewise.
10774         (tst-gettext3-ENV): Likewise.
10775         (tst-gettext5-ENV): Likewise.
10776         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10777         (tst-fopenloc-ENV): Likewise.
10778         (tst-fgetws-ENV): Remove variable.
10779         (tst-ungetwc1-ENV): Likewise.
10780         (tst-ungetwc2-ENV): Likewise.
10781         (bug-ungetwc2-ENV): Likewise.
10782         (tst-swscanf-ENV): Likewise.
10783         (bug-ftell-ENV): Likewise.
10784         (tst-fgetwc-ENV): Likewise.
10785         (tst-fseek-ENV): Likewise.
10786         (tst-ftell-partial-wide-ENV): Likewise.
10787         (tst-ftell-active-handler-ENV): Likewise.
10788         (tst-ftell-append-ENV): Likewise.
10789         * posix/Makefile (tst-fnmatch-ENV): Likewise.
10790         (tst-regexloc-ENV): Likewise.
10791         (bug-regex1-ENV): Likewise.
10792         (tst-regex-ENV): Likewise.
10793         (tst-regex2-ENV): Likewise.
10794         (bug-regex5-ENV): Likewise.
10795         (bug-regex6-ENV): Likewise.
10796         (bug-regex17-ENV): Likewise.
10797         (bug-regex18-ENV): Likewise.
10798         (bug-regex19-ENV): Likewise.
10799         (bug-regex20-ENV): Likewise.
10800         (bug-regex22-ENV): Likewise.
10801         (bug-regex23-ENV): Likewise.
10802         (bug-regex25-ENV): Likewise.
10803         (bug-regex26-ENV): Likewise.
10804         (bug-regex30-ENV): Likewise.
10805         (bug-regex32-ENV): Likewise.
10806         (bug-regex33-ENV): Likewise.
10807         (bug-regex34-ENV): Likewise.
10808         (bug-regex35-ENV): Likewise.
10809         (tst-rxspencer-ENV): Likewise.
10810         (tst-rxspencer-no-utf8-ENV): Likewise.
10811         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10812         (tst-sscanf-ENV): Likewise.
10813         (tst-swprintf-ENV): Likewise.
10814         (tst-swscanf-ENV): Likewise.
10815         (test-vfprintf-ENV): Likewise.
10816         (scanf13-ENV): Likewise.
10817         (bug14-ENV): Likewise.
10818         (tst-grouping-ENV): Likewise.
10819         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10820         (tst-strtod3-ENV): Likewise.
10821         (tst-strtod4-ENV): Likewise.
10822         (tst-strtod5-ENV): Likewise.
10823         (testmb2-ENV): Likewise./
10824         * string/Makefile (tst-strxfrm-ENV): Likewise.
10825         (tst-strxfrm2-ENV): Likewise.
10826         (bug-strcoll1-ENV): Likewise.
10827         (test-strcasecmp-ENV): Likewise.
10828         (test-strncasecmp-ENV): Likewise.
10829         * time/Makefile (tst-strptime-ENV): Likewise.
10830         (tst-ftime_l-ENV): Likewise.
10831         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10832         (tst-mbrtowc-ENV): Likewise.
10833         (tst-wcrtomb-ENV): Likewise.
10834         (tst-mbrtowc2-ENV): Likewise.
10835         (tst-c16c32-1-ENV): Likewise.
10836         (tst-mbsnrtowcs-ENV): Likewise.
10837
10838 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10839
10840         * manual/resource.texi (How to get information about the memory
10841         subsystem?): Fix typo.
10842         Reported by Peon de la Parra Ivan <peon@keba.com>
10843
10844 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10845
10846         [BZ #16882]
10847         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10848         (pthread_spin_lock): Branch out of spin loop to proper location.
10849         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10850         (pthread_spin_lock): Likewise.
10851
10852         * nptl/tst-spin4.c: New test.
10853         * nptl/Makefile (tests): Add tst-spin4.
10854
10855 2014-06-03  Andreas Schwab  <schwab@suse.de>
10856
10857         [BZ #15946]
10858         * resolv/res_send.c (send_dg): Reload file descriptor after
10859         calling reopen.
10860
10861 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10862
10863         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10864
10865 2014-06-03  Richard Henderson  <rth@redhat.com>
10866
10867         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10868         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10869         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10870         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10871         in the SAVE_PID block.
10872         (__libc_vfork): New alias.
10873         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10874
10875         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10876         child in registers, not on the stack.  Remove RESET_PID conditionals.
10877         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10878
10879 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10880
10881         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10882
10883 2014-06-03  Wilco  <wdijkstr@arm.com>
10884
10885         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10886         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10887         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10888         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10889         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10890         Likewise.
10891
10892 2014-06-03  Wilco  <wdijkstr@arm.com>
10893
10894         * sysdeps/aarch64/fpu/math_private.h
10895         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10896         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10897         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10898         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10899         Fix declarations.
10900
10901 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10902
10903         * crypt/crypt-private.h: Include ufc-crypt.h.
10904         (__b64_from_24bit): Declare extern.
10905         * crypt/crypt_util.c(__b64_from_24bit): New function.
10906         (b64t): New static const variable.
10907         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10908         (b64t): Remove variable.
10909         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10910         * crypt/sha256-crypt.c: Include crypt-private.h.
10911         (b64t): Remove variable.
10912         (__sha256_crypt_r): Remove b64_from_24bit and replace
10913         with __b64_from_24bit.
10914         * crypt/sha512-crypt.c: Likewise.
10915
10916 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10917
10918         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10919         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10920         Label the code __libc_vfork rather than __vfork.
10921         [!NOT_IN_libc] (vfork): Define as weak alias.
10922         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10923         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10924         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10925
10926 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10927
10928         * malloc/malloc.c (malloc_info): Fix format specifier for
10929         n_mmaps.
10930
10931 2014-06-02  Wilco  <wdijkstr@arm.com>
10932
10933         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10934         FPCR write.
10935
10936 2014-06-02  Wilco  <wdijkstr@arm.com>
10937
10938         [BZ #17009]
10939         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10940         Rewrite to reduce FPCR/FPSR accesses.
10941
10942 2014-06-01  David S. Miller  <davem@davemloft.net>
10943
10944         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10945
10946 2014-05-31  David S. Miller  <davem@davemloft.net>
10947
10948         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10949         to occur in round to nearest mode when |x| >= 2.0
10950
10951 2014-05-30  Richard Henderson  <rth@twiddle.net>
10952
10953         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10954         (PSEUDO_RET_NOERRNO): Remove.
10955         (ret): Don't redefine.
10956         (ret_NOERRNO): Define in terms of ret.
10957         (ret_ERRVAL): Likewise.
10958
10959         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10960         use of PSEUDO_RET; perform the error check directly.
10961
10962 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10963
10964         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10965         with __int128_t.
10966
10967 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10968
10969         * malloc/malloc (malloc_info): Fix formatting.
10970
10971 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10972             Roland McGrath  <roland@hack.frob.com>
10973
10974         * malloc/malloc (malloc_info): Also print mmapped statistics.
10975
10976 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10977
10978         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10979         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10980
10981 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10982
10983         * malloc/malloc.c (malloc_info): Inline mi_arena.
10984
10985 2014-05-29  Richard Henderson  <rth@twiddle.net>
10986
10987         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10988         Remove comma before expanding ASM_ARGS_##nr.
10989         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10990         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10991         of ASM_ARGS_##nr.
10992         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10993         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10994         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10995         (ASM_ARGS_1): Add leading comma.
10996
10997         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10998         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10999         to __errno_location.
11000         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11001         Remove the expected plt for __errno_location.
11002
11003         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11004         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11005         call to __read_tp.
11006
11007         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11008         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11009         it and break it down.
11010         (DOCARGS_0, DOCARGS_1): Do nothing.
11011         (DOCARGS_2): Update to store into the new stack frame.
11012         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11013         (UNDOCARGS_1): Update to restore from the new stack frame.
11014         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11015         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11016
11017         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11018         (SINGLE_THREAD_P): New parameter for result regno.
11019         (PSEUDO): Update to match; use cbz instead of beq.
11020
11021         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11022         Use ENTRY to define the _nocancel entry point.  Share the syscall
11023         and syscall error check paths with the cancel path.
11024         (PSEUDO_END): New.
11025
11026         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11027         whitespace; tabs before and after asm mnemonics.
11028
11029 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11030
11031         [BZ #15132]
11032         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11033         Call fstat64 or stat64 internally, depending on arguments passed.
11034         Replace stat buffer argument with file descriptor argument.
11035         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11036         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11037         Pass fd to __internal_statvfs instead of calling fstat64.
11038         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11039         Pass fd to __internal_statvfs64 instead of calling fstat64.
11040         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11041         Pass -1 to __internal_statvfs instead of calling stat64.
11042         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11043         Pass -1 to __internal_statvfs64 instead of calling stat64.
11044
11045 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11046
11047         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11048         that was previously under [RESET_PID].
11049         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11050
11051         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11052         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11053
11054 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11055
11056         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11057
11058         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11059         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11060
11061 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11062
11063         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11064
11065 2014-05-27  Andreas Schwab  <schwab@suse.de>
11066
11067         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11068         TLS_INIT_TP macro.
11069         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11070         * elf/rtld.c (init_tls, dl_main): Likewise.
11071         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11072         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11073         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11074         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11075         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11076         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11077         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11078         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11079         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11080         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11081         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11082         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11083         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11084         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11085         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11086         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11087         * sysdeps/generic/tls.h: Update description.
11088
11089 2014-05-27  Will Newton  <will.newton@linaro.org>
11090
11091         [BZ #16990]
11092         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11093         and restore r2 rather than just restoring.
11094
11095 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11096
11097         [BZ #16724]
11098         * libio/tst-ftell-append.c: New test case.
11099         * libio/Makefile (tests): Add test case.
11100         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11101         append mode.
11102         * libio/wfileops.c (do_ftell_wide): Likewise.
11103
11104 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11105
11106         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11107
11108         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11109         ...
11110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11112         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11113         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11114         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11115         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11116         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11117         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11118         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11119         Moved ...
11120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11121         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11122         Moved ...
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11124         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11125         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11126         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11127         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11128         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11129         ...
11130         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11131         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11134         here.
11135         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11136         ...
11137         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11138         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11139         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11140
11141         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11142         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11143         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11144         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11145
11146         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11147         merge into ...
11148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11149         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11150         ...
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11152         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11153         ...
11154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11155         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11156         Moved ...
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11158         here.
11159         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11160         Moved ...
11161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11162         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11163         Moved ...
11164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11165
11166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11167         conditional [RESET_PID].
11168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11169         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11170         removed.
11171         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11172         removed.
11173
11174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11175         <tcb-offsets.h>.
11176         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11177         (__libc_vfork): New strong alias.
11178         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11179         removed.
11180         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11181         Removed.
11182
11183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11184         <tcb-offsets.h>.
11185         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11186         (__libc_vfork): New strong alias.
11187         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11188         removed.
11189         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11190         removed.
11191
11192 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11193
11194         * malloc/malloc.c (mi_arena): New function.
11195         (malloc_info): Remove nested function mi_arena. Call non-nosted
11196         function mi_arena.
11197
11198 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11199
11200         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11201         by insrwi.
11202         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11203         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11204         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11205         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11206         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11207         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11208         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11209
11210 2014-05-26  Andreas Schwab  <schwab@suse.de>
11211
11212         [BZ #16984]
11213         * locale/programs/repertoire.c (repertoire_read): Add slash
11214         between I18NPATH element and file name.
11215         * locale/programs/locfile.c (locfile_read): Likewise.
11216
11217 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11218
11219         * nptl/pthread_mutexattr_settype.c
11220         (__pthread_mutexattr_settype):
11221         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11222
11223 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11224
11225         * nptl/tst-mutex5 (do_test):
11226         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11227
11228 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11229
11230         * benchtests/README: Document 'init' directive.
11231         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11232         BENCH_INIT.
11233         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11234         (parse_file): Recognize 'init' directive.
11235
11236 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11237
11238         [BZ #16796]
11239         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11240         alignment of struct pthread.
11241
11242 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11243
11244         [BZ #16878]
11245         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11246         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11247         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11248         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11249
11250 2014-05-25  Richard Henderson  <rth@twiddle.net>
11251
11252         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11253         (SINGLE_THREAD_P_PIC): Remove.
11254         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11255         (SINGLE_THREAD_P_PIC): Remove.
11256
11257         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11258         branch to syscall error ...
11259         (PSEUDO): ... here.
11260         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11261         from __local_syscall_error to .Lsyscall_error.
11262         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11263         (SYSCALL_ERROR): Update label name.
11264
11265         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11266         Do not use DOARGS/UNDOARGS.
11267         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11268         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11269         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11270         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11271         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11272
11273         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11274         block comment.
11275
11276         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11277         define if !NOT_IN_libc.
11278         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11279         define with non-default symbol versions.
11280
11281 2014-05-23  Richard Henderson  <rth@twiddle.net>
11282
11283         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11284         (vfork, __vfork): Define via compat_symbol.
11285
11286         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11287         [!HAVE_IFUNC] (vfork_compat): Remove.
11288         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11289
11290 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11291
11292         [BZ #16978]
11293         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11294         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11295         variable.
11296
11297 2014-05-23  Richard Henderson  <rth@twiddle.net>
11298
11299         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11300         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11301         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11302         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11303
11304         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11305         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11306         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11307         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11308         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11309         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11310         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11311         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11312         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11313         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11314         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11315         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11316         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11317         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11318         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11319         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11320         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11321         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11322         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11323         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11324         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11325         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11326         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11327         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11328         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11329         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11330         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11331         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11332         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11333         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11334         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11335         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11336         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11337         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11338         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11339         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11340         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11341         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11343         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11344         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11345         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11346         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11347         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11348         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11349         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11350         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11351         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11352         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11353         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11354         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11355         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11356         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11357         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11358         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11359         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11360
11361         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11362         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11363         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11364         before exiting on error.
11365         (__libc_vfork): New strong alias.
11366         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11367         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11368
11369         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11370         that was previously under [RESET_PID].
11371         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11372
11373         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11374
11375 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11376
11377         [BZ #16977]
11378         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11379         value when x - 1 is zero.
11380         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11381         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11382         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11383         0.0L for an argument of 1.0L.
11384         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11385         Likewise.
11386         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11387         value when x - 1 is zero.
11388         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11389         * sysdeps/i386/fpu/libm-test-ulps: Update.
11390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11391
11392 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11393
11394         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11395         alphasort and versionsort.
11396
11397 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11398
11399         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11400         macro.
11401         [copysignf]: Likewise.
11402
11403 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11404
11405         * crypt/md5-crypt.c: Fix formatting.
11406
11407 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11408
11409         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11410         (b64_from_24bit): New function.
11411
11412 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11413
11414         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11415         libc_hidden_builtin_def to ifunc.
11416         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11417         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11418
11419 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11420
11421         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11422         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11423
11424 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11425
11426         * nscd/Depend (linuxthreads): Remove.
11427         (nptl): Add.
11428         * resolv/Depend (linuxthreads): Remove.
11429         * rt/Depend (linuxthreads): Remove.
11430
11431         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11432         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11433         $(common-objpfx)elf/.
11434         (link-libc-before-gnulib): Likewise.
11435         (elfobjdir): Remove variable.
11436         * Makefile (install): Use $(elf-objpfx) instead of
11437         $(common-objpfx)elf/.
11438         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11439         $(elfobjdir)/.
11440         (link-libc-deps): Likewise.
11441         ($(common-objpfx)libc.so): Likewise.
11442         ($(common-objpfx)linkobj/libc.so): Likewise.
11443         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11444         instead of $(common-objpfx)elf/.
11445         (symbolic-link-list): Likewise.
11446         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11447         [$(cross-compiling) = no]: Likewise.
11448         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11449         $(elfobjdir)/.
11450         (static-gnulib-arch): Likewise.
11451         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11452         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11453         $(common-objpfx)elf/.
11454
11455 2014-05-21  Richard Henderson  <rth@redhat.com>
11456
11457         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11458         (SINGLE_THREAD_P): Use the correct width load.  Fold
11459         into the ldr offset.
11460
11461         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11462         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11463
11464 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11465
11466         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11467         (libgcc_s_resume): Use __attribute_used__.
11468         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11469         Likewise.
11470
11471 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11472
11473         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11474         optimization when used with float constants.
11475
11476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11477
11478 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11479
11480         [BZ #16915]
11481         * locale/nl_langinfo_l.c: Make direct reference to every
11482         _nl_current_CATEGORY symbol.
11483         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11484         (tests-static): Add tst-langinfo-static.
11485         (tests-special): Add tst-langinfo-static.out.
11486         ($(objpfx)tst-langinfo.out): Redirect output.
11487         ($(objpfx)tst-langinfo-static.out): New.
11488         * localedata/tst-langinfo.sh: Send output to stdout.
11489         * localedata/tst-langinfo-static.c: New file.
11490
11491         [BZ #16965]
11492         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11493         when the shift amount is modulo the limb size.
11494
11495 2014-05-20  Richard Henderson  <rth@redhat.com>
11496
11497         [BZ #16967]
11498         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11499         Change type of sa_flags from unsigned int to int.
11500
11501         [BZ #16966]
11502         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11503
11504         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11505
11506 2014-05-20  Will Newton  <will.newton@linaro.org>
11507
11508         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11509         Test the return value of the system call in the nocancel case.
11510
11511 2014-05-20  Will Newton  <will.newton@linaro.org>
11512             Yvan Roux  <yvan.roux@linaro.org>
11513
11514         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11515         #include of asm/ptrace.h.
11516         (PTRACE_GET_THREAD_AREA): Remove #undef.
11517         (PTRACE_GETHBPREGS): Likewise.
11518         (PTRACE_SETHBPREGS): Likewise.
11519         (struct user_regs_struct): New structure.
11520         (struct user_fpsimd_struct): New structure.
11521         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11522         #include of asm/ptrace.h and second #include of sys/user.h.
11523         (PTRACE_GET_THREAD_AREA): Remove #undef.
11524         (PTRACE_GETHBPREGS): Likewise.
11525         (PTRACE_SETHBPREGS): Likewise.
11526         (ELF_NGREG): Use new struct user_regs_struct.
11527         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11528
11529 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11530
11531         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11532         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11533
11534 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11535
11536         [BZ #16958]
11537         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11538         membar to avoid block loads/stores to overlap previous stores.
11539
11540 2014-05-17  Richard Henderson  <rth@redhat.com>
11541
11542         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11543         Create the __##syscall_name##_nocancel entry point.
11544         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11545         Remove; let the sysdep-cancel.h code create it.
11546
11547 2014-05-17  David S. Miller  <davem@davemloft.net>
11548
11549         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11550         Protect with __USE_GNU.
11551         (TIOCSET_TEMPT): Likewise.
11552         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11553         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11554         these are already provided in bits/ioctl-types.h
11555
11556 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11557
11558         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11559         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11560
11561         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11562         Use wait4 regardless of [__NR_waitpid].
11563
11564 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11565
11566         PR libgcc/60166
11567         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11568         (_FP_NANSIGN_Q): Set the quiet bit.
11569
11570 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11571
11572         * benchtests/Makefile
11573         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11574         not $(common-objpfx)math/libm.so.
11575         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11576         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11577         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11578         $(common-objpfx)dlfcn/libdl.so.
11579         ($(objpfx)tst-audit8): Depend on $(libm), not
11580         $(common-objpfx)math/libm.so.
11581         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11582         not $(common-objpfx)dlfcn/libdl.so.
11583         * math/Makefile
11584         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11585         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11586         [$(build-shared) = yes].
11587         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11588         $(common-objpfx)nptl/libpthread.so.
11589         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11590         $(common-objpfx)math/libm.so$(libm.so-version) or
11591         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11592         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11593         $(common-objpfx)dlfcn/libdl.so.
11594         * setjmp/Makefile (link-libm): Remove variable.
11595         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11596         * stdio-common/Makefile (link-libm): Remove variable.
11597         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11598         * stdlib/Makefile (link-libm): Remove variable.
11599         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11600         ($(objpfx)tst-strtod-round): Likewise.
11601         ($(objpfx)tst-tininess): Likewise.
11602         ($(objpfx)tst-strtod-underflow): Likewise.
11603         ($(objpfx)tst-strtod6): Likewise.
11604         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11605         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11606         $(common-objpfx)dlfcn/libdl.so.
11607
11608 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11609
11610         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11611         BSD terminal modes definitions.
11612
11613 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11614
11615         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11616         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11617
11618         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11619         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11620         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11621         Don't do #include_next.
11622         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11623         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11624         Don't do #include_next.
11625         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11626         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11627         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11628         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11629
11630 2014-05-16  Allan McRae  <allan@archlinux.org>
11631
11632         * po/sv.po: Update Swedish translation from translation project.
11633
11634         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11635         in sed expression.
11636
11637 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11638
11639         [BZ #16917]
11640         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11641         errno if the TIOCGPTN ioctl fails with an error different than
11642         EINVAL.
11643         * login/tst-ptsname.c: New file.
11644         * login/Makefile (tests): Add tst-ptsname.
11645
11646         [BZ #16943]
11647         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11648         and prlimit64.
11649
11650 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11651
11652         [BZ #16849]
11653         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11654         herrno to return EAI_AGAIN.
11655
11656 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11657
11658         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11659         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11660         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11661         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11662         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11663         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11664         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11665         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11666         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11667         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11668         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11669         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11670         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11671         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11673         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11674         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11675         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11676         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11677         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11679         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11680         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11681         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11682         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11683         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11687         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11688         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11689         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11690         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11691         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11693         Moved ...
11694         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11695         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11696         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11697         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11698         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11699         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11700         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11701         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11702         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11703         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11704         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11705         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11706         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11708         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11709         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11710         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11711         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11712         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11714         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11715         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11716         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11717         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11718         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11720         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11722         Moved ...
11723         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11724         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11725         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11726         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11727         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11728         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11729         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11730         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11731         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11733         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11734         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11735         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11736         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11737         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11738         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11739         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11741         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11743         Moved ...
11744         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11746         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11747
11748         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11749         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11750         (libpthread-sysdep_routines): Add elision-related stuff here instead.
11751         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11752         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11753         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11754         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11755         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11756         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11757         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11758         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11760         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11761         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11762         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11763         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11764         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11765         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11766         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11767         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11768         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11769         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11770         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11771         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11772         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11773         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11774         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11775         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11776         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11777         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11778         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11779
11780         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11781         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11782
11783         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11784         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11785         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11786         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11787         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11788         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11789         Moved ...
11790         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11791         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11792         Moved ...
11793         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11794         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11795         Moved ...
11796         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11797         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11798         Moved ...
11799         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11800         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11801         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11802         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11803         Moved ...
11804         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11805         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11806         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11807         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11808         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11809         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11810         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11811         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11812         Moved ...
11813         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11814         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11815         Moved ...
11816         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11817         ... here.
11818         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11819         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11820         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11821         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11822         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11823         Moved ...
11824         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11825         ... here.
11826         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11827         Moved ...
11828         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11829         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11830         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11831         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11832         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11833         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11834         Moved ...
11835         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11836         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11837         Moved ...
11838         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11839         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11840         Moved ...
11841         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11842         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11843         Moved ...
11844         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11845         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11846         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11847         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11848         Moved ...
11849         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11850         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11851         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11852         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11853         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11854         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11855         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11856         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11857         Moved ...
11858         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11859         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11860         Moved ...
11861         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11862         ... here.
11863         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11864         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11865         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11866         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11867         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11868         Moved ...
11869         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11870         ... here.
11871         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11872         Moved ...
11873         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11874         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11875         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11876         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11877         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11878         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11879         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11880         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11881         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11882         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11883         Moved ...
11884         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11885         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11886         Moved ...
11887         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11889         Moved ...
11890         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11891         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11892         Moved ...
11893         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11894         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11895         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11896         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11897         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11898         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11899         Moved ...
11900         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11901         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11902         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11903         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11904         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11905         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11906         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11907         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11908         Moved ...
11909         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11910         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11911         Moved ...
11912         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11913         ... here.
11914         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11915         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11916         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11917         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11918         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11919         Moved ...
11920         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11921         ... here.
11922         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11923         Moved ...
11924         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11925         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11926         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11927         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11928         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11929         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11930         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11931         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11932         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11933         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11934         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11935
11936         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11937         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11938
11939         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11940         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11941
11942         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11943         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11944         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11945         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11946         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11947         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11948         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11949         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11950         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11951         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11952         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11953         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11954         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11955         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11956         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11958         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11959         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11960         Moved ...
11961         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11962         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11963         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11964         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11965         Moved ...
11966         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11967         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11968         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11969         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11970         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11971         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11972         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11973         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11974         Moved ...
11975         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11976         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11977         Moved ...
11978         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11979         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11980         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11981         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11982         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11983         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11984         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11985         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11986         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11987         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11988         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11989         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11990         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11991         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11992         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11993         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11994         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11995
11996         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11997         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11998         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11999         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12000         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12001
12002         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12003         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12004         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12005         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12006         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12007         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12008         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12009         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12010         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12011         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12012
12013         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12014         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12015
12016         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12017         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12018         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12019         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12020         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12021         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12022         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12023         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12024         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12025         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12026         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12027         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12028         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12029         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12030         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12031         Update #include.
12032         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12033         Likewise.
12034         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12035         Likewise.
12036         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12037         Likewise.
12038         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12039         Likewise.
12040         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12041         Likewise.
12042         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12043         Likewise.
12044         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12045         Likewise.
12046         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12047         Likewise.
12048         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12049         Likewise.
12050         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12051         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12052         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12053         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12054         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12055         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12056         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12057         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12058         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12059         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12060         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12061         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12062         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12063         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12064         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12065
12066         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12067         that was previously under [RESET_PID].
12068         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12069         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12070         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12071
12072         * sysdeps/i386/nptl/Implies: New file.
12073         * sysdeps/x86_64/nptl/Implies: New file.
12074         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12075         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12076         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12077         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12078
12079         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12080         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12081         (__libc_vfork): New strong alias.
12082         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12083         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12084
12085         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12086         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12087         (__libc_vfork): New strong alias.
12088         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12089         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12090
12091         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12092         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12093         (__libc_vfork): New strong alias.
12094         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12095         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12096         * nptl/pt-vfork.c: New file.
12097         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12098         (libpthread: GLIBC_2.20): New version set (empty).
12099
12100 2014-05-14  Will Newton  <will.newton@linaro.org>
12101
12102         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12103         rather than #if.
12104
12105 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12106
12107         [BZ #16564]
12108         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12109         arguments with exponent 65 or above.
12110         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12111         arguments 0x1p113L or above.
12112         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12113         to arguments 0x1p107L or above.
12114         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12115         positive arguments with exponent 65 or above.
12116         * math/auto-libm-test-in: Add more tests of log1p.
12117         * math/auto-libm-test-out: Regenerated.
12118
12119         [BZ #16928]
12120         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12121         non-finite arguments is +0.
12122         * math/s_cacosf.c (__cacosf): Likewise.
12123         * math/s_cacosl.c (__cacosl): Likewise.
12124         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12125         * sysdeps/i386/fpu/libm-test-ulps: Update.
12126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12127
12128         [BZ #16927]
12129         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12130         value.
12131         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12132         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12133         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12134         for explicit high bit of mantissa when testing for argument equal
12135         to 1.
12136         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12137         * sysdeps/i386/fpu/libm-test-ulps: Update.
12138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12139
12140         [BZ #16516]
12141         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12142         (__erf): Scale by 16 instead of 8 in potentially underflowing
12143         case.  Ensure exception if result actually underflows.
12144         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12145         (__erff): Scale by 16 instead of 8 in potentially underflowing
12146         case.  Ensure exception if result actually underflows.
12147         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12148         (efx8): Remove variable.
12149         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12150         case.  Ensure exception if result actually underflows.
12151         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12152         (efx8): Remove variable.
12153         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12154         case.  Ensure exception if result actually underflows.
12155         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12156         (efx8): Remove variable.
12157         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12158         case.  Ensure exception if result actually underflows.
12159         * math/auto-libm-test-in: Add more tests of erf.
12160         * math/auto-libm-test-out: Regenerated.
12161
12162 2014-05-14  Andreas Schwab  <schwab@suse.de>
12163
12164         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12165         Remove code conditionalized on USE___THREAD.
12166
12167         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12168         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12169         not definedness.
12170
12171 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12172
12173         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12174         Define unconditionally.
12175         (__ASSUME_O_CLOEXEC): Likewise.
12176         (__ASSUME_SOCK_CLOEXEC): Likewise.
12177         (__ASSUME_IN_NONBLOCK): Likewise.
12178         (__ASSUME_PIPE2): Likewise.
12179         (__ASSUME_EVENTFD2): Likewise.
12180         (__ASSUME_SIGNALFD4): Likewise.
12181         (__ASSUME_DUP3): Likewise.
12182         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12183         (__ASSUME_DUP3): Do not define.
12184         (__ASSUME_EVENTFD2): Likewise.
12185         (__ASSUME_IN_NONBLOCK): Likewise.
12186         (__ASSUME_O_CLOEXEC): Likewise.
12187         (__ASSUME_PIPE2): Likewise.
12188         (__ASSUME_SIGNALFD4): Likewise.
12189         (__ASSUME_SOCK_CLOEXEC): Likewise.
12190         (__ASSUME_UTIMES): Undefine.
12191         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12192         (__ASSUME_UTIMES): Do not define.
12193         (__ASSUME_O_CLOEXEC): Likewise.
12194         (__ASSUME_SOCK_CLOEXEC): Likewise.
12195         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12196         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12197         0x020621].
12198         (__ASSUME_PIPE2): Likewise.
12199         (__ASSUME_EVENTFD2): Likewise.
12200         (__ASSUME_SIGNALFD4): Likewise.
12201         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12202         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12203         Do not define.
12204         (__ASSUME_EVENTFD2): Likewise.
12205         (__ASSUME_SIGNALFD4): Likewise.
12206         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12207         (__ASSUME_32BITUIDS): Likewise.
12208         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12209         (__ASSUME_IPC64): Likewise.
12210         (__ASSUME_ST_INO_64_BIT): Likewise.
12211         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12212         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12213         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12214         (__ASSUME_UTIMES): Do not define.
12215         (__ASSUME_PSELECT): Likewise.
12216         (__ASSUME_PPOLL): Likewise.
12217         (__ASSUME_O_CLOEXEC): Likewise.
12218         (__ASSUME_SOCK_CLOEXEC): Likewise.
12219         (__ASSUME_IN_NONBLOCK): Likewise.
12220         (__ASSUME_PIPE2): Likewise.
12221         (__ASSUME_EVENTFD2): Likewise.
12222         (__ASSUME_SIGNALFD4): Likewise.
12223         (__ASSUME_DUP3): Likewise.
12224         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12225         (__ASSUME_UTIMES): Likewise.
12226         (__ASSUME_O_CLOEXEC): Likewise.
12227         (__ASSUME_SOCK_CLOEXEC): Likewise.
12228         (__ASSUME_IN_NONBLOCK): Likewise.
12229         (__ASSUME_PIPE2): Likewise.
12230         (__ASSUME_EVENTFD2): Likewise.
12231         (__ASSUME_SIGNALFD4): Likewise.
12232         (__ASSUME_DUP3): Likewise.
12233         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12234         (__ASSUME_UTIMES): Likewise.
12235         (__ASSUME_O_CLOEXEC): Likewise.
12236         (__ASSUME_SOCK_CLOEXEC): Likewise.
12237         (__ASSUME_IN_NONBLOCK): Likewise.
12238         (__ASSUME_PIPE2): Likewise.
12239         (__ASSUME_EVENTFD2): Likewise.
12240         (__ASSUME_SIGNALFD4): Likewise.
12241         (__ASSUME_DUP3): Likewise.
12242         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12243         Likewise.
12244         (__ASSUME_UTIMES): Likewise.
12245         (__ASSUME_EVENTFD2): Likewise.
12246         (__ASSUME_SIGNALFD4): Likewise.
12247         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12248         (__ASSUME_O_CLOEXEC): Likewise.
12249         (__ASSUME_SOCK_CLOEXEC): Likewise.
12250         (__ASSUME_IN_NONBLOCK): Likewise.
12251         (__ASSUME_PIPE2): Likewise.
12252         (__ASSUME_EVENTFD2): Likewise.
12253         (__ASSUME_SIGNALFD4): Likewise.
12254         (__ASSUME_DUP3): Likewise.
12255         (__ASSUME_UTIMES): Undefine.
12256
12257         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12258         feclearexcept.  Remove symbol versioning code.
12259         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12260         symbol versioning code.
12261         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12262         symbol versioning code.
12263         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12264         feupdateenv.  Remove symbol versioning code.
12265         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12266         fegetexceptflag.  Remove symbol versioning code.
12267         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12268         fesetexceptflag.  Remove symbol versioning code.
12269         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12270         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12271         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12272         (__posix_fadvise64_l32): Remove prototype.
12273         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12274         code.
12275
12276 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12277
12278         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12279         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12280         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12281         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12282
12283 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12284
12285         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12286         current working directory
12287
12288 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12289
12290         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12291         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12292         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12293         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12294         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12295         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12296         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12297         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12298         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12299         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12300         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12301         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12302         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12303         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12304         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12305         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12306         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12307         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12308         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12309         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12310         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12311         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12312         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12313         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12314         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12315         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12316         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12317         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12318         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12319         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12320         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12321         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12322         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12323         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12324         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12325         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12326         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12327         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12328         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12329         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12330         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12331         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12332
12333         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12334         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12335
12336         * sysdeps/unix/sysv/linux/arm/Makefile
12337         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12338         Add rt-aeabi_unwind_cpp_pr1.
12339         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12340         Add nptl-aeabi_unwind_cpp_pr1.
12341         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12342         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12343         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12344         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12345         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12346         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12347
12348         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12349         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12350         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12351         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12352
12353         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12354         Deconditionalize the code that was previously under [RESET_PID].
12355         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12356
12357         * sysdeps/generic/exit-thread.h: New file.
12358         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12359         * include/unistd.h (__exit_thread): Remove declaration.
12360         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12361         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12362         * csu/libc-start.c: Include <exit-thread.h>.
12363         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12364         * nptl/pthread_create.c: Include <exit-thread.h>.
12365         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12366         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12367         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12368         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12369         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12370         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12371         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12372         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12373         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12374         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12375         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12376         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12377         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12378         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12379         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12380         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12381         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12382
12383 2014-05-13  Andreas Schwab  <schwab@suse.de>
12384
12385         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12386
12387 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12388
12389         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12390         (__ASSUME_UTIMES): Do not condition on kernel version.
12391         (__ASSUME_PSELECT): Define unconditionally.
12392         (__ASSUME_PPOLL): Likewise.
12393         (__ASSUME_ATFCTS): Likewise.
12394         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12395         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12396         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12397         (__ASSUME_UTIMENSAT): Define unconditionally.
12398         (__ASSUME_PRIVATE_FUTEX): Likewise.
12399         (__ASSUME_FALLOCATE): Likewise.
12400         (__ASSUME_O_CLOEXEC): Likewise.
12401         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12402         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12403         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12404         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12405         (__ASSUME_IN_NONBLOCK): Likewise.
12406         (__ASSUME_PIPE2): Likewise.
12407         (__ASSUME_EVENTFD2): Likewise.
12408         (__ASSUME_SIGNALFD4): Likewise.
12409         (__ASSUME_DUP3): Likewise.
12410         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12411         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12412         (__ASSUME_AT_RANDOM): Likewise.
12413         (__ASSUME_PREADV): Likewise.
12414         (__ASSUME_PWRITEV): Likewise.
12415         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12416         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12417         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12418         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12419         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12420         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12421         (__ASSUME_O_CLOEXEC): Define unconditionally.
12422         (__ASSUME_PSELECT): Do not undefine conditionally.
12423         (__ASSUME_PPOLL): Likewise.
12424         (__ASSUME_ATFCTS): Likewise.
12425         (__ASSUME_SET_ROBUST_LIST): Likewise.
12426         (__ASSUME_UTIMENSAT): Likewise.
12427         (__ASSUME_FDATASYNC): Define unconditionally.
12428         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12429         (__ASSUME_SIGFRAME_V2): Likewise.
12430         )__ASSUME_EVENTFD2): Likewise.
12431         (__ASSUME_SIGNALFD4): Likewise.
12432         (__ASSUME_PSELECT): Do not undefine conditionally.
12433         (__ASSUME_PPOLL): Likewise.
12434         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12435         (__ASSUME_PSELECT): Define unconditionally.
12436         (__ASSUME_PPOLL): Likewise.
12437         (__ASSUME_O_CLOEXEC): Likewise.
12438         (__ASSUME_SOCK_CLOEXEC): Likewise.
12439         (__ASSUME_IN_NONBLOCK): Likewise.
12440         (__ASSUME_PIPE2): Likewise.
12441         (__ASSUME_EVENTFD2): Likewise.
12442         (__ASSUME_SIGNALFD4): Likewise.
12443         (__ASSUME_DUP3): Likewise.
12444         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12445         (__ASSUME_O_CLOEXEC): Likewise.
12446         (__ASSUME_SOCK_CLOEXEC): Likewise.
12447         (__ASSUME_IN_NONBLOCK): Likewise.
12448         (__ASSUME_PIPE2): Likewise.
12449         (__ASSUME_EVENTFD2): Likewise.
12450         (__ASSUME_SIGNALFD4): Likewise.
12451         (__ASSUME_DUP3): Likewise.
12452         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12453         (__ASSUME_EVENTFD2): Likewise.
12454         (__ASSUME_SIGNALFD4): Likewise.
12455         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12456
12457 2014-05-12  Andreas Schwab  <schwab@suse.de>
12458
12459         [BZ #16932]
12460         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12461         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12462         than maximum RPC packet size.
12463         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12464         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12465         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12466         (_nss_nis_getservbyport_r): Likewise.
12467
12468 2014-05-12  Will Newton  <will.newton@linaro.org>
12469
12470         * malloc/Makefile (tests): Add tst-mallopt.
12471         * malloc/tst-mallopt.c: New file.
12472
12473 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12474
12475         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12476         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12477
12478 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12479
12480         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12481         (tst-tlsmod6.so): Likewise.
12482
12483 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12484
12485         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12486
12487 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12488
12489         [BZ #16064]
12490         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12491         and <dl-procinfo.h>.
12492         (__fegetenv): Save SSE state in envp->__eip if supported.
12493         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12494         envp->__eip if supported.
12495         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12496         and <dl-procinfo.h>.
12497         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12498         __data_offset and __data_selector in environment to 0.  Set SSE
12499         state if supported.
12500         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12501         test-fenv-sse.
12502         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12503         -mfpmath=sse.
12504         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12505
12506 2014-05-09  Will Newton  <will.newton@linaro.org>
12507
12508         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12509         and libc_relro_required for ARM.
12510         * sysdeps/arm/preconfigure: Regenerate.
12511
12512 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12513             Stefan Liebler  <stli@linux.vnet.ibm.com>
12514
12515         * config.make.in (enable-lock-elision): New Makefile variable.
12516         * configure.ac: Likewise.
12517         * configure: Regenerate.
12518         * sysdeps/s390/configure.ac:
12519         Add check for gcc transactions support.
12520         * sysdeps/s390/configure: Regenerate.
12521         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12522         Build elision files if enabled.
12523         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12524         Add lock elision support for s390.
12525         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12526         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12527         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12528         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12529         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12530         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12531         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12532         Likewise.
12533         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12534         Likewise.
12535         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12536         Likewise.
12537         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12538         Likewise.
12539         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12540         (__lll_timedlock_elision, __lll_lock_elision)
12541         (__lll_unlock_elision, __lll_trylock_elision)
12542         (lll_timedlock_elision, lll_lock_elision)
12543         (lll_unlock_elision, lll_trylock_elision): Add.
12544         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12545         (pthread_mutex_t): Add lock elision support for s390.
12546
12547 2014-05-14  Wilco  <wdijkstr@arm.com>
12548
12549         * sysdeps/arm/fclrexcpt.c: Cleanup.
12550         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12551         * sysdeps/arm/feenablxcpt.c: Cleanup.
12552         * sysdeps/arm/fegetenv.c: Cleanup.
12553         * sysdeps/arm/fegetexcept.c: Cleanup.
12554         * sysdeps/arm/fegetround.c: Cleanup.
12555         * sysdeps/arm/feholdexcpt.c: Cleanup.
12556         * sysdeps/arm/fesetenv.c: Cleanup.
12557         * sysdeps/arm/fesetround.c: Cleanup.
12558         * sysdeps/arm/feupdateenv.c: Cleanup.
12559         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12560         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12561         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12562         * sysdeps/arm/ftestexcept.c: Cleanup.
12563         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12564         * sysdeps/arm/setfpucw.c: Cleanup.
12565
12566 2014-05-09  Will Newton  <will.newton@linaro.org>
12567
12568         * sysdeps/arm/armv7/strcmp.S: New file.
12569         * NEWS: Mention addition of ARMv7 optimized strcmp.
12570
12571 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12572
12573         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12574         look for %.ac rather than %.in.
12575
12576         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12577         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12578         * sysdeps/mach/hurd/configure: Regenerated.
12579         * sysdeps/unix/sysv/linux/configure: Regenerated.
12580
12581         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12582
12583 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12584
12585         [BZ# 16922]
12586         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12587         (LONG_SUB): Ditto.
12588         (PTR_SUB): Ditto.
12589
12590 2014-05-07  Andreas Schwab  <schwab@suse.de>
12591
12592         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12593         when skipping over non-matching result from nscd.
12594
12595 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12596
12597         [BZ #16876]
12598         * nptl/sockperf.c (client): Check socket return value.
12599
12600         [BZ #16877]
12601         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12602         nscd security class.
12603
12604 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12605
12606         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12607         * sysdeps/arm/unwind.h: ... here.
12608
12609 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12610
12611         [BZ# 16916]
12612         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12613         Define.
12614
12615 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12616
12617         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12618         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12619         multiarch strncpy for PPC64.
12620         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12621         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12623         multiarch optimizations.
12624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12625         (__libc_ifunc_impl_list): Likewise.
12626         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12627         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12628         multiarch stpncpy for PPC64.
12629         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12630         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12631
12632 2014-05-06  Andreas Schwab  <schwab@suse.de>
12633
12634         [BZ #16912]
12635         * gmon/mcount.c (_MCOUNT_DECL): Use
12636         atomic_compare_and_exchange_bool_acq instead of
12637         catomic_compare_and_exchange_bool_acq.
12638
12639 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12640
12641         * elf/Makefile (others, install-bin): Remove pldd.
12642         (pldd-modules): Variable removed.
12643         ($(objpfx)pldd): Target removed.
12644         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12645         (others, install-bin): Append pldd here.
12646         ($(objpfx)pldd): New target.
12647
12648         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12649         to 0, so the first #if test emitted later doesn't see it undefined.
12650         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12651         * sysdeps/gnu/errlist.c: Regenerated.
12652
12653 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12654
12655         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12656         [libc_hidden_builtin_def]: Define to empty value.
12657         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12658         [libc_hidden_builtin_def]: Likewise.
12659         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12660         [libc_hidden_builtin_def]: Likewise.
12661         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12662         [libc_hidden_builtin_def]: Likewise.
12663         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12664         __redirect_memcpy and define ifunc as default hidden symbol.
12665         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12666         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12667
12668 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12669
12670         * locale/iso-4217.def: Reintroduce XDR currency.
12671
12672 2014-05-04  Allan McRae  <allan@archlinux.org>
12673
12674         * po/eo.po: Update Esperanto translation from translation project.
12675
12676 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12677
12678         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12679         and FEATURE_INDEX_MAX to 1.
12680         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12681
12682 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12683
12684         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12685         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12686         * iconvdata/big5.c (ONE_DIRECTION): Define.
12687         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12688         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12689         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12690         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12691         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12692         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12693         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12694         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12695         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12696         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12697         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12698         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12699         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12700         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12701         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12702         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12703         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12704         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12705         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12706         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12707         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12708         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12709         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12710         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12711         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12712         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12713         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12714         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12715         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12716         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12717         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12718         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12719         * iconvdata/johab.c (ONE_DIRECTION): Define.
12720         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12721         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12722         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12723         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12724         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12725         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12726         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12727         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12728         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12729         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12730
12731 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12732
12733         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12734         (_IO_JUMPS_OFFSET): Define to 0.
12735
12736         * nptl/sysdeps/pthread/bits/libc-lock.h
12737         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12738         (__libc_lock_define_initialized_recursive): Always define using
12739         initializer.  Modern compilers treat uninitialized (implicit zero) and
12740         explicit zero initializers the same (i.e. put the datum in bss).
12741
12742 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12743
12744         * nscd/nscd-client.h: Include <string.h>.
12745
12746 2014-05-01  David S. Miller  <davem@davemloft.net>
12747
12748         [BZ #16885]
12749         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12750         multiple zero bytes exist at the end of a string.
12751         Reported by Aurelien Jarno <aurelien@aurel32.net>
12752
12753         * string/test-strcmp.c (check): Add explicit test for situations where
12754         there are multiple zero bytes after the first.
12755
12756 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12757
12758         [BZ #16890]
12759         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12760         when compiling wprintf.
12761         * stdio-common/tstdiomisc.c (t3): New function.
12762         (main): Call it.
12763
12764 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12765
12766         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12767         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12768         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12769         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12770
12771 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12772
12773         * stdlib/longlong.h: Updated from GCC.
12774
12775 2014-05-01  Will Newton  <will.newton@linaro.org>
12776             Bernard Ogden  <bernie.ogden@linaro.org>
12777
12778         * NEWS: Update fixed bug list.
12779
12780         [BZ #15119]
12781         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12782
12783 2014-04-30  David S. Miller  <davem@davemloft.net>
12784
12785         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12786         (libc_feholdexcept_setround_sparc_ctx): New function.
12787         (libc_fesetenv_sparc_ctx): Likewise.
12788         (libc_feupdateenv_sparc_ctx): Likewise.
12789         (libc_feholdsetround_sparc_ctx): Likewise.
12790         (libc_feholdexcept_setround_ctx): Define.
12791         (libc_feholdexcept_setroundf_ctx): Likewise.
12792         (libc_feholdexcept_setroundl_ctx): Likewise.
12793         (libc_fesetenv_ctx): Likewise.
12794         (libc_fesetenvf_ctx): Likewise.
12795         (libc_fesetenvl_ctx): Likewise.
12796         (libc_feupdateenv_ctx): Likewise.
12797         (libc_feupdateenvf_ctx): Likewise.
12798         (libc_feupdateenvl_ctx): Likewise.
12799         (libc_feresetround_ctx): Likewise.
12800         (libc_feresetroundf_ctx): Likewise.
12801         (libc_feresetroundl_ctx): Likewise.
12802         (libc_feholdsetround_ctx): Likewise.
12803         (libc_feholdsetroundf_ctx): Likewise.
12804         (libc_feholdsetroundl_ctx): Likewise.
12805
12806         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12807         with __USE_GNU instead of XOPEN cpp guards.
12808
12809         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12810         0.
12811
12812         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12813         with XOPEN cpp guards.
12814
12815 2014-04-30  Julian Brown  <julian@codesourcery.com>
12816
12817         [BZ #16888]
12818         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12819         handling.
12820
12821 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12822
12823         [BZ #9894]
12824         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12825         Change to 2.6.32.
12826         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12827         * sysdeps/unix/sysv/linux/configure: Regenerated.
12828         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12829         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12830         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12831         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12832         * README: Update reference to required Linux kernel version.
12833         * manual/install.texi (Linux): Update reference to required Linux
12834         kernel headers version.
12835         * INSTALL: Regenerated.
12836
12837         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12838         header inclusion.
12839         [POSIX] (limits.h): Likewise.
12840         [POSIX] (math.h): Likewise.
12841         [POSIX] (sys/wait.h): Likewise.
12842         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12843         function.
12844         [POSIX] (stddef.h): Do not allow header inclusion.
12845
12846 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12847
12848         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12849
12850 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12851
12852         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12853         Return immediately after lll_futex_wake.
12854
12855 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12856
12857         [BZ #16791]
12858         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12859         structure.
12860         (datahead_init_pos): Call datahead_init_common early.
12861         (datahead_init_neg): Likewise.
12862
12863         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12864         datahead_init_neg): New functions.
12865         * nscd/aicache.c (addhstaiX): Use them.
12866         * nscd/grpcache.c (cache_addgr): Likewise.
12867         * nscd/hstcache.c (cache_addhst): Likewise.
12868         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12869         * nscd/netgroupcache.c (do_notfound): Likewise.
12870         (addgetnetgrentX): Likewise.
12871         (addinnetgrX): Likewise.
12872         * nscd/pwdcache.c (cache_addpw): Likewise.
12873         * nscd/servicescache.c (cache_addserv): Likewise.
12874
12875 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12876             Atsushi Onoe  <atsushi@onoe.org>
12877
12878         [BZ #14308]
12879         [BZ #12994]
12880         [BZ #13651]
12881         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12882         one response is valid.
12883         * resolv/res_send.c (send_dg): Check for validity of other
12884         response if the current response is a referral.
12885
12886 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12887
12888         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12889
12890 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12891
12892         [BZ #16823]
12893         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12894         Always divide by positive zero when computing -Inf result.
12895         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12896         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12897
12898 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12899
12900         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12901         FPSCR if value do not change.
12902         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12903         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12904         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12905         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12906         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12907         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12908         function.
12909
12910 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12911
12912         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12913         * sysdeps/unix/sysv/linux/hppa: Move directory from
12914         ports/systeps/unix/sysv/linux/hppa.
12915         * README: Update listing for hppa-*-linux-gnu.
12916
12917 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12918
12919         [BZ #16754]
12920         * manual/stdio.texi (Hook functions): Fix types of stream hook
12921         functions.
12922         [BZ #16854]
12923         * socket/sys/socket.h: Fix typo in comment.
12924
12925 2014-04-28  Wilco  <wdijkstr@arm.com>
12926
12927         * sysdeps/arm/fenv_private.h: New file.
12928         * sysdeps/arm/math_private.h: New file.
12929         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12930
12931 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12932
12933         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12934         with __int128_t.
12935         (La_x86_64_retval): Likewise.
12936
12937 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12938
12939         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12940         fpsr if value didn't change.
12941         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12942         to fpcr if value didn't change.
12943         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12944         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12945         fpsr or fpcr if value didn't change.
12946         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12947         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12948         fpcr if value didn't change.
12949         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12950         to fpsr if value didn't change.
12951
12952 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12953
12954         * nptl/tst-sem3.c: Use test-skeleton.c
12955         (main): Rename to do_test.  Use return instead of
12956         exit.
12957         * nptl/tst-sem4.c: Use test-skeleton.c
12958         (main): Rename to do_test.
12959
12960 2014-04-22  David S. Miller  <davem@davemloft.net>
12961
12962         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12963         (struct sigaction): New struct member __glibc_reserved0, change
12964         type of sa_flags to int.
12965
12966 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12967
12968         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12969         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12970
12971 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12972
12973         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12974         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12975
12976 2014-04-22  Will Newton  <will.newton@linaro.org>
12977             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12978
12979         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12980         (__longjmp): Add longjmp and longjmp_target SystemTap
12981         probes.
12982         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12983         (__sigsetjmp): Add setjmp SystemTap probe.
12984
12985 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12986
12987         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12988         match manual order.
12989
12990 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12991
12992         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12993
12994         * sysdeps/powerpc/fpu/fenv_private.h
12995         (libc_feholdexcept_setroundl_ctx): Define to
12996         libc_feholdexcept_setround_ppc_ctx.
12997         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12998         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12999         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13000         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13001
13002 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13003
13004         * sysdeps/aarch64/math-tests.h: New file.
13005
13006 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13007
13008         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13009         New.
13010         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13011         Check and set bit_AVX2_Usable.
13012         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13013         macro.
13014         (bit_AVX2): Likewise.
13015         (index_AVX2_Usable): Likewise.
13016         (CPUID_AVX2): Likewise.
13017         (HAS_AVX2): Likewise.
13018
13019 2014-04-17  Will Newton  <will.newton@linaro.org>
13020
13021         * manual/setjmp.texi (System V contexts): Add note that
13022         calling setcontext on a context created by a call to a
13023         signal handler is undefined.  Update text to note that
13024         setcontext from a signal handler is possible but not
13025         recommended.
13026
13027         [BZ #16629]
13028         * stdlib/tst-setcontext.c: Include signal.h.
13029         (main): Check that the signal stack before and
13030         after swapcontext is the same.
13031
13032         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13033         Re-implement to restore registers in user code and avoid
13034         rt_sigreturn system call.
13035
13036 2014-04-17  Wilco  <wdijkstr@arm.com>
13037
13038         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13039         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13040         * math/test-fenv.c: Skip exception trap tests on targets which only
13041         support non-stop mode.
13042
13043 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13044             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13045
13046         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13047         (libc_feholdsetround_aarch64_ctx)
13048         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13049         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13050         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13051         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13052         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13053         (libc_feresetround_noexl_ctx): Define.
13054
13055 2014-04-16  Richard Henderson  <rth@redhat.com>
13056
13057         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13058
13059         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13060         unwind tables.
13061
13062         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13063         const from the non-libc, non-ldso copy.
13064
13065         * sysdeps/alpha/libm-test-ulps: Regenerate.
13066
13067 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13068             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13069
13070         * sysdeps/aarch64/fpu/math_private.h: New file.
13071
13072 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13073
13074         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13075
13076 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13077
13078         [BZ #16275]
13079         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13080         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13081         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13082         Intel MPX bound registers before _dl_profile_fixup.
13083         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13084         registers after _dl_profile_fixup.  Save and restore bound
13085         registers bnd0/bnd1 when calling _dl_call_pltexit.
13086         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13087         (LR_BND_OFFSET): Likewise.
13088         (LRV_BND0_OFFSET): Likewise.
13089         (LRV_BND1_OFFSET): Likewise.
13090
13091 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13092
13093         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13094         to...
13095         * sysdeps/mach/hurd/i386/tls.h: ... here.
13096         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13097         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13098         fields.
13099
13100 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13101
13102         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13103
13104 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13105
13106         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13107
13108 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13109
13110         [BZ #14770]
13111         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13112         * sysdeps/s390/configure: Regenerate.
13113
13114         [BZ #16824]
13115         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13116         Set round-to-nearest internally to reduce error accumulation.
13117
13118 2014-04-16  Alan Modra  <amodra@gmail.com>
13119
13120         [BZ #16740]
13121         [BZ #16619]
13122         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13123         * math/libm-test.inc (frexp_test_data): Add tests.
13124         * NEWS: Update fixed bug list.
13125
13126 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13127
13128         * benchtests/Makefile: Depend on libraries in build directory.
13129         (bench-math): Separate out math tests.
13130         (bench-pthread): Separate out pthread tests.
13131         (bench): Include math and pthread tests.
13132
13133 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13134
13135         [BZ #16831]
13136         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13137         _dl_debug_initialize.
13138
13139         * configure.ac: Remove SELinux header check.
13140         * configure: Regenerate.
13141         * nscd/selinux.c (perms): Array of const char* to permission names.
13142         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13143         default policy. Call string_to_security_class and string_to_av_perm to
13144         translate strings. Enforce default policy and call avs_has_perm with
13145         results of translated strings.
13146
13147 2014-04-13  David S. Miller  <davem@davemloft.net>
13148
13149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13150
13151 2014-04-12  Allan McRae  <allan@archlinux.org>
13152
13153         [BZ #16838]
13154         * manual/string.texi (Collation Functions): Fix qsort argument
13155         order in example.
13156         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13157
13158 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13159
13160         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13161         Make the test a no-op if there are no exceptions defined.
13162
13163 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13164
13165         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13166         enable-hardcoded-path-in-tests
13167
13168 2014-04-11  Will Newton  <will.newton@linaro.org>
13169
13170         * benchtests/Makefile (extra-objs): Add json-lib.o.
13171         (bench-func): Tidy up JSON output.
13172         * benchtests/bench-skeleton.c: Include json-lib.h.
13173         (main): Use JSON library functions to do output of
13174         benchmark results.
13175         * benchtests/bench-timing-type.c (main): Output the
13176         timing type simply, leaving formatting to the user.
13177         * benchtests/json-lib.c: New file.
13178         * benchtests/json-lib.h: Likewise.
13179
13180 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13181
13182         [BZ #15215]
13183         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13184         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13185         memory barriers.  Add comments.
13186         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13187         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13188         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13189         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13190         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13191         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13192
13193 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13194
13195         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13196         * sysdeps/s390/s390-64/configure.ac: ... this ...
13197         * sysdeps/s390/configure.ac: ... to here.
13198         * sysdeps/s390/s390-32/configure: Delete file.
13199         * sysdeps/s390/s390-64/configure: Delete file.
13200         * sysdeps/s390/configure: Regenerate.
13201
13202 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13203
13204         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13205
13206 2014-04-11  Will Newton  <will.newton@linaro.org>
13207
13208         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13209         to zero if it is not defined elsewhere.  (mtrim): Test
13210         the value of MALLOC_DEBUG with #if rather than #ifdef.
13211
13212 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13213
13214         * benchtests/pthread_once-inputs: New file.
13215         * benchtests/pthread_once-source.c: New file.
13216         * benchtests/README: Update documentation.
13217
13218 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13219             H.J. Lu  <hongjiu.lu@intel.com>
13220
13221         [BZ #16275]
13222         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13223         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13224         * sysdeps/x86_64/configure: Regenerated.
13225         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13226         macro.
13227         (REGISTER_SAVE_RAX): Likewise.
13228         (REGISTER_SAVE_RCX): Likewise.
13229         (REGISTER_SAVE_RDX): Likewise.
13230         (REGISTER_SAVE_RSI): Likewise.
13231         (REGISTER_SAVE_RDI): Likewise.
13232         (REGISTER_SAVE_R8): Likewise.
13233         (REGISTER_SAVE_R9): Likewise.
13234         (REGISTER_SAVE_BND0): Likewise.
13235         (REGISTER_SAVE_BND1): Likewise.
13236         (REGISTER_SAVE_BND2): Likewise.
13237         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13238         bound registers when calling _dl_fixup.
13239
13240 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13241
13242         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13243         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13244         of its definition.
13245         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13246         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13247         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13248         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13249         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13250         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13251         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13252
13253 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13254
13255         [BZ #15514]
13256         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13257         pathconf(_PC_NAME_MAX).
13258
13259 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13260
13261         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13262         Remove macro usage.
13263         (__PTHREAD_SPINS): Move definition to ...
13264         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13265         (__PTHREAD_SPINS): ... here.
13266         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13267         (__PTHREAD_SPIN): Likewise.
13268         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13269         (__PTHREAD_SPIN): Likewise.
13270         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13271         (__PTHREAD_SPIN): Likewise.
13272         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13273         (__PTHREAD_SPIN): Likewise.
13274         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13275         (__PTHREAD_SPIN): Likewise.
13276         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13277         (__PTHREAD_SPIN): Likewise.
13278         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13279         (__PTHREAD_SPIN): Likewise.
13280         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13281         (__PTHREAD_SPIN): Likewise.
13282         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13283         (__PTHREAD_SPIN): Likewise.
13284         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13285         (__PTHREAD_SPIN): Likewise.
13286         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13287         (__PTHREAD_SPIN): Likewise.
13288         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13289         (__PTHREAD_SPIN): Likewise.
13290
13291         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13292         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13293         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13294         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13295         imply folder.
13296         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13297         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13298         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13299         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13300         correct imply path.
13301         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13302         strlen symbol for non multi-arch builds.
13303         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13304         missing hidden_def and weak_alias.
13305
13306 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13307
13308         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13309
13310 2014-04-07  Will Newton  <will.newton@linaro.org>
13311
13312         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13313         and contents.  [!_LIBC] Remove #ifndef and contents.
13314         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13315         * string/memccpy.c (__memccpy): Use ANSI prototype.
13316         * string/memfrob.c (memfrob): Likewise.
13317         * string/strcoll.c (STRCOLL): Likewise.
13318         * string/strlen.c (strlen): Likewise.
13319         * string/strtok.c (STRTOK): Likewise.
13320         * string/strcat.c: Remove unused #include of memcopy.h.
13321         (strcat): Use ANSI prototype.
13322         * string/strchr.c: Remove unused #include of memcopy.h.
13323         (strchr): Use ANSI prototype.
13324         * string/strcmp.c: Remove unused #include of memcopy.h.
13325         (strcmp): Use ANSI prototype.
13326         * string/strcpy.c: Remove unused #include of memcopy.h.
13327         (strcpy): Use ANSI prototype.
13328
13329 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13330
13331         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13332         * config.make.in (config-extra-cppflags): Set it from
13333         libc_extra_cppflags.
13334         * configure.ac (libc_extra_cflags): Make it accumulate over
13335         configure fragments.
13336         (libc_extra_cppflags): New flag.
13337         * configure. Regenerate.
13338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13339         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13340         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13342
13343         [BZ #16815]
13344         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13345         result for FE_DOWNWARD rounding mode.
13346         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13347         Likewise.
13348         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13349
13350 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13351
13352         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13353         in function argument name.
13354
13355 2014-04-03  David Svoboda  <svoboda@cert.org>
13356
13357         [BZ #5666]
13358         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13359         explicitly.
13360
13361 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13362
13363         * elf/dl-unmap-segments.h: New file.
13364         * sysdeps/generic/ldsodefs.h
13365         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13366         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13367         * elf/dl-fptr.c: Likewise.
13368         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13369         * sysdeps/aarch64/tlsdesc.c: Likewise.
13370         * sysdeps/arm/tlsdesc.c: Likewise.
13371         * sysdeps/i386/tlsdesc.c: Likewise.
13372         * sysdeps/tile/dl-runtime.c: Likewise.
13373         * sysdeps/x86_64/tlsdesc.c: Likewise.
13374         * elf/dl-load.h: New file.
13375         * elf/dl-load.c: Include it.
13376         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13377         Macros moved to dl-load.h.
13378         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13379         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13380         Use _dl_unmap_segments in place of __munmap.
13381         Break out segment-mapping loop into ...
13382         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13383
13384 2014-04-03  Will Newton  <will.newton@linaro.org>
13385
13386         * elf/dl-lookup.c (do_lookup_x): Remove comment
13387         referring to nested function and move variable
13388         declarations down to before first use.
13389
13390 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13391
13392         [BZ #16799]
13393         [BZ #16800]
13394         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13395         with 0 numerator.
13396         * math/s_catanf.c (__catanf): Likewise.
13397         * math/s_catanh.c (__catanh): Likewise.
13398         * math/s_catanhf.c (__catanhf): Likewise.
13399         * math/s_catanhl.c (__catanhl): Likewise.
13400         * math/s_catanl.c (__catanl): Likewise.
13401         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13402         by positive zero when computing -Inf result.
13403         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13404         (catanh_test): Likewise.
13405         * sysdeps/i386/fpu/libm-test-ulps: Update.
13406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13407
13408         [BZ #16789]
13409         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13410         instead of using underflowing value in computing result.
13411         * math/s_clog10.c (__clog10): Likewise.
13412         * math/s_clog10f.c (__clog10f): Likewise.
13413         * math/s_clog10l.c (__clog10l): Likewise.
13414         * math/s_clogf.c (__clogf): Likewise.
13415         * math/s_clogl.c (__clogl): Likewise.
13416         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13417         (clog10_test): Likewise.
13418         * sysdeps/i386/fpu/libm-test-ulps: Update.
13419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13420
13421 2014-04-02  Alan Modra  <amodra@gmail.com>
13422
13423         [BZ #16739]
13424         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13425         output when value is near a power of two.  Use int64_t for lx and
13426         remove casts.  Use decimal rather than hex exponent constants.
13427         Don't use long double multiplication when double will suffice.
13428         * math/libm-test.inc (nextafter_test_data): Add tests.
13429         * NEWS: Add 16739 and 16786 to bug list.
13430
13431         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13432
13433         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13434
13435 2014-04-01  Will Newton  <will.newton@linaro.org>
13436
13437         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13438         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13439
13440 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13441
13442         [BZ #13347]
13443         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13444         * nptl/tst-setuid2.c: New file.
13445         * nptl/Makefile (xtests): Add tst-setuid2.
13446
13447 2014-04-01  Alan Modra  <amodra@gmail.com>
13448
13449         [BZ #16786]
13450         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13451
13452 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13453
13454         [BZ #6803]
13455         [BZ #6804]
13456         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13457         set errno as appropriate.
13458         * math/w_scalbf.c (__scalbf): Likewise.
13459         * math/w_scalbl.c (__scalbl): Likewise.
13460         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13461         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13462         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13463         Add more NaN tests.
13464
13465         [BZ #16349]
13466         * math/w_atan2.c: Include <errno.h>.
13467         (__atan2): Set errno for result underflowing to zero.
13468         * math/w_atan2f.c: Include <errno.h>.
13469         (__atan2f): Set errno for result underflowing to zero.
13470         * math/w_atan2l.c: Include <errno.h>.
13471         (__atan2l): Set errno for result underflowing to zero.
13472         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13473         tests.
13474         * math/auto-libm-test-out: Regenerated.
13475
13476 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13477
13478         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13479         Encode instruction correctly in little endian.
13480         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13481         Likewise.
13482         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13483         Likewise.
13484         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13485         Likewise.
13486         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13487         Likewise.
13488
13489 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13490
13491         [BZ #9894]
13492         * sysdeps/unix/sysv/linux/kernel-features.h
13493         [__sparc__ && !__arch64__ && !__sparc_v9__]
13494         (__ASSUME_SET_ROBUST_LIST): Do not define.
13495         [__sparc__ && !__arch64__ && !__sparc_v9__]
13496         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13497         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13498         Likewise.
13499         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13500         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13501         (__ASSUME_REQUEUE_PI): Likewise.
13502         (__ASSUME_SET_ROBUST_LIST): Likewise.
13503         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13504         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13505         Undefine.
13506         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13507         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13508         Likewise.
13509         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13510         Likewise.
13511         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13512         Likewise.
13513         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13514         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13515         Undefine.
13516         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13517         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13518         Likewise.
13519
13520         [BZ #16648]
13521         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13522         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13523         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13524
13525 2014-03-31  Will Newton  <will.newton@linaro.org>
13526
13527         * benchtests/Makefile (bench): Add ffs and ffsll to list
13528         of tests.
13529         * benchtests/ffs-inputs: New file.
13530         * benchtests/ffsll-inputs: Likewise.
13531
13532 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13533
13534         [BZ #16770]
13535         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13536         too large before casting to int.
13537         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13538         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13539         * math/libm-test.inc (scalb_test_data): Add more tests.
13540
13541 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13542
13543         * benchtests/Makefile (DETAILED_OPT): New make option.
13544         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13545         set.
13546         * benchtests/bench-skeleton.c: Include stdbool.h.
13547         (main): Store and print timings per input.
13548         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13549         member to each argument value.
13550         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13551         (_print_arg_data): Initialize per-input timing to 0.
13552
13553         * benchtests/Makefile (timing-type): New binary.
13554         (bench-clean): Also remove bench-timing-type.
13555         (bench): New target for timing-type.
13556         (bench-func): Print output in JSON format.
13557         * benchtests/bench-skeleton.c (main): Print output in JSON
13558         format.
13559         * benchtests/bench-timing-type.c: New file.
13560         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13561         (TIMING_PRINT_STATS): Remove.
13562         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13563         name separately.
13564
13565         * benchtests/bench-modf.c: Remove.
13566         * benchtests/modf-inputs: New inputs file.
13567
13568 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13569
13570         [BZ #16362]
13571         * math/s_clog10.c (M_PI_LOG10E): New macro.
13572         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13573         imaginary parts are 0.
13574         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13575         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13576         imaginary parts are 0.
13577         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13578         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13579         imaginary parts are 0.
13580         * math/libm-test.inc (clog10_test_data): Update expected results
13581         for when real and imaginary parts are 0.
13582
13583 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13584
13585         * elf/dl-load.c: Finish conversion of __builtin_expect into
13586         __glibc_{un}likely.
13587
13588 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13589
13590         [BZ #16348]
13591         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13592         1+x for argument with exponent below -67.
13593         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13594         Likewise.
13595         * math/auto-libm-test-in: Add more tests of exp.
13596         * math/auto-libm-test-out: Regenerated.
13597
13598 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13599
13600         [BZ #16759]
13601         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13602         (nscd_getnetgrent): Use it.
13603
13604         [BZ #16760]
13605         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13606         of stpcpy.
13607
13608 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13609
13610         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13611         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13612         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13613         (lll_robust_unlock): Remove out of line section. Use cfi
13614         intrinsics.
13615         (LLL_STUB_UNWIND_INFO*): Remove.
13616         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13617         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13618         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13619         (lll_robust_unlock): Remove out of line section. Use cfi
13620         intrinsics.
13621         (LLL_STUB_UNWIND_INFO*): Remove.
13622
13623 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13624
13625         [BZ #16758]
13626         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13627         blank values.
13628
13629 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13630
13631         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13632
13633 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13634
13635         [BZ #16198]
13636         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13637         fnstenv.
13638         * math/test-fenv-preserve.c: New file.
13639         * math/Makefile (tests): Add test-fenv-preserve.
13640
13641 2014-03-26  Will Newton <will.newton@linaro.org>
13642
13643         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13644
13645 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13646
13647         * scripts/versionlist.awk: Partition the version sets and emit all
13648         GLIBC_* (sorted) before all others (sorted).
13649
13650 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13651
13652         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13653         GLIBC_2.2.5 version.
13654
13655 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13656
13657         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13658         calls.
13659
13660         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13661         previous change.
13662
13663         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13664
13665 2014-03-25  Andreas Schwab  <schwab@suse.de>
13666
13667         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13668         label to be used after in6ailist is initialized.
13669
13670 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13671
13672         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13673         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13674
13675 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13676
13677         [BZ #16357]
13678         [BZ #16599]
13679         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13680         min_plus_half.
13681         (fp_formats): Update initializers.
13682         (init_fp_formats): Initialize new field.
13683         (output_for_one_input_case): Allow underflow for results up to
13684         min_plus_half.
13685         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13686         * math/auto-libm-test-in: Don't mark some underflows from asin and
13687         atanh as spurious.
13688         * math/auto-libm-test-out: Regenerated.
13689         * sysdeps/i386/fpu/libm-test-ulps: Update.
13690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13691
13692 2014-03-25  Andreas Schwab  <schwab@suse.de>
13693
13694         * libio/Makefile (tst-ftell-partial-wide-ENV)
13695         (tst-ftell-active-handler-ENV): Define.
13696
13697 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13698
13699         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13700
13701 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13702
13703         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13704
13705 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13706
13707         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13708         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13709         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13710
13711 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13712
13713         [BZ #16634]
13714         * elf/dl-load.c (open_verify): Add mode parameter.
13715         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13716         (open_path): Change from boolean 'secure' to complete flag 'mode'
13717         (_dl_map_object): Adjust.
13718         * elf/Makefile (tests): Add tst-dlopen-aout.
13719         * elf/tst-dlopen-aout.c: New test.
13720
13721 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13722
13723         [BZ #16714]
13724         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13725         (struct stat): Rename member pad0 to __glibc_reserved0.
13726
13727         [BZ #16712]
13728         * sysdeps/s390/s390-32/bits/wordsize.h
13729         (__WORDSIZE32_SIZE_ULONG): New define.
13730         * sysdeps/s390/s390-64/bits/wordsize.h
13731         (__WORDSIZE32_SIZE_ULONG): Likewise.
13732         * sysdeps/generic/stdint.h (SIZE_MAX):
13733         Define as UL if __WORDSIZE32_SIZE_ULONG.
13734
13735         [BZ #16713]
13736         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13737         (__glibc_reserved0): New variable.
13738         (sa_flags): Change type to int.
13739
13740         * posix/Makefile (before-compile): Use += before-compile instead
13741         of a :=.
13742
13743         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13744         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13745
13746 2014-03-20  Andreas Schwab  <schwab@suse.de>
13747
13748         [BZ #16743]
13749         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13750         non-matching result from nscd.
13751
13752 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13753
13754         * scripts/bench.py: Moved to ...
13755         * benchtests/scripts/bench.py: ... here.
13756         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13757
13758 2014-03-24  Andreas Schwab  <schwab@suse.de>
13759
13760         [BZ #16002]
13761         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13762         alloca_account and account alloca use for struct in6ailist.
13763
13764 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13765
13766         [BZ #16284]
13767         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13768         rounding mode to recompute results that overflow to infinity or
13769         underflow to zero.
13770         * math/auto-libm-test-in: Don't mark tests as expected to fail for
13771         bug 16284.
13772         * math/auto-libm-test-out: Regenerated.
13773         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13774         (ccosh_test): Likewise.
13775         (csin_test_data): Use plus_oflow.
13776         (csin_test): Use ALL_RM_TEST.
13777         (csinh_test_data): Use plus_oflow.
13778         (csinh_test): Use ALL_RM_TEST.
13779         * sysdeps/i386/fpu/libm-test-ulps: Update.
13780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13781
13782 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
13783
13784         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13785         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13786         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13787
13788         [BZ #16731]
13789         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13790         when x - 1 is zero.
13791         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13792         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13793         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13794         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13795         argument is 1.
13796         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13797         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13798         zero.
13799         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13800         * sysdeps/i386/fpu/libm-test-ulps: Update.
13801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13802
13803 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13804
13805         * scripts/bench.pl: Remove file.
13806         * scripts/bench.py: New benchmark script.
13807         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13808         * benchtests/README: Mention python dependency.
13809         * scripts/pylintrc: New file.
13810         * scripts/pylint: New file.
13811
13812         * bits/mathdef.h: Use #ifdef instead of #if.
13813         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13814         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13815         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13816         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13817         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13818         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13819
13820 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13821             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13822
13823         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13824         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13825         and strpbrk-ppc64 objects.
13826         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13827         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13828         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13829         multiarch strpbrk for POWER7.
13830         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13831         multiarch strpbrk for PPC64.
13832         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13833         ifunc selector.
13834         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13835         strpbrk for POWER7.
13836
13837 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13838
13839         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13840         (atan_test): Likewise.
13841         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13842         (atanh_test): Use ALL_RM_TEST.
13843         (atan2_test_data): Likewise.
13844         (cabs_test): Likewise.
13845         (cacosh_test): Likewise.
13846         (carg_test): Likewise.
13847         (casin_test): Likewise.
13848         (casinh_test): Likewise.
13849         (cbrt_test): Likewise.
13850         (csqrt_test): Likewise.
13851         (erf_test): Likewise.
13852         (erfc_test): Likewise.
13853         (pow10_test): Likewise.
13854         (exp2_test): Likewise.
13855         (hypot_test): Likewise.
13856         (j0_test): Likewise.
13857         (j1_test): Likewise.
13858         (lgamma_test): Likewise.
13859         (gamma_test): Likewise.
13860         (sincos_test): Likewise.
13861         (tanh_test): Likewise.
13862         (y0_test): Likewise.
13863         (y1_test): Likewise.
13864         * sysdeps/i386/fpu/libm-test-ulps: Update.
13865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13866
13867 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13868
13869         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13870         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13871         and strcspn-ppc64 objects.
13872         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13873         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13874         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13875         multiarch strcspn for POWER7.
13876         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13877         multiarch strcspn for PPC64.
13878         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13879         ifunc selector.
13880         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13881         strcspn for POWER7.
13882
13883 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13884
13885         * math/gen-libm-test.pl (generate_testfile): Expect only function
13886         name as argument to AUTO_TESTS_* and pass results for all rounding
13887         modes to parse_args.
13888         (parse_auto_input): Separate inputs of automatic tests from
13889         outputs before storing in %auto_tests.
13890         * math/libm-test.inc (acos_test_data): Update call to
13891         AUTO_TESTS_f_f.
13892         (acos_test): Use ALL_RM_TEST.
13893         (acos_tonearest_test_data): Remove.
13894         (acos_test_tonearest): Likewise.
13895         (acos_towardzero_test_data): Likewise.
13896         (acos_test_towardzero): Likewise.
13897         (acos_downward_test_data): Likewise.
13898         (acos_test_downward): Likewise.
13899         (acos_upward_test_data): Likewise.
13900         (acos_test_upward): Likewise.
13901         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13902         (asin_test_data): Likewise.
13903         (asin_test): Use ALL_RM_TEST.
13904         (asin_tonearest_test_data): Remove.
13905         (asin_test_tonearest): Likewise.
13906         (asin_towardzero_test_data): Likewise.
13907         (asin_test_towardzero): Likewise.
13908         (asin_downward_test_data): Likewise.
13909         (asin_test_downward): Likewise.
13910         (asin_upward_test_data): Likewise.
13911         (asin_test_upward): Likewise.
13912         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13913         (atan_test_data): Likewise.
13914         (atanh_test_data): Likewise.
13915         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13916         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13917         (carg_test_data): Likewise.
13918         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13919         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13920         (ccosh_test_data): Likewise.
13921         (cexp_test_data): Likewise.
13922         (clog_test_data): Likewise.
13923         (clog10_test_data): Likewise.
13924         (cos_test_data): Update call to AUTO_TESTS_f_f.
13925         (cos_test): Use ALL_RM_TEST.
13926         (cos_tonearest_test_data): Remove.
13927         (cos_test_tonearest): Likewise.
13928         (cos_towardzero_test_data): Likewise.
13929         (cos_test_towardzero): Likewise.
13930         (cos_downward_test_data): Likewise.
13931         (cos_test_downward): Likewise.
13932         (cos_upward_test_data): Likewise.
13933         (cos_test_upward): Likewise.
13934         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13935         (cosh_test): Use ALL_RM_TEST.
13936         (cosh_tonearest_test_data): Remove.
13937         (cosh_test_tonearest): Likewise.
13938         (cosh_towardzero_test_data): Likewise.
13939         (cosh_test_towardzero): Likewise.
13940         (cosh_downward_test_data): Likewise.
13941         (cosh_test_downward): Likewise.
13942         (cosh_upward_test_data): Likewise.
13943         (cosh_test_upward): Likewise.
13944         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13945         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13946         (ctan_test_data): Likewise.
13947         (ctan_test): Use ALL_RM_TEST.
13948         (ctan_tonearest_test_data): Remove.
13949         (ctan_test_tonearest): Likewise.
13950         (ctan_towardzero_test_data): Likewise.
13951         (ctan_test_towardzero): Likewise.
13952         (ctan_downward_test_data): Likewise.
13953         (ctan_test_downward): Likewise.
13954         (ctan_upward_test_data): Likewise.
13955         (ctan_test_upward): Likewise.
13956         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13957         (ctanh_test): Use ALL_RM_TEST.
13958         (ctanh_tonearest_test_data): Remove.
13959         (ctanh_test_tonearest): Likewise.
13960         (ctanh_towardzero_test_data): Likewise.
13961         (ctanh_test_towardzero): Likewise.
13962         (ctanh_downward_test_data): Likewise.
13963         (ctanh_test_downward): Likewise.
13964         (ctanh_upward_test_data): Likewise.
13965         (ctanh_test_upward): Likewise.
13966         (erf_test_data): Update call to AUTO_TESTS_f_f.
13967         (erfc_test_data): Likewise.
13968         (exp_test_data): Likewise.
13969         (exp_test): Use ALL_RM_TEST.
13970         (exp_tonearest_test_data): Remove.
13971         (exp_test_tonearest): Likewise.
13972         (exp_towardzero_test_data): Likewise.
13973         (exp_test_towardzero): Likewise.
13974         (exp_downward_test_data): Likewise.
13975         (exp_test_downward): Likewise.
13976         (exp_upward_test_data): Likewise.
13977         (exp_test_upward): Likewise.
13978         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13979         (exp10_test): Use ALL_RM_TEST.
13980         (exp10_tonearest_test_data): Remove.
13981         (exp10_test_tonearest): Likewise.
13982         (exp10_towardzero_test_data): Likewise.
13983         (exp10_test_towardzero): Likewise.
13984         (exp10_downward_test_data): Likewise.
13985         (exp10_test_downward): Likewise.
13986         (exp10_upward_test_data): Likewise.
13987         (exp10_test_upward): Likewise.
13988         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13989         (expm1_test_data): Likewise.
13990         (expm1_test): Use ALL_RM_TEST.
13991         (expm1_tonearest_test_data): Remove.
13992         (expm1_test_tonearest): Likewise.
13993         (expm1_towardzero_test_data): Likewise.
13994         (expm1_test_towardzero): Likewise.
13995         (expm1_downward_test_data): Likewise.
13996         (expm1_test_downward): Likewise.
13997         (expm1_upward_test_data): Likewise.
13998         (expm1_test_upward): Likewise.
13999         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14000         (fma_test): Use ALL_RM_TEST.
14001         (fma_towardzero_test_data): Remove.
14002         (fma_test_towardzero): Likewise.
14003         (fma_downward_test_data): Likewise.
14004         (fma_test_downward): Likewise.
14005         (fma_upward_test_data): Likewise.
14006         (fma_test_upward): Likewise.
14007         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14008         (j0_test_data): Update call to AUTO_TESTS_f_f.
14009         (j1_test_data): Likewise.
14010         (jn_test_data): Update call to AUTO_TESTS_if_f.
14011         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14012         (log_test_data): Update call to AUTO_TESTS_f_f.
14013         (log10_test_data): Likewise.
14014         (log1p_test_data): Likewise.
14015         (log2_test_data): Likewise.
14016         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14017         (pow_tonearest_test_data): Likewise.
14018         (sin_test_data): Update call to AUTO_TESTS_f_f.
14019         (sin_test): Use ALL_RM_TEST.
14020         (sin_tonearest_test_data): Remove.
14021         (sin_test_tonearest): Likewise.
14022         (sin_towardzero_test_data): Likewise.
14023         (sin_test_towardzero): Likewise.
14024         (sin_downward_test_data): Likewise.
14025         (sin_test_downward): Likewise.
14026         (sin_upward_test_data): Likewise.
14027         (sin_test_upward): Likewise.
14028         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14029         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14030         (sinh_test): Use ALL_RM_TEST.
14031         (sinh_tonearest_test_data): Remove.
14032         (sinh_test_tonearest): Likewise.
14033         (sinh_towardzero_test_data): Likewise.
14034         (sinh_test_towardzero): Likewise.
14035         (sinh_downward_test_data): Likewise.
14036         (sinh_test_downward): Likewise.
14037         (sinh_upward_test_data): Likewise.
14038         (sinh_test_upward): Likewise.
14039         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14040         (sqrt_test): Use ALL_RM_TEST.
14041         (sqrt_tonearest_test_data): Remove.
14042         (sqrt_test_tonearest): Likewise.
14043         (sqrt_towardzero_test_data): Likewise.
14044         (sqrt_test_towardzero): Likewise.
14045         (sqrt_downward_test_data): Likewise.
14046         (sqrt_test_downward): Likewise.
14047         (sqrt_upward_test_data): Likewise.
14048         (sqrt_test_upward): Likewise.
14049         (tan_test_data): Update call to AUTO_TESTS_f_f.
14050         (tan_test): Use ALL_RM_TEST.
14051         (tan_tonearest_test_data): Remove.
14052         (tan_test_tonearest): Likewise.
14053         (tan_towardzero_test_data): Likewise.
14054         (tan_test_towardzero): Likewise.
14055         (tan_downward_test_data): Likewise.
14056         (tan_test_downward): Likewise.
14057         (tan_upward_test_data): Likewise.
14058         (tan_test_upward): Likewise.
14059         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14060         (tgamma_test_data): Likewise.
14061         (y0_test_data): Likewise.
14062         (y1_test_data): Likewise.
14063         (yn_test_data): Update call to AUTO_TESTS_if_f.
14064         (main): Do not call removed functions.
14065
14066 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14067
14068         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14069         (ldexp_test_data): Remove.
14070         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14071         scalbn_test_data.
14072         (scalb_test): Use ALL_RM_TEST.
14073
14074 2014-03-19  Andreas Schwab  <schwab@suse.de>
14075
14076         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14077
14078 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14079
14080         [BZ #16649]
14081         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14082         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14083         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14084         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14085         (__ASSUME_PREADV): Undefine.
14086         (__ASSUME_PWRITEV): Likewise.
14087
14088 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14089
14090         * bits/mman-linux.h: Add comment about non-Linux use.
14091         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14092         bits/mman-linux.h resting place.
14093
14094         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14095         * bits/mman-linux.h: ... here.
14096
14097 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14098
14099         * conform/conformtest.pl: Add standard definition when calling C
14100         preprocessor on data files.
14101         (checknamespace): Remove unused variable.
14102
14103 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14104
14105         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14106         minus_oflow, plus_uflow and minus_uflow in expected results.
14107         * math/libm-test.inc (scalbn_test_data): Add more tests of
14108         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14109         minus_uflow.
14110         (scalbn_test): Use ALL_RM_TEST.
14111         (scalbln_test_data): Add more tests of negative arguments.  Use
14112         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14113         (scalbln_test): Use ALL_RM_TEST.
14114
14115 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14116
14117         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14118
14119 2014-03-18  Will Newton  <will.newton@linaro.org>
14120
14121         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14122         inaccurate comment.
14123
14124 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14125
14126         * Makerules [!subdir] (check-abi): Exit with error status if a
14127         test failed.
14128
14129 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14130
14131         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14132         for rint.  Include results for all rounding modes.
14133         (nearbyint_test): Use ALL_RM_TEST.
14134         (rint_test_data): Include all tests used for nearbyint.
14135
14136 2014-03-17  Will Newton  <will.newton@linaro.org>
14137
14138         * nptl/sysdeps/pthread/pthread.h: Revert previous
14139         change.
14140
14141         * sysdeps/generic/ldsodefs.h: Revert previous
14142         change.
14143
14144         * libio/genops.c: Revert previous change.
14145         * libio/libioP.h: Likewise.
14146         * stdio-common/vfprintf.c: Likewise.
14147
14148         * sysdeps/generic/math_private.h: Revert previous
14149         change.
14150
14151         * sysdeps/generic/math_private.h: Check whether
14152         HAVE_RM_CTX is defined with #ifdef rather
14153         than #if.
14154
14155         * argp/argp-fmtstream.h: Check whether
14156         __STRICT_ANSI__ is defined with #ifdef rather
14157         than #if.
14158         * argp/argp.h: Likewise.
14159
14160         * libio/genops.c: Check whether
14161         _IO_JUMPS_OFFSET is defined with #ifdef rather
14162         than #if.
14163         * libio/libioP.h: Likewise.
14164         * stdio-common/vfprintf.c: Likewise.
14165
14166         * sysdeps/generic/ldsodefs.h: Check whether
14167         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14168         than #if.
14169
14170         * nptl/sysdeps/pthread/pthread.h: Check
14171         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14172         its value.
14173
14174 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14175
14176         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14177         setting O_APPEND.
14178         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14179         test case.
14180
14181         [BZ #16680]
14182         * libio/fileops.c (_IO_file_open): Seek to end of file but
14183         don't cache the offset.
14184         (get_file_offset): Remove function.
14185         (do_ftell): Use cached offset when available.
14186         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14187         don't cache the offset.
14188         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14189         case.
14190         (do_one_test): Call it.
14191         (do_ftell_test): Fix up expected old offset for a+ mode.
14192         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14193         available.
14194
14195         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14196         up test status with function return status.
14197         (do_write_test): Likewise.
14198         (do_append_test): Likewise.
14199
14200         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14201         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14202         Remove.
14203
14204 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14205
14206         * math/gen-libm-test.pl (parse_args): Handle results specified for
14207         each rounding mode separately.
14208         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14209         tests and results from lrint_tonearest_test_data,
14210         lrint_towardzero_test_data, lrint_downward_test_data and
14211         lrint_upward_test_data.
14212         (lrint_test): Use ALL_RM_TEST.
14213         (lrint_tonearest_test_data): Remove.
14214         (lrint_test_tonearest): Likewise.
14215         (lrint_towardzero_test_data): Likewise.
14216         (lrint_test_towardzero): Likewise.
14217         (lrint_downward_test_data): Likewise.
14218         (lrint_test_downward): Likewise.
14219         (lrint_upward_test_data): Likewise.
14220         (lrint_test_upward): Likewise.
14221         (llrint_test_data): Merge in per-rounding-mode tests and results
14222         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14223         llrint_downward_test_data and llrint_upward_test_data.
14224         (llrint_test): Use ALL_RM_TEST.
14225         (llrint_tonearest_test_data): Remove.
14226         (llrint_test_tonearest): Likewise.
14227         (llrint_towardzero_test_data): Likewise.
14228         (llrint_test_towardzero): Likewise.
14229         (llrint_downward_test_data): Likewise.
14230         (llrint_test_downward): Likewise.
14231         (llrint_upward_test_data): Likewise.
14232         (llrint_test_upward): Likewise.
14233         (rint_test_data): Merge in per-rounding-mode tests and results
14234         from rint_tonearest_test_data, rint_towardzero_test_data,
14235         rint_downward_test_data and rint_upward_test_data.  Add
14236         per-rounding-mode results for tests not in those arrays.
14237         (rint_test): Use ALL_RM_TEST.
14238         (rint_tonearest_test_data): Remove.
14239         (rint_test_tonearest): Likewise.
14240         (rint_towardzero_test_data): Likewise.
14241         (rint_test_towardzero): Likewise.
14242         (rint_downward_test_data): Likewise.
14243         (rint_test_downward): Likewise.
14244         (rint_upward_test_data): Likewise.
14245         (rint_test_upward): Likewise.
14246         (main): Don't call removed functions.
14247
14248 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14249
14250         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14251         "Compiled on ..." crapola.  It is anti-useful.
14252
14253 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14254
14255         * scripts/evaluate-test.sh: Handle fourth argument to determine
14256         whether test run should stop on failure.
14257         * Makeconfig (stop-on-test-failure): New variable.
14258         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14259         $(stop-on-test-failure).
14260         * Makefile (tests): Give a summary of results from testing and
14261         exit with failure status if they include an ERROR or FAIL.
14262         (xtests): Likewise.
14263         * manual/install.texi (Configuring and compiling): Mention
14264         stop-on-test-failure=y.
14265         * INSTALL: Regenerated.
14266
14267 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14268
14269         * scripts/versionlist.awk: New file.
14270         * Makerules [$(build-shared) = yes]
14271         (postclean-generated): Add Versions.def, not Versions.def.v and
14272         Versions.def.v.i.
14273         ($(common-objpfx)Versions.def.v.i): Target removed.
14274         ($(common-objpfx)Versions.def): New target.
14275         ($(common-objpfx)Versions.all): Depend on that rather that
14276         $(common-objpfx)Versions.def.v.
14277         * Versions.def: File removed.
14278
14279         * Makeconfig (+gccwarn): Add -Wundef.
14280         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14281         a dl-sysdep.h breaking its contract.
14282         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14283         * include/stackinfo.h: New file.
14284         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14285         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14286         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14287         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14288         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14289         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14290         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14291         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14292         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14293         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14294         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14295         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14296         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14297         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14298         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14299
14300 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14301
14302         [BZ #16707]
14303         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14304         implementation.
14305         * math/libm-test.inc (round_test_data): Add more tests.
14306
14307         [BZ #16706]
14308         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14309         implementation.
14310         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14311
14312         [BZ #16701]
14313         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14314         implementation.
14315         * math/libm-test.inc (ceil_test_data): Add more tests.
14316
14317         * math/libm-test.inc (trunc_test_data): Add more tests related to
14318         BZ#16414.
14319
14320 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14321
14322         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14323         with #if rather than #ifdef.
14324         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14325
14326 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14327
14328         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14329         first.  Disable AVX-512 GCC support if assembler doesn't support
14330         it.
14331         * sysdeps/x86_64/configure: Regenerated.
14332
14333 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14334
14335         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14336         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14337         (__old_pthread_attr_setstack): Likewise.
14338         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14339         [!_STACK_GROWS_DOWN]: Likewise.
14340
14341 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14342
14343         * config.make.in (have-bash2): Delete.
14344         * configure.ac (libc_cv_have_bash2): Delete.
14345         * configure: Regenerate.
14346         * elf/Makefile (common-ldd-rewrite): Rename to ...
14347         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14348         (sh-ldd-rewrite): Delete.
14349         (bash-ldd-rewrite): Delete.
14350         (have-bash2): Delete checks.
14351         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14352         ldd-rewrite.
14353
14354         * config.make.in (have-ksh): Delete.
14355         (KSH): Delete.
14356         * configure.ac (libc_cv_have_ksh): Delete.
14357         * configure: Regenerate.
14358
14359         * elf/Makefile: Delete $(have-ksh) check.
14360         ($(objpfx)sotruss): Change KSH to BASH.
14361         * elf/sotruss.ksh: Rename to ...
14362         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14363         function style to match POSIX.  Drop ksh vim mode setting.
14364
14365         * manual/time.texi (Specifying the Time Zone with TZ): Change
14366         Tuesday to Thursday.
14367
14368         * debug/tst-longjmp_chk2.c: Update header comment.
14369         (stackoverflow_handler): Add comment.  Call assert on pass value.
14370
14371 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14372
14373         [BZ #16194]
14374         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14375         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14376         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14377         (La_x86_64_vector): Add zmm.
14378         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14379         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14380         ($(objpfx)tst-audit10): New target.
14381         ($(objpfx)tst-audit10.out): Likewise.
14382         (tst-audit10-ENV): New.
14383         (AVX512-CFLAGS): Likewise.
14384         (CFLAGS-tst-audit10.c): Likewise.
14385         (CFLAGS-tst-auditmod10a.c): Likewise.
14386         (CFLAGS-tst-auditmod10b.c): Likewise.
14387         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14388         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14389         * sysdeps/x86_64/configure: Regenerated.
14390         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14391         AVX-512 zmm register support.
14392         (_dl_x86_64_save_sse): Likewise.
14393         (_dl_x86_64_restore_sse): Likewise.
14394         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14395         size vector registers.
14396         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14397         (ZMM_SIZE): Likewise.
14398         * sysdeps/x86_64/tst-audit10.c: New file.
14399         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14400         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14401
14402 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14403
14404         * configure.ac (HAVE_EHDR_START): New check.
14405         * configure: Regenerated.
14406         * config.h.in (HAVE_EHDR_START): New #undef.
14407         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14408         assuming the lowest-addressed segment maps the start of the file.
14409
14410 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14411
14412         * INSTALL: Regenerated.
14413
14414 2014-03-13  Will Newton  <will.newton@linaro.org>
14415
14416         * manual/setjmp.texi (System V contexts): Improve
14417         clarity and grammar of documentation.
14418
14419 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14420
14421         [BZ #16381]
14422         * elf/Makefile (tests): Add tst-pie2.
14423         (tests-pie): Add tst-pie2.
14424         * elf/tst-pie2.c: New file.
14425         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14426         for ET_EXEC.
14427         * elf/rtld.c (map_doit): Load executable as lt_executable.
14428         (dl_main): Likewise.
14429
14430 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14431
14432         [BZ #16642]
14433         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14434         (__ASSUME_PSELECT): Undefine.
14435
14436 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14437
14438         [BZ #16689]
14439         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14440         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14441         static build.
14442         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14443         selector for static builds.
14444
14445 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14446
14447         [BZ #16695]
14448         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14449         key in the buffer.
14450
14451 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14452
14453         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14454         IFUNC selector for static builds.
14455
14456 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14457
14458         * sysdeps/mips/math_private.h [__mips_hard_float]
14459         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14460         libc_feresetround_mips_ctx.
14461         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14462         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14463         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14464
14465         [BZ #16677]
14466         * math/s_nextafter.c (__nextafter): Do not return value from
14467         overflowing computation.
14468         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14469         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14470         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14471         Likewise.
14472         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14473         Likewise.
14474         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14475         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14476
14477 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14478
14479         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14480         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14481         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14482         the new mov targetting sp.
14483
14484 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14485
14486         [BZ #16683]
14487         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14488         Define it for static builds as well.
14489         (NO_BZERO_IMPL): Likewise.
14490
14491 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14492
14493         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14494         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14495         multiarch strspn for PPC64.
14496         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14497         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14499         (__libc_ifunc_impl_list): Likewise.
14500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14501         multiarch optimizations
14502         * string/strspn.c (strspn): Using macro to redefine symbol name.
14503
14504 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14505             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14506
14507         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14508         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14509         multiarch strncat for PPC64.
14510         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14511         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14512         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14513         (__libc_ifunc_impl_list): Likewise.
14514         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14515         multiarch optimizations
14516
14517 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14518
14519         [BZ #16639]
14520         * nscd/nscd.service: Make service type forking.
14521
14522 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14523
14524         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14525         sign in non default rounding modes.
14526         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14527
14528 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14529
14530         * math/libm-test.inc (ALL_RM_TEST): New macro.
14531         (ceil_test): Use ALL_RM_TEST.
14532         (cimag_test): Likewise.
14533         (conj_test): Likewise.
14534         (copysign_test): Likewise.
14535         (cproj_test): Likewise.
14536         (creal_test): Likewise.
14537         (fabs_test): Likewise.
14538         (floor_test): Likewise.
14539         (fmax_test): Likewise.
14540         (fmin_test): Likewise.
14541         (fmod_test): Likewise.
14542         (fpclassify_test): Likewise.
14543         (frexp_test): Likewise.
14544         (ilogb_test): Likewise.
14545         (isfinite_test): Likewise.
14546         (finite_test): Likewise.
14547         (isgreater_test): Likewise.
14548         (isgreaterequal_test): Likewise.
14549         (isinf_test): Likewise.
14550         (isless_test): Likewise.
14551         (islessequal_test): Likewise.
14552         (islessgreater_test): Likewise.
14553         (isnan_test): Likewise.
14554         (isnormal_test): Likewise.
14555         (issignaling_test): Likewise.
14556         (isunordered_test): Likewise.
14557         (logb_test): Likewise.
14558         (logb_downward_test_data): Remove.
14559         (logb_test_downward): Likewise.
14560         (lround_test): Use ALL_RM_TEST.
14561         (llround_test): Likewise.
14562         (modf_test): Likewise.
14563         (nexttoward_test): Likewise.
14564         (remainder_test): Likewise.
14565         (drem_test): Likewise.
14566         (remainder_tonearest_test_data): Likewise.
14567         (remainder_test_tonearest): Likewise.
14568         (drem_test_tonearest): Likewise.
14569         (remainder_towardzero_test_data): Likewise.
14570         (remainder_test_towardzero): Likewise.
14571         (drem_test_towardzero): Likewise.
14572         (remainder_downward_test_data): Likewise.
14573         (remainder_test_downward): Likewise.
14574         (drem_test_downward): Likewise.
14575         (remainder_upward_test_data): Likewise.
14576         (remainder_test_upward): Likewise.
14577         (drem_test_upward): Likewise.
14578         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14579         (round_test): Use ALL_RM_TEST.
14580         (signbit_test): Likewise.
14581         (trunc_test): Likewise.
14582         (significand_test): Likewise.
14583         (main): Don't call removed functions.
14584
14585 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14586
14587         [BZ #16674]
14588         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14589         || __USE_XOPEN2K8].
14590         (ILL_ILLOPN): Likewise.
14591         (ILL_ILLADR): Likewise.
14592         (ILL_ILLTRP): Likewise.
14593         (ILL_PRVOPC): Likewise.
14594         (ILL_PRVREG): Likewise.
14595         (ILL_COPROC): Likewise.
14596         (ILL_BADSTK): Likewise.
14597         (FPE_INTDIV): Likewise.
14598         (FPE_INTOVF): Likewise.
14599         (FPE_FLTDIV): Likewise.
14600         (FPE_FLTOVF): Likewise.
14601         (FPE_FLTUND): Likewise.
14602         (FPE_FLTRES): Likewise.
14603         (FPE_FLTINV): Likewise.
14604         (FPE_FLTSUB): Likewise.
14605         (SEGV_MAPERR): Likewise.
14606         (SEGV_ACCERR): Likewise.
14607         (BUS_ADRALN): Likewise.
14608         (BUS_ADRERR): Likewise.
14609         (BUS_OBJERR): Likewise.
14610         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14611         (TRAP_TRACE): Likewise.
14612         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14613         __USE_XOPEN2K8].
14614         (CLD_KILLED): Likewise.
14615         (CLD_DUMPED): Likewise.
14616         (CLD_TRAPPED): Likewise.
14617         (CLD_STOPPED): Likewise.
14618         (CLD_CONTINUED): Likewise.
14619         (POLL_IN): Likewise.
14620         (POLL_OUT): Likewise.
14621         (POLL_MSG): Likewise.
14622         (POLL_ERR): Likewise.
14623         (POLL_PRI): Likewise.
14624         (POLL_HUP): Likewise.
14625         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14626         Likewise.
14627         (ILL_ILLOPN): Likewise.
14628         (ILL_ILLADR): Likewise.
14629         (ILL_ILLTRP): Likewise.
14630         (ILL_PRVOPC): Likewise.
14631         (ILL_PRVREG): Likewise.
14632         (ILL_COPROC): Likewise.
14633         (ILL_BADSTK): Likewise.
14634         (FPE_INTDIV): Likewise.
14635         (FPE_INTOVF): Likewise.
14636         (FPE_FLTDIV): Likewise.
14637         (FPE_FLTOVF): Likewise.
14638         (FPE_FLTUND): Likewise.
14639         (FPE_FLTRES): Likewise.
14640         (FPE_FLTINV): Likewise.
14641         (FPE_FLTSUB): Likewise.
14642         (SEGV_MAPERR): Likewise.
14643         (SEGV_ACCERR): Likewise.
14644         (BUS_ADRALN): Likewise.
14645         (BUS_ADRERR): Likewise.
14646         (BUS_OBJERR): Likewise.
14647         (BUS_MCEERR_AR): Likewise.
14648         (BUS_MCEERR_AO): Likewise.
14649         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14650         (TRAP_TRACE): Likewise.
14651         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14652         __USE_XOPEN2K8].
14653         (CLD_KILLED): Likewise.
14654         (CLD_DUMPED): Likewise.
14655         (CLD_TRAPPED): Likewise.
14656         (CLD_STOPPED): Likewise.
14657         (CLD_CONTINUED): Likewise.
14658         (POLL_IN): Likewise.
14659         (POLL_OUT): Likewise.
14660         (POLL_MSG): Likewise.
14661         (POLL_ERR): Likewise.
14662         (POLL_PRI): Likewise.
14663         (POLL_HUP): Likewise.
14664         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14665         (ILL_ILLOPN): Likewise.
14666         (ILL_ILLADR): Likewise.
14667         (ILL_ILLTRP): Likewise.
14668         (ILL_PRVOPC): Likewise.
14669         (ILL_PRVREG): Likewise.
14670         (ILL_COPROC): Likewise.
14671         (ILL_BADSTK): Likewise.
14672         (FPE_INTDIV): Likewise.
14673         (FPE_INTOVF): Likewise.
14674         (FPE_FLTDIV): Likewise.
14675         (FPE_FLTOVF): Likewise.
14676         (FPE_FLTUND): Likewise.
14677         (FPE_FLTRES): Likewise.
14678         (FPE_FLTINV): Likewise.
14679         (FPE_FLTSUB): Likewise.
14680         (SEGV_MAPERR): Likewise.
14681         (SEGV_ACCERR): Likewise.
14682         (BUS_ADRALN): Likewise.
14683         (BUS_ADRERR): Likewise.
14684         (BUS_OBJERR): Likewise.
14685         (BUS_MCEERR_AR): Likewise.
14686         (BUS_MCEERR_AO): Likewise.
14687         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14688         (TRAP_TRACE): Likewise.
14689         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14690         __USE_XOPEN2K8].
14691         (CLD_KILLED): Likewise.
14692         (CLD_DUMPED): Likewise.
14693         (CLD_TRAPPED): Likewise.
14694         (CLD_STOPPED): Likewise.
14695         (CLD_CONTINUED): Likewise.
14696         (POLL_IN): Likewise.
14697         (POLL_OUT): Likewise.
14698         (POLL_MSG): Likewise.
14699         (POLL_ERR): Likewise.
14700         (POLL_PRI): Likewise.
14701         (POLL_HUP): Likewise.
14702         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14703         Likewise.
14704         (ILL_ILLOPN): Likewise.
14705         (ILL_ILLADR): Likewise.
14706         (ILL_ILLTRP): Likewise.
14707         (ILL_PRVOPC): Likewise.
14708         (ILL_PRVREG): Likewise.
14709         (ILL_COPROC): Likewise.
14710         (ILL_BADSTK): Likewise.
14711         (ILL_BADIADDR): Likewise.
14712         (ILL_BREAK): Likewise.
14713         (FPE_INTDIV): Likewise.
14714         (FPE_INTOVF): Likewise.
14715         (FPE_FLTDIV): Likewise.
14716         (FPE_FLTOVF): Likewise.
14717         (FPE_FLTUND): Likewise.
14718         (FPE_FLTRES): Likewise.
14719         (FPE_FLTINV): Likewise.
14720         (FPE_FLTSUB): Likewise.
14721         (FPE_DECOVF): Likewise.
14722         (FPE_DECDIV): Likewise.
14723         (FPE_DECERR): Likewise.
14724         (FPE_INVASC): Likewise.
14725         (FPE_INVDEC): Likewise.
14726         (SEGV_MAPERR): Likewise.
14727         (SEGV_ACCERR): Likewise.
14728         (SEGV_PSTKOVF): Likewise.
14729         (BUS_ADRALN): Likewise.
14730         (BUS_ADRERR): Likewise.
14731         (BUS_OBJERR): Likewise.
14732         (BUS_MCEERR_AR): Likewise.
14733         (BUS_MCEERR_AO): Likewise.
14734         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14735         (TRAP_TRACE): Likewise.
14736         (TRAP_BRANCH): Likewise.
14737         (TRAP_HWBKPT): Likewise.
14738         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14739         __USE_XOPEN2K8].
14740         (CLD_KILLED): Likewise.
14741         (CLD_DUMPED): Likewise.
14742         (CLD_TRAPPED): Likewise.
14743         (CLD_STOPPED): Likewise.
14744         (CLD_CONTINUED): Likewise.
14745         (POLL_IN): Likewise.
14746         (POLL_OUT): Likewise.
14747         (POLL_MSG): Likewise.
14748         (POLL_ERR): Likewise.
14749         (POLL_PRI): Likewise.
14750         (POLL_HUP): Likewise.
14751         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14752         (ILL_ILLOPN): Likewise.
14753         (ILL_ILLADR): Likewise.
14754         (ILL_ILLTRP): Likewise.
14755         (ILL_PRVOPC): Likewise.
14756         (ILL_PRVREG): Likewise.
14757         (ILL_COPROC): Likewise.
14758         (ILL_BADSTK): Likewise.
14759         (FPE_INTDIV): Likewise.
14760         (FPE_INTOVF): Likewise.
14761         (FPE_FLTDIV): Likewise.
14762         (FPE_FLTOVF): Likewise.
14763         (FPE_FLTUND): Likewise.
14764         (FPE_FLTRES): Likewise.
14765         (FPE_FLTINV): Likewise.
14766         (FPE_FLTSUB): Likewise.
14767         (SEGV_MAPERR): Likewise.
14768         (SEGV_ACCERR): Likewise.
14769         (BUS_ADRALN): Likewise.
14770         (BUS_ADRERR): Likewise.
14771         (BUS_OBJERR): Likewise.
14772         (BUS_MCEERR_AR): Likewise.
14773         (BUS_MCEERR_AO): Likewise.
14774         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14775         (TRAP_TRACE): Likewise.
14776         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14777         __USE_XOPEN2K8].
14778         (CLD_KILLED): Likewise.
14779         (CLD_DUMPED): Likewise.
14780         (CLD_TRAPPED): Likewise.
14781         (CLD_STOPPED): Likewise.
14782         (CLD_CONTINUED): Likewise.
14783         (POLL_IN): Likewise.
14784         (POLL_OUT): Likewise.
14785         (POLL_MSG): Likewise.
14786         (POLL_ERR): Likewise.
14787         (POLL_PRI): Likewise.
14788         (POLL_HUP): Likewise.
14789         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14790         (ILL_ILLOPN): Likewise.
14791         (ILL_ILLADR): Likewise.
14792         (ILL_ILLTRP): Likewise.
14793         (ILL_PRVOPC): Likewise.
14794         (ILL_PRVREG): Likewise.
14795         (ILL_COPROC): Likewise.
14796         (ILL_BADSTK): Likewise.
14797         (FPE_INTDIV): Likewise.
14798         (FPE_INTOVF): Likewise.
14799         (FPE_FLTDIV): Likewise.
14800         (FPE_FLTOVF): Likewise.
14801         (FPE_FLTUND): Likewise.
14802         (FPE_FLTRES): Likewise.
14803         (FPE_FLTINV): Likewise.
14804         (FPE_FLTSUB): Likewise.
14805         (SEGV_MAPERR): Likewise.
14806         (SEGV_ACCERR): Likewise.
14807         (BUS_ADRALN): Likewise.
14808         (BUS_ADRERR): Likewise.
14809         (BUS_OBJERR): Likewise.
14810         (BUS_MCEERR_AR): Likewise.
14811         (BUS_MCEERR_AO): Likewise.
14812         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14813         (TRAP_TRACE): Likewise.
14814         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14815         __USE_XOPEN2K8].
14816         (CLD_KILLED): Likewise.
14817         (CLD_DUMPED): Likewise.
14818         (CLD_TRAPPED): Likewise.
14819         (CLD_STOPPED): Likewise.
14820         (CLD_CONTINUED): Likewise.
14821         (POLL_IN): Likewise.
14822         (POLL_OUT): Likewise.
14823         (POLL_MSG): Likewise.
14824         (POLL_ERR): Likewise.
14825         (POLL_PRI): Likewise.
14826         (POLL_HUP): Likewise.
14827         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14828         (ILL_ILLOPN): Likewise.
14829         (ILL_ILLADR): Likewise.
14830         (ILL_ILLTRP): Likewise.
14831         (ILL_PRVOPC): Likewise.
14832         (ILL_PRVREG): Likewise.
14833         (ILL_COPROC): Likewise.
14834         (ILL_BADSTK): Likewise.
14835         (FPE_INTDIV): Likewise.
14836         (FPE_INTOVF): Likewise.
14837         (FPE_FLTDIV): Likewise.
14838         (FPE_FLTOVF): Likewise.
14839         (FPE_FLTUND): Likewise.
14840         (FPE_FLTRES): Likewise.
14841         (FPE_FLTINV): Likewise.
14842         (FPE_FLTSUB): Likewise.
14843         (SEGV_MAPERR): Likewise.
14844         (SEGV_ACCERR): Likewise.
14845         (BUS_ADRALN): Likewise.
14846         (BUS_ADRERR): Likewise.
14847         (BUS_OBJERR): Likewise.
14848         (BUS_MCEERR_AR): Likewise.
14849         (BUS_MCEERR_AO): Likewise.
14850         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14851         (TRAP_TRACE): Likewise.
14852         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14853         __USE_XOPEN2K8].
14854         (CLD_KILLED): Likewise.
14855         (CLD_DUMPED): Likewise.
14856         (CLD_TRAPPED): Likewise.
14857         (CLD_STOPPED): Likewise.
14858         (CLD_CONTINUED): Likewise.
14859         (POLL_IN): Likewise.
14860         (POLL_OUT): Likewise.
14861         (POLL_MSG): Likewise.
14862         (POLL_ERR): Likewise.
14863         (POLL_PRI): Likewise.
14864         (POLL_HUP): Likewise.
14865         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14866         (ILL_ILLOPN): Likewise.
14867         (ILL_ILLADR): Likewise.
14868         (ILL_ILLTRP): Likewise.
14869         (ILL_PRVOPC): Likewise.
14870         (ILL_PRVREG): Likewise.
14871         (ILL_COPROC): Likewise.
14872         (ILL_BADSTK): Likewise.
14873         (ILL_DBLFLT): Likewise.
14874         (ILL_HARDWALL): Likewise.
14875         (FPE_INTDIV): Likewise.
14876         (FPE_INTOVF): Likewise.
14877         (FPE_FLTDIV): Likewise.
14878         (FPE_FLTOVF): Likewise.
14879         (FPE_FLTUND): Likewise.
14880         (FPE_FLTRES): Likewise.
14881         (FPE_FLTINV): Likewise.
14882         (FPE_FLTSUB): Likewise.
14883         (SEGV_MAPERR): Likewise.
14884         (SEGV_ACCERR): Likewise.
14885         (BUS_ADRALN): Likewise.
14886         (BUS_ADRERR): Likewise.
14887         (BUS_OBJERR): Likewise.
14888         (BUS_MCEERR_AR): Likewise.
14889         (BUS_MCEERR_AO): Likewise.
14890         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14891         (TRAP_TRACE): Likewise.
14892         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14893         __USE_XOPEN2K8].
14894         (CLD_KILLED): Likewise.
14895         (CLD_DUMPED): Likewise.
14896         (CLD_TRAPPED): Likewise.
14897         (CLD_STOPPED): Likewise.
14898         (CLD_CONTINUED): Likewise.
14899         (POLL_IN): Likewise.
14900         (POLL_OUT): Likewise.
14901         (POLL_MSG): Likewise.
14902         (POLL_ERR): Likewise.
14903         (POLL_PRI): Likewise.
14904         (POLL_HUP): Likewise.
14905         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14906         (ILL_ILLOPN): Likewise.
14907         (ILL_ILLADR): Likewise.
14908         (ILL_ILLTRP): Likewise.
14909         (ILL_PRVOPC): Likewise.
14910         (ILL_PRVREG): Likewise.
14911         (ILL_COPROC): Likewise.
14912         (ILL_BADSTK): Likewise.
14913         (FPE_INTDIV): Likewise.
14914         (FPE_INTOVF): Likewise.
14915         (FPE_FLTDIV): Likewise.
14916         (FPE_FLTOVF): Likewise.
14917         (FPE_FLTUND): Likewise.
14918         (FPE_FLTRES): Likewise.
14919         (FPE_FLTINV): Likewise.
14920         (FPE_FLTSUB): Likewise.
14921         (SEGV_MAPERR): Likewise.
14922         (SEGV_ACCERR): Likewise.
14923         (BUS_ADRALN): Likewise.
14924         (BUS_ADRERR): Likewise.
14925         (BUS_OBJERR): Likewise.
14926         (BUS_MCEERR_AR): Likewise.
14927         (BUS_MCEERR_AO): Likewise.
14928         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14929         (TRAP_TRACE): Likewise.
14930         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14931         __USE_XOPEN2K8].
14932         (CLD_KILLED): Likewise.
14933         (CLD_DUMPED): Likewise.
14934         (CLD_TRAPPED): Likewise.
14935         (CLD_STOPPED): Likewise.
14936         (CLD_CONTINUED): Likewise.
14937         (POLL_IN): Likewise.
14938         (POLL_OUT): Likewise.
14939         (POLL_MSG): Likewise.
14940         (POLL_ERR): Likewise.
14941         (POLL_PRI): Likewise.
14942         (POLL_HUP): Likewise.
14943         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14944         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14945
14946         [BZ #16670]
14947         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14948         before #include of <time.h>.
14949         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14950         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14951         (test-xfail-UNIX98/sched.h/conform): Likewise.
14952
14953 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14954
14955         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14956         error absence of trapping exception support.
14957         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14958
14959 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14960
14961         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14962         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14963         * timezone/Makefile (testdata): Move definition above include of
14964         Rules.
14965         (test-zones): New variable.
14966         (tests-special): Add zone files.
14967         (build-testdata): Use $(evaluate-test).
14968
14969         * elf/Makefile (tests-special): Rename tests to end with .out.
14970         ($(objpfx)noload-mem): Likewise.
14971         ($(objpfx)tst-leaks1-mem): Likewise.
14972         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14973         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14974         $(objpfx)test-iconvconfig.out.
14975         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14976         set -e inside subshell and redirect output to file.
14977         * iconvdata/Makefile (generated): Rename tests to end with .out.
14978         Correct type.
14979         (tests-special): Rename tests to end with .out.
14980         ($(objpfx)mtrace-tst-loading): Likewise.
14981         * intl/Makefile (generated): Likewise.
14982         (tests-special): Likewise.
14983         ($(objpfx)mtrace-tst-gettext): Likewise.
14984         * misc/Makefile (generated): Likewise.
14985         (tests-special): Likewise.
14986         ($(objpfx)tst-error1-mem): Likewise.
14987         * nptl/Makefile (tests-special): Likewise.
14988         ($(objpfx)tst-stack3-mem): Likewise.
14989         (generated): Likewise.
14990         * posix/Makefile (generated): Likewise.
14991         (tests-special): Likewise.
14992         (xtests-special): Likewise.
14993         ($(objpfx)tst-fnmatch-mem): Likewise.
14994         ($(objpfx)bug-regex2-mem): Likewise.
14995         ($(objpfx)bug-regex14-mem): Likewise.
14996         ($(objpfx)bug-regex21-mem): Likewise.
14997         ($(objpfx)bug-regex31-mem): Likewise.
14998         ($(objpfx)tst-vfork3-mem): Likewise.
14999         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15000         ($(objpfx)tst-pcre-mem): Likewise.
15001         ($(objpfx)tst-boost-mem): Likewise.
15002         ($(objpfx)bug-ga2-mem): Likewise.
15003         ($(objpfx)bug-glob2-mem): Likewise.
15004         * resolv/Makefile (generate): Likewise.
15005         (tests-special): Likewise.
15006         (xtests-special): Likewise.
15007         (generated): Likewise.
15008         ($(objpfx)mtrace-tst-leaks): Likewise.
15009         ($(objpfx)mtrace-tst-leaks2): Likewise.
15010
15011         * scripts/merge-test-results.sh: New file.
15012         * Makefile (tests-special-notdir): New variable.
15013         (tests): Run merge-test-results.sh.
15014         (xtests): Likewise.
15015         * Rules (tests-special-notdir): New variable.
15016         (xtests-special-notdir): Likewise.
15017         (tests): Run merge-test-results.sh
15018         (xtests): Likewise.
15019
15020         * Makeconfig (test-xfail-name): New variable.
15021         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15022         compute variable name for expected failures.
15023         * conform/Makefile (conformtest-headers-data): New variable.
15024         (conformtest-standards): Likewise.
15025         (conformtest-headers-ISO): Likewise.
15026         (conformtest-headers-ISO99): Likewise.
15027         (conformtest-headers-ISO11): Likewise.
15028         (conformtest-headers-POSIX): Likewise.
15029         (conformtest-headers-XPG3): Likewise.
15030         (conformtest-headers-XPG4): Likewise.
15031         (conformtest-headers-UNIX98): Likewise.
15032         (conformtest-headers-XOPEN2K): Likewise.
15033         (conformtest-headers-POSIX2008): Likewise.
15034         (conformtest-headers-XOPEN2K8): Likewise.
15035         (conformtest-header-list-base): Likewise.
15036         (conformtest-header-list-tests): Likewise.
15037         (conformtest-header-base): Likewise.
15038         (conformtest-header-tests): Likewise.
15039         (tests-special): Add $(conformtest-header-list-tests).  If
15040         [$(fast-check) && !$(cross-compiling)], add
15041         $(conformtest-header-tests) instead of
15042         $(objpfx)run-conformtest.out.
15043         (generated): Add $(conformtest-header-list-base).  If
15044         [$(fast-check) && !$(cross-compiling)], add
15045         $(conformtest-header-base).  Remove previous setting.
15046         ($(conformtest-header-list-tests)): New target.
15047         (test-xfail-run-conformtest): Remove variable.
15048         ($(objpfx)run-conformtest.out): Remove target.
15049         (test-xfail-ISO11/complex.h/conform): New variable.
15050         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15051         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15052         (test-xfail-XPG3/varargs.h/conform): Likewise.
15053         (test-xfail-XPG4/varargs.h/conform): Likewise.
15054         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15055         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15056         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15057         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15058         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15059         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15060         (test-xfail-XPG3/ftw.h/conform): Likewise.
15061         (test-xfail-XPG3/grp.h/conform): Likewise.
15062         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15063         (test-xfail-XPG3/limits.h/conform): Likewise.
15064         (test-xfail-XPG3/pwd.h/conform): Likewise.
15065         (test-xfail-XPG3/search.h/conform): Likewise.
15066         (test-xfail-XPG3/signal.h/conform): Likewise.
15067         (test-xfail-XPG3/stdio.h/conform): Likewise.
15068         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15069         (test-xfail-XPG3/string.h/conform): Likewise.
15070         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15071         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15072         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15073         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15074         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15075         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15076         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15077         (test-xfail-XPG3/termios.h/conform): Likewise.
15078         (test-xfail-XPG3/time.h/conform): Likewise.
15079         (test-xfail-XPG3/unistd.h/conform): Likewise.
15080         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15081         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15082         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15083         (test-xfail-XPG4/netdb.h/conform): Likewise.
15084         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15085         (test-xfail-XPG4/signal.h/conform): Likewise.
15086         (test-xfail-XPG4/stdio.h/conform): Likewise.
15087         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15088         (test-xfail-XPG4/stropts.h/conform): Likewise.
15089         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15090         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15091         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15092         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15093         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15094         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15095         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15096         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15097         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15098         (test-xfail-XPG4/termios.h/conform): Likewise.
15099         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15100         (test-xfail-XPG4/unistd.h/conform): Likewise.
15101         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15102         (test-xfail-POSIX/sched.h/conform): Likewise.
15103         (test-xfail-POSIX/signal.h/conform): Likewise.
15104         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15105         (test-xfail-POSIX/tar.h/conform): Likewise.
15106         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15107         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15108         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15109         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15110         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15111         (test-xfail-UNIX98/sched.h/conform): Likewise.
15112         (test-xfail-UNIX98/signal.h/conform): Likewise.
15113         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15114         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15115         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15116         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15117         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15118         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15119         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15120         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15121         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15122         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15123         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15124         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15125         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15126         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15127         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15128         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15129         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15130         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15131         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15132         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15133         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15134         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15135         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15136         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15137         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15138         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15139         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15140         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15141         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15142         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15143         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15144         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15145         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15146         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15147         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15148         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15149         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15150         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15151         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15152         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15153         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15154         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15155         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15156         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15157         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15158         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15159         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15160         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15161         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15162         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15163         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15164         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15165         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15166         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15167         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15168         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15169         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15170         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15171         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15172         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15173         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15174         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15175         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15176         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15177         (conformtest-cc-flags): Likewise.
15178         ($(conformtest-header-tests): New target.
15179         * conform/check-header-lists.sh: New file.
15180         * conform/run-conformtest.sh: Remove.
15181
15182         * conform/conformtest.pl: Allow ' and \ in values given for
15183         constants.
15184         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15185         inclusion.
15186         [POSIX] (sys/types.h): Likewise.
15187         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15188         inclusion.
15189         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15190         inclusion.
15191         * conform/data/signal.h-data (SIGIO): Remove expectation.
15192         [XPG3] (SIGBUS): Do not expect.
15193         [POSIX || XPG3] (SIGPOLL): Likewise.
15194         [POSIX || XPG3] (SIGPROF): Likewise.
15195         [POSIX || XPG3] (SIGSYS): Likewise.
15196         [XPG3] (SIGTRAP): Likewise.
15197         [POSIX || XPG3] (SIGURG): Likewise.
15198         [POSIX || XPG3] (SIGVTALRM): Likewise.
15199         [POSIX || XPG3] (SIGXCPU): Likewise.
15200         [POSIX || XPG3] (SIGXFSZ): Likewise.
15201         [POSIX] (SA_SIGINFO): Expect.
15202         [XPG3] (siginfo_t): Do not expect type or contents.
15203         [POSIX] (si_pid): Do not expect element.
15204         [POSIX] (si_uid): Likewise.
15205         [POSIX] (si_addr): Likewise.
15206         [POSIX] (si_status): Likewise.
15207         [POSIX] (si_band): Likewise.
15208         [XPG4] (si_value): Likewise.
15209         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15210         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15211         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15212         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15213         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15214         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15215         [POSIX || XPG3] (ILL_COPROC): Likewise.
15216         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15217         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15218         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15219         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15220         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15221         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15222         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15223         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15224         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15225         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15226         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15227         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15228         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15229         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15230         [POSIX || XPG3] (CLD_EXITED): Likewise.
15231         [POSIX || XPG3] (CLD_KILLED): Likewise.
15232         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15233         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15234         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15235         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15236         [POSIX || XPG3] (POLL_IN): Likewise.
15237         [POSIX || XPG3] (POLL_OUT): Likewise.
15238         [POSIX || XPG3] (POLL_MSG): Likewise.
15239         [POSIX || XPG3] (POLL_ERR): Likewise.
15240         [POSIX || XPG3] (POLL_PRI): Likewise.
15241         [POSIX || XPG3] (POLL_HUP): Likewise.
15242         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15243         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15244         (SIG*): Do not allow.
15245         [XPG3] (si_*): Likewise.
15246         [XPG3] (SI_*): Likewise.
15247         [XPG3 || XPG4] (sigev_*): Likewise.
15248         [XPG3 || XPG4] (SIGEV_*): Likewise.
15249         [XPG3 || XPG4] (sival_*): Likewise.
15250         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15251         [POSIX || XPG3] (BUS_*): Likewise.
15252         [POSIX || XPG3] (CLD_*): Likewise.
15253         [POSIX || XPG3] (FPE_*): Likewise.
15254         [POSIX || XPG3] (ILL_*): Likewise.
15255         [POSIX || XPG3] (POLL_*): Likewise.
15256         [POSIX || XPG3] (SEGV_*): Likewise.
15257         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15258         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15259         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15260         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15261         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15262         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15263         Specify type and value.
15264         (TVERSLEN): Likewise.
15265         (REGTYPE): Likewise.
15266         (AREGTYPE): Likewise.
15267         (LNKTYPE): Likewise.
15268         (SYMTYPE): Likewise.
15269         (CHRTYPE): Likewise.
15270         (BLKTYPE): Likewise.
15271         (DIRTYPE): Likewise.
15272         (FIFOTYPE): Likewise.
15273         (CONTTYPE): Likewise.
15274         (TSUID): Likewise.
15275         (TSGID): Likewise.
15276         (TSVTX): Likewise.
15277         (TUREAD): Likewise.
15278         (TUWRITE): Likewise.
15279         (TUEXEC): Likewise.
15280         (TGREAD): Likewise.
15281         (TGWRITE): Likewise.
15282         (TGEXEC): Likewise.
15283         (TOREAD): Likewise.
15284         (TOWRITE): Likewise.
15285         (TOEXEC): Likewise.
15286         [POSIX] (TSVTX): Expect constant.
15287
15288 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15289
15290         * Makefile (tests): Change dependencies to ....
15291         (tests-special): ... additions to this variable.
15292         (tests): Depend on $(tests-special).
15293         * Makerules (check-abi-list): New variable.
15294         (check-abi): Depend on $(check-abi-list).
15295         [$(subdir) = elf] (tests-special): Add
15296         $(objpfx)check-abi-libc.out.
15297         [$(build-shared) = yes && subdir] (tests-special): Add
15298         $(check-abi-list).
15299         [$(build-shared) = yes && subdir] (tests): Do not depend on
15300         check-abi.
15301         * Rules (tests): Depend on $(tests-special).
15302         (xtests): Depend on $(xtests-special).
15303         * catgets/Makefile (tests): Change dependencies to ....
15304         (tests-special): ... additions to this variable.
15305         * conform/Makefile (tests): Change dependencies to ....
15306         (tests-special): ... additions to this variable.
15307         * elf/Makefile (tests): Change dependencies to ....
15308         (tests-special): ... additions to this variable.
15309         * grp/Makefile (tests): Change dependencies to ....
15310         (tests-special): ... additions to this variable.
15311         * iconv/Makefile (xtests): Change dependencies to ....
15312         (xtests-special): ... additions to this variable.
15313         * iconvdata/Makefile (tests): Change dependencies to ....
15314         (tests-special): ... additions to this variable.
15315         * intl/Makefile (tests): Change dependencies to ....
15316         (tests-special): ... additions to this variable.  Also add
15317         $(objpfx)tst-gettext.out.
15318         * io/Makefile (tests): Change dependencies to ....
15319         (tests-special): ... additions to this variable.
15320         * libio/Makefile (tests): Change dependencies to ....
15321         (tests-special): ... additions to this variable.
15322         * malloc/Makefile (tests): Change dependencies to ....
15323         (tests-special): ... additions to this variable.
15324         * misc/Makefile (tests): Change dependencies to ....
15325         (tests-special): ... additions to this variable.
15326         * nptl/Makefile (tests): Change dependencies to ....
15327         (tests-special): ... additions to this variable.
15328         * nptl_db/Makefile (tests): Change dependencies to ....
15329         (tests-special): ... additions to this variable.
15330         * posix/Makefile (tests): Change dependencies to ....
15331         (tests-special): ... additions to this variable.
15332         (xtests): Change dependencies to ....
15333         (xtests-special): ... additions to this variable.
15334         * resolv/Makefile (tests): Change dependencies to ....
15335         (tests-special): ... additions to this variable.
15336         (xtests): Change dependencies to ....
15337         (xtests-special): ... additions to this variable.
15338         * stdio-common/Makefile (tests): Change dependencies to ....
15339         (tests-special): ... additions to this variable.
15340         (do-tst-unbputc): Remove target.
15341         (do-tst-printf): Likewise.
15342         * stdlib/Makefile (tests): Change dependencies to ....
15343         (tests-special): ... additions to this variable.
15344         * string/Makefile (tests): Change dependencies to ....
15345         (tests-special): ... additions to this variable.
15346         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15347         (tests-special): ... additions to this variable.
15348
15349         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15350         whole file.
15351         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15352         whole file.
15353         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15354         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15355
15356         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15357         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15358         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15359         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15360         * conform/data/libgen.h-data [XPG3]: Likewise.
15361         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15362         * conform/data/ndbm.h-data [XPG3]: Likewise.
15363         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15364         * conform/data/netdb.h-data [XPG3]: Likewise.
15365         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15366         * conform/data/poll.h-data [XPG3]: Likewise.
15367         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15368         * conform/data/strings.h-data [XPG3]: Likewise.
15369         * conform/data/stropts.h-data [XPG3]: Likewise.
15370         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15371         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15372         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15373         Likewise.
15374         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15375         * conform/data/sys/time.h-data [XPG3]: Likewise.
15376         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15377         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15378         * conform/data/sys/un.h-data [XPG3]: Likewise.
15379         * conform/data/syslog.h-data [XPG3]: Likewise.
15380         * conform/data/ucontext.h-data [XPG3]: Likewise.
15381         * conform/data/utmpx.h-data [XPG3]: Likewise.
15382         * conform/data/varargs.h-data [UNIX98]: Enable file.
15383
15384         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15385
15386         * math/libm-test.inc (struct test_f_f_data): Move expected results
15387         into structure for each rounding mode.
15388         (struct test_ff_f_data): Likewise.
15389         (struct test_ff_f_data_nexttoward): Likewise.
15390         (struct test_fi_f_data): Likewise.
15391         (struct test_fl_f_data): Likewise.
15392         (struct test_if_f_data): Likewise.
15393         (struct test_fff_f_data): Likewise.
15394         (struct test_c_f_data): Likewise.
15395         (struct test_f_f1_data): Likewise.
15396         (struct test_fF_f1_data): Likewise.
15397         (struct test_ffI_f1_data): Likewise.
15398         (struct test_c_c_data): Likewise.
15399         (struct test_cc_c_data): Likewise.
15400         (struct test_f_i_data): Likewise.
15401         (struct test_ff_i_data): Likewise.
15402         (struct test_f_l_data): Likewise.
15403         (struct test_f_L_data): Likewise.
15404         (struct test_fFF_11_data): Likewise.
15405         (RM_): New macro.
15406         (RM_FE_DOWNWARD): Likewise.
15407         (RM_FE_TONEAREST): Likewise.
15408         (RM_FE_TOWARDZERO): Likewise.
15409         (RM_FE_UPWARD): Likewise.
15410         (RUN_TEST_LOOP_f_f): Update references to expected results.
15411         (RUN_TEST_LOOP_2_f): Likewise.
15412         (RUN_TEST_LOOP_fff_f): Likewise.
15413         (RUN_TEST_LOOP_c_f): Likewise.
15414         (RUN_TEST_LOOP_f_f1): Likewise.
15415         (RUN_TEST_LOOP_fF_f1): Likewise.
15416         (RUN_TEST_LOOP_fI_f1): Likewise.
15417         (RUN_TEST_LOOP_ffI_f1): Likewise.
15418         (RUN_TEST_LOOP_c_c): Likewise.
15419         (RUN_TEST_LOOP_cc_c): Likewise.
15420         (RUN_TEST_LOOP_f_i): Likewise.
15421         (RUN_TEST_LOOP_f_i_tg): Likewise.
15422         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15423         (RUN_TEST_LOOP_f_b): Likewise.
15424         (RUN_TEST_LOOP_f_b_tg): Likewise.
15425         (RUN_TEST_LOOP_f_l): Likewise.
15426         (RUN_TEST_LOOP_f_L): Likewise.
15427         (RUN_TEST_LOOP_fFF_11): Likewise.
15428         * math/gen-libm-test.pl (parse_args): Output four copies of
15429         expected results for each test.
15430
15431         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15432         (__ASSUME_UTIMES): Remove.
15433         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15434         (__ASSUME_UTIMES): Likewise.
15435
15436         * math/gen-auto-libm-tests.c: Update comment on output format.
15437         (output_for_one_input_case): Generate before-rounding and
15438         after-rounding information as conditions on output flags not
15439         floating-point format.
15440         * math/auto-libm-test-out: Regenerated.
15441         * math/gen-libm-test.pl (cond_value): New function.
15442         (or_cond_value): Use cond_value.
15443         (generate_testfile): Handle conditional exceptions.
15444
15445 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15446
15447         * math/libm-test.inc (max_valid_error): New variable.
15448         (init_max_error): Take new argument specifying whether function
15449         results are exactly determined.  Set max_valid_error and bound
15450         other variables for errors based on this argument.
15451         (set_max_error): Do not record results above max_valid_error.
15452         (check_float_internal): Only accept errors of up to 0.5ulps if
15453         also at most max_valid_error.
15454         (START): Take new argument EXACT and pass it to init_max_error.
15455         (acos_test): Update call to START.
15456         (acos_test_tonearest): Likewise.
15457         (acos_test_towardzero): Likewise.
15458         (acos_test_downward): Likewise.
15459         (acos_test_upward): Likewise.
15460         (acosh_test): Likewise.
15461         (asin_test): Likewise.
15462         (asin_test_tonearest): Likewise.
15463         (asin_test_towardzero): Likewise.
15464         (asin_test_downward): Likewise.
15465         (asin_test_upward): Likewise.
15466         (asinh_test): Likewise.
15467         (atan_test): Likewise.
15468         (atanh_test): Likewise.
15469         (atan2_test): Likewise.
15470         (cabs_test): Likewise.
15471         (cacos_test): Likewise.
15472         (cacosh_test): Likewise.
15473         (carg_test): Likewise.
15474         (casin_test): Likewise.
15475         (casinh_test): Likewise.
15476         (catan_test): Likewise.
15477         (catanh_test): Likewise.
15478         (cbrt_test): Likewise.
15479         (ccos_test): Likewise.
15480         (ccosh_test): Likewise.
15481         (ceil_test): Likewise.
15482         (cexp_test): Likewise.
15483         (cimag_test): Likewise.
15484         (clog_test): Likewise.
15485         (clog10_test): Likewise.
15486         (conj_test): Likewise.
15487         (copysign_test): Likewise.
15488         (cos_test): Likewise.
15489         (cos_test_tonearest): Likewise.
15490         (cos_test_towardzero): Likewise.
15491         (cos_test_downward): Likewise.
15492         (cos_test_upward): Likewise.
15493         (cosh_test): Likewise.
15494         (cosh_test_tonearest): Likewise.
15495         (cosh_test_towardzero): Likewise.
15496         (cosh_test_downward): Likewise.
15497         (cosh_test_upward): Likewise.
15498         (cpow_test): Likewise.
15499         (cproj_test): Likewise.
15500         (creal_test): Likewise.
15501         (csin_test): Likewise.
15502         (csinh_test): Likewise.
15503         (csqrt_test): Likewise.
15504         (ctan_test): Likewise.
15505         (ctan_test_tonearest): Likewise.
15506         (ctan_test_towardzero): Likewise.
15507         (ctan_test_downward): Likewise.
15508         (ctan_test_upward): Likewise.
15509         (ctanh_test): Likewise.
15510         (ctanh_test_tonearest): Likewise.
15511         (ctanh_test_towardzero): Likewise.
15512         (ctanh_test_downward): Likewise.
15513         (ctanh_test_upward): Likewise.
15514         (erf_test): Likewise.
15515         (erfc_test): Likewise.
15516         (exp_test): Likewise.
15517         (exp_test_tonearest): Likewise.
15518         (exp_test_towardzero): Likewise.
15519         (exp_test_downward): Likewise.
15520         (exp_test_upward): Likewise.
15521         (exp10_test): Likewise.
15522         (exp10_test_tonearest): Likewise.
15523         (exp10_test_towardzero): Likewise.
15524         (exp10_test_downward): Likewise.
15525         (exp10_test_upward): Likewise.
15526         (pow10_test): Likewise.
15527         (exp2_test): Likewise.
15528         (expm1_test): Likewise.
15529         (expm1_test_tonearest): Likewise.
15530         (expm1_test_towardzero): Likewise.
15531         (expm1_test_downward): Likewise.
15532         (expm1_test_upward): Likewise.
15533         (fabs_test): Likewise.
15534         (fdim_test): Likewise.
15535         (floor_test): Likewise.
15536         (fma_test): Likewise.
15537         (fma_test_towardzero): Likewise.
15538         (fma_test_downward): Likewise.
15539         (fma_test_upward): Likewise.
15540         (fmax_test): Likewise.
15541         (fmin_test): Likewise.
15542         (fmod_test): Likewise.
15543         (fpclassify_test): Likewise.
15544         (frexp_test): Likewise.
15545         (hypot_test): Likewise.
15546         (ilogb_test): Likewise.
15547         (isfinite_test): Likewise.
15548         (finite_test): Likewise.
15549         (isgreater_test): Likewise.
15550         (isgreaterequal_test): Likewise.
15551         (isinf_test): Likewise.
15552         (isless_test): Likewise.
15553         (islessequal_test): Likewise.
15554         (islessgreater_test): Likewise.
15555         (isnan_test): Likewise.
15556         (isnormal_test): Likewise.
15557         (issignaling_test): Likewise.
15558         (isunordered_test): Likewise.
15559         (j0_test): Likewise.
15560         (j1_test): Likewise.
15561         (jn_test): Likewise.
15562         (ldexp_test): Likewise.
15563         (lgamma_test): Likewise.
15564         (gamma_test): Likewise.
15565         (lrint_test): Likewise.
15566         (lrint_test_tonearest): Likewise.
15567         (lrint_test_towardzero): Likewise.
15568         (lrint_test_downward): Likewise.
15569         (lrint_test_upward): Likewise.
15570         (llrint_test): Likewise.
15571         (llrint_test_tonearest): Likewise.
15572         (llrint_test_towardzero): Likewise.
15573         (llrint_test_downward): Likewise.
15574         (llrint_test_upward): Likewise.
15575         (log_test): Likewise.
15576         (log10_test): Likewise.
15577         (log1p_test): Likewise.
15578         (log2_test): Likewise.
15579         (logb_test): Likewise.
15580         (logb_test_downward): Likewise.
15581         (lround_test): Likewise.
15582         (llround_test): Likewise.
15583         (modf_test): Likewise.
15584         (nearbyint_test): Likewise.
15585         (nextafter_test): Likewise.
15586         (nexttoward_test): Likewise.
15587         (pow_test): Likewise.
15588         (pow_test_tonearest): Likewise.
15589         (pow_test_towardzero): Likewise.
15590         (pow_test_downward): Likewise.
15591         (pow_test_upward): Likewise.
15592         (remainder_test): Likewise.
15593         (drem_test): Likewise.
15594         (remainder_test_tonearest): Likewise.
15595         (drem_test_tonearest): Likewise.
15596         (remainder_test_towardzero): Likewise.
15597         (drem_test_towardzero): Likewise.
15598         (remainder_test_downward): Likewise.
15599         (drem_test_downward): Likewise.
15600         (remainder_test_upward): Likewise.
15601         (drem_test_upward): Likewise.
15602         (remquo_test): Likewise.
15603         (rint_test): Likewise.
15604         (rint_test_tonearest): Likewise.
15605         (rint_test_towardzero): Likewise.
15606         (rint_test_downward): Likewise.
15607         (rint_test_upward): Likewise.
15608         (round_test): Likewise.
15609         (scalb_test): Likewise.
15610         (scalbn_test): Likewise.
15611         (scalbln_test): Likewise.
15612         (signbit_test): Likewise.
15613         (sin_test): Likewise.
15614         (sin_test_tonearest): Likewise.
15615         (sin_test_towardzero): Likewise.
15616         (sin_test_downward): Likewise.
15617         (sin_test_upward): Likewise.
15618         (sincos_test): Likewise.
15619         (sinh_test): Likewise.
15620         (sinh_test_tonearest): Likewise.
15621         (sinh_test_towardzero): Likewise.
15622         (sinh_test_downward): Likewise.
15623         (sinh_test_upward): Likewise.
15624         (sqrt_test): Likewise.
15625         (sqrt_test_tonearest): Likewise.
15626         (sqrt_test_towardzero): Likewise.
15627         (sqrt_test_downward): Likewise.
15628         (sqrt_test_upward): Likewise.
15629         (tan_test): Likewise.
15630         (tan_test_tonearest): Likewise.
15631         (tan_test_towardzero): Likewise.
15632         (tan_test_downward): Likewise.
15633         (tan_test_upward): Likewise.
15634         (tanh_test): Likewise.
15635         (tgamma_test): Likewise.
15636         (trunc_test): Likewise.
15637         (y0_test): Likewise.
15638         (y1_test): Likewise.
15639         (yn_test): Likewise.
15640         (significand_test): Likewise.
15641
15642         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15643         individual tests in comment.
15644         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15645         (prev_max_error): New variable.
15646         (prev_real_max_error): Likewise.
15647         (prev_imag_max_error): Likewise.
15648         (compare_ulp_data): Don't refer to test names in comment.
15649         (find_test_ulps): Remove function.
15650         (find_function_ulps): Likewise.
15651         (find_complex_function_ulps): Likewise.
15652         (init_max_error): Take function name as argument.  Look up ulps
15653         for that function.
15654         (print_ulps): Remove function.
15655         (print_max_error): Use prev_max_error instead of calling
15656         find_function_ulps.
15657         (print_complex_max_error): Use prev_real_max_error and
15658         prev_imag_max_error instead of calling find_complex_function_ulps.
15659         (check_float_internal): Take max_ulp parameter instead of calling
15660         find_test_ulps.  Don't call print_ulps.
15661         (check_float): Update call to check_float_internal.
15662         (check_complex): Update calls to check_float_internal.
15663         (START): Pass argument to init_max_error.
15664         * math/gen-libm-test.pl (%results): Don't include "kind"
15665         information.
15666         (parse_ulps): Don't handle ulps of individual tests.
15667         (print_ulps_file): Likewise.
15668         (output_ulps): Likewise.
15669         * math/README.libm-test: Update.
15670         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15671         individual tests.
15672         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15673         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15674         * sysdeps/arm/libm-test-ulps: Likewise.
15675         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15676         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15677         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15678         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15679         * sysdeps/microblaze/libm-test-ulps: Likewise.
15680         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15681         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15682         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15683         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15684         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15685         * sysdeps/sh/libm-test-ulps: Likewise.
15686         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15687         * sysdeps/tile/libm-test-ulps: Likewise.
15688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15689
15690 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15691
15692         * math/libm-test.inc (print_complex_max_error): Check separately
15693         whether real and imaginary errors are within allowed range and
15694         pass 0 to print_complex_function_ulps instead of value within
15695         allowed range.
15696
15697 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15698
15699         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15700         formatting.
15701         (get_handles_fopen): Likewise.
15702         (do_write_test): Likewise.
15703
15704         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15705
15706         * libio/fileops.c (do_ftell): Use cached offset when
15707         available.
15708         * libio/iofwide.c (do_ftell_wide): Likewise.
15709         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15710         _IO_file_attach.
15711         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15712
15713         [BZ #16532]
15714         * libio/libioP.h (get_file_offset): New function.
15715         * libio/fileops.c (get_file_offset): Likewise.
15716         (do_ftell): Likewise.
15717         (_IO_new_file_seekoff): Split out ftell logic.
15718         * libio/wfileops.c (do_ftell_wide): Likewise.
15719         (_IO_wfile_seekoff): Split out ftell logic.
15720         * libio/tst-ftell-active-handler.c: New test case.
15721         * libio/Makefile (tests): Add it.
15722
15723 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15724
15725         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15726         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15727
15728 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15729
15730         [BZ #16639]
15731         * nscd/connections.c (nscd_init): Call do_exit.
15732         (start_threads): Call do_exit and notify_parent.
15733         (begin_drop_privileges): Call do_exit.
15734         (finish_drop_privileges): Likewise.
15735         * nscd/selinux.c (preserve_capabilities): Likewise.
15736         (install_real_capabilities): Likewise.
15737         (nscd_selinux_enabled): Likewise.
15738         (avc_create_thread): Likewise.
15739         (avc_alloc_lock): Likewise.
15740         (nscd_avc_init): Likewise.
15741         * nscd/nscd.c (parent_fd): New static variable.
15742         (main): Create a pipe between parent and child processes.
15743         Skip closing parent_fd.
15744         (monitor_child): New function.
15745         (do_exit): Likewise.
15746         (notify_parent): Likewise.
15747         * nscd/nscd.h (notify_parent): Likewise.
15748         (do_exit): Likewise.
15749
15750 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
15751
15752         * malloc/malloc.c (__libc_calloc): Revert last change.
15753
15754 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15755
15756         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15757
15758 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15759
15760         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15761         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15762         implementation.
15763         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15764         (__libc_ifunc_impl_list): Likewise.
15765         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15766         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15767         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15768         * string/strrchr.c: Define STRRCHR.
15769
15770 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
15771
15772         * benchtest/bench-strtok.c (simple_strtok): Delete.
15773         (strtok_string): Use as benchmark.
15774         * string/strtok (STRTOK): New macro.
15775
15776 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
15777
15778         * manual/threads.texi: Add header and standard comments to all
15779         functions.
15780
15781         * elf/dl-lookup.c (check_match): New function.
15782         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15783         (do_lookup_x): Remove nested function check_match. Use non-nested
15784         function check_match.
15785
15786 2014-02-28  Roland McGrath  <roland@hack.frob.com>
15787
15788         * csu/Makefile (generated, before-compile): Use += rather than =.
15789         * catgets/Makefile (generated, generated-dirs): Likewise.
15790         * debug/Makefile (generated): Likewise.
15791         * dlfcn/Makefile (generated): Likewise.
15792         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15793         * iconvdata/Makefile (before-compile, generated): Likewise.
15794         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15795         * libio/Makefile (generated): Likewise.
15796         * malloc/Makefile (generated): Likewise.
15797         * manual/Makefile (generated, generated-dirs): Likewise.
15798         * misc/Makefile (generated): Likewise.
15799         * posix/Makefile (generated): Likewise.
15800         * resolv/Makefile (generated): Likewise.
15801         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15802         * timezone/Makefile (generated, generated-dirs): Likewise.
15803
15804         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15805
15806 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15807
15808         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15809         power8 implementation.
15810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15811         file: POWER8 llround ifunc implementation.
15812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15813         (__lllround): Add POWER8 implementation.
15814         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15815         POWER8 llround implementation.
15816
15817         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15818         power8 implementation.
15819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15820         file: POWER8 llrint ifunc implementation.
15821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15822         Add POWER8 implementation.
15823         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15824         POWER8 llrint implementation.
15825
15826         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15827         power8 implementation.
15828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15829         file: POWER8 finite ifunc implementation.
15830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15831         Add POWER8 implementation.
15832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15833         Likewise.
15834         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15835         POWER8 finite implementation.
15836         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15837
15838         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15839         power8 implementation.
15840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15841         file: POWER8 isinf ifunc implementation.
15842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15843         POWER8 implementation.
15844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15845         Likewise.
15846         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15847         isinf implementation.
15848         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15849
15850         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15851         (INIT_ARCH): Add hwcap2 initialization.
15852         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15853         power8 implementation.
15854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15855         file: POWER8 isnan ifunc implementation.
15856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15857         POWER8 implementation.
15858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15859         Likewise.
15860         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15861         isnan implementation.
15862         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15863
15864 2014-02-27  Joey Ye  <joey.ye@arm.com>
15865
15866         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15867         (_FP_NANFRAC_Q): Set to zero.
15868
15869 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15870
15871         [BZ #16623]
15872         * math/auto-libm-test-in: New test inputs.
15873         * math/auto-libm-test-out: Regenerate.
15874         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15875         and DA.
15876         (__cos): Likewise.
15877         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15878
15879 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15880
15881         * scripts/evaluate-test.sh: Take new argument indicating whether
15882         failure is expected.
15883         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15884         indicating whether failure is expected.
15885         * conform/Makefile (test-xfail-run-conformtest): New variable.
15886         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15887         level.
15888         * posix/Makefile (test-xfail-annexc): New variable.
15889         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15890
15891 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15892
15893         * argp/Makefile: Include Makeconfig immediately after defining
15894         subdir.
15895         * assert/Makefile: Likewise.
15896         * benchtests/Makefile: Likewise.
15897         * catgets/Makefile: Likewise.
15898         * conform/Makefile: Likewise.
15899         * crypt/Makefile: Likewise.
15900         * csu/Makefile: Likewise.
15901         (all): Remove target.
15902         * ctype/Makefile: Include Makeconfig immediately after defining
15903         subdir.
15904         * debug/Makefile: Likewise.
15905         * dirent/Makefile: Likewise.
15906         * dlfcn/Makefile: Likewise.
15907         * gmon/Makefile: Likewise.
15908         * gnulib/Makefile: Likewise.
15909         * grp/Makefile: Likewise.
15910         * gshadow/Makefile: Likewise.
15911         * hesiod/Makefile: Likewise.
15912         * hurd/Makefile: Likewise.
15913         (all): Remove target.
15914         * iconvdata/Makefile: Include Makeconfig immediately after
15915         defining subdir.
15916         * inet/Makefile: Likewise.
15917         * intl/Makefile: Likewise.
15918         * io/Makefile: Likewise.
15919         * libio/Makefile: Likewise.
15920         (all): Remove target.
15921         * locale/Makefile: Include Makeconfig immediately after defining
15922         subdir.
15923         * login/Makefile: Likewise.
15924         * mach/Makefile: Likewise.
15925         (all): Remove target.
15926         * malloc/Makefile: Include Makeconfig immediately after defining
15927         subdir.
15928         (all): Remove target.
15929         * manual/Makefile: Include Makeconfig immediately after defining
15930         subdir.
15931         * math/Makefile: Likewise.
15932         * misc/Makefile: Likewise.
15933         * nis/Makefile: Likewise.
15934         * nss/Makefile: Likewise.
15935         * po/Makefile: Likewise.
15936         (all): Remove target.
15937         * posix/Makefile: Include Makeconfig immediately after defining
15938         subdir.
15939         * pwd/Makefile: Likewise.
15940         * resolv/Makefile: Likewise.
15941         * resource/Makefile: Likewise.
15942         * rt/Makefile: Likewise.
15943         * setjmp/Makefile: Likewise.
15944         * shadow/Makefile: Likewise.
15945         * signal/Makefile: Likewise.
15946         * socket/Makefile: Likewise.
15947         * soft-fp/Makefile: Likewise.
15948         * stdio-common/Makefile: Likewise.
15949         * stdlib/Makefile: Likewise.
15950         * streams/Makefile: Likewise.
15951         * string/Makefile: Likewise.
15952         * sunrpc/Makefile: Likewise.
15953         (all): Remove target.
15954         * sysvipc/Makefile: Include Makeconfig immediately after defining
15955         subdir.
15956         * termios/Makefile: Likewise.
15957         * time/Makefile: Likewise.
15958         * timezone/Makefile: Likewise.
15959         (all): Remove target.
15960         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15961         subdir.
15962         * wctype/Makefile: Likewise.
15963
15964 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15965
15966         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15967         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15968         (libc_feholdexcept_setround_mips): Ditto.
15969         (libc_feholdsetround): New.
15970         (libc_feholdsetroundf): New.
15971         (libc_feholdsetroundl): New.
15972         (libc_feupdateenv_test_mips): New.
15973         (libc_feupdateenv_test): New.
15974         (libc_feupdateenv_testf): New.
15975         (libc_feupdateenv_testl): New.
15976         (libc_feresetround): New.
15977         (libc_feresetroundf): New.
15978         (libc_feresetroundl): New.
15979         (libc_fetestexcept_mips): New.
15980         (libc_fetestexcept): New.
15981         (libc_fetestexceptf): New.
15982         (libc_fetestexceptl): New.
15983         (HAVE_RM_CTX): New.
15984         (libc_feholdexcept_setround_mips_ctx): New.
15985         (libc_feholdexcept_setround_ctx): New.
15986         (libc_feholdexcept_setroundf_ctx): New.
15987         (libc_feholdexcept_setroundl_ctx): New.
15988         (libc_fesetenv_mips_ctx): New.
15989         (libc_fesetenv_ctx): New.
15990         (libc_fesetenv_ctxf): New.
15991         (libc_fesetenv_ctxl): New.
15992         (libc_feupdateenv_mips_ctx): New.
15993         (libc_feupdateenv_ctx): New.
15994         (libc_feupdateenvf_ctx): New.
15995         (libc_feupdateenvl_ctx): New.
15996         (libc_feholdsetround_mips_ctx): New.
15997         (libc_feholdsetround_ctx): New.
15998         (libc_feholdsetroundf_ctx): New.
15999         (libc_feholdsetroundl_ctx): New.
16000         (libc_feresetround_mips_ctx): New.
16001         (libc_feresetround_ctx): New.
16002         (libc_feresetroundf_ctx): New.
16003         (libc_feresetroundl_ctx): New.
16004
16005 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16006
16007         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16008
16009         * manual/ipc.texi: New file.
16010         * manual/Makefile (chapters): Add ipc.
16011         * manual/job.texi: Add "Inter-Process Communication" to next.
16012         * manual/process.texi: Add "Inter-Process Communication" to prev.
16013
16014 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16015
16016         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16017
16018 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16019
16020         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16021
16022         * manual/arith.texi: Fix spaces after sentences.
16023         * manual/charset.texi: Likewise.
16024         * manual/errno.texi: Likewise.
16025         * manual/install.texi: Likewise.
16026         * manual/llio.texi: Likewise.
16027         * manual/locale.texi: Likewise.
16028         * manual/maint.texi: Likewise.
16029         * manual/math.texi: Likewise.
16030         * manual/memory.texi: Likewise.
16031         * manual/message.texi: Likewise.
16032         * manual/probes.texi: Likewise.
16033         * manual/resource.texi: Likewise.
16034         * manual/signal.texi: Likewise.
16035         * manual/socket.texi: Likewise.
16036         * manual/stdio.texi: Likewise.
16037         * manual/string.texi: Likewise.
16038         * manual/time.texi: Likewise.
16039         * manual/users.texi: Likewise.
16040
16041 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16042
16043         [BZ #16632]
16044         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16045         _DEFAULT_SOURCE is defined.
16046
16047 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16048             Carlos O'Donell  <carlos@redhat.com>
16049
16050         [BZ #16613]
16051         * elf/dl-tls.c (_dl_count_modids): New function.
16052         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16053         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16054         audit library and increment generation counter.
16055         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16056         * elf/tst-audit9.c: New file.
16057         * elf/tst-auditmod9a.c: New file.
16058         * elf/tst-auditmod9b.c: New file.
16059         * elf/Makefile: Add rules to build and run tst-audit9.
16060
16061 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16062
16063         [BZ #15347]
16064         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16065
16066 2014-02-25  Will Newton  <will.newton@linaro.org>
16067
16068         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16069         (__longjmp): Restore sp and lr before restoring callee
16070         saved registers.  Add longjmp and longjmp_target
16071         SystemTap probe point.
16072         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16073         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16074         Define to zero to match jmpbuf layout.
16075         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16076         (__sigsetjmp): Save sp and lr before saving callee
16077         saved registers.  Add setjmp SystemTap probe point.
16078
16079 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16080
16081         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16082
16083 2014-02-24  Andreas Schwab  <schwab@suse.de>
16084
16085         [BZ #15804]
16086         * elf/pldd.c (wait_for_ptrace_stop): New function.
16087         (main): Call it after attaching.
16088
16089 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16090
16091         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16092         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16093         Versions files is now verboten.
16094         * hurd/Versions (libc: GLIBC_2.0):
16095         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16096         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16097         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16098         * mach/Versions: Likewise.
16099
16100         * csu/Versions: Remove unused %include.
16101         * resolv/Versions: Likewise.
16102
16103 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16104
16105         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16106         ($(objpfx)check-local-headers.out): Likewise.
16107         ($(objpfx)begin-end-check.out): Likewise.
16108         * Makerules (check-abi-%.out): Likewise.
16109         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16110         ($(objpfx)test2.cat): Likewise.
16111         ($(objpfx)de/libc.cat): Likewise.
16112         ($(objpfx)test-gencat.out): Likewise.
16113         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16114         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16115         ($(objpfx)noload-mem): Likewise.
16116         ($(objpfx)tst-pathopt.out): Likewise.
16117         ($(objpfx)tst-rtld-load-self.out): Likewise.
16118         ($(objpfx)tst-array1-cmp.out): Likewise.
16119         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16120         ($(objpfx)tst-array2-cmp.out): Likewise.
16121         ($(objpfx)tst-array3-cmp.out): Likewise.
16122         ($(objpfx)tst-array4-cmp.out): Likewise.
16123         ($(objpfx)tst-array5-cmp.out): Likewise.
16124         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16125         ($(objpfx)check-textrel.out): Likewise.
16126         ($(objpfx)check-execstack.out): Likewise.
16127         ($(objpfx)check-localplt.out): Likewise.
16128         ($(objpfx)order2-cmp.out): Likewise.
16129         ($(objpfx)tst-leaks1-mem): Likewise.
16130         ($(objpfx)tst-leaks1-static-mem): Likewise.
16131         ($(objpfx)tst-initorder-cmp.out): Likewise.
16132         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16133         ($(objpfx)tst-unused-dep.out): Likewise.
16134         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16135         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16136         * iconv/Makefile (test-iconvconfig): Likewise.
16137         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16138         ($(objpfx)iconv-test.out): Likewise.
16139         ($(objpfx)tst-tables.out): Likewise.
16140         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16141         ($(objpfx)tst-gettext.out): Likewise.
16142         ($(objpfx)tst-translit.out): Likewise.
16143         ($(objpfx)tst-gettext2.out): Likewise.
16144         ($(objpfx)tst-gettext4.out): Likewise.
16145         ($(objpfx)tst-gettext6.out): Likewise.
16146         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16147         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16148         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16149         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16150         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16151         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16152         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16153         ($(objpfx)wordexp-tst.out): Likewise.
16154         ($(objpfx)annexc.out): Likewise.
16155         ($(objpfx)tst-fnmatch-mem): Likewise.
16156         ($(objpfx)bug-regex2-mem): Likewise.
16157         ($(objpfx)bug-regex14-mem): Likewise.
16158         ($(objpfx)bug-regex21-mem): Likewise.
16159         ($(objpfx)bug-regex31-mem): Likewise.
16160         ($(objpfx)tst-vfork3-mem): Likewise.
16161         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16162         ($(objpfx)tst-pcre-mem): Likewise.
16163         ($(objpfx)tst-boost-mem): Likewise.
16164         ($(objpfx)tst-getconf.out): Likewise.
16165         ($(objpfx)bug-ga2-mem): Likewise.
16166         ($(objpfx)bug-glob2-mem): Likewise.
16167         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16168         ($(objpfx)mtrace-tst-leaks2): Likewise.
16169         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16170         ($(objpfx)tst-printf.out): Likewise.
16171         ($(objpfx)tst-setvbuf1.out): Likewise.
16172         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16173         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16174         ($(objpfx)tst-fmtmsg.out): Likewise.
16175         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16176         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16177
16178         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16179         * bits/sigaction.h [__USE_MISC]: Likewise.
16180         * bits/waitstatus.h: Update #endif comments.
16181         * ctype/ctype.h: Likewise.
16182         * dirent/dirent.h: Likewise.
16183         [__USE_MISC]: Remove redundant conditionals.
16184         * grp/grp.h: Update #endif comments.
16185         [__USE_GNU]: Remove redundant conditionals.
16186         [__USE_MISC]: Likewise.
16187         * inet/netinet/in.h [__USE_GNU]: Likewise.
16188         * io/sys/stat.h [__USE_MISC]: Likewise.
16189         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16190         * libio/bits/stdio.h: Update #endif comments.
16191         [__USE_MISC]: Remove redundant conditionals.
16192         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16193         * libio/stdio.h: Update #endif comments.
16194         [__USE_MISC]: Remove redundant conditionals.
16195         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16196         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16197         * math/math.h: Update #else and #endif comments.
16198         [__USE_MISC]: Remove redundant conditionals.
16199         * misc/sys/uio.h: Update #endif comments.
16200         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16201         * posix/glob.h [__USE_MISC]: Likewise.
16202         * posix/sys/types.h: Update #endif comments.
16203         [__USE_MISC]: Remove redundant conditionals.
16204         * posix/sys/wait.h: Update #endif comments.
16205         [__USE_MISC]: Remove redundant conditionals.
16206         * posix/unistd.h: Update #endif comments.
16207         [__USE_MISC]: Remove redundant conditionals.
16208         * pwd/pwd.h [__USE_GNU]: Likewise.
16209         [__USE_MISC]: Likewise.
16210         * resolv/netdb.h [__USE_GNU]: Likewise.
16211         * signal/signal.h: Update #endif comments.
16212         [__USE_MISC]: Remove redundant conditionals.
16213         * stdlib/stdlib.h: Update #else and #endif comments.
16214         [__USE_MISC]: Remove redundant conditionals.
16215         [__USE_GNU]: Likewise.
16216         * string/bits/string2.h [__USE_MISC]: Likewise.
16217         * string/string.h: Update #endif comments.
16218         [__USE_MISC]: Remove redundant conditionals.
16219         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16220         Likewise.
16221         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16222         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16223         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16224         Likewise.
16225         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16226         Likewise.
16227         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16228         comments.
16229         [__USE_MISC]: Remove redundant conditionals.
16230         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16231         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16232         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16233         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16234         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16235         Likewise.
16236         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16237         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16238         Likewise.
16239         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16240         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16241         Likewise.
16242         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16243         Likewise.
16244         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16245         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16246         Likewise.
16247         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16248         Likewise.
16249         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16250         * sysdeps/x86/bits/string.h: Update #endif comments.
16251         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16252         conditionals.
16253         * time/sys/time.h: Update #endif comments.
16254         * time/time.h: Likewise.
16255         [__USE_MISC]: Remove redundant conditionals.
16256
16257 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16258
16259         [BZ #16600]
16260         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16261
16262 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16263
16264         * Versions.def (librt): Add GLIBC_2.17.
16265
16266 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16267
16268         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16269         synonym for _SYS_AUXV_H to allow direct inclusion.
16270         * sysdeps/sparc/bits/hwcap.h: Likewise.
16271         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16272         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16273         * sysdeps/sparc/sysdep.h: Likewise.
16274
16275 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16276
16277         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16278
16279 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16280
16281         * benchtests/bench-strrchr.c: Print length instead of position.
16282
16283 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16284
16285         [BZ #16611]
16286         * sysdeps/unix/sysv/linux/kernel-features.h
16287         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16288         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16289         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16290         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16291         Likewise.
16292         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16293         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16294         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16295         (__ASSUME_SENDMMSG): Define instead of using previous
16296         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16297         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16298         (__ASSUME_SENDMMSG_SYSCALL): Define.
16299         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16300         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16301         Likewise.
16302         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16303         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16304         Likewise.
16305         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16306         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16307         Likewise.
16308         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16309         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16310         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16311         [__ASSUME_SENDMMSG]: Change conditionals to
16312         [__ASSUME_SENDMMSG_SOCKETCALL].
16313         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16314         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16315         Define.
16316         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16317         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16318         Likewise.
16319         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16320         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16321         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16322         [!__ASSUME_SENDMMSG]: Change conditional to
16323         [!__ASSUME_SENDMMSG_SOCKETCALL].
16324         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16325         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16326         Define.
16327
16328         [BZ #16610]
16329         * sysdeps/unix/sysv/linux/kernel-features.h
16330         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16331         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16332         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16333         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16334         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16335         [__i386__ || __sparc__]
16336         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16337         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16338         (__ASSUME_RECVMMSG): Define instead of using previous
16339         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16340         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16341         (__ASSUME_RECVMMSG_SYSCALL): Define.
16342         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16343         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16344         Likewise.
16345         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16346         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16347         Likewise.
16348         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16349         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16350         Likewise.
16351         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16352         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16353         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16354         [__ASSUME_RECVMMSG]: Change condition to
16355         [__ASSUME_RECVMMSG_SOCKETCALL].
16356         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16357         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16358         Define.
16359         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16360         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16361         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16362         Likewise.
16363         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16364         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16365         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16366         [!__ASSUME_RECVMMSG]: Change condition to
16367         [!__ASSUME_RECVMMSG_SOCKETCALL].
16368         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16369         (__ASSUME_RECVMMSG_SYSCALL): Define.
16370
16371         [BZ #16609]
16372         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16373         __powerpc__ || __s390__ || __sh__ || __sparc__]
16374         (__ASSUME_SOCKETCALL): Define.
16375         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16376         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16377         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16378         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16379         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16380         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16381         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16382         (__ASSUME_ACCEPT4): Define instead of using previous
16383         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16384         __powerpc__ || __sparc__ || __s390__)] condition.
16385         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16386         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16387         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16388         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16389         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16390         [!__ASSUME_ACCEPT4]: Change condition to
16391         [!__ASSUME_ACCEPT4_SOCKETCALL].
16392         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16393         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16394         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16395         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16396         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16397         __ASSUME_ACCEPT4_SYSCALL.
16398         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16399         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16400         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16401         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16402         __ASSUME_ACCEPT4_SYSCALL.
16403         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16404         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16405         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16406         [__ASSUME_ACCEPT4]: Change condition to
16407         [__ASSUME_ACCEPT4_SOCKETCALL].
16408         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16409         (__ASSUME_SOCKETCALL): Define.
16410         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16411         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16412         (__ASSUME_SOCKETCALL): Define.
16413         (__ASSUME_ACCEPT4): Remove.
16414         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16415         Define.
16416         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16417         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16418         Likewise.
16419         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16420         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16421
16422         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16423         macro.
16424         (HWCAP_ARM_LPAE): Likewise.
16425         (HWCAP_ARM_EVTSTRM): Likewise.
16426         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16427         Add vpfd32, lpae and evtstrm.
16428         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16429         Increase to 22.
16430
16431 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16432
16433         * math/auto-libm-test-in: Add tests of clog10.
16434         * math/auto-libm-test-out: Regenerated.
16435         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16436         * sysdeps/i386/fpu/libm-test-ulps: Update.
16437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16438
16439 2014-02-18  Andreas Schwab  <schwab@suse.de>
16440
16441         [BZ #16574]
16442         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16443         Store non-zero if the second buffer was newly allocated.
16444         (send_dg): Likewise.
16445         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16446         to send_vc and send_dg.
16447         (res_nsend): Pass NULL for ansp2_malloced.
16448         * resolv/res_query.c (__libc_res_nquery): Add parameter
16449         answerp2_malloced and pass it down to __libc_res_nsend.
16450         (res_nquery): Pass additional NULL to __libc_res_nquery.
16451         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16452         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16453         second answer buffer if answerp2_malloced was set.
16454         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16455         (__libc_res_nquerydomain): Add parameter
16456         answerp2_malloced and pass it down to __libc_res_nquery.
16457         (res_nquerydomain): Pass additional NULL to
16458         __libc_res_nquerydomain.
16459         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16460         additional NULL to __libc_res_nsend and __libc_res_nquery.
16461         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16462         additional NULL to __libc_res_nsearch.
16463         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16464         parameter of __libc_res_nsearch to check for separately allocated
16465         second buffer.
16466         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16467         __libc_res_nquery.
16468         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16469         additional NULL to __libc_res_nquery.
16470         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16471         __libc_res_nsearch.
16472         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16473         * include/resolv.h: Update prototypes of __libc_res_nquery,
16474         __libc_res_nsearch, __libc_res_nsend.
16475
16476 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16477
16478         * math/auto-libm-test-in: Add tests of fma.
16479         * math/auto-libm-test-out: Regenerated.
16480         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16481         (fma_towardzero_test_data): Likewise.
16482         (fma_downward_test_data): Likewise.
16483         (fma_upward_test_data): Likewise.
16484         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16485         mpc_mode.
16486         (rounding_modes): Add values for new field.
16487         (func_calc_method): Add value mpfr_fff_f.
16488         (func_calc_desc): Add mpfr_fff_f union field.
16489         (test_function): Add field exact_args.
16490         (FUNC): Add macro argument EXACT_ARGS.
16491         (FUNC_mpfr_f_f): Update call to FUNC.
16492         (FUNC_mpfr_f_f): Likewise.
16493         (FUNC_mpfr_ff_f): Likewise.
16494         (FUNC_mpfr_if_f): Likewise.
16495         (FUNC_mpc_c_f): Likewise.
16496         (FUNC_mpc_c_c): Likewise.
16497         (test_functions): Add fma.  Update calls to FUNC.
16498         (handle_input_arg): Add argument exact_args.
16499         (add_test): Update call to handle_input_arg.
16500         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16501         (output_for_one_input_case): Update call to calc_generic_results.
16502         Recalculate exact zero results in each rounding mode.
16503
16504         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16505         non-negative before setting low bit.
16506         * math/auto-libm-test-in: Mark one asin test possibly having
16507         spurious underflow.
16508         * math/auto-libm-test-out: Regenerated.
16509         * sysdeps/i386/fpu/libm-test-ulps: Update.
16510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16511
16512 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16513
16514         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16515         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16516         ports/sysdeps/unix/sysv/linux/microblaze.
16517         * README: Add missing listing for microblaze*-*-linux-gnu.
16518
16519 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16520
16521         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16522         duplicate code
16523
16524 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16525
16526         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16527         * sysdeps/unix/sysv/linux/ia64: Move directory from
16528         ports/sysdeps/unix/sysv/linux/ia64.
16529         * README: Update listing for ia64-*-linux-gnu.
16530
16531 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16532             Joseph Myers  <joseph@codesourcery.com>
16533
16534         * Makeconfig (test-name): New variable.
16535         (evaluate-test): Likewise.
16536         * Makerules (do-test-clean): Remove .test-result files.
16537         (common-mostlyclean): Likewise.
16538         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16539         * scripts/evaluate-test.sh: New file.
16540
16541 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16542
16543         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16544         separate $(objpfx)tst-fopenloc-cmp.out and
16545         $(objpfx)tst-fopenloc-mem.out targets.
16546         (tests): Update dependencies.
16547         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16548         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16549         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16550         (tst-rxspencer-no-utf8-ARGS): New variable.
16551         (tst-rxspencer-no-utf8-ENV): Likewise.
16552         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16553         instead of $(objpfx)tst-rxspencer-mem.
16554         ($(objpfx)tst-rxspencer-mem): Change target to
16555         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16556         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16557         * posix/tst-rxspencer-no-utf8.c: New file.
16558
16559         * elf/Makefile ($(objpfx)order.out): Remove rule.
16560         [$(run-built-tests) = yes] (tests): Depend on
16561         $(objpfx)order-cmp.out.
16562         ($(objpfx)order-cmp.out): New rule.
16563         [$(run-built-tests) = yes] (tests): Depend on
16564         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16565         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16566         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16567         $(objpfx)tst-array5-static-cmp.out.
16568         ($(objpfx)tst-array1.out): Remove rule.
16569         ($(objpfx)tst-array1-cmp.out): New rule.
16570         ($(objpfx)tst-array1-static.out): Remove rule.
16571         ($(objpfx)tst-array1-static-cmp.out): New rule.
16572         ($(objpfx)tst-array2.out): Remove rule.
16573         ($(objpfx)tst-array2-cmp.out): New rule.
16574         ($(objpfx)tst-array3.out): Remove rule.
16575         ($(objpfx)tst-array3-cmp.out): New rule.
16576         ($(objpfx)tst-array4.out): Remove rule.
16577         ($(objpfx)tst-array4-cmp.out): New rule.
16578         ($(objpfx)tst-array5.out): Remove rule.
16579         ($(objpfx)tst-array5-cmp.out): New rule.
16580         ($(objpfx)tst-array5-static.out): Remove rule.
16581         ($(objpfx)tst-array5-static-cmp.out): New rule.
16582         [$(run-built-tests) = yes] (tests): Depend on
16583         $(objpfx)order2-cmp.out.
16584         ($(objpfx)order2.out): Remove rule.
16585         ($(objpfx)order2-cmp.out): New rule.
16586         ($(objpfx)tst-initorder.out): Remove rule.
16587         [$(run-built-tests) = yes] (tests): Depend on
16588         $(objpfx)tst-initorder-cmp.out.
16589         ($(objpfx)tst-initorder-cmp.out): New rule.
16590         ($(objpfx)tst-initorder2.out): Remove rule.
16591         [$(run-built-tests) = yes] (tests): Depend on
16592         $(objpfx)tst-initorder2-cmp.out.
16593         ($(objpfx)tst-initorder2-cmp.out): New rule.
16594         [$(run-built-tests) = yes] (tests): Depend on
16595         $(objpfx)tst-unused-dep-cmp.out.
16596         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16597         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16598         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16599         on $(objpfx)tst-setvbuf1-cmp.out.
16600         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16601         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16602         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16603         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16604         ($(objpfx)tst-svc.out): Remove rule.
16605         ($(objpfx)tst-svc-cmp.out): New rule.
16606
16607 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16608
16609         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16610         * ctype/ctype.h [__USE_MISC]: Likewise.
16611         * dirent/dirent.h [__USE_MISC]: Likewise.
16612         * grp/grp.h [__USE_MISC]: Likewise.
16613         * io/fcntl.h [__USE_MISC]: Likewise.
16614         * io/sys/stat.h [__USE_MISC]: Likewise.
16615         * libio/stdio.h [__USE_MISC]: Likewise.
16616         * posix/unistd.h [__USE_MISC]: Likewise.
16617         * pwd/pwd.h [__USE_MISC]: Likewise.
16618         * stdlib.h [__USE_MISC]: Likewise.
16619         * string/bits/string2.h [__USE_MISC]: Likewise.
16620         * string/string.h [__USE_MISC]: Likewise.
16621         * time/time.h [__USE_MISC]: Likewise.
16622
16623 2014-02-13  Andreas Schwab  <schwab@suse.de>
16624
16625         [BZ #16574]
16626         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16627         second answer buffer if it was separately allocated.
16628
16629 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16630
16631         * sysdeps/mips/math-tests.h: Include <features.h>.
16632         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16633         (ROUNDING_TESTS_long_double): Do not define.
16634         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16635         (EXCEPTION_TESTS_long_double): Likewise.
16636         * sysdeps/mips/mips64/libm-test-ulps: Update.
16637
16638         * include/features.h (__USE_BSD): Remove macro definitions.
16639         (__USE_SVID): Likewise.
16640         (_BSD_SOURCE): Likewise.
16641         (_SVID_SOURCE): Likewise.
16642         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16643         from definition of _DEFAULT_SOURCE.
16644         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16645         [_DEFAULT_SOURCE].
16646         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16647         * bits/mman.h [__USE_BSD]: Likewise.
16648         * bits/termios.h [__USE_BSD]: Likewise.
16649         * bits/waitstatus.h [__USE_BSD]: Likewise.
16650         * ctype/ctype.h [__USE_SVID]: Likewise.
16651         * dirent/dirent.h [__USE_BSD]: Likewise.
16652         * grp/grp.h [__USE_SVID]: Likewise.
16653         [__USE_BSD]: Likewise.
16654         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16655         * io/fcntl.h [__USE_BSD]: Likewise.
16656         * io/ftw.h [__USE_BSD]: Likewise.
16657         * io/sys/stat.h [__USE_BSD]: Likewise.
16658         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16659         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16660         * libio/stdio.h [__USE_SVID]: Likewise.
16661         [__USE_BSD]: Likewise.
16662         * math/math.h [__USE_SVID]: Likewise.
16663         [__USE_BSD]: Likewise.
16664         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16665         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16666         * misc/search.h [__USE_SVID]: Likewise.
16667         * misc/sys/mman.h [__USE_BSD]: Likewise.
16668         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16669         * misc/sys/uio.h [__USE_BSD]: Likewise.
16670         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16671         * posix/glob.h [__USE_BSD]: Likewise.
16672         * posix/regex.h [__USE_BSD]: Likewise.
16673         * posix/sys/types.h [__USE_BSD]: Likewise.
16674         [__USE_SVID]: Likewise.
16675         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16676         * posix/sys/wait.h [__USE_BSD]: Likewise.
16677         [__USE_SVID]: Likewise.
16678         * posix/unistd.h [__USE_BSD]: Likewise.
16679         [__USE_SVID]: Likewise.
16680         * pwd/pwd.h [__USE_SVID]: Likewise.
16681         * resolv/netdb.h [__USE_BSD]: Likewise.
16682         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16683         * signal/signal.h [__USE_BSD]: Likewise.
16684         [__USE_SVID]: Likewise.
16685         * socket/sys/socket.h [__USE_BSD]: Likewise.
16686         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16687         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16688         [__USE_SVID]: Likewise.
16689         * string/bits/string2.h [__USE_BSD]: Likewise.
16690         [__USE_SVID]: Likewise.
16691         * string/bits/string3.h [__USE_BSD]: Likewise.
16692         * string/endian.h [__USE_BSD]: Likewise.
16693         * string/string.h [__USE_SVID]: Likewise.
16694         [__USE_BSD]: Likewise.
16695         * string/strings.h [__USE_BSD]: Likewise.
16696         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16697         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16698         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16699         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16700         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16701         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16702         Likewise.
16703         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16704         Likewise.
16705         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16706         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16707         Likewise.
16708         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16709         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16710         Likewise.
16711         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16712         Likewise.
16713         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16714         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16715         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16716         Likewise.
16717         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16718         Likewise.
16719         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16720         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16721         * termios/termios.h [__USE_BSD]: Likewise.
16722         * time/sys/time.h [__USE_BSD]: Likewise.
16723         * time/time.h [__USE_BSD]: Likewise.
16724         [__USE_SVID]: Likewise.
16725
16726         * Makefile (subdir_targets): Remove subdir_lint.out.
16727
16728         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16729         (do-tst-printf): Likewise.
16730         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16731         $(objpfx)tst-printf.out.
16732
16733         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16734
16735         * Makerules (check-abi-%): Change target to
16736         $(objpfx)check-abi-%.out.
16737         (check-abi target): Update dependencies.
16738         (check-abi-pattern variable): Redirect output of diff to $@.
16739         (check-abi variable): Likewise.
16740         * elf/Makefile (check-abi): Update dependencies.
16741
16742         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16743         unused.
16744         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16745         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16746         subnormal range.
16747         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16748         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16749         value has largest subnormal exponent.
16750         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16751         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16752         * sysdeps/aarch64/soft-fp/sfp-machine.h
16753         (_FP_TININESS_AFTER_ROUNDING): New macro.
16754         * sysdeps/alpha/soft-fp/sfp-machine.h
16755         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16756         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16757         Likewise.
16758         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16759         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16760         * sysdeps/mips/soft-fp/sfp-machine.h
16761         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16762         * sysdeps/powerpc/soft-fp/sfp-machine.h
16763         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16764         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16765         Likewise.
16766         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16767         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16768         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16769         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16770         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16771         Likewise.
16772
16773 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
16774
16775         [BZ #16545]
16776         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16777         model 1.
16778
16779 2014-02-12  Richard Henderson  <rth@redhat.com>
16780
16781         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
16782         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16783         * sysdeps/unix/sysv/linux/alpha: Move directory from
16784         ports/sysdeps/unix/sysv/linux/alpha.
16785         * README: Update listing for alpha-*-linux-gnu.
16786
16787 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
16788
16789         * include/features.h: Update comment documenting feature test
16790         macros.
16791         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16792         _DEFAULT_SOURCE.
16793         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16794         (_SVID_SOURCE): Likewise.
16795         (_DEFAULT_SOURCE): Update description of default features.
16796         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16797         with _GNU_SOURCE.
16798         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16799         (S_ISVTX): Likewise.
16800         * manual/math.texi (Mathematical Constants): Likewise.
16801         * manual/signal.texi (Interrupted Primitives): Likewise.
16802         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16803         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16804         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16805         Don't refer to _SVID_SOURCE in warning text.
16806
16807         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16808
16809         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16810         already defined.
16811         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16812         * sysdeps/mips/dl-lookup.c: Remove.
16813         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16814
16815 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16816
16817         [BZ #16447]
16818         * math/auto-libm-test-in: Add testcase for expl.
16819         * math/auto-libm-test-out: Regenerate.
16820         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16821         calculation of unsafe.
16822         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16823
16824 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16825
16826         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16827         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16828         ports/sysdeps/unix/sysv/linux/aarch64.
16829         * README: Update listing for aarch64*-*-linux-gnu.
16830
16831 2014-02-11  Will Newton  <will.newton@linaro.org>
16832
16833         * manual/probes.texi (Mathematical Function Probes): Use
16834         "triggered" instead of "hit".
16835
16836         * manual/probes.texi (Internal Probes): Add documentation
16837         of setjmp, longjmp and longjmp_target probes.
16838
16839         * include/stap-probe.h: Add comment about probe argument
16840         format.
16841
16842         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16843         definition.  (tr_where, tr_freehook, tr_mallochook,
16844         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16845
16846 2014-02-11  David S. Miller  <davem@davemloft.net>
16847
16848         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16849         processing int_tests.
16850
16851 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16852
16853         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16854         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16855         * sysdeps/unix/sysv/linux/mips: Move directory from
16856         ports/sysdeps/unix/sysv/linux/mips.
16857         * README: Update listing for mips-*-linux-gnu and
16858         mips64-*-linux-gnu.
16859
16860 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16861
16862         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16863         * sysdeps/unix/sysv/linux/m68k: Move directory from
16864         ports/sysdeps/unix/sysv/linux/m68k.
16865         * README: Update listing for m68k-*-linux-gnu.
16866
16867 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16868
16869         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16870         * sysdeps/unix/sysv/linux/generic: Move directory from
16871         ports/sysdeps/unix/sysv/linux/generic.
16872         * sysdeps/unix/sysv/linux/tile: Move directory from
16873         ports/sysdeps/unix/sysv/linux/tile.
16874         * README: Update listing for tile*-*-linux-gnu.
16875
16876 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16877
16878         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16879         __builtin_expect.
16880         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16881         * catgets/open_catalog.c (__open_catalog): Likewise.
16882         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16883         * debug/confstr_chk.c: Likewise.
16884         * debug/fread_chk.c (__fread_chk): Likewise.
16885         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16886         * debug/getgroups_chk.c: Likewise.
16887         * debug/mbsnrtowcs_chk.c: Likewise.
16888         * debug/mbsrtowcs_chk.c: Likewise.
16889         * debug/mbstowcs_chk.c: Likewise.
16890         * debug/memcpy_chk.c: Likewise.
16891         * debug/memmove_chk.c: Likewise.
16892         * debug/mempcpy_chk.c: Likewise.
16893         * debug/memset_chk.c: Likewise.
16894         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16895         * debug/strcat_chk.c (__strcat_chk): Likewise.
16896         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16897         * debug/strncat_chk.c (__strncat_chk): Likewise.
16898         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16899         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16900         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16901         * debug/wcpncpy_chk.c: Likewise.
16902         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16903         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16904         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16905         * debug/wcsncpy_chk.c: Likewise.
16906         * debug/wcsnrtombs_chk.c: Likewise.
16907         * debug/wcsrtombs_chk.c: Likewise.
16908         * debug/wcstombs_chk.c: Likewise.
16909         * debug/wmemcpy_chk.c: Likewise.
16910         * debug/wmemmove_chk.c: Likewise.
16911         * debug/wmempcpy_chk.c: Likewise.
16912         * debug/wmemset_chk.c: Likewise.
16913         * dirent/scandirat.c (SCANDIRAT): Likewise.
16914         * dlfcn/dladdr1.c (dladdr1): Likewise.
16915         * dlfcn/dladdr.c (dladdr): Likewise.
16916         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16917         * dlfcn/dlerror.c (__dlerror): Likewise.
16918         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16919         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16920         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16921         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16922         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16923         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16924         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16925         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16926         Likewise.
16927         * elf/dl-conflict.c: Likewise.
16928         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16929         * elf/dl-dst.h: Likewise.
16930         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16931         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16932         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16933         * elf/dl-init.c (call_init, _dl_init): Likewise.
16934         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16935         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16936         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16937         Likewise.
16938         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16939         Likewise.
16940         * elf/dl-minimal.c (__libc_memalign): Likewise.
16941         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16942         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16943         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16944         * elf/dl-sym.c (do_sym): Likewise.
16945         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16946         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16947         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16948         * elf/dl-writev.h (_dl_writev): Likewise.
16949         * elf/ldconfig.c (search_dir): Likewise.
16950         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16951         (dl_main): Likewise.
16952         * elf/setup-vdso.h (setup_vdso): Likewise.
16953         * grp/compat-initgroups.c (compat_call): Likewise.
16954         * grp/fgetgrent.c (fgetgrent): Likewise.
16955         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16956         * grp/putgrent.c (putgrent): Likewise.
16957         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16958         Likewise.
16959         * hurd/hurdinit.c: Likewise.
16960         * iconvdata/8bit-gap.c (struct): Likewise.
16961         * iconvdata/ansi_x3.110.c : Likewise.
16962         * iconvdata/big5.c : Likewise.
16963         * iconvdata/big5hkscs.c : Likewise.
16964         * iconvdata/cp1255.c: Likewise.
16965         * iconvdata/cp1258.c : Likewise.
16966         * iconvdata/cp932.c : Likewise.
16967         * iconvdata/euc-cn.c: Likewise.
16968         * iconvdata/euc-jisx0213.c : Likewise.
16969         * iconvdata/euc-jp.c: Likewise.
16970         * iconvdata/euc-jp-ms.c : Likewise.
16971         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16972         * iconvdata/gb18030.c : Likewise.
16973         * iconvdata/gbbig5.c (const): Likewise.
16974         * iconvdata/gbgbk.c: Likewise.
16975         * iconvdata/gbk.c : Likewise.
16976         * iconvdata/ibm1364.c : Likewise.
16977         * iconvdata/ibm930.c : Likewise.
16978         * iconvdata/ibm932.c: Likewise.
16979         * iconvdata/ibm933.c : Likewise.
16980         * iconvdata/ibm935.c : Likewise.
16981         * iconvdata/ibm937.c : Likewise.
16982         * iconvdata/ibm939.c : Likewise.
16983         * iconvdata/ibm943.c: Likewise.
16984         * iconvdata/iso_11548-1.c: Likewise.
16985         * iconvdata/iso-2022-cn.c : Likewise.
16986         * iconvdata/iso-2022-cn-ext.c : Likewise.
16987         * iconvdata/iso-2022-jp-3.c: Likewise.
16988         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16989         * iconvdata/iso-2022-kr.c : Likewise.
16990         * iconvdata/iso646.c (gconv_end): Likewise.
16991         * iconvdata/iso_6937-2.c : Likewise.
16992         * iconvdata/iso_6937.c : Likewise.
16993         * iconvdata/iso8859-1.c: Likewise.
16994         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16995         * iconvdata/shift_jisx0213.c : Likewise.
16996         * iconvdata/sjis.c : Likewise.
16997         * iconvdata/t.61.c : Likewise.
16998         * iconvdata/tcvn5712-1.c : Likewise.
16999         * iconvdata/tscii.c: Likewise.
17000         * iconvdata/uhc.c : Likewise.
17001         * iconvdata/unicode.c (gconv_end): Likewise.
17002         * iconvdata/utf-16.c (gconv_end): Likewise.
17003         * iconvdata/utf-32.c (gconv_end): Likewise.
17004         * iconvdata/utf-7.c (base64): Likewise.
17005         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17006         * iconv/gconv_close.c (__gconv_close): Likewise.
17007         * iconv/gconv_open.c (__gconv_open): Likewise.
17008         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17009         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17010         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17011         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17012         (ucs4le_internal_loop_single): Likewise.
17013         * iconv/iconv.c (iconv): Likewise.
17014         * iconv/iconv_close.c: Likewise.
17015         * iconv/loop.c (SINGLE): Likewise.
17016         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17017         * include/atomic.h: Likewise.
17018         * inet/inet6_option.c (option_alloc): Likewise.
17019         * intl/bindtextdom.c (set_binding_values): Likewise.
17020         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17021         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17022         * intl/localealias.c (read_alias_file): Likewise.
17023         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17024         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17025         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17026         * libio/fmemopen.c (fmemopen): Likewise.
17027         * libio/iofgets.c (_IO_fgets): Likewise.
17028         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17029         * libio/iofgetws.c (fgetws): Likewise.
17030         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17031         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17032         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17033         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17034         * locale/findlocale.c (_nl_find_locale): Likewise.
17035         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17036         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17037         Likewise.
17038         * locale/setlocale.c (setlocale): Likewise.
17039         * login/programs/pt_chown.c (main): Likewise.
17040         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17041         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17042         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17043         (mmap, mmap64, mremap, munmap): Likewise.
17044         * math/e_exp2l.c: Likewise.
17045         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17046         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17047         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17048         * math/s_catan.c (__catan): Likewise.
17049         * math/s_catanf.c (__catanf): Likewise.
17050         * math/s_catanh.c (__catanh): Likewise.
17051         * math/s_catanhf.c (__catanhf): Likewise.
17052         * math/s_catanhl.c (__catanhl): Likewise.
17053         * math/s_catanl.c (__catanl): Likewise.
17054         * math/s_ccosh.c (__ccosh): Likewise.
17055         * math/s_ccoshf.c (__ccoshf): Likewise.
17056         * math/s_ccoshl.c (__ccoshl): Likewise.
17057         * math/s_cexp.c (__cexp): Likewise.
17058         * math/s_cexpf.c (__cexpf): Likewise.
17059         * math/s_cexpl.c (__cexpl): Likewise.
17060         * math/s_clog10.c (__clog10): Likewise.
17061         * math/s_clog10f.c (__clog10f): Likewise.
17062         * math/s_clog10l.c (__clog10l): Likewise.
17063         * math/s_clog.c (__clog): Likewise.
17064         * math/s_clogf.c (__clogf): Likewise.
17065         * math/s_clogl.c (__clogl): Likewise.
17066         * math/s_csin.c (__csin): Likewise.
17067         * math/s_csinf.c (__csinf): Likewise.
17068         * math/s_csinh.c (__csinh): Likewise.
17069         * math/s_csinhf.c (__csinhf): Likewise.
17070         * math/s_csinhl.c (__csinhl): Likewise.
17071         * math/s_csinl.c (__csinl): Likewise.
17072         * math/s_csqrt.c (__csqrt): Likewise.
17073         * math/s_csqrtf.c (__csqrtf): Likewise.
17074         * math/s_csqrtl.c (__csqrtl): Likewise.
17075         * math/s_ctan.c (__ctan): Likewise.
17076         * math/s_ctanf.c (__ctanf): Likewise.
17077         * math/s_ctanh.c (__ctanh): Likewise.
17078         * math/s_ctanhf.c (__ctanhf): Likewise.
17079         * math/s_ctanhl.c (__ctanhl): Likewise.
17080         * math/s_ctanl.c (__ctanl): Likewise.
17081         * math/w_pow.c: Likewise.
17082         * math/w_powf.c: Likewise.
17083         * math/w_powl.c: Likewise.
17084         * math/w_scalb.c (sysv_scalb): Likewise.
17085         * math/w_scalbf.c (sysv_scalbf): Likewise.
17086         * math/w_scalbl.c (sysv_scalbl): Likewise.
17087         * misc/error.c (error_tail): Likewise.
17088         * misc/pselect.c (__pselect): Likewise.
17089         * nis/nis_callback.c (__nis_create_callback): Likewise.
17090         * nis/nis_call.c (__nisfind_server): Likewise.
17091         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17092         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17093         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17094         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17095         * nis/nis_lookup.c (nis_lookup): Likewise.
17096         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17097         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17098         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17099         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17100         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17101         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17102         * nis/nss_compat/compat-initgroups.c (add_group)
17103         (internal_getgrent_r): Likewise.
17104         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17105         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17106         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17107         (internal_getspnam_r): Likewise.
17108         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17109         (_nss_nis_getaliasbyname_r): Likewise.
17110         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17111         (_nss_nis_getntohost_r): Likewise.
17112         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17113         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17114         (_nss_nis_getgrgid_r): Likewise.
17115         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17116         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17117         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17118         (_nss_nis_gethostbyname4_r): Likewise.
17119         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17120         (initgroups_netid): Likewise.
17121         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17122         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17123         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17124         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17125         (_nss_nis_getprotobynumber_r): Likewise.
17126         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17127         (_nss_nis_getsecretkey): Likewise.
17128         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17129         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17130         (_nss_nis_getpwuid_r): Likewise.
17131         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17132         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17133         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17134         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17135         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17136         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17137         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17138         Likewise.
17139         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17140         (_nss_nisplus_getntohost_r): Likewise.
17141         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17142         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17143         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17144         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17145         Likewise.
17146         * nis/nss_nisplus/nisplus-initgroups.c
17147         (_nss_nisplus_initgroups_dyn): Likewise.
17148         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17149         (_nss_nisplus_getnetbyaddr_r): Likewise.
17150         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17151         (_nss_nisplus_getprotobynumber_r): Likewise.
17152         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17153         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17154         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17155         Likewise.
17156         * nis/nss_nisplus/nisplus-service.c
17157         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17158         (_nss_nisplus_getservbyport_r): Likewise.
17159         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17160         (_nss_nisplus_getspnam_r): Likewise.
17161         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17162         Likewise.
17163         * nscd/aicache.c (addhstaiX): Likewise.
17164         * nscd/cache.c (cache_search, prune_cache): Likewise.
17165         * nscd/connections.c (register_traced_file, send_ro_fd)
17166         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17167         (main_loop_epoll): Likewise.
17168         * nscd/grpcache.c (addgrbyX): Likewise.
17169         * nscd/hstcache.c (addhstbyX): Likewise.
17170         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17171         * nscd/mem.c (gc, mempool_alloc): Likewise.
17172         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17173         (addinnetgrX): Likewise.
17174         * nscd/nscd-client.h (__nscd_acquire_maplock)
17175         (__nscd_drop_map_ref): Likewise.
17176         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17177         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17178         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17179         Likewise.
17180         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17181         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17182         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17183         (__nscd_get_map_ref): Likewise.
17184         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17185         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17186         Likewise.
17187         * nscd/pwdcache.c (addpwbyX): Likewise.
17188         * nscd/selinux.c (preserve_capabilities): Likewise.
17189         * nscd/servicescache.c (addservbyX): Likewise.
17190         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17191         * posix/fnmatch.c (fnmatch): Likewise.
17192         * posix/getopt.c (_getopt_internal_r): Likewise.
17193         * posix/glob.c (glob, glob_in_dir): Likewise.
17194         * posix/wordexp.c (exec_comm_child): Likewise.
17195         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17196         (getanswer_r, gaih_getanswer_slice): Likewise.
17197         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17198         * resolv/res_init.c: Likewise.
17199         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17200         * resolv/res_query.c (__libc_res_nquery): Likewise.
17201         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17202         Likewise.
17203         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17204         * stdio-common/perror.c (perror): Likewise.
17205         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17206         * stdio-common/tmpnam.c (tmpnam): Likewise.
17207         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17208         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17209         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17210         Likewise.
17211         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17212         * stdlib/putenv.c (putenv): Likewise.
17213         * stdlib/setenv.c (__add_to_environ): Likewise.
17214         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17215         * stdlib/strtol_l.c (INTERNAL): Likewise.
17216         * string/memmem.c (memmem): Likewise.
17217         * string/strerror.c (strerror): Likewise.
17218         * string/strnlen.c (__strnlen): Likewise.
17219         * string/test-memmem.c (simple_memmem): Likewise.
17220         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17221         * sunrpc/pm_getport.c (__get_socket): Likewise.
17222         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17223         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17224         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17225         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17226         Likewise.
17227         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17228         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17229         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17230         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17231         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17232         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17233         Likewise.
17234         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17235         Likewise.
17236         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17237         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17238         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17239         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17240         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17241         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17242         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17243         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17244         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17245         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17246         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17247         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17248         Likewise.
17249         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17250         Likewise.
17251         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17252         Likewise.
17253         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17254         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17255         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17256         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17257         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17258         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17259         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17260         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17261         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17262         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17263         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17264         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17265         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17266         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17267         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17268         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17269         Likewise.
17270         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17271         Likewise.
17272         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17273         Likewise.
17274         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17275         Likewise.
17276         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17277         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17278         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17279         Likewise.
17280         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17281         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17282         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17283         * sysdeps/posix/sleep.c: Likewise.
17284         * sysdeps/posix/tempname.c: Likewise.
17285         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17286         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17287         Likewise.
17288         * sysdeps/powerpc/powerpc32/dl-machine.h
17289         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17290         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17291         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17292         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17293         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17294         Likewise.
17295         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17296         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17297         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17298         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17299         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17300         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17301         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17302         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17303         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17304         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17305         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17306         (elf_machine_lazy_rel): Likewise.
17307         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17308         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17309         (elf_machine_lazy_rel): Likewise.
17310         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17311         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17312         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17313         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17314         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17315         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17316         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17317         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17318         Likewise.
17319         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17320         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17321         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17322         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17323         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17324         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17325         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17326         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17327         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17328         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17329         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17330         Likewise.
17331         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17332         (__posix_fallocate64_l64): Likewise.
17333         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17334         (posix_fallocate): Likewise.
17335         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17336         Likewise.
17337         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17338         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17339         (getifaddrs_internal): Likewise.
17340         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17341         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17342         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17343         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17344         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17345         (__posix_fallocate64_l64): Likewise.
17346         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17347         Likewise.
17348         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17349         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17350         (__get_clockfreq): Likewise.
17351         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17352         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17353         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17354         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17355         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17356         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17357         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17358         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17359         Likewise.
17360         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17361         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17362         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17363         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17364         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17365         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17366         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17367         Likewise.
17368         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17369         (posix_fallocate): Likewise.
17370         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17371         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17372         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17373         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17374         (elf_machine_rela, elf_machine_rela_relative)
17375         (elf_machine_lazy_rel): Likewise.
17376         * time/asctime.c (asctime_internal): Likewise.
17377         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17378         * time/tzset.c (__tzset_parse_tz): Likewise.
17379         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17380         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17381         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17382         * wcsmbs/wcsmbsload.h: Likewise.
17383
17384         [BZ #15894]
17385         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17386
17387         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17388         (arena_get2): Remove THREAD_STATS conditionals.
17389         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17390         (__malloc_stats, int): Likewise.
17391
17392 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17393
17394         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17395         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17396
17397         * manual/setjmp.texi: Fix typos/grammar errors.
17398
17399         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17400         Only return early when n is <= 0.  Delete unused return statement.
17401
17402         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17403         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17404         * debug/tst-longjmp_chk3.c: New file.
17405
17406         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17407         (test_main): Replace code with set_fortify_handler call.
17408         * debug/test-strcpy_chk.c: Likewise.
17409         * debug/tst-chk1.c: Likewise.
17410         * debug/tst-longjmp_chk.c: Likewise.
17411         * test-skeleton.c: Include fcntl.h & paths.h
17412         (set_fortify_handler): Define.
17413
17414         * debug/tst-longjmp_chk.c: Add header comment and include
17415         ../test-skeleton.c.
17416         (do_test): Mark static.
17417         (TEST_FUNCTION): Define.
17418
17419         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17420         (IP_PMTUDISC_INTERFACE): Likewise.
17421         (IP_MULTICAST_IF): Likewise.
17422         (IP_MULTICAST_TTL): Likewise.
17423         (IP_MULTICAST_LOOP): Likewise.
17424         (IP_ADD_MEMBERSHIP): Likewise.
17425         (IP_DROP_MEMBERSHIP): Likewise.
17426         (IP_UNBLOCK_SOURCE): Likewise.
17427         (IP_BLOCK_SOURCE): Likewise.
17428         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17429         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17430         (IP_MSFILTER): Likewise.
17431         (MCAST_JOIN_GROUP): Likewise.
17432         (MCAST_BLOCK_SOURCE): Likewise.
17433         (MCAST_UNBLOCK_SOURCE): Likewise.
17434         (MCAST_LEAVE_GROUP): Likewise.
17435         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17436         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17437         (MCAST_MSFILTER): Likewise.
17438         (IP_MULTICAST_ALL): Likewise.
17439         (IP_UNICAST_IF): Likewise.
17440
17441         * timezone/Makefile: Delete $(have-ksh) check.
17442         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17443         * timezone/tzselect.ksh: Add +x mode bits.
17444
17445         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17446         (ANON_INODE_FS_MAGIC): Likewise.
17447         (BDEVFS_MAGIC): Likewise.
17448         (BINFMTFS_MAGIC): Likewise.
17449         (BTRFS_TEST_MAGIC): Likewise.
17450         (CRAMFS_MAGIC_WEND): Likewise.
17451         (DEBUGFS_MAGIC): Likewise.
17452         (ECRYPTFS_SUPER_MAGIC): Likewise.
17453         (EXT3_SUPER_MAGIC): Likewise.
17454         (EXT4_SUPER_MAGIC): Likewise.
17455         (FUTEXFS_SUPER_MAGIC): Likewise.
17456         (HOSTFS_SUPER_MAGIC): Likewise.
17457         (HUGETLBFS_MAGIC): Likewise.
17458         (MINIX3_SUPER_MAGIC): Likewise.
17459         (MTD_INODE_FS_MAGIC): Likewise.
17460         (NILFS_SUPER_MAGIC): Likewise.
17461         (OPENPROM_SUPER_MAGIC): Likewise.
17462         (PIPEFS_MAGIC): Likewise.
17463         (PSTOREFS_MAGIC): Likewise.
17464         (QNX6_SUPER_MAGIC): Likewise.
17465         (RAMFS_MAGIC): Likewise.
17466         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17467         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17468         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17469         (SECURITYFS_MAGIC): Likewise.
17470         (SELINUX_MAGIC): Likewise.
17471         (SMACK_MAGIC): Likewise.
17472         (SOCKFS_MAGIC): Likewise.
17473         (SQUASHFS_MAGIC): Likewise.
17474         (STACK_END_MAGIC): Likewise.
17475         (TMPFS_MAGIC): Likewise.
17476         (USBDEVICE_SUPER_MAGIC): Likewise.
17477         (V9FS_MAGIC): Likewise.
17478         (XENFS_SUPER_MAGIC): Likewise.
17479         (CRAMFS_MAGIC): Fix typo in comment.
17480         (EXT2_SUPER_MAGIC): Update comment.
17481         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17482
17483 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17484
17485         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17486         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17487         * sysdeps/unix/sysv/linux/arm: Move directory from
17488         ports/sysdeps/unix/sysv/linux/arm.
17489         * README: Update listing for arm-*-linux-gnueabi.
17490
17491         * README: Remove mention of am33.
17492
17493 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17494
17495         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17496         than the comma operator, to avoid "rhs of comma has no effect"
17497         compiler warnings.
17498         (__sigfillset, __sigandset, __sigorset): Likewise.
17499         * include/signal.h (__sigemptyset): Likewise.
17500         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17501
17502 2014-02-07  Allan McRae  <allan@archlinux.org>
17503
17504         * version.h (RELEASE): Set to "development".
17505         (VERSION): Set to "2.19.90"
17506         * NEWS: Add 2.20 section.
17507
17508 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17509
17510         [BZ #16529]
17511         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17512
17513 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17514
17515         * manual/contrib.texi: Update entry for Carlos O'Donell,
17516         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17517
17518 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17519
17520         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17521
17522         * sysdeps/unix/sysv/linux/kernel-features.h
17523         [__LINUX_KERNEL_VERSION >= 0x020621]
17524         (__ASSUME_PROC_PID_TASK_COMM): Define.
17525
17526 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17527
17528         [BZ #16398]
17529         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17530         conversion when destination buffer does not have enough space.
17531         * libio/tst-ftell-partial-wide.c: New test case.
17532         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17533
17534         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17535         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17536         Leonard and Allan McRae.
17537
17538 2014-02-04  David S. Miller  <davem@davemloft.net>
17539
17540         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17541         32-bit.
17542
17543 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17544
17545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17546         New file
17547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17548         New file
17549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17550         New file.
17551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17552         New file.
17553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17554         New file.
17555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17556         New file.
17557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17558         New file.
17559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17560         New file.
17561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17562         New file.
17563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17564         New file.
17565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17566         New file.
17567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17568         New file.
17569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17570         New file.
17571
17572 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17573
17574         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17575         * shlib-versions: Likewise.
17576
17577 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17578             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17579
17580         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17581         (abilist-pattern): New variable, set to %-le.abilist.
17582
17583         * Makerules (abilist-pattern): New variable.
17584         (vpath): Use $(abilist-pattern) in place of %.abilist.
17585         (check-abi-% pattern rule): Likewise.
17586         (check-abi, update-abi): Likewise.
17587
17588 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17589
17590         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17591
17592 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17593
17594         * manual/startup.texi: Add next, previous, and top entries for
17595         the `Program Arguments' and `Environment Variables' nodes.
17596
17597 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17598
17599         * manual/macros.texi: Add comments before MTASC-safety macros.
17600
17601         * manual/users.texi: Document MTASC-safety properties.
17602
17603         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17604         (pthread_getspecific, pthread_setspecific): Format with
17605         @deftypefun, and add @safety note.
17606         * manual/signal.texi: Move comments that analyze the above
17607         functions to their home place.
17608
17609 2014-02-03  Allan McRae  <allan@archlinux.org>
17610
17611         * po/sl.po: Update Slovenian translation from translation project.
17612
17613 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17614
17615         * manual/time.texi (timegm): Add missing blank after @c.
17616         Reported by Joseph Myers <joseph@codesourcery.com>.
17617
17618 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17619
17620         * manual/check-safety.sh: New.
17621         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17622
17623         * manual/terminal.texi: Document MTASC-safety properties.
17624
17625         * manual/filesys.texi: Document MTASC-safety properties.
17626
17627         * manual/errno.texi: Document MTASC-safety properties.
17628
17629         * manual/intro.texi: Document safety identifiers and
17630         conditionals.
17631
17632         * manual/string.texi (wcstok): Fix prototype.
17633         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17634
17635         * manual/time.texi: Document MTASC-safety properties.
17636
17637         * manual/string.texi: Document MTASC-safety properties.
17638
17639         * manual/threads.texi: Document MTASC-safety properties.
17640
17641         * manual/stdio.texi: Document MTASC-safety properties.
17642
17643         * manual/syslog.texi: Document MTASC-safety properties.
17644
17645         * manual/sysinfo.texi: Document MTASC-safety properties.
17646
17647         * manual/startup.texi: Document MTASC-safety properties.
17648
17649         * manual/socket.texi: Document MTASC-safety properties.
17650
17651         * manual/signal.texi: Document MTASC-safety properties.
17652
17653 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17654
17655         * manual/setjmp.texi: Document MTASC-safety properties.
17656
17657         * manual/search.texi: Document MTASC-safety properties.
17658
17659         * manual/resource.texi: Document MTASC-safety properties.
17660
17661         * manual/process.texi: Document MTASC-safety properties.
17662
17663         * manual/platform.texi: Document MTASC-safety properties.
17664
17665         * manual/pipe.texi: Document MTASC-safety properties.
17666
17667         * manual/pattern.texi: Document MTASC-safety properties.
17668
17669         * manual/message.texi: Document MTASC-safety properties.
17670
17671         [BZ #12751]
17672         * manual/memory.texi: Document MTASC-safety properties.
17673
17674         * manual/math.texi: Document MTASC-safety properties.
17675
17676         * manual/locale.texi: Document MTASC-safety properties.
17677
17678         * manual/llio.texi: Document MTASC-safety properties.
17679
17680         * manual/libdl.texi: New.
17681
17682         * manual/lang.texi: Document MTASC-safety properties.
17683
17684         * manual/job.texi: Document MTASC-safety properties.
17685
17686         * manual/getopt.texi: Document MTASC-safety properties.
17687
17688         * manual/ctype.texi: Document MTASC-safety properties.
17689
17690 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17691
17692         [BZ #16046]
17693         * csu/libc-tls.c (static_map): Remove variable.
17694         (__libc_setup_tls): Use main executable's link map for TLS data.
17695         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17696         casing for LM_ID_BASE and GL(dl_nns).
17697         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17698         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17699         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17700         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17701         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17702         member.
17703         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17704         l_phnum members.
17705
17706 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17707
17708         * manual/debug.texi: Document MTASC-safety properties.
17709
17710 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17711
17712         [BZ #16510]
17713         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17714         of __x86_64__ when disabling x87 inline functions.
17715
17716 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17717
17718         * manual/charset.texi: Document MTASC-safety properties.
17719
17720         * manual/crypt.texi: Document MTASC-safety properties.
17721
17722         * manual/conf.texi: Document MTASC-safety properties.
17723
17724         * manual/arith.texi: Document MTASC-safety properties.
17725
17726         * manual/argp.texi: Document MTASC-safety properties.
17727
17728         * manual/macros.texi: Introduce macros to document multi
17729         thread, asynchronous signal and asynchronous cancellation
17730         safety properties.
17731         * manual/intro.texi: Introduce the properties themselves.
17732
17733 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17734
17735         * sysdeps/sh/sh4/Makefile: New file.
17736
17737 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
17738
17739         * math/gen-libm-test.pl ($srcdir): New variable.
17740         ($auto_input): Use it.
17741
17742 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17743
17744         [BZ #16506]
17745         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17746         access beyond array bounds when parsing netgroups file.
17747
17748         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17749         the old buffer before realloc.
17750
17751 2014-01-27  Allan McRae  <allan@archlinux.org>
17752
17753         * po/fr.po: Update French translation from translation project.
17754
17755 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17756
17757         * sysdeps/sh/libm-test-ulps: Regenerate.
17758
17759 2014-01-24  David S. Miller  <davem@davemloft.net>
17760
17761         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17762
17763 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17764
17765         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17766         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17767
17768 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17769
17770         [BZ #16474]
17771         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17772         string pointers after reallocation.
17773
17774 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17775
17776         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17777         __SH4A__ instead of __SH_FPU_ANY__.
17778
17779 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17780
17781         * sysdeps/sh/fpu_control.h: New file.
17782         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17783         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17784         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17785         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17786         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17787         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17788         * sysdeps/sh/sys/ucontext.h: Remove.
17789         * sysdeps/sh/sys: Remove directory.
17790
17791 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17792
17793         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17794         s390/sys/ucontext.h.
17795         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17796         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17797
17798 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17799
17800         [BZ #15605]
17801         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17802
17803 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17804
17805         [BZ#16431]
17806         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17807         Adjust the vDSO correctly for internal calls.
17808         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17809
17810 2014-01-20  Allan McRae  <allan@archlinux.org>
17811
17812         * po/ca.po: Update Catalan translation from translation project.
17813
17814 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17815
17816         * sysdeps/s390/sotruss-lib.c: New file.
17817
17818 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17819
17820         [BZ#16430]
17821         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17822         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17823         local calls issues by not having a PLT stub required for IFUNC calls.
17824         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17825
17826 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17827
17828         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17829         * math/test-fpucw-static.c: Likewise.
17830
17831 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17832
17833         [BZ #16453]
17834         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17835
17836 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17837
17838         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17839         implementation for powerpc.
17840
17841 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17842
17843         [BZ #14782]
17844         * sysdeps/posix/system.c (__libc_system): Do not enable
17845         asynchronous cancellation.
17846
17847 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17848
17849         [BZ #16427]
17850         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17851         handling only for numbers special also in the IEEE case.
17852
17853 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17854
17855         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17856
17857 2014-01-11  Allan McRae  <allan@archlinux.org>
17858
17859         * po/bg.po: Update Bulgarian translation from translation project.
17860
17861         * po/de.po: Update German translation from translation project.
17862
17863 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17864
17865         * sysdeps/generic/gcc-compat.h: New file.
17866
17867 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17868
17869         * benchtests/asin-inputs: Correct slow inputs.
17870         * benchtests/acos-inputs: Likewise.
17871
17872 2014-01-10  Allan McRae  <allan@archlinux.org>
17873
17874         * po:sv.po: Update Swedish translation from translation project.
17875
17876         * po/vi.po: Update Vietnamese translation from translation project.
17877
17878         * po/eo.po: Update Esperanto translation from translation project.
17879
17880         * po/cs.po: Update Czech translation from translation project.
17881
17882         * po/nl.po: Update Dutch translation from translation project.
17883
17884         * po/pl.po: Update Polish translation from translation project.
17885
17886         * po/ru.po: Update Russian translation from translation project.
17887
17888         * po/uk.po: Update Ukrainian translation from translation project.
17889
17890 2014-01-08  Brooks Moses  <bmoses@google.com>
17891
17892         * elf/dl-load.c: Fix comment typo.
17893
17894 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17895
17896         * po/header.pot: Rename to...
17897         * po/pot.header: ... this.
17898         * po/Makefile: Use pot.header.
17899
17900 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17901             Maxim Kuvyrkov  <maxim@kugelworks.com>
17902
17903         [BZ #16394]
17904         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17905         SRC and DEST against LEN.
17906
17907 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17908
17909         [BZ #16414]
17910         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17911         implementation.
17912         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17913
17914 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17915
17916         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17917
17918 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17919
17920         [BZ #16408]
17921         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17922         for large positive arguments.
17923
17924 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17925
17926         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17927
17928         * math/auto-libm-test-in: Mark various tests with
17929         xfail-rounding:ldbl-128ibm.
17930         * math/auto-libm-test-out: Regenerated.
17931
17932         [BZ #16407]
17933         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17934         Increase overflow threshold.
17935
17936 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17937
17938         [BZ #14286]
17939         * stdio-common/vfprintf.c: Check for integer overflow.
17940
17941 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17942
17943         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17944         the first argument and return value of __tls_get_addr_internal.
17945
17946 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17947
17948         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17949         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17950
17951 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17952
17953         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17954         * sysdeps/s390/rtld-global-offsets.sym: New file.
17955         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17956         GLIBC_2.19 symbol.
17957         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17958         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17959         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17960         ... this.
17961         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17962         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17963         ... this.
17964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17965         Regenerate.
17966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17967         Regenerate.
17968         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17969         halfs of GPRs for high_gprs contexts.
17970         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17971         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17972         field.
17973         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17974         uc_flags field.
17975         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17976         64 bit versions:
17977         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17978         for high GPRs (uc_high_gprs) and for future extensions
17979         (__reserved).
17980         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17981         for future extensions (__reserved).
17982         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17983         64 bit versions:
17984         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17985         SC_HIGHGPRS offset definition.
17986         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17987         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17988
17989         * Versions.def: Add GLIBC_2.19 for libpthread.
17990         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17991         siglongjmp for libpthread with GLIBC_2.19 symver.
17992         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17993         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17994         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17995         * sysdeps/s390/__longjmp.c: New file.
17996         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17997         * sysdeps/s390/longjmp.c: New file.
17998         * sysdeps/s390/setjmp.S: New file.
17999         * sysdeps/s390/sigjmp.S: New file.
18000         * sysdeps/s390/v1-longjmp.c: New file.
18001         * sysdeps/s390/v1-setjmp.h: New file.
18002         * sysdeps/s390/v1-sigjmp.c: New file.
18003         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18004         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18005         GLIBC_2.19 version.
18006         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18007         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18008         versioned symbols for ____longjmp_chk.
18009         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18010         Likewise.
18011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18012         Regenerate.
18013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18014         Regenerate.
18015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18016         Regenerate.
18017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18018         Regenerate.
18019         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18020         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18021         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18022         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18023         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18024         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18025         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18026         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18027         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18028         * sysdeps/s390/rtld-__longjmp.c: New file.
18029         * sysdeps/s390/rtld-setjmp.S: New file.
18030
18031 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18032
18033         [BZ #16400]
18034         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18035         Return -__logl (x) for small positive arguments without evaluating
18036         a polynomial.
18037
18038 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18039
18040         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18041         Rename to ...
18042         (__ptrace_peeksiginfo_args): ... this.
18043         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18044         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18045         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18046
18047 2014-01-06  Allan McRae  <allan@archlinux.org>
18048
18049         * inet/netinet/in.h: Fix typo in comment.
18050
18051 2014-01-05  Andreas Jaeger  <aj@suse.de>
18052
18053         * sysdeps/i386/fpu/libm-test-ulps: Update.
18054
18055 2014-01-05  Allan McRae  <allan@archlinux.org>
18056
18057         * po/libc.pot: Regenerated.
18058
18059         * malloc/memusagestat.c: Fix gettext call formatting.
18060
18061 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18062
18063         * nscd/nscd.c: Improve usage() output.
18064
18065 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18066
18067         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18068         * sysdeps/unix/sysv/linux/configure: Regenerated.
18069         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18070         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18071
18072 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18073
18074         [BZ #16390]
18075         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18076         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18077
18078 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18079
18080         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18081         extra tokens at end of #undef directive.
18082         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18083         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18084         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18085
18086 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18087
18088         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18089
18090         * math/auto-libm-test-in: Mark various tests with
18091         xfail-rounding:ldbl-128ibm.
18092         * math/auto-libm-test-out: Regenerated.
18093
18094 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18095
18096         [BZ #16386]
18097         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18098         numbers with subnormal high part when calculating exponent.
18099
18100         [BZ #16385]
18101         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18102         fabs.
18103
18104         [BZ #16384]
18105         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18106         M_LN2l.
18107         (__ieee754_acoshl): Use __log1pl not __log1p.
18108
18109 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18110
18111         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18112         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18113         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18114         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18115         (reused_arena, arena_get2): Convert to GNU style.
18116         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18117         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18118         (memalign_check, __malloc_set_state): Likewise.
18119         * malloc/mallocbug.c (main): Likewise.
18120         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18121         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18122         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18123         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18124         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18125         (__posix_memalign, malloc_info): Likewise.
18126         * malloc/malloc.h: Likewise.
18127         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18128         (mallochook, memalignhook, reallochook, mabort): Likewise.
18129         * malloc/mcheck.h: Likewise.
18130         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18131         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18132         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18133         * malloc/morecore.c (__default_morecore): Likewise.
18134         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18135         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18136         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18137         (print_and_abort): Likewise.
18138         * malloc/obstack.h: Likewise.
18139         * malloc/set-freeres.c (__libc_freeres): Likewise.
18140         * malloc/tst-mallocstate.c (main): Likewise.
18141         * malloc/tst-mtrace.c (main): Likewise.
18142         * malloc/tst-realloc.c (do_test): Likewise.
18143
18144 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18145
18146         [BZ #16366]
18147         * nscd/netgroupcache.c (do_notfound): New function.
18148         (addgetnetgrentX): Use it.
18149
18150         [BZ # 16365]
18151         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18152         NSS_STATUS_NOTFOUND.
18153
18154 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18155
18156         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18158
18159 2014-01-01  Allan McRae  <allan@archlinux.org>
18160
18161         * scripts/update-copyrights: Update configure input file suffix.
18162
18163         * NEWS: Update copyright year.
18164         * catgets/gencat.c: Likewise.
18165         * csu/version.c: Likewise.
18166         * debug/catchsegv.sh: Likewise.
18167         * debug/pcprofiledump.c: Likewise.
18168         * debug/xtrace.sh: Likewise.
18169         * elf/ldconfig.c: Likewise.
18170         * elf/ldd.bash.in: Likewise.
18171         * elf/pldd.c: Likewise.
18172         * elf/sotruss.ksh: Likewise.
18173         * elf/sprof.c: Likewise.
18174         * iconv/iconv_prog.c: Likewise.
18175         * iconv/iconvconfig.c: Likewise.
18176         * locale/programs/locale.c: Likewise.
18177         * locale/programs/localedef.c: Likewise.
18178         * login/programs/pt_chown.c: Likewise.
18179         * malloc/memusage.sh: Likewise.
18180         * malloc/memusagestat.c: Likewise.
18181         * malloc/mtrace.pl: Likewise.
18182         * manual/libc.texinfo: Likewise.
18183         * nscd/nscd.c: Likewise.
18184         * nss/getent.c: Likewise.
18185         * nss/makedb.c: Likewise.
18186         * posix/getconf.c: Likewise.
18187         * scripts/test-installation.pl: Likewise.
18188
18189         * All files with FSF copyright notices: Update copyright dates
18190         using scripts/update-copyrights.
18191         * intl/plural.c: Regenerated.
18192         * locale/programs/charmap-kw.h: Likewise.
18193         * locale/programs/locfile-kw.h: Likewise.
18194
18195 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18196
18197         * sysdeps/unix/sysv/linux/configure: Regenerated.
18198         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18199         the linux/fanotify.h header.
18200         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18201         HAVE_LINUX_FANOTIFY_H is defined.
18202
18203 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18204
18205         * benchtests/cos-inputs: New inputs.
18206         * benchtests/sin-inputs: Likewise.
18207
18208         * benchtests/atan-inputs: New inputs. Fix name of multiple
18209         precision fallback inputs.
18210
18211         * benchtests/atanh-inputs: New inputs.
18212         * benchtests/tanh-inputs: Likewise.
18213
18214         * benchtests/acosh-inputs: New inputs.
18215         * benchtests/asinh-inputs: Likewise.
18216
18217         * benchtests/cosh-inputs: New inputs.
18218         * benchtests/sinh-inputs: Likewise.
18219
18220         * benchtests/acos-inputs: Add more inputs.
18221         * benchtests/asin-inputs: Likewise.
18222
18223 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18224
18225         [BZ #16375]
18226         * manual/arith.texi: Fix spelling.
18227         * manual/charset.texi: Likewise.
18228         * manual/errno.texi: Likewise.
18229         * manual/filesys.texi: Likewise.
18230         * manual/lang.texi: Likewise.
18231         * manual/llio.texi: Likewise.
18232         * manual/locale.texi: Likewise.
18233         * manual/message.texi: Likewise.
18234         * manual/resource.texi: Likewise.
18235         * manual/search.texi: Likewise.
18236         * manual/setjmp.texi: Likewise.
18237         * manual/stdio.texi: Likewise.
18238         * manual/string.texi: Likewise.
18239         * manual/sysinfo.texi: Likewise.
18240         * manual/time.texi: Likewise.
18241
18242 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18243
18244         * po/sl.po: New file.
18245
18246 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18247
18248         * .gitignore: Add core/.gdbinit/.gdb_history.
18249
18250 2013-12-27  Allan McRae  <allan@archlinux.org>
18251
18252         [BZ #16369]
18253         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18254         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18255
18256 2013-12-24  Brooks Moses  <bmoses@google.com>
18257
18258         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18259         all compilers that claim C++98 compliance, not just GCC.
18260         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18261         Likewise.
18262
18263 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18264
18265         * NEWS: Restore accidentally deleted bug-fix entries.
18266
18267 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18268             Ondřej Bílka  <neleai@seznam.cz>
18269
18270         [BZ #15073]
18271         * malloc/malloc.c (_int_free): Perform sanity check only if we
18272         have_lock.
18273
18274 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18275
18276         [BZ #12986]
18277         * manual/stdio.texi (String Input Conversions): Clarify that character
18278         classes are not supported.
18279
18280 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18281
18282         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18283
18284 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18285
18286         [BZ #16337]
18287         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18288         Calculate results for small negative arguments directly rather
18289         than using reflection formula with special underflow handling.
18290
18291         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18292         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18293         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18294         (fchflags): Likewise.
18295         (revoke): Likewise.
18296         (setlogin): Likewise.
18297         (sigaltstack): Likewise.
18298         (wait4): Likewise.
18299         (sigblock): Remove.
18300         (sigsetmask): Likewise.
18301         (wait3): Likewise.
18302         (waitpid): Likewise.
18303         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18304         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18305         file.
18306         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18307         * sysdeps/unix/bsd/Makefile: ... here.
18308         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18309         * sysdeps/unix/bsd/Versions: ... here.
18310         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18311         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18312         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18313         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18314         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18315         * sysdeps/unix/bsd/sigblock.c: ... here.
18316         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18317         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18318         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18319         * sysdeps/unix/bsd/sigvec.c: ... here.
18320         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18321         * sysdeps/unix/bsd/tcdrain.c: ... here.
18322         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18323         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18324         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18325         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18326         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18327         * sysdeps/unix/bsd/wait.c: ... here.
18328         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18329         * sysdeps/unix/bsd/wait3.c: ... here.
18330         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18331         * sysdeps/unix/bsd/waitpid.c: ... here.
18332
18333 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18334
18335         [BZ #16356]
18336         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18337         round-to-nearest for [!USE_AS_EXPM1L].
18338         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18339         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18340         more tests of exp and exp10.  Expect some exp10 tests to miss
18341         exceptions or fail in directed rounding modes.
18342         * math/auto-libm-test-out: Regenerated.
18343         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18344         (exp10_test_tonearest): New function.
18345         (exp10_towardzero_test_data): New array.
18346         (exp10_test_towardzero): New function.
18347         (exp10_downward_test_data): New array.
18348         (exp10_test_downward): New function.
18349         (exp10_upward_test_data): New array.
18350         (exp10_test_upward): New function.
18351         (main): Call the new functions.
18352         * sysdeps/i386/fpu/libm-test-ulps: Update.
18353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18354
18355 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18356
18357         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18358         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18359         * math/auto-libm-test-out: Regenerated.
18360         * math/libm-test.inc (acosh_test_data): Add more tests.
18361         (atanh_test_data): Likewise.
18362         (ceil_test_data): Likewise.
18363         (copysign_test_data): Likewise.
18364         * sysdeps/i386/fpu/libm-test-ulps: Update.
18365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18366
18367         * timezone/checktab.awk: Update from tzcode 2013i.
18368         * timezone/private.h: Likewise.
18369         * timezone/scheck.c: Likewise.
18370         * timezone/tzfile.h: Likewise.
18371         * timezone/tzselect.ksh: Likewise.
18372         * timezone/zdump.c: Likewise.
18373         * timezone/zic.c: Likewise.
18374
18375         * math/auto-libm-test-in: Add tests of cpow.
18376         * math/auto-libm-test-out: Regenerated.
18377         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18378         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18379         mpc_cc_c.
18380         (func_calc_desc): Add mpc_cc_c union field.
18381         (test_functions): Add cpow.
18382         (special_fill_2pi): New function.
18383         (special_real_inputs): Add 2pi.
18384         (calc_generic_results): Handle mpc_cc_c.
18385         * sysdeps/i386/fpu/libm-test-ulps: Update.
18386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18387
18388         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18389         csqrt, ctan and ctanh.
18390         * math/auto-libm-test-out: Regenerated.
18391         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18392         (TEST_COND_x86): Likewise.
18393         (ccos_test_data): Use AUTO_TESTS_c_c.
18394         (ccosh_test_data): Likewise.
18395         (cexp_test_data): Likewise.
18396         (clog_test_data): Likewise.
18397         (csqrt_test_data): Likewise.
18398         (ctan_test_data): Likewise.
18399         (ctan_tonearest_test_data): Likewise.
18400         (ctan_towardzero_test_data): Likewise.
18401         (ctan_downward_test_data): Likewise.
18402         (ctan_upward_test_data): Likewise.
18403         (ctanh_test_data): Likewise.
18404         (ctanh_tonearest_test_data): Likewise.
18405         (ctanh_towardzero_test_data): Likewise.
18406         (ctanh_downward_test_data): Likewise.
18407         (ctanh_upward_test_data): Likewise.
18408         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18409         mpc_c_c.
18410         (func_calc_desc): Add mpc_c_c union field.
18411         (FUNC_mpc_c_c): New macro.
18412         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18413         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18414         ctanh.
18415         (special_fill_min_subnorm_p120): New function.
18416         (special_real_inputs): Add min_subnorm_p120.
18417         (calc_generic_results): Handle mpc_c_c.
18418         * sysdeps/i386/fpu/libm-test-ulps: Update.
18419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18420
18421 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18422
18423         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18424         (do_sin_slow): New functions.
18425         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18426         (cslow2, csloww1, csloww2): Use the new functions.
18427
18428         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18429         Use M to change sign of result instead of X.  Assume X is
18430         positive.
18431         (csloww1): Likewise.
18432         (__sin): Adjust.
18433         (__cos): Adjust.
18434
18435         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18436         arguments A and DA.
18437         (__sin): Adjust.
18438         (__cos): Likewise.
18439
18440         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18441         (__cos): Likewise.
18442         (sloww1): Don't adjust sign of DX.
18443         (csloww1): Likewise.
18444         (sloww2): Use X directly and don't adjust sign of DX.
18445         (csloww2): Likewise.
18446
18447 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18448
18449         * math/auto-libm-test-in: Add tests of cabs and carg.
18450         * math/auto-libm-test-out: Regenerated.
18451         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18452         (carg_test_data): Likewise.
18453         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18454         mpc_c_f.
18455         (func_calc_desc): Add mpc_c_f union field.
18456         (test_functions): Add cabs and carg.
18457         (calc_generic_results): Handle mpc_c_f.
18458
18459         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18460         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18461         as a macro and a compat symbol.
18462         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18463         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18464         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18465         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18466         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18467         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18468         not use .hidden.
18469         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18470         Likewise.
18471         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18472         Likewise.
18473         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18474         Likewise.
18475         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18476         Likewise.
18477         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18478         Likewise.
18479         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18480         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18481         from GLIBC_2.3.2.
18482
18483 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18484
18485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18486
18487 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18488
18489         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18490         trailing whitespace removed.
18491         * scripts/config.guess: Update to version 2013-11-29.
18492         * scripts/config.sub: Update to version 2013-10-01.
18493
18494         * math/auto-libm-test-in: Add tests of sincos.
18495         * math/auto-libm-test-out: Regenerated.
18496         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18497         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18498         mpfr_f_11.
18499         (func_calc_desc): Add mpfr_f_11 union field.
18500         (test_functions): Add sincos.
18501         (calc_generic_results): Handle mpfr_f_11.
18502         * sysdeps/i386/fpu/libm-test-ulps: Update.
18503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18504
18505 2013-12-19  Andreas Schwab  <schwab@suse.de>
18506
18507         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18508         CALL_MCOUNT.
18509         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18510         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18511         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18512
18513 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18514
18515         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18516         * sysdeps/i386/fpu/libm-test-ulps: Update.
18517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18518
18519         [BZ #16293]
18520         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18521         round-to-nearest mode when using frndint.
18522         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18523         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18524         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18525         Likewise.
18526         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18527         sinh test to fail.
18528         * math/auto-libm-test-out: Regenerated.
18529         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18530         (TEST_COND_x86): Likewise.
18531         (expm1_tonearest_test_data): New array.
18532         (expm1_test_tonearest): New function.
18533         (expm1_towardzero_test_data): New array.
18534         (expm1_test_towardzero): New function.
18535         (expm1_downward_test_data): New array.
18536         (expm1_test_downward): New function.
18537         (expm1_upward_test_data): New array.
18538         (expm1_test_upward): New function.
18539         (main): Run the new test functions.
18540         * sysdeps/i386/fpu/libm-test-ulps: Update.
18541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18542
18543         * include/features.h: Update comment documenting feature test
18544         macros.  Mention _DEFAULT_SOURCE in comment.
18545         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18546         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18547         _BSD_SOURCE and _SVID_SOURCE.
18548         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18549         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18550         !_SVID_SOURCE]: Likewise.
18551         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18552         (__USE_POSIX_IMPLICITLY): Define.
18553         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18554         (_POSIX_SOURCE): Undefine and redefine.
18555         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18556         (_POSIX_C_SOURCE): Likewise.
18557         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18558         (Feature Test Macros): Update documentation of default features.
18559
18560 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18561
18562         * benchtests/Makefile: Add bench-strtok.
18563         * benchtests/bench-strtok.c: New file: strtok benchtest.
18564
18565 2013-12-19  Allan McRae  <allan@archlinux.org>
18566
18567         * manual/install.texi: Suppress menu for plain text output.
18568         * INSTALL: Regenerated.
18569
18570 2013-12-18  Brooks Moses  <bmoses@google.com>
18571
18572         [BZ #15846]
18573         * misc/getauxval.c: Include errno.h.
18574         (__getauxval): Set errno to ENOENT if the requested type is not
18575         found.
18576         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18577         don't declare with __attribute_const__.
18578         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18579         * manual/startup.texi: Document that getauxval sets errno.
18580
18581 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18582
18583         * math/auto-libm-test-in: Add tests of jn and yn.
18584         * math/auto-libm-test-out: Regenerated.
18585         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18586         (yn_test_data): Likewise.
18587         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18588         mpfr_if_f.
18589         (func_calc_desc): Add mpfr_if_f union field.
18590         (FUNC_mpfr_if_f): New macro.
18591         (test_functions): Add jn and yn.
18592         (calc_generic_results): Assert type of second input for
18593         mpfr_ff_f.  Handle mpfr_if_f.
18594         (output_for_one_input_case): Disable all checking for arguments
18595         fitting floating-point types in case of an integer argument.
18596         * sysdeps/i386/fpu/libm-test-ulps: Update.
18597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18598
18599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18600         Don't expect fegetround reference in libm.so.
18601
18602 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18603
18604         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18605         $(config-cflags-nofma).
18606
18607 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18608
18609         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18610         * math/auto-libm-test-out: Regenerated.
18611
18612         [BZ #16338]
18613         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18614         to determine exponent and adjust argument to have exponent of -1.
18615         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18616         log2.
18617         * math/auto-libm-test-out: Regenerated.
18618         * sysdeps/i386/fpu/libm-test-ulps: Update.
18619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18620
18621 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18622
18623         * manual/probes.texi: Remove cases when per-thread arenas are
18624         disabled.
18625
18626 2013-12-18  Andreas Schwab  <schwab@suse.de>
18627
18628         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18629         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18630         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18631         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18632         * sysdeps/i386/i686/multiarch/Makefile: Update.
18633         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18634
18635 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18636
18637         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18638         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18639
18640 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         [BZ #15968]
18643         Support TZ transition times < 00:00:00.
18644         This is needed for version-3 tz-format files; it supports time
18645         stamps past 2037 for America/Godthab (the only entry in the tz
18646         database for which this change is relevant).
18647         * manual/time.texi (TZ Variable): Document transition times
18648         from -167:59:59 through -00:00:01.
18649         * time/tzset.c (tz_rule): Time of day is now signed.
18650         (__tzset_parse_tz): Parse negative time of day.
18651
18652         Document TZ transition times >= 25:00:00.
18653         * manual/time.texi (TZ Variable): Document transition times from
18654         25:00:00 through 167:59:59.  These are already supported, and this
18655         support will help with version-3 tz-format files.
18656
18657         * manual/time.texi (TZ Variable): Modernize North America example
18658         to reflect current (i.e., 2007-and-later) daylight saving rules.
18659
18660         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18661
18662 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18663
18664         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18665         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18666         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18667         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18668         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18669         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18670         * sysdeps/unix/bsd/clock.c: Likewise.
18671         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18672         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18673         * sysdeps/unix/bsd/init-posix.c: Likewise.
18674         * sysdeps/unix/bsd/poll.c: Likewise.
18675         * sysdeps/unix/bsd/ptsname.c: Likewise.
18676         * sysdeps/unix/bsd/seekdir.c: Likewise.
18677         * sysdeps/unix/bsd/setegid.c: Likewise.
18678         * sysdeps/unix/bsd/seteuid.c: Likewise.
18679         * sysdeps/unix/bsd/setgid.c: Likewise.
18680         * sysdeps/unix/bsd/setrgid.c: Likewise.
18681         * sysdeps/unix/bsd/setruid.c: Likewise.
18682         * sysdeps/unix/bsd/setsid.c: Likewise.
18683         * sysdeps/unix/bsd/setuid.c: Likewise.
18684         * sysdeps/unix/bsd/sigaction.c: Likewise.
18685         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18686         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18687         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18688         * sysdeps/unix/bsd/telldir.c: Likewise.
18689         * sysdeps/unix/bsd/times.c: Likewise.
18690         * sysdeps/unix/bsd/usleep.c: Likewise.
18691
18692         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18693         ($(objpfx)libbsd-compat.a): Remove rule.
18694
18695         * include/features.h (__FAVOR_BSD): Do not define.
18696         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18697         features conflicting with POSIX.
18698         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18699         (_BSD_SOURCE): Remove description of not being a subset of other
18700         feature test macros.
18701         * manual/job.texi (getpgrp): Do not document BSD version.
18702         (getpgid): Do not document by reference to BSD getpgrp.
18703         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18704         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18705         * signal/signal.h [__FAVOR_BSD]: Likewise.
18706         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18707         instead of making contents conditional on [__FAVOR_BSD].
18708         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18709
18710 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18711
18712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18713
18714 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18715
18716         [BZ #16314]
18717         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18718         values below 2**-450, not 2**-500.
18719         * math/auto-libm-test-in: Don't allow spurious underflow from
18720         hypot.
18721         * math/auto-libm-test-out: Regenerated.
18722
18723         [BZ #16316]
18724         [BZ #16330]
18725         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18726         values of ha and hb and sort them after adjusting subnormal
18727         arguments.
18728         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18729         Likewise.
18730         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18731         values of ea and eb and sort them after adjusting subnormal
18732         arguments.
18733         * math/auto-libm-test-in: Do not expect some hypot tests of
18734         subnormals to fail.  Add more hypot tests.
18735         * math/auto-libm-test-out: Regenerated.
18736
18737 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18738
18739         [BZ #13304]
18740         * sysdeps/sh/s_fma.c: New file.
18741         * sysdeps/sh/s_fmaf.c: New file.
18742         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
18743         version.
18744         * sysdeps/sh/Implies: Add sh/soft-fp.
18745
18746 2013-12-16  Roland McGrath  <roland@hack.frob.com>
18747
18748         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
18749         level of indirection to members `objname', `errstring', `malloced'.
18750         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18751         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
18752         it as the __longjmp argument (just pass 1 instead).
18753         (_dl_catch_error): Initialize C with argument pointers and address of
18754         volatile local ERRCODE rather than copying values out of C at return.
18755
18756 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
18757
18758         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18759         * math/auto-libm-test-out: Regenerated.
18760         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18761         (hypot_test_data): Likewise.
18762         (pow_test_data): Likewise.
18763         (pow_tonearest_test_data): Likewise.
18764         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18765         mpfr_ff_f.
18766         (func_calc_desc): Add mpfr_ff_f union field.
18767         (FUNC_mpfr_ff_f): New macro.
18768         (test_functions): Add atan2, hypot and pow.
18769         (special_fill_min): New function.
18770         (special_fill_minus_min): Likewise.
18771         (special_fill_min_subnorm): Likewise.
18772         (special_fill_minus_min_subnorm): Likewise.
18773         (special_real_inputs): Add min, -min, min_subnorm and
18774         -min_subnorm.
18775         (calc_generic_results): Handle mpfr_ff_f.
18776         * sysdeps/i386/fpu/libm-test-ulps: Update.
18777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18778
18779 2013-12-16  Will Newton  <will.newton@linaro.org>
18780
18781         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18782         (Aligned Memory Blocks): Add documentation for aligned_alloc
18783         and suggest it as an alternative to posix_memalign.
18784         (Hooks for Malloc): Document __memalign_hook is also called
18785         for aligned_alloc.  (Summary of Malloc): Add summary for
18786         aligned alloc.  Document __memalign_hook is also called
18787         for aligned_alloc.
18788
18789 2013-12-16  Will Newton  <will.newton@linaro.org>
18790
18791         * manual/memory.texi (Malloc Examples): Clarify default
18792         alignment documentation.  Suggest posix_memalign rather
18793         than memalign or valloc.
18794         (Aligned Memory Blocks): Remove suggestion to use memalign
18795         or valloc.  Remove obsolete comment about BSD.
18796         Document memalign errno values and mark the function obsolete.
18797         Document posix_memalign returned error codes.  Mark valloc
18798         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18799         called for posix_memalign and valloc.
18800         (Summary of Malloc): Add posix_memalign to function summary.
18801         __memalign_hook is also called for posix_memalign and valloc.
18802
18803 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18804
18805         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18806         TAYLOR_SIN.
18807         (__sin): Adjust.
18808         (__cos): Likewise.
18809         (sloww): Use mynumber union.  Expand ternary operator into
18810         if-else statements.
18811         (cslow): use mynumber union.
18812
18813 2013-12-16  Allan McRae  <allan@archlinux.org>
18814
18815         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18816         * configure: Regenerated.
18817
18818         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18819
18820         [BZ #14120]
18821         * configure.ac: Added --enable-maintainer-mode. Check for
18822         autoconf when enabled.
18823         * configure: Regenerated.
18824
18825         * nscd/nscd.service: New file.
18826         * nscd/nscd.tmpfiles: New file.
18827
18828 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18829
18830         [BZ #12100]
18831         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18832         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18833         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18834         (strstr): Add __strstr_sse2_unaligned ifunc.
18835         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18836         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18837         (strcasestr): Remove __strcasestr_sse42 ifunc.
18838         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18839         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18840         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18841
18842 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18843
18844         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18845         * sysdeps/sh/bits/fenv.h: ... here.
18846         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18847
18848 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18849
18850         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18851
18852         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18853         hypotf multiarch implementations.
18854         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18855         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18856         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18857         multiarch hypot for PPC64.
18858         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18859         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18860         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18861         multiarch hypotf for PPC64.
18862
18863         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18864         modff multiarch implementations.
18865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18868         multiarch modf for PPC64.
18869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18872         multiarch modff for PPC64.
18873
18874         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18875         and logl multiarch implementations.
18876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18879         multiarch logb for PPC64.
18880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18883         multiarch logb for PPC64.
18884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18887         multiarch logb for PPC64.
18888
18889         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18890         isinff multiarch implementation.
18891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18892         file.
18893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18895         multiarch isinf for PPC64.
18896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18897         file.
18898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18899         multiarch isinff for PPC64.
18900
18901         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18902         finitef multiarch implementation.
18903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18904         file.
18905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18907         multiarch finite for PPC64.
18908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18909         file.
18910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18911         multiarch finitef for PPC64.
18912
18913         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18914         lrint multiarch implementation.
18915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18916         file.
18917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18919         multiarch llrint for PPC64.
18920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18921         multiarch lrint for PPC64.
18922
18923         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18924         copysignf multiarch implementation.
18925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18926         file.
18927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18928         file.
18929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18930         multiarch copysign for PPC64.
18931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18932         multiarch copysignf for PPC64.
18933
18934         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18935         multiarch implementation.
18936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18937         file.
18938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18939         file.
18940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18941         file.
18942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18943         file.
18944         multiarch llround for PPC64.
18945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18946         multiarch trunc for PPC64.
18947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18948         multiarch truncf for PPC64.
18949
18950         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18951         multiarch implementation.
18952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18953         file.
18954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18955         file.
18956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18957         file.
18958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18959         file.
18960         multiarch llround for PPC64.
18961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18962         multiarch round for PPC64.
18963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18964         multiarch roundf for PPC64.
18965
18966         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18967         multiarch implementation.
18968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18969         file.
18970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18971         file.
18972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18973         file.
18974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18975         file.
18976         multiarch llround for PPC64.
18977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18978         multiarch floor for PPC64.
18979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18980         multiarch floorf for PPC64.
18981
18982         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18983         multiarch implementation.
18984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18985         file.
18986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18987         file.
18988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18989         file.
18990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18991         file.
18992         multiarch llround for PPC64.
18993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18994         multiarch ceil for PPC64.
18995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18996         multiarch ceilf for PPC64.
18997
18998         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18999         multiarch implementation.
19000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19001         file.
19002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19003         file.
19004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19005         file.
19006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19007         multiarch llround for PPC64.
19008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19009         multiarch lround for PPC64.
19010
19011         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19012         multiarch implementation.
19013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19016         file.
19017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19020         multiarch isnan for PPC64.
19021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19022         multiarch isnanf for PPC64.
19023
19024         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19025         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19026         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19027         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19028         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19030
19031         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19032         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19033         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19034         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19035
19036         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19037         multiarch implementations.
19038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19039         (__libc_ifunc_impl_list): Likewise.
19040         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19041         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19042         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19043         multiarch stpcpy for PPC64.
19044
19045         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19046         multiarch implementations.
19047         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19048         (__libc_ifunc_impl_list): Likewise.
19049         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19050         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19051         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19052         multiarch strcpy for PPC64.
19053
19054         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19055         redefine function name.
19056         (_wordcopy_fwd_dest_aligned): Likewise.
19057         (_wordcopy_bwd_aligned): Likewise.
19058         (_wordcopy_bwd_dest_aligned): Likewise.
19059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19060         multiarch implementations.
19061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19062         (__libc_ifunc_impl_list): Likewise.
19063         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19064         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19065         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19066         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19067         multiarch wcscpy for PPC64.
19068
19069         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19070         multiarch implementations.
19071         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19072         (__libc_ifunc_impl_list): Likewise.
19073         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19074         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19075         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19076         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19077         multiarch wcscpy for PPC64.
19078
19079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19080         multiarch implementations.
19081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19082         (__libc_ifunc_impl_list): Likewise.
19083         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19084         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19085         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19086         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19087         multiarch wcsrchr for PPC64.
19088
19089         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19090         multiarch implementations.
19091         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19092         (__libc_ifunc_impl_list): Likewise.
19093         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19094         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19095         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19096         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19097         multiarch wcschr for PPC64.
19098
19099         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19100         multiarch implementations.
19101         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19102         (__libc_ifunc_impl_list): Likewise.
19103         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19104         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19105         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19106         multiarch strchrnul for PPC64.
19107
19108         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19109         implementations.
19110         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19111         (__libc_ifunc_impl_list): Likewise.
19112         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19113         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19114         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19115         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19116         strchr for PPC64.
19117
19118         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19119         implementations.
19120         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19121         (__libc_ifunc_impl_list): Likewise.
19122         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19123         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19124         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19125         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19126         strncmp for PPC64.
19127
19128         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19129         multiarch implementations.
19130         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19131         (__libc_ifunc_impl_list): Likewise.
19132         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19133         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19134         strncasecmp for PPC64.
19135         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19136         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19137         multiarch strncasecmp_l for PPC64.
19138
19139         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19140         multiarch implementations.
19141         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19142         (__libc_ifunc_impl_list): Likewise.
19143         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19144         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19145         multiarch strcasecmp for PPC64.
19146         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19147         file.
19148         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19149         multiarch strcasecmp_l for PPC64.
19150
19151         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19152         implementations.
19153         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19154         (__libc_ifunc_impl_list): Likewise.
19155         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19156         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19157         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19158         strnlen for PPC64.
19159
19160         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19161         implementations.
19162         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19163         (__libc_ifunc_impl_list): Likewise.
19164         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19165         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19166         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19167         strlen for PPC64.
19168
19169         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19170         implementations.
19171         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19172         (__libc_ifunc_impl_list): Likewise.
19173         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19174         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19175         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19176         rawmemrchr for PPC64.
19177
19178         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19179         implementation.
19180         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19181         (__libc_ifunc_impl_list): Likewise.
19182         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19183         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19184         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19185         memrchr for PPC64.
19186
19187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19188         implementation.
19189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19190         (__libc_ifunc_impl_list): Likewise.
19191         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19192         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19193         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19194         memchr for PPC64.
19195
19196         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19197         implementation.
19198         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19199         (__libc_ifunc_impl_list): Likewise.
19200         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19201         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19202         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19203         mempcpy for PPC64.
19204
19205         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19206         avoid cretion of __bzero symbol.
19207         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19208         Likewise.
19209         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19210         Likewise.
19211         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19212         Likewise.
19213         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19214         multiarch implementations.
19215         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19216         (__libc_ifunc_impl_list): Likewise.
19217         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19218         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19219         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19220         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19221         bzero for PPC32.
19222         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19223         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19224         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19225         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19226         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19227         memset for PPC64.
19228         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19229
19230         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19231         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19232         implementations.
19233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19234         (__libc_ifunc_impl_list): Likewise.
19235         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19236         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19237         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19238         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19239         memcmp for PPC64.
19240
19241         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19242         multiarch for POWER/PPC64.
19243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19244         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19245         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19246         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19247         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19248         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19249         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19250         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19251         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19252         memcpy for PPC64.
19253
19254         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19255         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19256         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19257         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19258         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19259         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19260         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19261         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19262         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19263         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19264         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19265         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19266         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19267         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19268         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19276
19277 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19278
19279         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19280
19281 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19282
19283         * benchtests/Makefile (bench): Add exp2 and log2.
19284         (LDLIBS-bench-exp2): Add -lm.
19285         (LDLIBS-bench-log2): Likewise.
19286         * benchtests/exp2-inputs: New inputs file.
19287         * benchtests/log2-inputs: New inputs file.
19288         * benchtests/log-inputs: Add new inputs.
19289         * benchtests/tan-inputs: Likewise.
19290
19291 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19292
19293         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19294         definition...
19295         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19296         (csloww2): ... from here.
19297
19298         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19299         instead of structures.
19300         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19301         (POLYNOMIAL): Likewise.
19302         (TAYLOR_SLOW): Likewise.
19303         (__sin): Likewise.
19304         (__cos): Likewise.
19305         (slow1): Likewise.
19306         (slow2): Likewise.
19307         (sloww): Likewise.
19308         (sloww1); Likewise.
19309         (sloww2): Likewise.
19310         (bsloww1): Likewise.
19311         (bsloww2): Likewise.
19312         (cslow2): Likewise.
19313         (csloww): Likewise.
19314         (csloww1): Likewise.
19315         (csloww2): Likewise.
19316
19317 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19318
19319         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19320         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19321         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19322         * malloc/hooks.c (realloc_check): Likewise.
19323
19324         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19325         * malloc/arena.c: Remove PER_THREAD conditional.
19326         [!PER_THREAD]: Remove code.
19327         (ptmalloc_unlock_all2): Likewise.
19328         (ptmalloc_init): Likewise.
19329         (_int_new_arena): Likewise.
19330         (arena_get2): Likewise.
19331         * malloc/hooks.c (__malloc_get_state): Likewise.
19332         (__malloc_set_state): Likewise.
19333         * malloc/malloc.c: Likewise.
19334         (struct malloc_state): Likewise.
19335         (struct malloc_par): Likewise.
19336         (__libc_realloc): Likewise.
19337         (__libc_mallopt): Likewise.
19338
19339 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19340
19341         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19342
19343 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19344
19345         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19346         macro to a function.  Check for zero perturb_byte.
19347         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19348
19349         * malloc/malloc.c: (force_reg): Remove.
19350         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19351         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19352         force_reg by atomic_forced_read.
19353         * malloc/arena.c (ptmalloc_init): Likewise.
19354         * malloc/hooks.c (top_check): Likewise.
19355
19356 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19357
19358         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19359
19360 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19361
19362         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19363
19364 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19365
19366         * math/auto-libm-test-in: Add tests of lgamma.
19367         * math/auto-libm-test-out: Regenerated.
19368         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19369         (M_LOG_2_SQRT_PIl): Likewise.
19370         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19371         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19372         mpfr_f_f1.
19373         (func_calc_desc): Add mpfr_f_f1 union field.
19374         (ARGS1): New macro.
19375         (ARGS2): Likewise.
19376         (ARGS3): Likewise.
19377         (ARGS4): Likewise.
19378         (RET1): Likewise.
19379         (RET2): Likewise.
19380         (CALC): Likewise.
19381         (FUNC): Likewise.
19382         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19383         (test_functions): Add lgamma.
19384         (calc_generic_results): Handle mpfr_f_f1.
19385         * sysdeps/i386/fpu/libm-test-ulps: Update.
19386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19387
19388 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19389
19390         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19391         __mpn_add_n for PowerPC64/POWER7.
19392         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19393         __mpn_sub_n for PowerPC64/POWER7.
19394
19395         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19396         __mpn_addmul_1 for PowerPC64.
19397         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19398         __mpn_submul_1 for PowerPC64.
19399         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19400         for PowerPC64.
19401         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19402         for PowerPC64.
19403
19404 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19405
19406         [BZ #15089]
19407         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19408
19409 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19410
19411         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19412
19413         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19414         add multiarch folders.
19415         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19416         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19417         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19418         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19419         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19420         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19421         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19422         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19423         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19424         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19425         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19432
19433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19434         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19436         New file.
19437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19438         New file.
19439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19440         multiarch __ieee754_hypot for PowerPC32.
19441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19442         New file.
19443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19444         New file.
19445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19446         multiarch __ieee754_hypotf for PowerPC32.
19447
19448         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19449         long_double_symbol only if __logbl is defined.
19450         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19451         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19452         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19453         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19454         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19455         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19456         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19457         path for implementation.
19458         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19459         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19461         logb, and logbl multiarch implementations for PowerPC32.
19462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19463         file.
19464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19465         file.
19466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19467         multiarch logb for PowerPC32.
19468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19469         file.
19470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19471         file.
19472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19473         multiarch logbf for PowerPC32.
19474         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19476         file.
19477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19478         multiarch logbl implementation for PowerPC32.
19479
19480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19481         and modff multiarch implementations.
19482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19483         New file.
19484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19485         New file.
19486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19487         multiarch modf for PowerPC32.
19488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19489         New file.
19490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19491         New file.
19492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19493         multiarch modff for PowerPC32.
19494
19495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19496         and lrintf multiarch implementations.
19497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19498         New file.
19499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19500         New file.
19501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19502         multiarch lrint for PowerPC32.
19503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19504         file: multiarch lrintf for PowerPC32.
19505
19506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19507         and lroundf multiarch implementations.
19508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19509         New file.
19510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19511         New file.
19512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19513         New file.
19514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19515         multiarch lround for PowerPC32.
19516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19517         file: multiarch lroundf for PowerPC32.
19518
19519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19520         copysign and copysignf multiarch implementations.
19521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19522         New file.
19523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19524         New file.
19525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19526         file: multiarch copysign for PowerPC32.
19527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19528         file: multiarch copysignf for PowerPC32.
19529
19530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19531         and truncf multiarch implementations.
19532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19533         New file.
19534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19535         file.
19536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19537         multiarch trunc for PowerPC32.
19538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19539         New file.
19540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19541         New file.
19542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19543         multiarch truncf for PowerPC32.
19544
19545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19546         and roundf multiarch implementations.
19547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19548         New file.
19549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19550         file.
19551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19552         multiarch round for PowerPC32.
19553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19554         New file.
19555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19556         New file.
19557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19558         multiarch roundf for PowerPC32.
19559
19560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19561         and floorf multiarch implementations.
19562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19563         New file.
19564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19565         file.
19566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19567         multiarch floor for PowerPC32.
19568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19569         New file.
19570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19571         New file.
19572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19573         multiarch floorf for PowerPC32.
19574
19575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19576         and ceilf multiarch implementations.
19577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19578         New file.
19579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19580         file.
19581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19582         multiarch ceil for PowerPC32.
19583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19584         New file.
19585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19586         file.
19587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19588         multiarch ceilf for PowerPC32.
19589
19590         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19591         is defined.
19592         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19593         FINITEF is defined.
19594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19595         and finitef multiarch implementations.
19596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19597         New file.
19598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19599         file.
19600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19601         multiarch finite for PowerPC32.
19602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19603         New file.
19604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19605         file: multiarch finitef for PowerPC32.
19606
19607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19608         and isinff multiarch implementations.
19609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19610         file.
19611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19612         file.
19613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19614         multiarch isinf for PowerPC32.
19615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19616         New file.
19617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19618         multiarch isinff for PowerPC32.
19619
19620         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19621         alias when __isnan is defined.
19622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19623         and isnanf multiarch implementations.
19624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19625         file.
19626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19627         file.
19628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19629         file.
19630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19631         file.
19632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19633         multiarch isnan for PowerPC32.
19634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19635         New file.
19636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19637         New file.
19638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19639         multiarch isnanf for PowerPC32.
19640
19641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19642         and sqrtf multiarch implementations.
19643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19644         file.
19645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19646         file.
19647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19648         multiarch sqrt for PowerPC32.
19649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19650         file.
19651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19652         file.
19653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19654         multiarch sqrtf for PowerPC32.
19655
19656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19657         and llroundf multiarch implementations.
19658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19659         New file.
19660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19661         New file.
19662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19663         New file.
19664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19665         file: multiarch llround for PowerPC32.
19666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19667         file: multiarch llroundf for PowerPC32.
19668
19669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19670         multiarch PowerPC32 fpu implementations.
19671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19672         New file.
19673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19674         New file.
19675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19676         multiarch llrint for PowerPC32.
19677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19678         New file.
19679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19680         New file.
19681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19682         file.
19683
19684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19685
19686         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19687         file.
19688         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19689         file.
19690         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19691         file.
19692         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19693         multiarch wordcopy for PPC32.
19694         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19695         wordcopy objects.
19696         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19697         (__libc_ifunc_impl_list): Likewise.
19698         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19699         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19700         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19701         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19702         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19703         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19704
19705         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19706         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19707         file.
19708         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19709         file.
19710         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19711         file.
19712         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19713         multiarch wcscpy for PPC32.
19714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19715         multiarch objects.
19716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19717         (__libc_ifunc_impl_list): Likewise.
19718         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19719         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19720         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19721         sysdeps/powerpc/power6/wcscpy.c.
19722
19723         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19724         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19725         file.
19726         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19727         file.
19728         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19729         file.
19730         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19731         multiarch wcsrchr for PPC32.
19732         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19733         multiarch objects.
19734         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19735         (__libc_ifunc_impl_list): Likewise.
19736         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19737         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19738         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19739         sysdeps/powerpc/power6/wcsrchr.c.
19740
19741         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19742         file.
19743         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19744         file.
19745         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19746         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19747         multiarch wcschr for PPc32.
19748         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19749         multiarch objects.
19750         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19751         (__libc_ifunc_impl_list): Likewise.
19752         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19753         * sysdeps/powerpc/power6/wcschr.c: ... to here.
19754         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19755         sysdeps/powerpc/power6/wcschr.c.
19756
19757         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19758         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19759         file.
19760         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19761         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19762         file: multiarch strchr for PPC32.
19763         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19764         multiarch objects.
19765         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19766         (__libc_ifunc_impl_list): Likewise.
19767
19768         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19769         name.
19770         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19771         file.
19772         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19773         file.
19774         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19775         multiarch strchrnul for PPC32.
19776         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19777         multiarch objects.
19778         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19779         (__libc_ifunc_impl_list): Likewise.
19780
19781         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19782         file.
19783         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19784         multiarch strncasecmp for PPC32.
19785         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19786         file.
19787         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19788         multiarch strncasecmp_l for PPC32.
19789         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19790         strncasecmp multiarch objects.
19791         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19792         (__libc_ifunc_impl_list): Likewise.
19793
19794         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19795         file.
19796         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19797         multiarch strncasecmp for PPC32.
19798         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19799         New file.
19800         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19801         multiarch strcasecmp_l for PPC32.
19802         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19803         multiarch objects.
19804         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19805         (__libc_ifunc_impl_list): Likewise.
19806
19807         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19808         file.
19809         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19810         file.
19811         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19812         multiarch strncmp for PPC32.
19813         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19814         multiarch objects.
19815         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19816         (__libc_ifunc_impl_list): Likewise.
19817
19818         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19819         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19820         file.
19821         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19822         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19823         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19824         multiarch objects.
19825         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19826         (__libc_ifunc_impl_list): Likewise.
19827
19828         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19829         file.
19830         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19831         file.
19832         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19833         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19834         multiarch objects.
19835         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19836         (__libc_ifunc_impl_list): Likewise.
19837
19838         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19839         file.
19840         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19841         file.
19842         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19843         multiarch rawmemchr for PPC32.
19844         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19845         multiarch objects.
19846         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19847         (__libc_ifunc_impl_list): Likewise.
19848
19849         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19850         file.
19851         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19852         file.
19853         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19854         file: memrchr multiarch for PPC32.
19855         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19856         multiarch objects.
19857         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19858         (__libc_ifunc_impl_list): Likewise.
19859
19860         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19861         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19862         file.
19863         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19864         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19865         multiarch memchr for PPC32.
19866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19867         multiarch objects.
19868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19869         (__libc_ifunc_impl_list): Likewise.
19870
19871         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19872         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19873         file.
19874         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19875         file.
19876         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19877         file: multiarch mempcpy for PPC32.
19878         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19879         multiarch objects.
19880         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19881         (__libc_ifunc_impl_list): Likewise.
19882
19883         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19884         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19885         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19886         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19887         multiarch bzero for PPC32.
19888         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19889         file.
19890         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19891         file.
19892         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19893         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19894         file: multiarch memset for PPC32.
19895         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19896         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19897         memset multiarch objects.
19898         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19899         (__libc_ifunc_impl_list): Likewise.
19900
19901         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19902         file.
19903         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19904         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19905         memcmp for PPC32.
19906         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19907         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19908         multiarch objects.
19909         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19910         (__libc_ifunc_impl_list): Likewise.
19911
19912         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19913         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19914         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19915         file.
19916         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19917         file.
19918         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19919         file.
19920         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19921         multiarch memcpy for PPC32.
19922         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19923         multiarch objects.
19924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19925         (__libc_ifunc_impl_list): Likewise.
19926
19927         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19928         support multiarch for POWER/PPC32.
19929         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19930         Likewise.
19931         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19933         Implies file to make multiarch folder appers before the fpu and
19934         default folder for power4 configuration.
19935
19936 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19937
19938         * scripts/bench.pl: Append volatile keyword to type.
19939
19940 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19941
19942         * sysdeps/sh/sotruss-lib.c: New file.
19943         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19944
19945 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19946
19947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19948
19949 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19950
19951         [BZ #6810]
19952         * math/w_tgamma.c: Include <errno.h>.
19953         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19954         * math/w_tgammaf.c: Include <errno.h>.
19955         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19956         * math/w_tgammal.c: Include <errno.h>.
19957         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19958         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19959         underflow.  Add more tgamma tests.
19960         * math/auto-libm-test-out: Regenerated.
19961         * sysdeps/i386/fpu/libm-test-ulps: Update.
19962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19963
19964         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19965         sin, sinh, tan, tanh, tgamma, y0 and y1.
19966         * math/auto-libm-test-out: Regenerated.
19967         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19968         (TEST_COND_x86): Likewise.
19969         (M_E2l): Remove macro.
19970         (M_E3l): Likewise.
19971         (M_2_SQRT_PIl): Likewise.
19972         (M_SQRT_PIl): Likewise.
19973         (M_1_DIV_El): Likewise.
19974         (log_test_data): Use AUTO_TESTS_f_f.
19975         (log10_test_data): Likewise.
19976         (log1p_test_data): Likewise.
19977         (log2_test_data): Likewise.
19978         (sin_test_data): Likewise.
19979         (sin_tonearest_test_data): Likewise.
19980         (sin_towardzero_test_data): Likewise.
19981         (sin_downward_test_data): Likewise.
19982         (sin_upward_test_data): Likewise.
19983         (sinh_test_data): Likewise.
19984         (sinh_tonearest_test_data): Likewise.
19985         (sinh_towardzero_test_data): Likewise.
19986         (sinh_downward_test_data): Likewise.
19987         (sinh_upward_test_data): Likewise.
19988         (tan_test_data): Likewise.
19989         (tan_tonearest_test_data): Likewise.
19990         (tan_towardzero_test_data): Likewise.
19991         (tan_downward_test_data): Likewise.
19992         (tan_upward_test_data): Likewise.
19993         (tanh_test_data): Likewise.
19994         (tgamma_test_data): Likewise.
19995         (y0_test_data): Likewise.
19996         (y1_test_data): Likewise.
19997         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19998         (special_real_inputs): Add pi/4.
19999         * sysdeps/i386/fpu/libm-test-ulps: Update.
20000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20001
20002 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20003
20004         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20005         "longjmp_target" static probes.
20006         (__longjmp): Rename to __longjmp_symbol.
20007         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20008         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20009         on which longjmp to generate.
20010         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20011         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20012         probe.
20013         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20014         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20015         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20016         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20017         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20018         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20020         __longjmp_symbol based on which __longjmp to generate.
20021         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20022         probe.
20023         (setjmp): Rename to setjmp_symbol.
20024         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20025         (_setjmp): Rename to _setjmp_symbol.
20026         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20027         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20028         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20029         which setjmp to generate.
20030         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20031         "longjmp_target" static probes.
20032
20033 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20034
20035         * benchtests/README: Add note about output arguments.
20036         * benchtests/bench-sincos.c: Remove file.
20037         * benchtests/sincos-inputs: New file.
20038         * scripts/bench.pl: Identify output arguments and define
20039         static variables for them.
20040
20041         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20042
20043         [BZ #15941]
20044         * Makefile (INSTALL): Add install-plain.texi as the primary
20045         dependency.
20046         * manual/install-plain.texi: New file.
20047         * manual/install.texi: Include node directive only for
20048         non-plaintext output.
20049
20050 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20051
20052         * stdlib/longlong.h: Update from GCC.
20053
20054         [BZ #6807]
20055         [BZ #15901]
20056         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20057         * math/w_j0f.c (y0f): Likewise.
20058         * math/w_j0l.c (__y0l): Likewise.
20059         * math/w_j1.c (y1): Likewise.
20060         * math/w_j1f.c (y1f): Likewise.
20061         * math/w_j1l.c (__y1l): Likewise
20062         * math/w_jn.c (yn): Likewise.
20063         * math/w_jnf.c (ynf): Likewise.
20064         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20065         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20066         value for Bessel function domain errors outside _SVID_ mode.
20067         Adjust sign of return value for yn (negative integer, 0).
20068         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20069         by zero in return for negative x and set sign appropriately for
20070         negative n.
20071         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20072         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20073         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20074         expectations in error cases.
20075         (y1_test_data): Likewise.
20076         (yn_test_data): Likewise.
20077         * sysdeps/i386/fpu/libm-test-ulps: Update.
20078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20079
20080 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20081
20082         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20083         "64" to "64-v1".  Add "64-v2".
20084         (abi-64-options): Rename to ...
20085         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20086         (abi-64-condition): Rename to ...
20087         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20088         (abi-64-ld-soname): Rename to ...
20089         (abi-64-v1-ld-soname): ... this.
20090         (abi-64-v2-options): Define.
20091         (abi-64-v2-condition): Likewise.
20092         (abi-64-v2-ld-soname): Likewise.
20093         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20094         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20098
20099 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20100             Alan Modra  <amodra@gmail.com>
20101
20102         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20103         New versions for use with the ELFv2 ABI.
20104         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20105         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20106         declaration.
20107         (struct La_ppc64v2_retval): Likewise.
20108         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20109         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20110         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20111         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20112         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20113         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20114         Do not save or restore CR.
20115         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20116         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20117         return values for ELFv2 ABI.  Fix location of FPR return registers.
20118         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20119         updated values for _CALL_ELF == 2.
20120         (La_regs, La_retval, int_retval): Likewise.
20121
20122 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20123
20124         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20125         (FRAME_MIN_SIZE_PARM): Likewise.
20126         (FRAME_BACKCHAIN): Likewise.
20127         (FRAME_CR_SAVE): Likewise.
20128         (FRAME_LR_SAVE): Likewise.
20129         (FRAME_TOC_SAVE): Likewise.
20130         (FRAME_PARM_SAVE): Likewise.
20131         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20132         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20133         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20134         (call_mcount_parm_offset): New macro.
20135         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20136         (PROF): Use symbolic stack frame offsets.
20137         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20138         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20139         Redefine in terms of FRAME_MIN_SIZE.
20140         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20141         (_dl_profile_resolve): Likewise.  Update comment.
20142         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20143         symbols stack frame offsets.
20144         (__sigsetjmp): Likewise.
20145         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20146         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20147         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20148         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20149
20150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20151         (FRAME_BACKCHAIN): Remove.
20152         (FRAME_CR_SAVE): Likewise.
20153         (FRAME_LR_SAVE): Likewise.
20154         (FRAME_COMPILER_DW): Likewise.
20155         (FRAME_LINKER_DW): Likewise.
20156         (FRAME_TOC_SAVE): Likewise.
20157         (FRAME_PARM_SAVE): Likewise.
20158         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20159         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20160         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20162         (CHECK_SP): Use symbolic stack frame offsets.
20163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20164         zone" instead of caller's parameter save area for temp storage.
20165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20166         Likewise.  Also, use symbolic stack frame offsets.
20167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20168         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20169         our own stack frame instead of the caller's.
20170         (__socket): Use symbolic stack frame offsets.
20171
20172 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20173             Alan Modra  <amodra@gmail.com>
20174
20175         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20176         Define.
20177         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20178         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20179         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20180         New function.
20181         (elf_machine_fixup_plt): Call it.
20182         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20183         reloc arguments.
20184         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20185         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20186         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20187         r2 before calling target.
20188
20189 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20190             Alan Modra  <amodra@gmail.com>
20191
20192         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20193         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20194         versions of macros to support ELFv2 ABI.
20195         (LOCALENTRY): New macro.
20196         (ENTRY, EALIGN): Use it.
20197         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20198         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20199         fall through into ENTRY entry point.
20200         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20201         Only define if _CALL_ELF != 2.
20202
20203         (elf_machine_matches_host): Verify ABI version matches.
20204         (RTLD_START): Use LOCALENTRY.
20205         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20206         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20207         (PLT_ENTRY_WORDS): New macro.
20208         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20209         (elf_machine_runtime_setup): Support ELFv2 ABI.
20210         (elf_machine_fixup_plt): Likewise.
20211         (elf_machine_plt_conflict): Likewise.
20212         (resolve_ifunc): Likewise.
20213         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20214         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20215         Likewise.
20216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20217         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20219         (makecontext): Support ELFv2 ABI.
20220         * elf/elf.h (EF_PPC64_ABI): Define.
20221
20222 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20223
20224         * sysdeps/powerpc/powerpc64/sysdep.h
20225         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20226         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20227         (ENTRY) [ASSEMBLER]: ... but instead here ...
20228         (EALIGN) [ASSEMBLER]: ... and here.
20229         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20230         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20231         (ENTRY_2) [!ASSEMBLER]: Use it.
20232         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20233         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20234         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20235         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20236         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20238         Use PPC64_LOAD_FUNCPTR.
20239
20240         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20241
20242 2013-12-04  Alan Modra  <amodra@gmail.com>
20243
20244         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20245         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20246         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20247         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20248
20249         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20250         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20251         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20252         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20253         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20254         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20255
20256 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20257
20258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20259         (__makecontext): Fix incorrect CFI when backtracing out of
20260         context created via makecontext.
20261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20262         (__setcontext): Fix incorrect CFI during switch to new context.
20263         (__novec_setcontext): Likewise.
20264
20265 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20266
20267         [BZ #4772]
20268         * time/strptime_l.c (__strptime_internal): Allow modifiers
20269         in strptime.
20270         * time/tst-strptime.c (day_tests): Add testcase.
20271
20272 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20273
20274         * scripts/bench.pl: Skip over blank lines.
20275
20276 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20277
20278         [BZ #926]
20279         * manual/time.texi (Calendar Time): Clarify what timezone functions
20280         use.
20281
20282 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20283
20284         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20285
20286 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20287
20288         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20289         implementation.
20290         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20291         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20292         * debug/memset_chk.c (__memset_chk): Likewise.
20293         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20294         * debug/strncpy_chk.c: Likewise.
20295
20296 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20297
20298         [BZ #15268]
20299         [BZ #15425]
20300         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20301         (__ieee754_exp): For possibly underflowing results, check size of
20302         result and force underflow exception if required.
20303         * math/auto-libm-test-in: Add more tests of exp.
20304         * math/auto-libm-test-out: Regenerated.
20305         * sysdeps/i386/fpu/libm-test-ulps: Update.
20306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20307
20308         [BZ #16283]
20309         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20310         * math/w_exp2f.c (__exp2f): Likewise.
20311         * math/w_exp2l.c (__exp2l): Likewise.
20312         * math/auto-libm-test-in: Do not allow missing errno on exp2
20313         underflow.
20314         * math/auto-libm-test-out: Regenerated.
20315
20316 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20317
20318         [BZ #16274]
20319         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20320         handle filename validation.
20321         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20322         (do_open): Delete.
20323
20324 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20325
20326         [BZ #6786]
20327         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20328         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20329         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20330         <float.h>.
20331         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20332         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20333         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20334         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20335         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20336         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20337         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20338         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20339         Add more erfc tests.
20340         * math/auto-libm-test-out: Regenerated.
20341         * sysdeps/i386/fpu/libm-test-ulps: Update.
20342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20343
20344         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20345         exp2, expm1, j0 and j1.
20346         * math/auto-libm-test-out: Regenerated.
20347         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20348         (erfc_test_data): Likewise.
20349         (exp_test_data): Likewise.
20350         (exp_tonearest_test_data): Likewise.
20351         (exp_towardzero_test_data): Likewise.
20352         (exp_downward_test_data): Likewise.
20353         (exp_upward_test_data): Likewise.
20354         (exp10_test_data): Likewise.
20355         (exp2_test_data): Likewise.
20356         (expm1_test_data): Likewise.
20357         (j0_test_data): Likewise.
20358         (j1_test_data): Likewise.
20359         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20360         (input_flag_type): Add flag_xfail_rounding.
20361         (input_flags): Add xfail-rounding.
20362         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20363         (output_for_one_input_case): Handle flag_xfail_rounding.
20364         * sysdeps/i386/fpu/libm-test-ulps: Update.
20365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20366
20367 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20368
20369         [BZ #16289]
20370         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20371         division by 0.
20372
20373 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20374
20375         [BZ #16195]
20376         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20377         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20378         (STAP_PROBE0): New macro.
20379         (STAP_PROBE1): Likewise.
20380         (STAP_PROBE2): Likewise.
20381         (STAP_PROBE3): Likewise.
20382         (STAP_PROBE4): Likewise.
20383
20384 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20385
20386         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20387
20388 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20389
20390         * benchtests/Makefile (bench): Add sqrt.
20391         (LDLIBS-bench-sqrt): New.
20392         * benchtests/sqrt-input: New.
20393
20394 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20395
20396         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20397         (GAIH_EAI): Likewise.
20398         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20399         (gaih_inet): Likewise.
20400         (getaddrinfo): Don't use GAIH_EAI.
20401
20402         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20403         (struct gaih): Remove definition.
20404
20405 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20406
20407         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20408         Use HERRNOP directly.
20409
20410 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20411
20412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20413
20414 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20415
20416         * math/gen-auto-libm-tests.c (test_functions): Add more
20417         single-argument functions.
20418         (special_fill_pi_2): New function.
20419         (special_fill_minus_pi_2): Likewise.
20420         (special_fill_pi_6): Likewise.
20421         (special_fill_minus_pi_6): Likewise.
20422         (special_fill_pi_3): Likewise.
20423         (special_fill_2pi_3): Likewise.
20424         (special_fill_e): Likewise.
20425         (special_fill_1_e): Likewise.
20426         (special_fill_e_minus_1): Likewise.
20427         (special_real_inputs): Add more special inputs.
20428         (output_for_one_input_case): Do not require ERANGE on underflow to
20429         zero if round-to-nearest result does not underflow to zero, unless
20430         exact results required.
20431         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20432         atan, atanh, cbrt, cos and cosh.
20433         * math/auto-libm-test-out: Regenerated.
20434         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20435         (acos_tonearest_test_data): Likewise.
20436         (acos_towardzero_test_data): Likewise.
20437         (acos_downward_test_data): Likewise.
20438         (acos_upward_test_data): Likewise.
20439         (acosh_test_data): Likewise.
20440         (asin_test_data): Likewise.
20441         (asin_tonearest_test_data): Likewise.
20442         (asin_towardzero_test_data): Likewise.
20443         (asin_upward_test_data): Likewise.
20444         (asinh_test_data): Likewise.
20445         (atan_test_data): Likewise.
20446         (atanh_test_data): Likewise.
20447         (cbrt_test_data): Likewise.
20448         (cos_test_data): Likewise.
20449         (cos_tonearest_test_data): Likewise.
20450         (cos_towardzero_test_data): Likewise.
20451         (cos_downward_test_data): Likewise.
20452         (cos_upward_test_data): Likewise.
20453         (cosh_test_data): Likewise.
20454         (cosh_tonearest_test_data): Likewise.
20455         (cosh_towardzero_test_data): Likewise.
20456         (cosh_downward_test_data): Likewise.
20457         (cosh_upward_test_data): Likewise.
20458         * sysdeps/i386/fpu/libm-test-ulps: Update.
20459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20460
20461 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20462
20463         [BZ #6787]
20464         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20465         * math/w_exp10f.c (__exp10f): Likewise.
20466         * math/w_exp10l.c (__exp10l): Likewise.
20467         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20468         errno settings in existing tests.
20469
20470         [BZ #14032]
20471         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20472         precision control set to double precision.
20473         * sysdeps/i386/fpu/w_sqrt.c: New file.
20474         * math/auto-libm-test-in: Add more tests.
20475         * math/auto-libm-test-out: Update.
20476
20477         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20478         (sqrt_test_tonearest): New function.
20479         (sqrt_towardzero_test_data): New variable.
20480         (sqrt_test_towardzero): New function.
20481         (sqrt_downward_test_data): New variable.
20482         (sqrt_test_downward): New function.
20483         (sqrt_upward_test_data): New variable.
20484         (sqrt_test_upward): New function.
20485         (main): Call the new functions.
20486
20487         * math/gen-auto-libm-tests.c: New file.
20488         * math/auto-libm-test-in: Likewise.
20489         * math/auto-libm-test-out: New generated file.
20490         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20491         variables.
20492         (%beautify): Add generated representations of zero.
20493         (top level): Set $auto_input and call parse_auto_input.
20494         (beautify): Remove trailing "f" from hex float constants.
20495         (parse_args): Handle XFAIL_TEST.
20496         (convert_condition): New function.
20497         (or_value): Likewise.
20498         (or_cond_value): Likewise.
20499         (generate_testfile): Handle AUTO_TESTS_* lines.
20500         (parse_auto_input): New function.
20501         * math/libm-test.inc (XFAIL_TEST): New macro.
20502         (ERRNO_UNCHANGED): Update value.
20503         (ERRNO_EDOM): Likewise.
20504         (ERRNO_ERANGE): Likewise.
20505         (IGNORE_RESULT): Likewise.
20506         (TEST_COND_flt_32): New macro.
20507         (TEST_COND_dbl_64): Likewise.
20508         (TEST_COND_ldbl_96_intel): Likewise.
20509         (TEST_COND_ldbl_96_m68k): Likewise.
20510         (TEST_COND_ldbl_128): Likewise.
20511         (TEST_COND_ldbl_128ibm): Likewise.
20512         (TEST_COND_long32): Likewise.
20513         (TEST_COND_long64): Likewise.
20514         (TEST_COND_before_rounding): Likewise.
20515         (TEST_COND_after_rounding): Likewise.
20516         (enable_test): Handle XFAIL_TEST flag.
20517         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20518         with finite results.
20519         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20520         auto-libm-test-out.
20521
20522 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20523             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20524
20525         [BZ #16214]
20526         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20527         __tls_get_addr_internal instead of __tls_get_offset in order to
20528         avoid GOT pointer dependency.  Make rtld export
20529         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20530         __tls_get_addr since we are a __tls_get_offset platform.
20531         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20532         GOT pointer being set up before.
20533         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20534
20535 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20536
20537         * manual/math.texi (Errors in Math Functions): Document accuracy
20538         goals.
20539
20540         [BZ #15004]
20541         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20542         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20543         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20544         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20545         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20546         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20547         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20548         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20549         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20550         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20551         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20552         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20553         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20554         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20555         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20556         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20557
20558         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20559         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20560         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20561         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20562         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20563         Likewise.
20564         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20565         Likewise.
20566         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20567         Likewise.
20568         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20569         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20570         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20571         atomic-feupdateenv and flt-rounds.
20572         * sysdeps/powerpc/nofpu/Versions (libc): Add
20573         __atomic_feholdexcept, __atomic_feclearexcept,
20574         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20575         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20576         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20577         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20578         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20579         here.
20580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20581         Update.
20582
20583         * manual/arith.texi (FP Exceptions): Document that exceptions may
20584         not be raised when matherr is used.
20585         (Math Error Reporting): Document overflow in directed rounding
20586         modes.  Document that errno may not be set when finite values are
20587         returned on overflow.  Document intent to set errno on underflow
20588         only for underflow to zero.
20589
20590         [BZ #16271]
20591         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20592         round-to-nearest then adjust result for other rounding modes.
20593         * include/fenv.h (fegetround): Use libm_hidden_proto.
20594         * math/fegetround.c (fegetround): Use libm_hidden_def.
20595         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20596         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20597         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20598         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20599         Likewise.
20600         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20601         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20602         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20603         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20604
20605 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20606
20607         [BZ #16077]
20608         * nss/Versions (libnss_files): Add
20609         _nss_files_gethostbyname3_r.
20610         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20611         New function.
20612         (HOST_DB_LOOKUP): Remove macro.
20613         (_nss_files_gethostbyname_r): Implement function without the
20614         HOST_DB_LOOKUP macro.
20615         (_nss_files_gethostbyname2_r): Likewise.
20616
20617 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20618
20619         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20620
20621 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20622
20623         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20624         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20625         warning.
20626
20627 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20628
20629         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20630         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20631         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20632         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20633         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20634         __fe_nomask_env_priv and attribute_hidden.
20635         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20636         (libc_feupdateenv_test_ppc): Likewise.
20637         (libc_feresetround_ppc): Likewise.
20638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20639         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20640         compat_symbol macro.
20641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20642         (__fe_nomask_env): Likewise.
20643         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20644
20645 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20646
20647         * string/Makefile: Remove ifunc tests.
20648         * string/test-string.h: Define TEST_IFUNC.
20649         * string/test-bcopy-ifunc.c: Remove.
20650         * string/test-bzero-ifunc.c: Likewise.
20651         * string/test-memccpy-ifunc.c: Likewise.
20652         * string/test-memchr-ifunc.c: Likewise.
20653         * string/test-memcmp-ifunc.c: Likewise.
20654         * string/test-memcpy-ifunc.c: Likewise.
20655         * string/test-memmem-ifunc.c: Likewise.
20656         * string/test-memmove-ifunc.c: Likewise.
20657         * string/test-mempcpy-ifunc.c: Likewise.
20658         * string/test-memrchr-ifunc.c: Likewise.
20659         * string/test-memset-ifunc.c: Likewise.
20660         * string/test-rawmemchr-ifunc.c: Likewise.
20661         * string/test-stpcpy-ifunc.c: Likewise.
20662         * string/test-stpncpy-ifunc.c: Likewise.
20663         * string/test-strcasecmp-ifunc.c: Likewise.
20664         * string/test-strcasestr-ifunc.c: Likewise.
20665         * string/test-strcat-ifunc.c: Likewise.
20666         * string/test-strchr-ifunc.c: Likewise.
20667         * string/test-strchrnul-ifunc.c: Likewise.
20668         * string/test-strcmp-ifunc.c: Likewise.
20669         * string/test-strcpy-ifunc.c: Likewise.
20670         * string/test-strcspn-ifunc.c: Likewise.
20671         * string/test-strlen-ifunc.c: Likewise.
20672         * string/test-strncasecmp-ifunc.c: Likewise.
20673         * string/test-strncat-ifunc.c: Likewise.
20674         * string/test-strncmp-ifunc.c: Likewise.
20675         * string/test-strncpy-ifunc.c: Likewise.
20676         * string/test-strnlen-ifunc.c: Likewise.
20677         * string/test-strpbrk-ifunc.c: Likewise.
20678         * string/test-strrchr-ifunc.c: Likewise.
20679         * string/test-strspn-ifunc.c: Likewise.
20680         * string/test-strstr-ifunc.c: Likewise.
20681
20682 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20683
20684         * benchtests/Makefile: Remove ifunc tests.
20685         * benchtests/bench-string.h: Define TEST_IFUNC.
20686         * benchtests/bench-bcopy-ifunc.c: Remove.
20687         * benchtests/bench-bzero-ifunc.c: Likewise.
20688         * benchtests/bench-memccpy-ifunc.c: Likewise.
20689         * benchtests/bench-memchr-ifunc.c: Likewise.
20690         * benchtests/bench-memcmp-ifunc.c: Likewise.
20691         * benchtests/bench-memcpy-ifunc.c: Likewise.
20692         * benchtests/bench-memmem-ifunc.c: Likewise.
20693         * benchtests/bench-memmove-ifunc.c: Likewise.
20694         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20695         * benchtests/bench-memrchr-ifunc.c: Likewise.
20696         * benchtests/bench-memset-ifunc.c: Likewise.
20697         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20698         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20699         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20700         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20701         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20702         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20703         * benchtests/bench-strcat-ifunc.c: Likewise.
20704         * benchtests/bench-strchr-ifunc.c: Likewise.
20705         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20706         * benchtests/bench-strcmp-ifunc.c: Likewise.
20707         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20708         * benchtests/bench-strcpy-ifunc.c: Likewise.
20709         * benchtests/bench-strcspn-ifunc.c: Likewise.
20710         * benchtests/bench-strlen-ifunc.c: Likewise.
20711         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20712         * benchtests/bench-strncat-ifunc.c: Likewise.
20713         * benchtests/bench-strncmp-ifunc.c: Likewise.
20714         * benchtests/bench-strncpy-ifunc.c: Likewise.
20715         * benchtests/bench-strnlen-ifunc.c: Likewise.
20716         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20717         * benchtests/bench-strrchr-ifunc.c: Likewise.
20718         * benchtests/bench-strsep-ifunc.c: Likewise.
20719         * benchtests/bench-strspn-ifunc.c: Likewise.
20720         * benchtests/bench-strstr-ifunc.c: Likewise.
20721
20722 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20723
20724         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20725
20726 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20727
20728         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20729         * rt/aio.h: Likewise.
20730         * sysdeps/gnu/bits/utmp.h: Likewise.
20731         * sysdeps/gnu/bits/utmpx.h: Likewise.
20732         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20733         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20734         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20735         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20736         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20737         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20738         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20739         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20740         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20741         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20742         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20743         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20744         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20746         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20747         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20748         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20749         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20750         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20751         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20752         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20753         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20754         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20755         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20756         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20757         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20758         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20759         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20760         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20761         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20762         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20763         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20764         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20765         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20766         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20767         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20768         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20769         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20770         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20771         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20772         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20773         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20774
20775 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
20776
20777         [BZ #16245]
20778         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20779         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20780
20781 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
20782
20783         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20784         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20785         Likewise.
20786
20787 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20788
20789         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20790         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20791         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20792         (__fesetround): Remove define.
20793         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20794         rounding and exceptions handling.
20795         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20796         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20797         (__fe_nomask_env): Likewise.
20798         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20799         __fegetround instead of fegetround.
20800         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20801         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20802
20803 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20804
20805         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20806         it's there.
20807
20808         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20809
20810 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20811
20812         [BZ #11157]
20813         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20814         (encrypt_r): Likewise.
20815         * malloc/obstack.h (obstack_free): Likewise.
20816         * posix/unistd.h (encrypt): Likewise.
20817
20818 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20819
20820         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20821         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20822         DL_CALL_DT_FINI() that call the functions directly.
20823         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20824         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20825         * elf/dl-fini.c: Likewise.
20826
20827 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20828
20829         * malloc/hooks.c (memalign_check): Add alignment rounding.
20830         * malloc/malloc.c (_mid_memalign): New function.
20831         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20832         Implement by calling _mid_memalign.
20833         * manual/probes.texi (Memory Allocation Probes): Remove
20834         memory_valloc_retry and memory_pvalloc_retry.
20835
20836 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20837
20838         * locale/programs/locarchive.c (open_archive): Add const
20839         qualifier to ARCHIVEFNAME and copy default fname to
20840         DEFAULT_FNAME.
20841
20842         [BZ #15601]
20843         * libio/tst-widetext.input: Rename Oriya to Odia.
20844         * locale/iso-639.def: Likewise.
20845
20846         * manual/probes.texi (Mathematical Function Probes): Add
20847         documentation for sin, cos, asin and acos probes.
20848         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20849         (__sin32): Add slowasin probe.
20850         (__cos32): Add slowacos probe.
20851         (__mpsin): Add slowsin probe.
20852         (__mpcos): Add slowcos probe.
20853
20854 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20855
20856         [BZ #15483]
20857         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20858         thread-local __sim_exceptions_thread and global
20859         __sim_exceptions_global.
20860         (__sim_disabled_exceptions): Change to thread-local
20861         __sim_disabled_exceptions_thread and global
20862         __sim_disabled_exceptions_global.
20863         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20864         and global __sim_round_mode_global.
20865         (__simulate_exceptions): Use thread-local floating-point state and
20866         set global state from it as needed.
20867         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20868         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20869         __sim_round_mode_thread.
20870         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20871         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20872         and global __sim_exceptions_global.
20873         (__sim_disabled_exceptions): Change to thread-local
20874         __sim_disabled_exceptions_thread and global
20875         __sim_disabled_exceptions_global.
20876         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20877         and global __sim_round_mode_global.
20878         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20879         (SIM_SET_GLOBAL): Likewise.
20880         * sysdeps/powerpc/soft-fp/sfp-machine.h
20881         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20882         __sim_round_mode_thread.
20883         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20884         __sim_disabled_exceptions_thread.
20885         (__sim_exceptions): Change to __sim_exceptions_thread.
20886         (__sim_disabled_exceptions): Change to
20887         __sim_disabled_exceptions_thread.
20888         (__sim_round_mode): Change to __sim_round_mode_thread.
20889         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20890         thread-local floating-point state and set global state from it as
20891         needed.
20892         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20893         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20894         (__sim_disabled_exceptions): Remove extern declaration.
20895         (feenableexcept): Use thread-local floating-point state and set
20896         global state from it as needed.
20897         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20898         extern declaration.
20899         (__sim_disabled_exceptions): Likewise.
20900         (__sim_round_mode): Likewise.
20901         (__fegetenv): Use thread-local floating-point state.
20902         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20903         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20904         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20905         floating-point state and set global state from it as needed.
20906         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20907         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20908         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20909         Likewise.
20910         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20911         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20912         Likewise.
20913         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20914         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20915         Use __sim_round_mode_thread.
20916         * math/test-fenv-tls.c: New file.
20917         * math/Makefile (tests): Add test-fenv-tls.
20918         ($(objpfx)test-fenv-tls): Depend on
20919         $(common-objpfx)nptl/libpthread.so.
20920
20921 2013-11-19  Andreas Schwab  <schwab@suse.de>
20922
20923         * locale/programs/locale.c (show_info): Decode wordarray elements.
20924         * locale/categories.def (LC_MONETARY): Add element for
20925         _NL_MONETARY_CRNCYSTR.
20926         * locale/C-monetary.c (conversion_rate): New variable.
20927         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20928         element.
20929
20930 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20931
20932         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20933         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20934
20935 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20936
20937         * elf/Makefile (tst-auxv): New test.
20938         * elf/tst-auxv.c: New
20939         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20940
20941 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20942
20943         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20944         (hidden_proto): Caller changed.
20945         (hidden_tls_proto): New macro.
20946         (libc_hidden_tls_proto): Likewise.
20947         (rtld_hidden_tls_proto): Likewise.
20948         (libm_hidden_tls_proto): Likewise.
20949         (libresolv_hidden_tls_proto): Likewise.
20950         (librt_hidden_tls_proto): Likewise.
20951         (libdl_hidden_tls_proto): Likewise.
20952         (libnss_files_hidden_tls_proto): Likewise.
20953         (libnsl_hidden_tls_proto): Likewise.
20954         (libnss_nisplus_hidden_tls_proto): Likewise.
20955         (libutil_hidden_tls_proto): Likewise.
20956
20957 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20958
20959         [BZ #10253]
20960         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20961         (decompose_rpath): Defer expansion to fillin_rpath.
20962         (_dl_init_paths): Pass linkmap to fillin_rpath.
20963
20964 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20965
20966         * benchtests/Makefile: Add strsep.
20967         * benchtests/bench-strsep.c: New file: strsep benchtest.
20968         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20969
20970 2013-11-18  Andreas Schwab  <schwab@suse.de>
20971
20972         * locale/programs/locale.c (show_info) [case byte]: Check for
20973         '\377' instead of '\177'.
20974         * locale/C-monetary.c (not_available): Always use "\377".
20975         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20976         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20977         detect unavailable sign_posn locale elements.
20978         * locale/localeconv.c (__localeconv): For grouping and
20979         mon_grouping handle "\177" and "\377" like no grouping.
20980         (INT_ELEM): New macro.  Use it to set all numeric members.
20981         * locale/programs/ld-monetary.c (monetary_read)
20982         <tok_mon_grouping>: Normalize single -1 to the empty string.
20983         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20984         Likewise.
20985
20986 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20987
20988         [BZ #16055]
20989         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20990         when we match (nil).
20991         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20992
20993 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20994
20995         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20996         (NO_TEST_INLINE): Update value.
20997         (ERRNO_UNCHANGED): Likewise.
20998         (ERRNO_EDOM): Likewise.
20999         (ERRNO_ERANGE): Likewise.
21000         (IGNORE_RESULT): Likewise.
21001         (check_float_internal): Check signs of NaN results if
21002         TEST_NAN_SIGN used.
21003         (check_complex): Pass TEST_NAN_SIGN flag through to second
21004         check_float_internal call.
21005         (copysign_test_data): Add tests with quiet NaNs as second
21006         argument.  Use TEST_NAN_SIGN.
21007         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21008         TEST_NAN_SIGN.
21009         (signbit_test_data): Add tests of quiet NaN argument.
21010         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21011
21012         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21013         $ignore_result.
21014         (parse_args): Handle function results specified as IGNORE.
21015         * math/libm-test.inc (IGNORE_RESULT): New macro.
21016         (check_float_internal): Do not check numerical result if flag
21017         IGNORE_RESULT set.
21018         (check_complex): Pass through IGNORE_RESULT to second
21019         check_float_internal call.
21020         (check_int): Do not check numerical result if flag IGNORE_RESULT
21021         set.
21022         (check_long): Likewise.
21023         (check_bool): Likewise.
21024         (check_longlong): Likewise.
21025         (lrint_test_data): Add tests of infinite and NaN arguments.
21026         (lrint_tonearest_test_data): Likewise.
21027         (lrint_towardzero_test_data): Likewise.
21028         (lrint_downward_test_data): Likewise.
21029         (lrint_upward_test_data): Likewise.
21030         (llrint_test_data): Likewise.
21031         (llrint_tonearest_test_data): Likewise.
21032         (llrint_towardzero_test_data): Likewise.
21033         (llrint_downward_test_data): Likewise.
21034         (llrint_upward_test_data): Likewise.
21035         (lround_test_data): Likewise.
21036         (llround_test_data): Likewise.
21037
21038         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21039         (ERRNO_UNCHANGED): Update value.
21040         (ERRNO_EDOM): Likewise.
21041         (ERRNO_ERANGE): Likewise.
21042         (NO_TEST_INLINE_FLOAT): New macro.
21043         (NO_TEST_INLINE_DOUBLE): Likewise.
21044         (enable_test): New function.
21045         (RUN_TEST_f_f): Check enable_test before running test.
21046         (RUN_TEST_2_f): Likewise.
21047         (RUN_TEST_fff_f): Likewise.
21048         (RUN_TEST_c_f): Likewise.
21049         (RUN_TEST_f_f1): Likewise.
21050         (RUN_TEST_fF_f1): Likewise.
21051         (RUN_TEST_fI_f1): Likewise.
21052         (RUN_TEST_ffI_f1): Likewise.
21053         (RUN_TEST_c_c): Likewise.
21054         (RUN_TEST_cc_c): Likewise.
21055         (RUN_TEST_f_i): Likewise.
21056         (RUN_TEST_f_i_tg): Likewise.
21057         (RUN_TEST_ff_i_tg): Likewise.
21058         (RUN_TEST_f_b): Likewise.
21059         (RUN_TEST_f_b_tg): Likewise.
21060         (RUN_TEST_f_l): Likewise.
21061         (RUN_TEST_f_L): Likewise.
21062         (RUN_TEST_fFF_11): Likewise.
21063         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21064         conditionals.
21065         (cosh_test_data): Likewise.
21066         (exp_test_data): Likewise.
21067         (expm1_test_data): Likewise.
21068         (hypot_test_data): Likewise.
21069         (pow_test_data): Likewise.
21070         (sinh_test_data): Likewise.
21071         (tanh_test_data): Likewise.
21072         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21073         flags argument.
21074
21075         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21076         tests with quiet NaN input and output.
21077         (acosh_test_data): Likewise.
21078         (asin_test_data): Likewise.
21079         (asinh_test_data): Likewise.
21080         (atan_test_data): Likewise.
21081         (atanh_test_data): Likewise.
21082         (atan2_test_data): Likewise.
21083         (cbrt_test_data): Likewise.
21084         (cos_test_data): Likewise.
21085         (cosh_test_data): Likewise.
21086         (erf_test_data): Likewise.
21087         (erfc_test_data): Likewise.
21088         (exp_test_data): Likewise.
21089         (exp10_test_data): Likewise.
21090         (exp2_test_data): Likewise.
21091         (expm1_test_data): Likewise.
21092         (hypot_test_data): Likewise.
21093         (j0_test_data): Likewise.
21094         (j1_test_data): Likewise.
21095         (jn_test_data): Likewise.
21096         (lgamma_test_data): Likewise.
21097         (log_test_data): Likewise.
21098         (log10_test_data): Likewise.
21099         (log1p_test_data): Likewise.
21100         (log2_test_data): Likewise.
21101         (pow_test_data): Likewise.
21102         (scalb_test_data): Likewise.
21103         (sin_test_data): Likewise.
21104         (sincos_test_data): Likewise.
21105         (sinh_test_data): Likewise.
21106         (tan_test_data): Likewise.
21107         (tanh_test_data): Likewise.
21108         (tgamma_test_data): Likewise.
21109         (y0_test_data): Likewise.
21110         (y1_test_data): Likewise.
21111         (yn_test_data): Likewise.
21112
21113         [BZ #16167]
21114         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21115         argument being NaN and avoid computations with second argument in
21116         that case.
21117         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21118         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21119         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21120
21121 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21122
21123         * locale/iso-639.def: Add Chitwani Tharu (the).
21124
21125 2013-11-14  Andreas Schwab  <schwab@suse.de>
21126
21127         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21128         word instead of empty string.
21129
21130 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21131
21132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21133         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21135         (__fe_nomask_env): Likewise.
21136
21137 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21138
21139         * benchtests/bench-timing.h: Include time.h.
21140
21141 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21142
21143         [BZ #15997]
21144         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21145         to 3.4.0 for x32.
21146         * sysdeps/unix/sysv/linux/configure: Regenerated.
21147
21148 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21149
21150         [BZ #16151]
21151         * stdlib/strtod_l.c (round_and_return): Do not consider
21152         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21153         exponent one less than half the least subnormal exponent.
21154         * stdlib/test-strtod-round-data: Add more tests.
21155         * stdlib/tst-strtod-round.c (tests): Regenerated.
21156
21157 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21158
21159         [BZ #14143]
21160         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21161         (__fe_mask_env): Likewise.
21162         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21163         libm_hidden_proto and add function prototype.
21164         (__fe_mask_env): Add function prototype.
21165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21166         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21168         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21170         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21171
21172 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21173
21174         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21175         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21176
21177 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21178
21179         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21180         of htab_find_slot().
21181
21182 2013-11-11  David S. Miller  <davem@davemloft.net>
21183
21184         [BZ #16150]
21185         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21186         symbol in the non-vis3 case in static builds.
21187         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21188         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21189         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21190         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21191
21192 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21193
21194         [BZ #387]
21195         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21196         it is empty.
21197
21198 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21199
21200         * benchtests/Makefile: Add bench-strtod.
21201         * benchtests/bench-strtod.c: New file: strtod benchtest
21202
21203 2013-11-11  Andreas Schwab  <schwab@suse.de>
21204
21205         [BZ #16153]
21206         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21207         terminating NUL in key length.
21208
21209 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21210
21211         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21212         Add artificial ODP entry for vDSO symbol for PPC64.
21213         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21214         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21215
21216 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21217
21218         [BZ #15374]
21219         * nss/getent.c (services_keys): Recognize services starting with digit.
21220
21221 2013-11-06  David S. Miller  <davem@davemloft.net>
21222
21223         [BZ #15985]
21224         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21225         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21226
21227 2013-11-06  Will Newton  <will.newton@linaro.org>
21228
21229         * manual/memory.texi (Malloc Examples): Remove register
21230         keyword from examples.
21231
21232 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21233
21234         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21235
21236 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21237
21238         [BZ #6981]
21239         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21240         depending on [__GCC_IEC_559 > 0].
21241         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21242         depending on [__GCC_IEC_559_COMPLEX > 0].
21243
21244 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21245
21246         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21247         to iso-639.def.
21248
21249 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21250
21251         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21252
21253 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21254
21255         [BZ #16112]
21256         * malloc/malloc (malloc_info): Do not handle first bin as
21257         special case.
21258
21259 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21260
21261         * locale/iso-639.def: Add Central Nahuatl (nhn).
21262
21263 2013-11-01  Bruno Haible  <bruno@clisp.org>
21264
21265         [BZ #7003]
21266         * manual/math.texi (BSD Random): Specify range upper bound as
21267         in POSIX.
21268
21269 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21270
21271         * locale/iso-639.def: Add Meadow Mari (mhr).
21272
21273 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21274
21275         [BZ #14752], [BZ #15763]
21276         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21277         Validate name.
21278         * rt/tst_shm.c: Add test for escaping directory.
21279
21280 2013-10-31  Andreas Schwab  <schwab@suse.de>
21281
21282         [BZ #15917]
21283         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21284         followed by 'x' as part of digit sequence.
21285         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21286
21287 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21288
21289         [BZ #16037]
21290         * configure.ac: allow GNU Make 4.0 and greater.
21291         * configure: Regenerated.
21292
21293 2013-10-30  Will Newton  <will.newton@linaro.org>
21294
21295         [BZ #16038]
21296         * malloc/hooks.c (memalign_check): Limit alignment to the
21297         maximum representable power of two.
21298         * malloc/malloc.c (__libc_memalign): Likewise.
21299         * malloc/tst-memalign.c (do_test): Add test for very
21300         large alignment values.
21301         * malloc/tst-posix_memalign.c (do_test): Likewise.
21302
21303 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21304
21305         [BZ #11087]
21306         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21307         (munmap_chunk): Likewise.
21308         (mremap_chunk): Likewise.
21309
21310 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21311
21312         [BZ #15799]
21313         * stdlib/div.c (div): Remove obsolete code.
21314         * stdlib/ldiv.c (ldiv): Likewise.
21315         * stdlib/lldiv.c (lldiv): Likewise.
21316
21317 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21318
21319         [BZ #16071]
21320         * nss/nss_files/files-XXX.c (get_contents_ret): New
21321         enumerator.
21322         (get_contents): New function.
21323         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21324
21325 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21326
21327         * configure.in: Moved to ...
21328         * configure.ac: ... here. Change reference to configure.in
21329         to configure.ac.
21330         * sysdeps/arm/preconfigure.ac: ... here.
21331         configure.in to configure.ac.
21332         * sysdeps/gnu/configure.in: Moved to ...
21333         * sysdeps/gnu/configure.ac: ... here.
21334         * sysdeps/i386/configure.in: Moved to ...
21335         * sysdeps/i386/configure.ac: ... here.
21336         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21337         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21338         * sysdeps/mach/configure.in: Moved to ...
21339         * sysdeps/mach/configure.ac: ... here.
21340         * sysdeps/mach/hurd/configure.in: Moved to ...
21341         * sysdeps/mach/hurd/configure.ac: ... here.
21342         * sysdeps/powerpc/configure.in: Moved to ...
21343         * sysdeps/powerpc/configure.ac: ... here.
21344         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21345         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21346         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21347         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21348         * sysdeps/s390/s390-32/configure.in: Moved to ...
21349         * sysdeps/s390/s390-32/configure.ac: ... here.
21350         * sysdeps/s390/s390-64/configure.in: Moved to ...
21351         * sysdeps/s390/s390-64/configure.ac: ... here.
21352         * sysdeps/sh/configure.in: Moved to ...
21353         * sysdeps/sh/configure.ac: ... here.
21354         * sysdeps/sparc/configure.in: Moved to ...
21355         * sysdeps/sparc/configure.ac: ... here.
21356         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21357         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21358         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21359         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21360         * sysdeps/x86_64/configure.in: Moved to ...
21361         * sysdeps/x86_64/configure.ac: ... here.
21362         * sysdeps/x86_64/preconfigure.in: Moved to ...
21363         * sysdeps/x86_64/preconfigure.ac: ... here.
21364         * aclocal.m4: Change reference to configure.in to configure.ac.
21365         * config.h.in: Likewise.
21366         * manual/install.texi: Likewise.
21367         * manual/maint.texi: Likewise.
21368         * Makefile: Likewise.
21369         * malloc/Makefile: Likewise.
21370         * nscd/Makefile: Likewise.
21371         * Makeconfig: Change reference to configure.in and
21372         preconfigure.in to configure.ac and preconfigure.ac
21373         respectively.
21374         * INSTALL: Regenerated.
21375         * configure: Likewise.
21376         * sysdeps/gnu/configure: Likewise.
21377         * sysdeps/i386/configure: Likewise.
21378         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21379         * sysdeps/mach/configure: Likewise.
21380         * sysdeps/mach/hurd/configure: Likewise.
21381         * sysdeps/powerpc/configure: Likewise.
21382         * sysdeps/powerpc/powerpc32/configure: Likewise.
21383         * sysdeps/powerpc/powerpc64/configure: Likewise.
21384         * sysdeps/s390/s390-32/configure: Likewise.
21385         * sysdeps/s390/s390-64/configure: Likewise.
21386         * sysdeps/sh/configure: Likewise.
21387         * sysdeps/sparc/configure: Likewise.
21388         * sysdeps/unix/sysv/linux/configure: Likewise.
21389         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21390         * sysdeps/x86_64/configure: Likewise.
21391         * sysdeps/x86_64/preconfigure: Likewise.
21392
21393 2013-10-29  Andreas Schwab  <schwab@suse.de>
21394
21395         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21396
21397 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21398
21399         * benchtests/pow-inputs: Add new inputs.
21400
21401         * benchtests/exp-inputs: Add new inputs.
21402
21403         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21404         conditional check for return value.
21405         (__cos32): Likewise.
21406
21407 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21408
21409         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21410         to provide a boost for large inputs with word alignment.
21411         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21412         implementation based on optimized PPC64 strcpy.
21413         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21414         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21415         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21416         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21417
21418 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21419
21420         [BZ #2801]
21421         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21422
21423 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21424
21425         [BZ #14876]
21426         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21427         * time/tst-strptime.c (day_tests): Add testcase.
21428
21429 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21430
21431         [BZ #14029]
21432         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21433
21434 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21435
21436         [BZ #16074]
21437         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21438         MAP_FAILED on error.
21439
21440 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21441
21442         [BZ #16072]
21443         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21444         heap for large requests.
21445
21446 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21447
21448         [BZ #9954]
21449         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21450         result if the result has no associated interface.
21451         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21452         interface for all 127.X.Y.Z addresses.
21453
21454 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21455
21456         * locale/iso-639.def: Add Ligurian (lij)
21457
21458 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21459
21460         [BZ #15825]
21461         * sunrpc/rpc_main.c: Document rpcgen -5.
21462
21463 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21464
21465         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21466
21467 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21468
21469         [BZ #10278]
21470         * posix/glob.c: Match only directories when trailing slash is present.
21471         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21472         (main): Add testcase.
21473
21474 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21475
21476         [BZ #15670]
21477         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21478
21479 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21480
21481         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21482         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21483         AUTH_DES and cindex for FIPS 140-2.
21484         (DES Encryption): Add cindex FIPS 46-3.
21485
21486         * locale/locarchive.h (struct locarhandle): Add fname.
21487         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21488         if an optional argument was specified to --list-archive,
21489         otherwise NULL.
21490         * locale/programs/locarchive.c (show_archive_content): Take new
21491         argument fname and pass it via ah.fname to open_archive.
21492         * locale/programs/localedef.h: Update decl.
21493         (open_archive): If AH->fname is non-null, open that file
21494         rather than the default file name, and don't ignore ENOENT.
21495         (create_archive): Set AH.fname to NULL.
21496         (delete_locales_from_archive): Likewise.
21497         (add_locales_to_archive): Likewise.
21498         * locale/programs/locfile.c (write_all_categories): Likewise.
21499
21500 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21501             Aldy Hernandez  <aldyh@redhat.com>
21502
21503         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21504         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21505         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21506         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21507         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21508         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21509         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21510         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21511         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21512         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21513         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21514         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21515         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21516         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21517         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21518         Likewise.
21519         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21520         Likewise.
21521         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21522         Likewise.
21523         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21524         Likewise.
21525         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21526         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21527         Likewise.
21528         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21529         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21530         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21531         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21532         Likewise.
21533         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21534         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21535         * sysdeps/powerpc/preconfigure: Likewise.
21536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21537         Likewise.
21538         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21539         Replace contents of file by #include of <fenv_libc.h>.
21540         * sysdeps/powerpc/soft-fp/sfp-machine.h
21541         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21542         and <sys/prctl.h>.
21543         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21544         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21545         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21546         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21547         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21548         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21549         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21550         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21551         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21552         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21553         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21554         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21556         Allow copysignl PLT reference to be missing.
21557
21558 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21559             Joseph Myers  <joseph@codesourcery.com
21560
21561         [BZ #15948]
21562         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21563         single character.
21564         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21565
21566 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21567
21568         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21569         * elf/tst-tls1.c: Likewise.
21570         * elf/tst-tls10.h: Likewise.
21571         * elf/tst-tls14.c: Likewise.
21572         * elf/tst-tls2.c: Likewise.
21573         * elf/tst-tls3.c: Likewise.
21574         * elf/tst-tls4.c: Likewise.
21575         * elf/tst-tls5.c: Likewise.
21576         * elf/tst-tls6.c: Likewise.
21577         * elf/tst-tls7.c: Likewise.
21578         * elf/tst-tls8.c: Likewise.
21579         * elf/tst-tls9.c: Likewise.
21580         * elf/tst-tlsmod1.c: Likewise.
21581         * elf/tst-tlsmod13.c: Likewise.
21582         * elf/tst-tlsmod13a.c: Likewise.
21583         * elf/tst-tlsmod14a.c: Likewise.
21584         * elf/tst-tlsmod16a.c: Likewise.
21585         * elf/tst-tlsmod16b.c: Likewise.
21586         * elf/tst-tlsmod2.c: Likewise.
21587         * elf/tst-tlsmod3.c: Likewise.
21588         * elf/tst-tlsmod4.c: Likewise.
21589         * elf/tst-tlsmod5.c: Likewise.
21590         * elf/tst-tlsmod6.c: Likewise.
21591
21592 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21593
21594         [BZ #12486]
21595         * malloc/malloc.c: remove checks for statistics.
21596
21597 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21598
21599         [BZ #15277]
21600         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21601         * inet/tst-network.c: Add testcase.
21602
21603 2013-10-17  Andreas Schwab  <schwab@suse.de>
21604
21605         [BZ #15218]
21606         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21607         to determine canonical name.
21608
21609 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21610
21611         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21612         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21613         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21614         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21615         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21616         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21617         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21618         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21619         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21620         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21621         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21622         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21623         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21624         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21625         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21626         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21627         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21628         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21629         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21630         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21631         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21632         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21633         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21634         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21635         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21636         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21637         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21638         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21639         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21640         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21641         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21642         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21643         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21644         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21645         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21646         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21647         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21648         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21649         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21650         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21651         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21652         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21653         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21654         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21655         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21656         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21657         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21658         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21659         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21660         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21661         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21662         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21663         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21664         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21665         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21666         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21667         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21668         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21669
21670 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21671
21672         [BZ #16041]
21673         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21674         make result into a quiet NaN.
21675
21676 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21677
21678         * soft-fp/adddf3.c: Fix horizontal whitespace.
21679         * soft-fp/addsf3.c: Likewise.
21680         * soft-fp/addtf3.c: Likewise.
21681         * soft-fp/divdf3.c: Likewise.
21682         * soft-fp/divsf3.c: Likewise.
21683         * soft-fp/divtf3.c: Likewise.
21684         * soft-fp/double.h: Likewise.
21685         * soft-fp/eqdf2.c: Likewise.
21686         * soft-fp/eqsf2.c: Likewise.
21687         * soft-fp/eqtf2.c: Likewise.
21688         * soft-fp/extenddftf2.c: Likewise.
21689         * soft-fp/extended.h: Likewise.
21690         * soft-fp/extendsfdf2.c: Likewise.
21691         * soft-fp/extendsftf2.c: Likewise.
21692         * soft-fp/extendxftf2.c: Likewise.
21693         * soft-fp/fixdfdi.c: Likewise.
21694         * soft-fp/fixdfsi.c: Likewise.
21695         * soft-fp/fixdfti.c: Likewise.
21696         * soft-fp/fixsfdi.c: Likewise.
21697         * soft-fp/fixsfsi.c: Likewise.
21698         * soft-fp/fixsfti.c: Likewise.
21699         * soft-fp/fixtfdi.c: Likewise.
21700         * soft-fp/fixtfsi.c: Likewise.
21701         * soft-fp/fixtfti.c: Likewise.
21702         * soft-fp/fixunsdfdi.c: Likewise.
21703         * soft-fp/fixunsdfsi.c: Likewise.
21704         * soft-fp/fixunsdfti.c: Likewise.
21705         * soft-fp/fixunssfdi.c: Likewise.
21706         * soft-fp/fixunssfsi.c: Likewise.
21707         * soft-fp/fixunssfti.c: Likewise.
21708         * soft-fp/fixunstfdi.c: Likewise.
21709         * soft-fp/fixunstfsi.c: Likewise.
21710         * soft-fp/fixunstfti.c: Likewise.
21711         * soft-fp/floatdidf.c: Likewise.
21712         * soft-fp/floatdisf.c: Likewise.
21713         * soft-fp/floatditf.c: Likewise.
21714         * soft-fp/floatsidf.c: Likewise.
21715         * soft-fp/floatsisf.c: Likewise.
21716         * soft-fp/floatsitf.c: Likewise.
21717         * soft-fp/floattidf.c: Likewise.
21718         * soft-fp/floattisf.c: Likewise.
21719         * soft-fp/floattitf.c: Likewise.
21720         * soft-fp/floatundidf.c: Likewise.
21721         * soft-fp/floatundisf.c: Likewise.
21722         * soft-fp/floatunditf.c: Likewise.
21723         * soft-fp/floatunsidf.c: Likewise.
21724         * soft-fp/floatunsisf.c: Likewise.
21725         * soft-fp/floatunsitf.c: Likewise.
21726         * soft-fp/floatuntidf.c: Likewise.
21727         * soft-fp/floatuntisf.c: Likewise.
21728         * soft-fp/floatuntitf.c: Likewise.
21729         * soft-fp/fmadf4.c: Likewise.
21730         * soft-fp/fmasf4.c: Likewise.
21731         * soft-fp/fmatf4.c: Likewise.
21732         * soft-fp/gedf2.c: Likewise.
21733         * soft-fp/gesf2.c: Likewise.
21734         * soft-fp/getf2.c: Likewise.
21735         * soft-fp/ledf2.c: Likewise.
21736         * soft-fp/lesf2.c: Likewise.
21737         * soft-fp/letf2.c: Likewise.
21738         * soft-fp/muldf3.c: Likewise.
21739         * soft-fp/mulsf3.c: Likewise.
21740         * soft-fp/multf3.c: Likewise.
21741         * soft-fp/negdf2.c: Likewise.
21742         * soft-fp/negsf2.c: Likewise.
21743         * soft-fp/negtf2.c: Likewise.
21744         * soft-fp/op-1.h: Likewise.
21745         * soft-fp/op-2.h: Likewise.
21746         * soft-fp/op-4.h: Likewise.
21747         * soft-fp/op-8.h: Likewise.
21748         * soft-fp/op-common.h: Likewise.
21749         * soft-fp/quad.h: Likewise.
21750         * soft-fp/single.h: Likewise.
21751         * soft-fp/soft-fp.h: Likewise.
21752         * soft-fp/sqrtdf2.c: Likewise.
21753         * soft-fp/sqrtsf2.c: Likewise.
21754         * soft-fp/sqrttf2.c: Likewise.
21755         * soft-fp/subdf3.c: Likewise.
21756         * soft-fp/subsf3.c: Likewise.
21757         * soft-fp/subtf3.c: Likewise.
21758         * soft-fp/truncdfsf2.c: Likewise.
21759         * soft-fp/trunctfdf2.c: Likewise.
21760         * soft-fp/trunctfsf2.c: Likewise.
21761         * soft-fp/trunctfxf2.c: Likewise.
21762         * soft-fp/unorddf2.c: Likewise.
21763         * soft-fp/unordsf2.c: Likewise.
21764         * soft-fp/unordtf2.c: Likewise.
21765
21766 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
21767
21768         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21769         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21770
21771 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
21772
21773         * elf/dl-libc.c: Clear initfini list after freeing.
21774
21775 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
21776
21777         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21778         * soft-fp/addsf3.c: Likewise.
21779         * soft-fp/addtf3.c: Likewise.
21780         * soft-fp/divdf3.c: Likewise.
21781         * soft-fp/divsf3.c: Likewise.
21782         * soft-fp/divtf3.c: Likewise.
21783         * soft-fp/double.h: Likewise.
21784         * soft-fp/eqdf2.c: Likewise.
21785         * soft-fp/eqsf2.c: Likewise.
21786         * soft-fp/eqtf2.c: Likewise.
21787         * soft-fp/extenddftf2.c: Likewise.
21788         * soft-fp/extended.h: Likewise.
21789         * soft-fp/extendsfdf2.c: Likewise.
21790         * soft-fp/extendsftf2.c: Likewise.
21791         * soft-fp/extendxftf2.c: Likewise.
21792         * soft-fp/fixdfdi.c: Likewise.
21793         * soft-fp/fixdfsi.c: Likewise.
21794         * soft-fp/fixdfti.c: Likewise.
21795         * soft-fp/fixsfdi.c: Likewise.
21796         * soft-fp/fixsfsi.c: Likewise.
21797         * soft-fp/fixsfti.c: Likewise.
21798         * soft-fp/fixtfdi.c: Likewise.
21799         * soft-fp/fixtfsi.c: Likewise.
21800         * soft-fp/fixtfti.c: Likewise.
21801         * soft-fp/fixunsdfdi.c: Likewise.
21802         * soft-fp/fixunsdfsi.c: Likewise.
21803         * soft-fp/fixunsdfti.c: Likewise.
21804         * soft-fp/fixunssfdi.c: Likewise.
21805         * soft-fp/fixunssfsi.c: Likewise.
21806         * soft-fp/fixunssfti.c: Likewise.
21807         * soft-fp/fixunstfdi.c: Likewise.
21808         * soft-fp/fixunstfsi.c: Likewise.
21809         * soft-fp/fixunstfti.c: Likewise.
21810         * soft-fp/floatdidf.c: Likewise.
21811         * soft-fp/floatdisf.c: Likewise.
21812         * soft-fp/floatditf.c: Likewise.
21813         * soft-fp/floatsidf.c: Likewise.
21814         * soft-fp/floatsisf.c: Likewise.
21815         * soft-fp/floatsitf.c: Likewise.
21816         * soft-fp/floattidf.c: Likewise.
21817         * soft-fp/floattisf.c: Likewise.
21818         * soft-fp/floattitf.c: Likewise.
21819         * soft-fp/floatundidf.c: Likewise.
21820         * soft-fp/floatundisf.c: Likewise.
21821         * soft-fp/floatunsidf.c: Likewise.
21822         * soft-fp/floatunsisf.c: Likewise.
21823         * soft-fp/floatuntidf.c: Likewise.
21824         * soft-fp/floatuntisf.c: Likewise.
21825         * soft-fp/floatuntitf.c: Likewise.
21826         * soft-fp/fmadf4.c: Likewise.
21827         * soft-fp/fmasf4.c: Likewise.
21828         * soft-fp/fmatf4.c: Likewise.
21829         * soft-fp/gedf2.c: Likewise.
21830         * soft-fp/gesf2.c: Likewise.
21831         * soft-fp/getf2.c: Likewise.
21832         * soft-fp/ledf2.c: Likewise.
21833         * soft-fp/lesf2.c: Likewise.
21834         * soft-fp/letf2.c: Likewise.
21835         * soft-fp/muldf3.c: Likewise.
21836         * soft-fp/mulsf3.c: Likewise.
21837         * soft-fp/multf3.c: Likewise.
21838         * soft-fp/negdf2.c: Likewise.
21839         * soft-fp/negsf2.c: Likewise.
21840         * soft-fp/negtf2.c: Likewise.
21841         * soft-fp/op-1.h: Likewise.
21842         * soft-fp/op-2.h: Likewise.
21843         * soft-fp/op-4.h: Likewise.
21844         * soft-fp/op-8.h: Likewise.
21845         * soft-fp/op-common.h: Likewise.
21846         * soft-fp/quad.h: Likewise.
21847         * soft-fp/single.h: Likewise.
21848         * soft-fp/soft-fp.h: Likewise.
21849         * soft-fp/sqrtdf2.c: Likewise.
21850         * soft-fp/sqrtsf2.c: Likewise.
21851         * soft-fp/sqrttf2.c: Likewise.
21852         * soft-fp/subdf3.c: Likewise.
21853         * soft-fp/subsf3.c: Likewise.
21854         * soft-fp/subtf3.c: Likewise.
21855         * soft-fp/truncdfsf2.c: Likewise.
21856         * soft-fp/trunctfdf2.c: Likewise.
21857         * soft-fp/trunctfsf2.c: Likewise.
21858         * soft-fp/trunctfxf2.c: Likewise.
21859         * soft-fp/unorddf2.c: Likewise.
21860         * soft-fp/unordsf2.c: Likewise.
21861         * soft-fp/unordtf2.c: Likewise.
21862
21863 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21864
21865         [BZ #15672]
21866         * misc/error.c (error_tail): Fix possible buffer overflow.
21867
21868 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21869
21870         [BZ #13028]
21871         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21872         address.
21873
21874 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21875
21876         [BZ #832]
21877         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21878         testing pipefail option.
21879
21880 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21881
21882         * soft-fp/double.h: Indent preprocessor directives inside #if.
21883         * soft-fp/extended.h: Likewise.
21884         * soft-fp/op-2.h: Likewise.
21885         * soft-fp/op-4.h: Likewise.
21886         * soft-fp/op-common.h: Likewise.
21887         * soft-fp/quad.h: Likewise.
21888         * soft-fp/single.h: Likewise.
21889         * soft-fp/soft-fp.h: Likewise.
21890
21891 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21892
21893         * iconv/iconv_prog.c: Fix typos.
21894         * stdio-common/psiginfo-data.h: Likewise.
21895
21896 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21897
21898         [BZ #15764]
21899         * locale/setlocale.c: Fix typo.
21900
21901 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21902
21903         [BZ #16036]
21904         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21905         signaling NaN arguments.
21906         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21907         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21908
21909         [BZ #14910]
21910         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21911         unordered operands.
21912         * soft-fp/gesf2.c (__gesf2): Likewise.
21913         * soft-fp/getf2.c (__getf2): Likewise.
21914         * soft-fp/ledf2.c (__ledf2): Likewise.
21915         * soft-fp/lesf2.c (__lesf2): Likewise.
21916         * soft-fp/letf2.c (__letf2): Likewise.
21917
21918         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21919         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21920         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21921         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21922         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21923         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21924         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21925         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21926         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21927         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21928         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21929         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21930         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21931         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21932         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21933         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21934         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21935         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21936         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21937         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21938         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21939         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21940         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21941         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21942         * soft-fp/floattidf.c (__floattidf): Likewise.
21943         * soft-fp/floattisf.c (__floattisf): Likewise.
21944         * soft-fp/floattitf.c (__floattitf): Likewise.
21945         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21946         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21947         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21948         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21949         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21950         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21951         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21952         * soft-fp/gesf2.c (__gesf2): Likewise.
21953         * soft-fp/getf2.c (__getf2): Likewise.
21954         * soft-fp/ledf2.c (__ledf2): Likewise.
21955         * soft-fp/lesf2.c (__lesf2): Likewise.
21956         * soft-fp/letf2.c (__letf2): Likewise.
21957
21958         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21959         Undefine and redefine.
21960         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21961         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21962         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21963         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21964         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21965         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21966         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21967         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21968         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21969         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21970         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21971         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21972         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21973         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21974         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21975
21976         [BZ #16032]
21977         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21978         without decrementing exponent if mantissa >= that for the
21979         denominator, not >.
21980         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21981         denominator, not >.  Decrement exponent in < case instead of
21982         incrementing in >= case.
21983         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21984         without decrementing exponent if mantissa >= that for the
21985         denominator, not >.
21986
21987         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21988         computing saturated result for unsigned overflow.
21989
21990 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21991             Jeff Law  <law@redhat.com>
21992
21993         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21994         (atan2Mp): Add systemtap probe marker.
21995         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21996         (__ieee754_log): Add systemtap probe marker.
21997         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21998         (atanMp): Add systemtap probe marker.
21999         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22000         (tanMp): Add systemtap probe marker.
22001         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22002         (__slowexp): Add systemtap probe marker.
22003         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22004         (__slowpow): Add systemtap probe marker.
22005         * manual/probes.texi: Document probes.
22006
22007 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22008
22009         [BZ #15362]
22010         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22011         written.
22012         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22013         written.
22014         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22015         written to buffer but not flushed.
22016         * libio/iofwrite_u.c:  Likewise.
22017         * libio/iopadn.c:  Return bytes returned even if EOF was
22018         encountered.
22019         * libio/iowpadn.c:  Likewise.
22020         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22021         if _IO_padn does not write the whole buffer.
22022         [!COMPILE_WPRINTF] (PAD): Likewise.
22023
22024 2013-10-10  David S. Miller  <davem@davemloft.net>
22025
22026         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22027         directory block.
22028
22029 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22030
22031         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22032         instead of FSF address.
22033         * soft-fp/fixdfti.c: Likewise.
22034         * soft-fp/fixsfti.c: Likewise.
22035         * soft-fp/fixtfti.c: Likewise.
22036         * soft-fp/fixunsdfti.c: Likewise.
22037         * soft-fp/fixunssfti.c: Likewise.
22038         * soft-fp/fixunstfti.c: Likewise.
22039         * soft-fp/floattidf.c: Likewise.
22040         * soft-fp/floattisf.c: Likewise.
22041         * soft-fp/floattitf.c: Likewise.
22042         * soft-fp/floatuntidf.c: Likewise.
22043         * soft-fp/floatuntisf.c: Likewise.
22044         * soft-fp/floatuntitf.c: Likewise.
22045         * soft-fp/trunctfxf2.c: Likewise.
22046
22047         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22048         * soft-fp/fixdfti.c: Likewise.
22049         * soft-fp/fixsfti.c: Likewise.
22050         * soft-fp/fixtfti.c: Likewise.
22051         * soft-fp/fixunsdfti.c: Likewise.
22052         * soft-fp/fixunssfti.c: Likewise.
22053         * soft-fp/fixunstfti.c: Likewise.
22054         * soft-fp/floattidf.c: Likewise.
22055         * soft-fp/floattisf.c: Likewise.
22056         * soft-fp/floattitf.c: Likewise.
22057         * soft-fp/floatuntidf.c: Likewise.
22058         * soft-fp/floatuntisf.c: Likewise.
22059         * soft-fp/floatuntitf.c: Likewise.
22060         * soft-fp/trunctfxf2.c: Likewise.
22061
22062 2013-10-10  David S. Miller  <davem@davemloft.net>
22063
22064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22065
22066 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22067
22068         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22069         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22070         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22071         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22072         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22073         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22074         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22075
22076         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22077         for NaNs before doing comparisons on argument.
22078         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22079         Likewise.
22080
22081 2013-10-10  Will Newton  <will.newton@linaro.org>
22082
22083         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22084         passed to _int_memalign does not overflow.
22085
22086 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22087
22088         * scripts/bench.pl: Add include-sources directive.
22089         * benchtests/README: Update documentation.
22090
22091 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22092
22093         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22094         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22095         instead of FP_INIT_ROUNDMODE.
22096         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22097         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22098
22099         [BZ #16034]
22100         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22101         copy class of input value.
22102         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22103         not handle exceptions.
22104         * soft-fp/negsf2.c (__negsf2): Likewise.
22105         * soft-fp/negtf2.c (__negtf2): Likewise.
22106         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22107
22108 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22109
22110         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22111         semicolon.  From Linux kernel.
22112
22113 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22114
22115         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22116
22117 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22118
22119         [BZ #156]
22120         * manual/socket.texi: Added statement about buffer
22121         for gethostbyname2_r.
22122
22123 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22124
22125         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22126         Use .p2align directive instead, throughout.
22127         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22128         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22129         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22130         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22131         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22132         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22133         * sysdeps/x86_64/strchr.S: Likewise.
22134         * sysdeps/x86_64/strrchr.S: Likewise.
22135
22136 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22137
22138         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22139
22140         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22141
22142         * sysdeps/generic/math_private.h (__mpsin1): Remove
22143         declaration.
22144         (__mpcos1): Likewise.
22145         (__mpsin): New argument __range_reduce.
22146         (__mpcos): Likewise.
22147         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22148         (slow): Use __mpsin and __mpcos.
22149         (slow1): Likewise.
22150         (slow2): Likewise.
22151         (sloww): Likewise.
22152         (sloww1): Likewise.
22153         (sloww2): Likewise.
22154         (bsloww): Likewise.
22155         (bsloww1): Likewise.
22156         (bsloww2): Likewise.
22157         (cslow2): Likewise.
22158         (csloww): Likewise.
22159         (csloww1): Likewise.
22160         (csloww2): Likewise.
22161         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22162         range_reduce.  Merge in __mpsin1.
22163         (__mpcos): Likewise.
22164         (__mpsin1): Remove.
22165         (__mpcos1): Likewise.
22166
22167 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22168
22169         * locale/loadlocale.c (_nl_intern_locale_data): Use
22170         LOCFILE_ALIGNED_P.
22171         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22172         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22173         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22174         obstack data is appropriately aligned.
22175         (obstack_int32_grow_fast): Likewise.
22176         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22177         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22178         (add_locale_uint32_array): Likewise.
22179
22180 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22181
22182         * benchtests/Makefile: Remove ARGLIST and RET variables.
22183         ($(objpfx)bench-%.c): Pass only function name to the script.
22184         * benchtests/README: Update documentation.
22185         * benchtests/acos-inputs: Add new directives.
22186         * benchtests/acosh-inputs: Likewise.
22187         * benchtests/asin-inputs: Likewise.
22188         * benchtests/asinh-inputs: Likewise.
22189         * benchtests/atan-inputs: Likewise.
22190         * benchtests/atanh-inputs: Likewise.
22191         * benchtests/cos-inputs: Likewise.
22192         * benchtests/cosh-inputs: Likewise.
22193         * benchtests/exp-inputs: Likewise.
22194         * benchtests/log-inputs: Likewise.
22195         * benchtests/pow-inputs: Likewise.
22196         * benchtests/rint-inputs: Likewise.
22197         * benchtests/sin-inputs: Likewise.
22198         * benchtests/sinh-inputs: Likewise.
22199         * benchtests/tan-inputs: Likewise.
22200         * benchtests/tanh-inputs: Likewise.
22201         * scripts/bench.pl: Add support for new directives.
22202
22203 2013-10-07  Alan Modra  <amodra@gmail.com>
22204
22205         * README: Fix careless merge.
22206
22207 2013-10-05  Alan Modra  <amodra@gmail.com>
22208
22209         * NEWS: Mention powerpc64le support and bugs fixed.
22210         * README: Both big-endian and little-endian powerpc64 supported.
22211
22212 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22213
22214         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22215         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22216         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22217         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22218
22219 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22220
22221         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22222         match prototype.
22223
22224 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22225
22226         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22227         Move -mhard-float appending from
22228         ports/sysdeps/powerpc/powerpc32/Makefile.
22229         [$(with-fp) = yes] (ASFLAGS): Likewise.
22230         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22231         * sysdeps/powerpc/nofpu: Move directory from
22232         ports/sysdeps/powerpc/nofpu.
22233         * sysdeps/powerpc/soft-fp: Move directory from
22234         ports/sysdeps/powerpc/soft-fp.
22235         * sysdeps/powerpc/powerpc32/405: Move directory from
22236         ports/sysdeps/powerpc/powerpc32/405.
22237         * sysdeps/powerpc/powerpc32/440: Move directory from
22238         ports/sysdeps/powerpc/powerpc32/440.
22239         * sysdeps/powerpc/powerpc32/464: Move directory from
22240         ports/sysdeps/powerpc/powerpc32/464.
22241         * sysdeps/powerpc/powerpc32/476: Move directory from
22242         ports/sysdeps/powerpc/powerpc32/476.
22243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22244         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22246         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22248         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22250         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22252         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22253         * README: Update for powerpc-*-linux-gnu software floating point
22254         support in libc.
22255
22256         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22257         case to powerpc/powerpc32*.
22258         * sysdeps/unix/sysv/linux/configure: Regenerated.
22259
22260         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22261         (_FPU_MASK_OM): Define as 0x04.
22262         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22263         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22264         0x00c10080.
22265         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22266         0x0000003c.
22267         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22268
22269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22270         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22271         getcontext_e500.
22272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22273         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22274         setcontext_e500.
22275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22276         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22277         and setcontext_e500.
22278
22279 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22280
22281         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22282
22283 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22284
22285         * manual/threads.texi (Default Thread Attributes): Fix typo.
22286
22287 2013-10-04  Will Newton  <will.newton@linaro.org>
22288
22289         * malloc/Makefile: Add tst-memalign.
22290         * malloc/tst-memalign.c: New file.
22291
22292         * malloc/tst-posix_memalign.c: Add comments.
22293         (do_test): Add comments and call free on all potentially
22294         allocated pointers. Add space after cast.
22295
22296         * malloc/tst-pvalloc.c: Add comments.
22297         (do_test): Add comments and call free on all potentially
22298         allocated pointers. Remove duplicate check for NULL pointer.
22299         Add space after cast.
22300
22301         * malloc/tst-valloc.c: Add comments.
22302         (do_test): Add comments and call free on all potentially
22303         allocated pointers. Remove duplicate check for NULL pointer.
22304         Add space after cast.
22305
22306 2013-10-04  Alan Modra  <amodra@gmail.com>
22307
22308         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22309         Use stdint types in rather than __attribute__((mode())).
22310         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22311
22312 2013-10-04  Alan Modra  <amodra@gmail.com>
22313
22314         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22315         Correct handling of unaligned relocs for little-endian.
22316         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22317
22318 2013-10-04  Alan Modra  <amodra@gmail.com>
22319
22320         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22321         * configure: Regenerate.
22322         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22323         * shlib-versions: Likewise.
22324
22325 2013-10-04  Alan Modra  <amodra@gmail.com>
22326
22327         * string/tester.c (test_memrchr): Increment reported test cycle.
22328
22329 2013-10-04  Alan Modra  <amodra@gmail.com>
22330
22331         * string/test-memcpy.c (do_one_test): When reporting errors, print
22332         string address and don't overrun end of string.
22333
22334 2013-10-04  Alan Modra  <amodra@gmail.com>
22335
22336         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22337         insrdi.  Make better use of reg selection to speed exit slightly.
22338         Schedule entry path a little better.  Remove useless "are we done"
22339         checks on entry to main loop.  Handle wrapping around zero address.
22340         Correct main loop count.  Handle single left-over word from main
22341         loop inline rather than by using loop_small.  Remove extra word
22342         case in loop_small caused by wrong loop count.  Add little-endian
22343         support.
22344         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22345         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22346         cache hint.
22347         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22348         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22349         support.  Avoid rlwimi.
22350         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22351
22352 2013-10-04  Alan Modra  <amodra@gmail.com>
22353
22354         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22355         insrdi.  Formatting.
22356         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22357         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22358         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22359         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22360         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22361         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22362
22363 2013-10-04  Alan Modra  <amodra@gmail.com>
22364
22365         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22366         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22367         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22368         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22369         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22370         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22371         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22372         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22373         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22374         use of regs.  Use power7 mtocrf.  Tidy function tails.
22375
22376 2013-10-04  Alan Modra  <amodra@gmail.com>
22377
22378         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22379         Formatting.  Consistently use rXXX register defines or rN defines.
22380         Use early exit labels that avoid restoring unused non-volatile regs.
22381         Make cr field use more consistent with rWORDn compares.  Rename
22382         regs used as shift registers for unaligned loop, using rN defines
22383         for short lifetime/multiple use regs.
22384         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22385         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22386         addi 1,1,64 to pop stack frame.  Simplify return value code.
22387         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22388
22389 2013-10-04  Alan Modra  <amodra@gmail.com>
22390
22391         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22392         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22393         rather than rlwimi.
22394         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22395         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22396         little-endian support.  Correct typos.
22397         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22398         rather than rlwimi.
22399         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22400         in loop and entry code to keep "and." results.
22401         (strchr): Add little-endian support.  Comment.  Move cntlzd
22402         earlier in tail.
22403         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22404
22405 2013-10-04  Alan Modra  <amodra@gmail.com>
22406
22407         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22408         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22409         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22410         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22411
22412 2013-10-04  Alan Modra  <amodra@gmail.com>
22413
22414         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22415         (rTMP): Define as r11.
22416         (strcmp): Add little-endian support.  Optimise tail.
22417         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22418         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22419         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22420         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22421         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22422         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22423         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22424
22425 2013-10-04  Alan Modra  <amodra@gmail.com>
22426
22427         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22428         little-endian support.  Remove unnecessary "are we done" tests.
22429         Handle "s" wrapping around zero and extremely large "size".
22430         Correct main loop count.  Handle single left-over word from main
22431         loop inline rather than by using small_loop.  Correct comments.
22432         Delete "zero" tail, use "end_max" instead.
22433         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22434
22435 2013-10-04  Alan Modra  <amodra@gmail.com>
22436
22437         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22438         support.  Don't branch over align.
22439         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22440         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22441         support.  Rearrange tmp reg use to suit.  Comment.
22442         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22443
22444 2013-10-04  Alan Modra  <amodra@gmail.com>
22445
22446         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22447
22448 2013-10-04  Alan Modra  <amodra@gmail.com>
22449
22450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22451         conditional form of branch and link when obtaining pc.
22452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22453
22454 2013-10-04  Alan Modra  <amodra@gmail.com>
22455
22456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22457         HIWORD/LOWORD.
22458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22460
22461 2013-10-04  Alan Modra  <amodra@gmail.com>
22462
22463         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22464         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22465         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22466         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22467         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22468         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22469         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22470         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22471         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22472         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22473
22474 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22475             Alistair Popple <alistair@ozlabs.au.ibm.com>
22476             Alan Modra <amodra@gmail.com>
22477
22478         [BZ #15723]
22479         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22480         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22481         _dl_hwcap access for little-endian.
22482         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22483         destroy vmx regs when saving unaligned.
22484         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22485         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22486         destroy vmx regs when saving unaligned.
22487
22488 2013-10-04  Alan Modra  <amodra@gmail.com>
22489
22490         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22491         Don't use a union to pack hi/low value.
22492
22493 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22494
22495         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22496         for little-endian.
22497         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22498         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22499         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22500         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22501         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22502
22503 2013-10-04  Alan Modra  <amodra@gmail.com>
22504
22505         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22506         constants to usual value for .cst8 section, and remove redundant
22507         high address load.
22508         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22509         constant for 0x1p52.  Load little-endian words of double from
22510         correct stack offsets.
22511
22512 2013-10-04  Alan Modra  <amodra@gmail.com>
22513
22514         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22515         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22516         words of double from correct stack offsets.
22517         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22518         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22519         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22520         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22521         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22522         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22523         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22524         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22525         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22526         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22527         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22528         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22529         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22530         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22531         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22532         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22533         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22534
22535 2013-10-04  Alan Modra  <amodra@gmail.com>
22536
22537         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22538         64-bit int/double union.
22539         (_FPU_SETCW): Likewise.
22540         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22541         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22542
22543 2013-10-04  Alan Modra  <amodra@gmail.com>
22544
22545         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22546         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22547
22548 2013-10-04  Alan Modra  <amodra@gmail.com>
22549
22550         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22551         use vector int constants.
22552         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22553
22554 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22555
22556         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22557         array with long long.
22558         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22559         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22560         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22561         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22562         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22563         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22564         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22565         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22566         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22567         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22568         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22569         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22570         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22571
22572 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22573
22574         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22575         (__signbit): Likewise.  Correct for little-endian.
22576         (__signbitl): Call __signbit.
22577         (lrint): Correct for little-endian.
22578         (lrintf): Call lrint.
22579
22580 2013-10-04  Alan Modra  <amodra@gmail.com>
22581
22582         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22583         union 32-bit int array member with 64-bit int array.
22584         (t515, tm256): Double rather than long double.
22585         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22586
22587 2013-10-04  Alan Modra  <amodra@gmail.com>
22588
22589         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22590         Delete.
22591         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22592         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22593         version of math_ldbl.h.
22594
22595 2013-10-04  Alan Modra  <amodra@gmail.com>
22596
22597         [BZ #15734], [BZ #15735]
22598         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22599         all uses of ieee875 long double macros and unions.  Simplify test
22600         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22601         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22602         normalize after ldbl_extract_mantissa, and don't add hidden bit
22603         already handled.  Don't treat low word of ieee854 mantissa like
22604         low word of IBM long double and mask off bit when testing for
22605         zero.
22606         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22607         all uses of ieee875 long double macros and unions.  Simplify tests
22608         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22609         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22610         two1022, instead use their values.  Recognise that tests for large
22611         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22612         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22613         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22614         test for 0.0L and nan.  Correct negation.
22615         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22616         ieee875 long double macros and unions.  Correct output for large
22617         magnitude x.  Correct absolute value calculation.
22618         (__erfcl): Likewise.
22619         * math/libm-test.inc: Add tests for errors discovered in IBM long
22620         double versions of fmodl, remainderl, erfl and erfcl.
22621
22622 2013-10-04  Alan Modra  <amodra@gmail.com>
22623
22624         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22625         all uses of ieee854 long double macros and unions.  Simplify tests
22626         for long doubles that are fully specified by the high double.
22627         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22628         Likewise.
22629         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22630         Remove dead code too.
22631         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22632         (__ieee754_ynl): Likewise.
22633         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22634         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22635         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22636         Remove dead code too.
22637         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22638         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22639         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22640         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22641         Simplify.
22642         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22643         Simplify.
22644         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22645         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22646         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22647         Comment on variable precision.
22648         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22649         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22650         Likewise.
22651         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22652         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22653         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22654         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22655         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22656
22657 2013-10-04  Alan Modra  <amodra@gmail.com>
22658
22659         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22660         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22661         all uses of ieee854 long double macros and unions.
22662         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22663         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22664         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22665         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22666         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22667         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22668         Likewise.
22669         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22670         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22671         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22672         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22673         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22674         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22675         Simplify sign and nan test too.
22676         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22677         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22678         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22679         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22680         Likewise.
22681         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22682         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22683         Likewise.
22684         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22685         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22686         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22687         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22688         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22689         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22690
22691 2013-10-04  Alan Modra  <amodra@gmail.com>
22692
22693         * stdio-common/printf_size.c (__printf_size): Don't use
22694         union ieee854_long_double in fpnum union.
22695         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22696         signbit macro to retrieve sign from long double.
22697         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22698         retrieve sign from long double.
22699         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22700         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22701         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22702         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22703         * math/test-misc.c (main): Don't use union ieee854_long_double.
22704
22705 2013-10-04  Alan Modra  <amodra@gmail.com>
22706
22707         [BZ #15680]
22708         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22709         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22710         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22711         calculation.  Remove unnecessary test for denormal exponent.
22712         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22713         Correct handling of denormals.  Avoid undefined shift behaviour.
22714         Correct normalisation of low mantissa when low double is denormal.
22715         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22716         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22717         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22718         Correct normalisation of low mantissa.  Test for overflow of high
22719         mantissa and normalise.
22720         (ldbl_nearbyint): Use more readable constant for two52.
22721         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22722         (__mpn_construct_long_double): Fix test for overflow of high
22723         mantissa and correct normalisation.  Avoid undefined shift.
22724
22725 2013-10-04  Alan Modra  <amodra@gmail.com>
22726
22727         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22728         (union ibm_extended_long_double): Define as an array of ieee754_double.
22729         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22730         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22731         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22732         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22733         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22734         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22735         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22736         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22737         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22738         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22739         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22740
22741 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
22742
22743         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22744         page size instead of calling getpagesize.
22745
22746         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22747         (LOCFILE_ALIGN_MASK): Likewise.
22748         (LOCFILE_ALIGN_UP): Likewise.
22749         (LOCFILE_ALIGNED_P): Likewise.
22750         * locale/programs/ld-collate.c (collate_output): Use the new
22751         macros instead of __alignof__ (int32_t).
22752         * locale/weight.h (findidx): Likewise.
22753
22754 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
22755
22756         [BZ #431]
22757         * manual/string.texi: Fix strncat and wcsncat.
22758
22759 2013-10-03  Brooks Moses  <bmoses@google.com>
22760
22761         [BZ #15915]
22762         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22763         * Makerules: ...here, and adjust associated comments.
22764
22765 2013-10-02  Will Newton  <will.newton@linaro.org>
22766
22767         * malloc/Makefile: Add tst-pvalloc.
22768         * malloc/tst-pvalloc.c: New file.
22769
22770 2013-10-02  Will Newton  <will.newton@linaro.org>
22771
22772         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22773         improve test coverage.
22774
22775 2013-10-02  Will Newton  <will.newton@linaro.org>
22776
22777         * malloc/Makefile: Add tst-posix_memalign.
22778         * malloc/tst-posix_memalign.c: New file.
22779
22780 2013-10-01  Eric Blake  <eblake@redhat.com>
22781
22782         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22783         Use __THROWNL rather than __THROW on static functions.
22784
22785 2013-09-30  Petr Machata  <pmachata@redhat.com>
22786
22787         * elf/elf.h (R_AARCH64_ABS16): New macro.
22788         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22789         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22790         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22791         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22792         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22793         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22794         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22795         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22796         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22797         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22798         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22799         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22800         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22801         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22802         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22803         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22804         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22805         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22806         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22807         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22808         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22809         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22810         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22811         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22812         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22813         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22814         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22815         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22816         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22817         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22818         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22819         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22820         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22821         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22822         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22823         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22824         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22825         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22826         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22827         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22828         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22829         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22830         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22831         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22832         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22833         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22834         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22835         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22836         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22837         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22838         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22839         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22840         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22841         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22842         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22843         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22844         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22845         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22846         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22847         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22848         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22849         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22850         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22851         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22852         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22853         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22854         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22855         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22856         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22857         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22858         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22859         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22860         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22861         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22862         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22863         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22864         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22865         (R_AARCH64_TLSDESC_LDR): Likewise.
22866         (R_AARCH64_TLSDESC_ADD): Likewise.
22867         (R_AARCH64_TLSDESC_CALL): Likewise.
22868
22869 2013-09-30  Andreas Schwab  <schwab@suse.de>
22870
22871         [BZ #15048]
22872         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22873         the nss database lookup.
22874         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22875         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22876
22877 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22878
22879         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22880
22881 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22882
22883         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22884         ${Bash-specific parameter/pattern/string} parameter expansion.
22885         * sysdeps/unix/make-syscalls.sh: Likewise.
22886
22887 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22888
22889         * sysdeps/sh/stackguard-macros.h: New file.
22890
22891 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22892
22893         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22894         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22895         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22896         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22897         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22898         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22899
22900 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22901
22902         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22903         Fix thread ID register.
22904
22905 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22906
22907         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22908         [POSIX || UNIX98]: Require rather than permitting all symbols from
22909         <time.h>.
22910         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22911         element of struct sched_param.
22912         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22913         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22914         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22915         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22916         constant.
22917
22918 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22919
22920         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22921         argument calculation.
22922
22923 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22924
22925         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22926         Expect macro.
22927         [POSIX] (pthread_attr_t): Do not require type.
22928         [POSIX] (pthread_cond_t): Likewise.
22929         [POSIX] (pthread_condattr_t): Likewise.
22930         [POSIX] (pthread_key_t): Likewise.
22931         [POSIX] (pthread_mutex_t): Likewise.
22932         [POSIX] (pthread_mutexattr_t): Likewise.
22933         [POSIX] (pthread_once_t): Likewise.
22934         [POSIX] (pthread_t): Likewise.
22935         [POSIX-based standards] (pthread_atfork): Expect function.
22936
22937 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22938             Richard Sandiford  <richard@codesourcery.com>
22939
22940         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22941         (swap_endianness_p): New extern variable.
22942         (set_big_endian): New inline function.
22943         (maybe_swap_uint32): Likewise.
22944         (maybe_swap_uint32_array): Likewise.
22945         (maybe_swap_uint32_obstack): Likewise.
22946         * locale/programs/locfile.c: Include <stdbool.h>.
22947         (swap_endianness_p): New variable.
22948         (add_locale_uint32): Call maybe_swap_uint32.
22949         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22950         (write_locale_data): Call maybe_swap_uint32_array.
22951         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22952         maybe_swap_uint32.
22953         (obstack_int32_grow_fast): Likewise.
22954         (output_weightwc): Call maybe_swap_uint32_obstack.
22955         (collate_output): Likewise.
22956         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22957         (OPT_LITTLE_ENDIAN): Likewise.
22958         (options): Add --little-endian and --big-endian options.
22959         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22960         * locale/programs/locarchive.c: Include "locfile.h".
22961         (GET): New macro.
22962         (SET): Likewise.
22963         (INC): Likewise.
22964         (create_archive): Use the new macros to access fields of
22965         structures directly mapped from or written to locale archives.
22966         (oldlocrecentcmp): Likewise.
22967         (enlarge_archive): Likewise.
22968         (insert_name): Likewise.
22969         (add_alias): Likewise.
22970         (add_locale): Likewise.
22971         (delete_locales_from_archive): Likewise.
22972         (show_archive_content): Likewise.
22973         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22974         locale data.
22975
22976 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22977
22978         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22979         http://www.gnu.org/doc/freemanuals.texi.
22980         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22981
22982 2013-09-24  Will Newton  <will.newton@linaro.org>
22983
22984         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22985         macro.
22986
22987 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22988
22989         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22990         unsigned char.
22991
22992 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22993
22994         * manual/threads.texi (POSIX Threads): Fix a typo.
22995
22996 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22997
22998         [BZ #14547]
22999         * string/tst-strcoll-overflow.c: New test case.
23000         * string/Makefile (xtests): Add tst-strcoll-overflow.
23001         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23002         cache if string sizes may cause integer overflow.
23003
23004         [BZ #14547]
23005         * string/strcoll_l.c (coll_seq): New members rule, idx,
23006         save_idx and back_us.
23007         (get_next_seq_nocache): New function.
23008         (do_compare_nocache): New function.
23009         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23010         when malloc fails.
23011
23012 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23013
23014         [BZ #15754]
23015         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23016         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23017         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23018
23019         [BZ #15754]
23020         * elf/Makefile (tests): Add tst-ptrguard1.
23021         (tests-static): Add tst-ptrguard1-static.
23022         (tst-ptrguard1-ARGS): Define.
23023         (tst-ptrguard1-static-ARGS): Define.
23024         * elf/tst-ptrguard1.c: New file.
23025         * elf/tst-ptrguard1-static.c: New file.
23026         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23027         * sysdeps/i386/stackguard-macros.h: Likewise.
23028         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23029         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23030         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23031         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23032         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23033         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23034
23035 2013-09-23  Hector Marco  <hecmargi@upv.es>
23036             Ismael Ripoll  <iripoll@disca.upv.es>
23037             Carlos O'Donell  <carlos@redhat.com>
23038
23039         [BZ #15754]
23040         * sysdeps/generic/stackguard-macros.h: Define
23041         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23042         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23043         Define __pointer_chk_guard_local.
23044         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23045         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23046
23047 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23048
23049         [BZ #15859]
23050         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23051
23052 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23053
23054         * include/string.h (__ffs): Declare as hidden.
23055         * string/ffs.c (__ffs): Define as hidden.
23056         * sysdeps/i386/ffs.c (__ffs): Likewise.
23057         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23058         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23059         * sysdeps/s390/ffs.c (__ffs): Likewise.
23060         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23061
23062 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23063
23064         * NEWS: Mention malloc probes.
23065
23066         * malloc/arena.c (new_heap): New memory_heap_new probe.
23067         (grow_heap): New memory_heap_more probe.
23068         (shrink_heap): New memory_heap_less probe.
23069         (heap_trim): New memory_heap_free probe.
23070         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23071         (systrim): New memory_sbrk_less probe.
23072         * manual/probes.texi: Document them.
23073
23074         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23075         * manual/probes.texi: Document it.
23076
23077         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23078         (__libc_realloc): Add memory_realloc_retry probe.
23079         (__libc_memalign): Add memory_memalign_retry probe.
23080         (__libc_valloc): Add memory_valloc_retry probe.
23081         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23082         (__libc_calloc): Add memory_calloc_retry probe.
23083         * manual/probes.texi: Document them.
23084
23085         * malloc/arena.c (get_free_list): Add probe
23086         memory_arena_reuse_free_list.
23087         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23088         and memory_arena_reuse.
23089         (arena_get2) [!PER_THREAD]: Likewise.
23090         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23091         memory_arena_reuse_realloc.
23092         * manual/probes.texi: Document them.
23093
23094         * malloc/malloc.c (__libc_free): Add
23095         memory_mallopt_free_dyn_thresholds probe.
23096         (__libc_mallopt): Add multiple memory_mallopt probes.
23097         * manual/probes.texi: Document them.
23098
23099         * malloc/malloc.c: Include stap-probe.h.
23100         (__libc_mallopt): Add memory_mallopt probe.
23101         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23102         * manual/probes.texi: New.
23103         * manual/Makefile (chapters): Add probes.
23104         * manual/threads.texi: Set next node.
23105
23106 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23107
23108         [BZ #15963, #13985]
23109         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23110         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23111         Add `Chinese' to `nan' entry name.
23112
23113 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23114
23115         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23116         (POLYNOMIAL): Likewise.
23117         (TAYLOR_SINCOS): Likewise.
23118         (TAYLOR_SLOW): Likewise.
23119         (__sin): Use TAYLOR_SINCOS.
23120         (__cos): Likewise.
23121         (slow): Use TAYLOR_SLOW.
23122         (sloww): Likewise.
23123         (bsloww): Likewise.
23124         (csloww): Likewise.
23125
23126 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23127
23128         * stdlib/strtod_l.c: Fix buffer overrun.
23129
23130 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23131
23132         * benchtests/Makefile (bench): Add sincos.
23133         * benchtests/bench-sincos.c: New file.
23134
23135         * math/libm-test.inc (cos_test_data): New test inputs.
23136         (sin_test_data): Likewise.
23137
23138         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23139         macro.
23140         (__sin): Use it.
23141         (__cos): Likewise.
23142         (slow1): Likewise.
23143         (slow2): Likewise.
23144         (sloww1): Likewise.
23145         (sloww2): Likewise.
23146         (bsloww1): Likewise.
23147         (bsloww2): Likewise.
23148         (cslow2): Likewise.
23149         (csloww1): Likewise.
23150         (csloww2): Likewise.
23151
23152         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23153         function.
23154         (__sin): Use it.
23155         (__cos): Likewise.
23156
23157         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23158         gotos.
23159         (__cos): Likewise.
23160
23161 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23162
23163         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23164         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23165         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23166         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23167         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23168         * elf/cache.c (print_entry): Handle the new cache flags.
23169
23170 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23171             Aldy Hernandez  <aldyh@redhat.com>
23172
23173         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23174         Change condition to [_SOFT_FLOAT].
23175         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23176         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23177         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23178         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23179         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23180         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23181         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23182         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23183         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23184         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23185         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23186         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23187         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23188         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23189         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23190         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23191         declaration.
23192
23193 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23194
23195         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23196         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23197         (__longjmp): Use LOAD_GP to load saved GPRs.
23198         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23199         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23200         (__sigsetjmp): Use SAVE_GP to save GPRs.
23201
23202         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23203         Do not append -msoft-float.
23204         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23205
23206 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23207
23208         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23209
23210 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23211
23212         [BZ #15966]
23213         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23214         (_FPU_GETCW): Use initial "__" on variable and field names but not
23215         on macro parameter name.
23216         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23217         parentheses around reference to macro parameter.
23218
23219 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23220
23221         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23222         prototype.
23223         (ctype_startup): Use uint32_t in cast and sizeof for
23224         ctype->charnames.
23225
23226 2013-09-11  Jia Liu  <proljc@gmail.com>
23227
23228         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23229         __daddr_t_defined.
23230         [__FreeBSD__]: Likewise.
23231
23232 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23233
23234         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23235         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23236         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23237         (strchr): Remove __strchr_sse42 ifunc selection.
23238         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23239         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23240
23241 2013-09-11  Will Newton  <will.newton@linaro.org>
23242
23243         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23244         parameter to RES. Remove hardcoded 1000 value.
23245         * benchtests/bench-skeleton.c (main): Pass RES parameter
23246         to TIMING_INIT and multiply result by 1000.
23247
23248 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23249
23250         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23251
23252 2013-09-11  Andreas Schwab  <schwab@suse.de>
23253
23254         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23255         if not defined.
23256         (O_TMPFILE) [__USE_GNU]: Define.
23257         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23258         Define.
23259
23260 2013-09-11  Will Newton  <will.newton@linaro.org>
23261
23262         [BZ #15857]
23263         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23264         does not overflow.
23265
23266 2013-09-11  Will Newton  <will.newton@linaro.org>
23267
23268         [BZ #15856]
23269         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23270         does not overflow.
23271
23272 2013-09-11  Will Newton  <will.newton@linaro.org>
23273
23274         [BZ #15855]
23275         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23276         does not overflow.
23277
23278 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23279
23280         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23281         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23282         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23283         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23284         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23285
23286 2013-09-10  Allan McRae  <allan@archlinux.org>
23287
23288         [BZ #15748]
23289         * manual/arith.texi (Parsing of Floats): Clarify
23290         cross-reference.
23291
23292         [BZ #15849]
23293         * manual/install.texi (Running make install): Mention
23294         --enable-pt-chown.
23295         * INSTALL: Regenerated.
23296
23297 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23298
23299         * csu/init-first.c (_init): Remove the !SHARED condition around
23300         FPU control word initialization.
23301         * elf/dl-support.c (_dl_fpu_control): New variable.
23302         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23303         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23304         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23305         * math/test-fpucw-static.c: New file.
23306         * math/test-fpucw-ieee.c: New file.
23307         * math/test-fpucw-ieee-static.c: New file.
23308         * math/Makefile (tests): Add `test-fpucw-ieee' and
23309         `$(tests-static)'.
23310         (tests-static): New variable.
23311         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23312         dependency to...
23313         [($(build-shared),yes)]
23314         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23315         ... this.
23316         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23317         New dependency.
23318
23319 2013-09-09  Allan McRae  <allan@archlinux.org>
23320
23321         [BZ #15939]
23322         * manual/string.texi (Collation Functions): Fix typo in
23323         strcoll example.
23324         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23325
23326         [BZ #15893]
23327         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23328
23329         [BZ #15892]
23330         * libio/memstream.c (open_memstream): Fix memory leak.
23331         * libio/wmemstream.c (open_wmemstream): Likewise.
23332
23333         [BZ #15895]
23334         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23335
23336 2013-09-09  Will Newton  <will.newton@linaro.org>
23337
23338         * malloc/Makefile: Add tst-realloc to tests.
23339         * malloc/tst-realloc.c: New file.
23340
23341 2013-09-09  Allan McRae  <allan@archlinux.org>
23342
23343         [BZ #15844]
23344         * COPYING: Update from GNU website to fix FSF address.
23345         * COPYING.LIB: Likewise.
23346
23347 2013-09-06  David S. Miller  <davem@davemloft.net>
23348
23349         * po/zh_TW.po: Update Chinese (traditional) translation from
23350         translation project.
23351
23352 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23353             Joseph Myers  <joseph@codesourcery.com>
23354
23355         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23356         "localeinfo.h".
23357         (obstack_chunk_alloc): New macro.
23358         (obstack_chunk_free): Likewise.
23359         (record_offset): New function.
23360         (init_locale_data): Likewise.
23361         (align_locale_data): Likewise.
23362         (add_locale_empty): Likewise.
23363         (add_locale_raw_data): Likewise.
23364         (add_locale_raw_obstack): Likewise.
23365         (add_locale_string): Likewise.
23366         (add_locale_wstring): Likewise.
23367         (add_locale_uint32): Likewise.
23368         (add_locale_uint32_array): Likewise.
23369         (add_locale_char): Likewise.
23370         (start_locale_structure): Likewise.
23371         (end_locale_structure): Likewise.
23372         (start_locale_prelude): Likewise.
23373         (end_locale_prelude): Likewise.
23374         (write_locale_data): Take locale_file structure rather than an
23375         iovec.
23376         * locale/programs/locfile.h: Include "obstack.h".
23377         (struct locale_file): Change to store locale file contents instead
23378         of header.
23379         (init_locale_data): New prototype.
23380         (align_locale_data): Likewise.
23381         (add_locale_empty): Likewise.
23382         (add_locale_raw_data): Likewise.
23383         (add_locale_raw_obstack): Likewise.
23384         (add_locale_string): Likewise.
23385         (add_locale_wstring): Likewise.
23386         (add_locale_uint32): Likewise.
23387         (add_locale_uint32_array): Likewise.
23388         (add_locale_char): Likewise.
23389         (start_locale_structure): Likewise.
23390         (end_locale_structure): Likewise.
23391         (start_locale_prelude): Likewise.
23392         (end_locale_prelude): Likewise.
23393         (write_locale_data): Update prototype.
23394         * locale/programs/3level.h (struct TABLE): Remove result field.
23395         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23396         Use new locale_file interface.
23397         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23398         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23399         * locale/programs/ld-address.c (address_output): Use new
23400         locale_file interface.
23401         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23402         NO_ADD_LOCALE.
23403         (collate_finish): Don't call collseq_table_finalize.
23404         (collate_output): Use new locale_file interface.
23405         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23406         in file.
23407         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23408         (TABLE): Move defines earlier in file.
23409         (ELEMENT): Likewise.
23410         (DEFAULT): Likewise.
23411         (wctrans_table_add): Move macro and inline function earlier in
23412         file.
23413         (struct wctype_table): Move type earlier in file.
23414         (add_locale_wctype_table): New static prototype.
23415         (struct locale_ctype_t): Use logical types instead of struct iovec
23416         pointers for members.
23417         (ctype_output): Use new locale_file interface.
23418         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23419         new locale_file interface.
23420         (allocate_arrays): Update for use of new locale_file interface.
23421         * locale/programs/ld-identification.c (identification_output): Use
23422         new locale_file interface.
23423         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23424         * locale/programs/ld-messages.c (messages_output): Likewise.
23425         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23426         * locale/programs/ld-name.c (name_output): Likewise.
23427         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23428         * locale/programs/ld-paper.c (paper_output): Likewise.
23429         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23430         * locale/programs/ld-time.c (time_output): Likewise.
23431
23432 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23433
23434         * benchtests/Makefile: Add memrchr benchmark.
23435         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23436         benchmark as memrchr.
23437         * benchtests/bench-memrchr-ifunc.c: New file.
23438         * benchtests/bench-memrchr.c: New file.
23439
23440 2013-09-06   Will Newton  <will.newton@linaro.org>
23441
23442         * benchtests/Makefile (string-bench): Add memcpy.
23443
23444 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23445             Cong Wang  <amwang@redhat.com>
23446
23447         [BZ #15850]
23448         * sysdeps/unix/sysv/linux/bits/in.h
23449         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23450         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23451         before __USE_KERNEL_IPV6_DEFS uses.
23452         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23453         IPPROTO_BEETPH.
23454         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23455         sockaddr_in6, or ipv6_mreq.
23456
23457 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23458
23459         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23460         memory access for final bytes in some large inputs.
23461         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23462
23463 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23464
23465         * string/test-memrchr.c: New file.
23466         * string/test-memrchr-ifunc.c: New file.
23467         * string/Makefile: Add new memrchr testcase.
23468
23469 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23470
23471         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23472         fanotify_init returns EPERM.
23473
23474 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23475
23476         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23477         errors.
23478         (top level): Treat second token from macro or constant entries for
23479         allowed headers as allowed.
23480         * include/complex.h: Condition internal declarations on
23481         [!_ISOMAC].
23482         * include/fenv.h: Condition include of <stdbool.h> and internal
23483         declarations on [!_ISOMAC].
23484
23485 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23486
23487         [BZ #15923]
23488         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23489
23490 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23491
23492         * configure.in (--enable-versioning): Remove configure option.
23493         (libc_cv_asm_symver_directive): Remove configure test.
23494         (libc_cv_ld_version_script_option): Likewise.
23495         (VERSIONING): Remove variable and AC_SUBST.
23496         (DO_VERSIONING): Remove AC_DEFINE.
23497         * configure: Regenerated.
23498         * config.h.in (DO_VERSIONING): Remove macro.
23499         * Makerules [$(versioning) = yes]: Change conditionals to
23500         [$(build-shared) = yes].
23501         * config.make.in (versioning): Remove variable.
23502         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23503         [$(build-shared) = yes].
23504         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23505         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23506         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23507         [$(build-shared) = yes].
23508         * extra-lib.mk [$(versioning) = yes]: Likewise.
23509         * hurd/Makefile [$(versioning) = yes]: Likewise.
23510         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23511         [SHARED].
23512         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23513         [SHARED].
23514         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23515         [SHARED && !NO_HIDDEN].
23516         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23517         [SHARED].
23518         [SHARED && DO_VERSIONING]: Likewise..
23519         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23520         [$(build-shared) = yes].
23521         * manual/install.texi (--disable-versioning): Remove
23522         documentation.
23523         * INSTALL: Regenerated.
23524         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23525         to [SHARED].
23526         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23527         [$(build-shared) = yes].
23528         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23529         * sysdeps/i386/i686/multiarch/strstr-c.c
23530         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23531         [SHARED && !NO_HIDDEN].
23532         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23533         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23534         * sysdeps/powerpc/powerpc32/dl-machine.c
23535         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23536         * sysdeps/powerpc/powerpc32/sysdep.h
23537         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23538         to [SHARED && PIC && !NO_HIDDEN].
23539         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23540         conditional to [SHARED].
23541
23542 2013-09-04   Will Newton  <will.newton@linaro.org>
23543
23544         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23545         * benchtests/bench-string.h: Include bench-timing.h instead
23546         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23547         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23548         call to HP_TIMING_DIFF_INIT.
23549         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23550         instead of hp-timing.h macros.
23551         * benchtests/bench-memchr.c: Likewise.
23552         * benchtests/bench-memcmp.c: Likewise.
23553         * benchtests/bench-memcpy.c: Likewise.
23554         * benchtests/bench-memmem.c: Likewise.
23555         * benchtests/bench-memmove.c: Likewise.
23556         * benchtests/bench-memset.c: Likewise.
23557         * benchtests/bench-rawmemchr.c: Likewise.
23558         * benchtests/bench-strcasecmp.c: Likewise.
23559         * benchtests/bench-strcasestr.c: Likewise.
23560         * benchtests/bench-strcat.c: Likewise.
23561         * benchtests/bench-strchr.c: Likewise.
23562         * benchtests/bench-strcmp.c: Likewise.
23563         * benchtests/bench-strcpy.c: Likewise.
23564         * benchtests/bench-strcpy_chk.c: Likewise.
23565         * benchtests/bench-strlen.c: Likewise.
23566         * benchtests/bench-strncasecmp.c: Likewise.
23567         * benchtests/bench-strncat.c: Likewise.
23568         * benchtests/bench-strncmp.c: Likewise.
23569         * benchtests/bench-strncpy.c: Likewise.
23570         * benchtests/bench-strnlen.c: Likewise.
23571         * benchtests/bench-strpbrk.c: Likewise.
23572         * benchtests/bench-strrchr.c: Likewise.
23573         * benchtests/bench-strspn.c: Likewise.
23574         * benchtests/bench-strstr.c: Likewise.
23575
23576 2013-09-04  Will Newton  <will.newton@linaro.org>
23577
23578         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23579
23580 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23581
23582         [BZ #15427]
23583         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23584         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23585         * math/libm-test.inc (lgamma_test_data): Add more tests.
23586         * sysdeps/i386/fpu/libm-test-ulps: Update.
23587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23588
23589 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23590
23591         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23592         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23593         Add ifunc.
23594         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23595         Add strcmp-sse2-unaligned
23596         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23597
23598 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23599
23600         * Versions.def (libc): Add GLIBC_2.19.
23601
23602 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23603
23604         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23605         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23606
23607 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23608
23609         [BZ #14155]
23610         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23611         intermediate calculations in recurrence.
23612         (__ieee754_ynf): Likewise.
23613         * math/libm-test.inc (jn_test_data): Do not allow spurious
23614         underflow exception.  Add more tests.
23615         (yn_test_data): Add more tests.
23616         * sysdeps/i386/fpu/libm-test-ulps: Update.
23617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23618
23619 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23620
23621         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23622
23623 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23624
23625         * csu/init-first.c: Fix then/than typos.
23626         * locale/programs/ld-collate.c: Likewise.
23627         * locale/programs/linereader.h: Likewise.
23628         * manual/charset.texi: Likewise.
23629         * manual/filesys.texi: Likewise.
23630         * manual/stdio.texi: Likewise.
23631         * manual/string.texi: Likewise.
23632         * stdlib/fmtmsg.c: Likewise.
23633         * sysdeps/i386/stpncpy.S: Likewise.
23634         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23635         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23636         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23637         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23638
23639 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23640
23641         * elf/dl-open.c: Fix typos.
23642         * iconvdata/gbbig5.c: Likewise.
23643         * iconvdata/iso-2022-jp.c: Likewise.
23644         * iconv/gconv_int.h: Likewise.
23645         * iconv/loop.c: Likewise.
23646         * nis/rpcsvc/nis.h: Likewise.
23647         * resolv/ns_name.c: Likewise.
23648         * stdio-common/vfscanf.c: Likewise.
23649         * streams/stropts.h: Likewise.
23650         * sunrpc/rpc_thread.c: Likewise.
23651         * sysdeps/i386/strpbrk.S: Likewise.
23652         * sysdeps/ieee754/k_standard.c: Likewise.
23653         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23654         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23655         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23656         * sysdeps/mach/hurd/profil.c: Likewise.
23657         * sysdeps/s390/dl-procinfo.h: Likewise.
23658         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23659         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23660         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23661         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23662         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23663
23664 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23665
23666         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23667         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23668
23669 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23670
23671         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23672         aix specific files.
23673         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23674         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23675         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23676         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23677         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23678         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23679         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23680         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23681
23682 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23683             Roland McGrath  <roland@hack.frob.com>
23684
23685         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23686         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23687
23688 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23689
23690         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23691         __executable_start symbol instead of _start.
23692
23693 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23694
23695         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23696         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23697         Move macros to...
23698         * sysdeps/gnu/ldsodefs.h: ... this new file.
23699
23700         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23701         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23702         instead of ELFOSABI_LINUX.
23703
23704         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23705         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23706         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23707         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23708         Likewise.
23709         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23710         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23711         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23712         Likewise.
23713         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23714         (ibm_extended_long_double): Add ieee_nan member.
23715         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23716         (do_test): New function.
23717
23718         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23719         TEST_TRUNC.
23720         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23721         functions, renamed from truncdfsf_test, trunctfsf_test,
23722         trunctfdf_test.
23723         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23724         functions.
23725         (do_test): Run all these.
23726
23727 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23728
23729         * argp/argp-help.c: Fix typos.
23730         * argp/argp-parse.c: Likewise.
23731         * debug/backtracesyms.c: Likewise.
23732         * elf/elf.h: Likewise.
23733         * malloc/malloc.c: Likewise.
23734         * nis/nis_print.c: Likewise.
23735         * resolv/res_comp.c: Likewise.
23736         * stdlib/stdlib.h: Likewise.
23737         * sunrpc/clnt_tcp.c: Likewise.
23738         * sunrpc/clnt_udp.c: Likewise.
23739         * sunrpc/clnt_unix.c: Likewise.
23740         * sysdeps/unix/bsd/ptsname.c: Likewise.
23741         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23742         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23744         Likewise.
23745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23746         Likewise.
23747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23748         Likewise.
23749         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23750
23751 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23752
23753         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23754         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23755
23756 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
23757
23758         [BZ #15897]
23759         * dlfcn/Makefile (tests): Add bug-dl-leaf.
23760         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23761         ($(objpfx)bug-dl-leaf): New rule.
23762         ($(objpfx)bug-dl-leaf.so): Likewise.
23763         ($(objpfx)bug-dl-leaf.out): Likewise.
23764         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23765         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23766         * dlfcn/bug-dl-leaf.c: New test.
23767         * dlfcn/bug-dl-leaf-lib.c: Likewise.
23768         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23769         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23770         (dlclose): Likewise.
23771         (dlmopen): Likewise.
23772
23773 2013-08-27  Roland McGrath  <roland@hack.frob.com>
23774
23775         * include/netdb.h [!_ISOMAC]:
23776         Don't include <tls.h>.
23777         (h_errno, __libc_h_errno): Move declaration and macros out of
23778         [_LIBC_REENTRANT].
23779
23780         * include/resolv.h [_RESOLV_H_]:
23781         Don't include <tls.h>.
23782         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23783         * resolv/res_libc.c: Don't include <tls.h>.
23784         (_res): Use __attribute__ ((nocommon)) in place of
23785         __attribute__ ((section (".bss"))).
23786
23787         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23788         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23789
23790         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23791
23792         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23793         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23794
23795         * resolv/res_mkquery.c: Include <sys/time.h>.
23796
23797         * inet/ifreq.c: Moved to ...
23798         * sysdeps/unix/ifreq.c: ... here.
23799         * inet/ifreq.c: New file, true stub version.
23800
23801         * socket/sa_len.c: New file.
23802         * socket/Makefile (aux): Add it.
23803         * sysdeps/unix/sysv/linux/Makefile
23804         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23805         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23806         and #include <socket/sa_len.c>.
23807         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23808         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23809
23810         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23811         * bits/socket.h: ... here.
23812
23813         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23814         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23815         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23816
23817 2013-08-27  Andreas Schwab  <schwab@suse.de>
23818
23819         [BZ #15736]
23820         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23821         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23822         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23823         * string/test-strcasecmp.c (test_main): Run tests in several
23824         locales.
23825         * string/test-strncasecmp.c (test_main): Likewise.
23826
23827         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23828         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23829         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23830         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23831         (__strncasecmp_ssse3) [PIC]: Likewise.
23832
23833 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23834
23835         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23836
23837         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23838         instead of explicitly declaring xdecrypt.
23839         * nis/nss_nis/nis-publickey.c: Likewise.
23840
23841 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23842
23843         [BZ #15890]
23844         * nscd/aicache.c: Include res_hconf.h.
23845         (addhstaiX): Initialize res_hconf.
23846
23847 2013-08-26  Andreas Schwab  <schwab@suse.de>
23848
23849         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23850         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23851
23852 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23853
23854         * nscd/aicache.c (addhstaiX): Fix indentation.
23855
23856 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23857
23858         * configure.ac: Quote $build_pt_chown test.
23859         * configure: Regenerated.
23860
23861 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23862
23863         [BZ #15532]
23864         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23865         * math/s_cexpf.c (__cexpf): Likewise.
23866         * math/s_cexpl.c (__cexpl): Likewise.
23867         * math/libm-test.inc (cexp_test_data): Correct expected return
23868         value for NaN + i0.  Add another test.
23869
23870 2013-08-22  David S. Miller  <davem@davemloft.net>
23871
23872         * po/ca.po: Update Catalan translation from translation project.
23873         * po/uk.po: Add Ukrainian translations from translation project.
23874
23875 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23876
23877         [BZ #15797]
23878         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23879         is infinite, not alongside NaN test.
23880         * math/s_fdimf.c (__fdimf): Likewise.
23881         * math/s_fdiml.c (__fdiml): Likewise.
23882         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23883         errno is unchanged.
23884
23885 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23886
23887         * argp/argp-help.c: Fix typos.
23888         * crypt/speeds.c: Likewise.
23889         * csu/check_fds.c: Likewise.
23890         * elf/dl-load.c: Likewise.
23891         * elf/dl-open.c: Likewise.
23892         * elf/reldep3.c: Likewise.
23893         * elf/reldep.c: Likewise.
23894         * elf/sprof.c: Likewise.
23895         * iconv/iconv_charmap.c: Likewise.
23896         * iconv/skeleton.c: Likewise.
23897         * iconv/strtab.c: Likewise.
23898         * io/lockf64.c: Likewise.
23899         * libio/libioP.h: Likewise.
23900         * resolv/gai_notify.c: Likewise.
23901         * resolv/ns_name.c: Likewise.
23902         * resolv/ns_samedomain.c: Likewise.
23903         * resolv/res_send.c: Likewise.
23904         * stdlib/random.c: Likewise.
23905         * sunrpc/rpc/xdr.h: Likewise.
23906         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23907         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23908         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23909         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23910         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23911         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23912         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23913         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23914         * sysdeps/mach/hurd/check_fds.c: Likewise.
23915         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23916         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23917         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23918         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23919         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23920         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23921         * sysdeps/pthread/aio_notify.c: Likewise.
23922         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23923         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23924         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23925         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23926         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23927
23928 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23929
23930         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23931         version if bit_Slow_SSE4_2 is set.
23932         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23933         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23934
23935 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23936
23937         [BZ #15867]
23938         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23939         trampoline stack frame information.
23940         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23941         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23942         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23943         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23944         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23945         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23946         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23947         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23948         sa_flags value.
23949         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23950         interrupting a syscall and set with option SA_SIGINFO.
23951
23952 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23953
23954         [BZ #15531]
23955         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23956         argument is infinite.
23957         * math/s_cprojf.c (__cprojf): Likewise.
23958         * math/s_cprojl.c (__cprojl): Likewise.
23959         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23960         * math/libm-test.inc (cproj_test_data): Add more tests.
23961
23962         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23963
23964         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23965         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23966         size.  Use __ffs to determine corresponding shift.
23967
23968 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23969             Roland McGrath  <roland@hack.frob.com>
23970
23971         * Makefile (INSTALL): Remove trailing blank lines from output of
23972         makeinfo.
23973
23974 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23975
23976         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23977         Align 32 bit compat elf_greg to 8 bytes.
23978
23979 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23980
23981         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23982
23983 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23984
23985         * string/strcoll_l.c (coll_seq): New structure.
23986         (get_next_seq_cached): New function.
23987         (get_next_seq): New function.
23988         (do_compare): New function.
23989         (STRCOLL): Use GNU style definition.  Simplify implementation
23990         by using get_next_seq, get_next_seq_cached and do_compare.
23991
23992 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23993
23994         [BZ #14699]
23995         CVE-2013-4237
23996         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23997         member.
23998         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23999         member.
24000         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24001         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24002         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24003         conditional.
24004         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24005         GETDENTS_64BIT_ALIGNED.
24006         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24007         * manual/filesys.texi (Reading/Closing Directory): Document
24008         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24009         strongly.
24010         * manual/conf.texi (Limits for Files): Add portability note to
24011         NAME_MAX, PATH_MAX.
24012         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24013
24014 2013-08-13  Andreas Schwab  <schwab@suse.de>
24015
24016         [BZ #15749]
24017         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24018         of fabs.
24019         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24020         LDBL_MAX_EXP >= 16384]: Add tests for it.
24021
24022 2013-08-12  David S. Miller  <davem@davemloft.net>
24023
24024         * version.h (RELEASE): Set to "development".
24025         (VERSION): Set to "2.18.90".
24026         * NEWS: Add 2.19 section.
24027
24028 2013-08-03  David S. Miller  <davem@davemloft.net>
24029
24030         * po/ko.po: Update Korean translation from translation project.
24031
24032 2013-08-01  David S. Miller  <davem@davemloft.net>
24033
24034         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24035         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24036         Bilka.
24037
24038 2013-07-30  David S. Miller  <davem@davemloft.net>
24039
24040         * po/fr.po: Update French translation from translation project.
24041
24042 2013-07-28  David S. Miller  <davem@davemloft.net>
24043
24044         * po/cs.po: Update Czech translation from translation project.
24045
24046         * po/sv.po: Update Swedish translation from translation project.
24047
24048 2013-07-27  David S. Miller  <davem@davemloft.net>
24049
24050         * po/eo.po: Update Esperanto translation from translation project.
24051
24052         * po/vi.po: Update Vietnamese translation from translation project.
24053
24054         * po/de.po: Update German translation from translation project.
24055
24056 2013-07-26  David S. Miller  <davem@davemloft.net>
24057
24058         * po/bg.po: Update Bulgarian translation from translation project.
24059
24060         * po/nl.po: Update Dutch translation from translation project.
24061         * po/pl.po: Update Polish translation from translation project.
24062         * po/ru.po: Update Russian translation from translation project.
24063
24064 2013-07-24  David S. Miller  <davem@davemloft.net>
24065
24066         * po/libc.pot: Update.
24067
24068 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24069
24070         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24071         variable page size.
24072         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24073         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24074         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24075
24076 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24077
24078         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24079
24080 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24081             Andreas Schwab  <schwab@suse.de>
24082             Roland McGrath  <roland@hack.frob.com>
24083             Joseph Myers  <joseph@codesourcery.com>
24084             Carlos O'Donell  <carlos@redhat.com>
24085
24086         [BZ #15755]
24087         * config.h.in: Define HAVE_PT_CHOWN.
24088         * config.make.in (build-pt-chown): New variable.
24089         * configure.in (--enable-pt_chown): New configure option.
24090         * configure: Regenerate.
24091         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24092         build-pt-chown is enabled.
24093         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24094         pt_chown to fix pty ownership.
24095         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24096         CLOSE_ALL_FDS.
24097         * manual/install.texi (Configuring and compiling): Mention
24098         --enable-pt_chown. Add @findex for grantpt.
24099         * INSTALL: Regenerate.
24100
24101 2013-07-20  David S. Miller  <davem@davemloft.net>
24102
24103         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24104         difference between 32-bit and 64-bit.
24105
24106 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24107
24108         [BZ #15711]
24109         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24110         Avoid system header dependency with -ffreestanding.
24111         ($(objpfx)bits/syscall%d): Likewise.
24112
24113 2013-07-13  David S. Miller  <davem@davemloft.net>
24114
24115         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24116         underflows from atanl/atan2l due to bug 15319.
24117         (casinh_test_data): Likewise.
24118
24119 2013-07-07  David S. Miller  <davem@davemloft.net>
24120
24121         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24122
24123 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24124
24125         * sysdeps/i386/fpu/libm-test-ulps: Update.
24126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24127
24128 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24129
24130         * configure.in (--enable-lock-elision): Fix message text.
24131         * INSTALL: Regenerate.
24132         * configure: Regenerate.
24133
24134 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24135
24136         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24137
24138 2013-07-03  Andreas Jaeger  <aj@suse.de>
24139
24140         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24141         define.
24142         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24143         (ptrace_peeksiginfo_args): Add.
24144         (__ptrace_peeksiginfo_flags): Add.
24145         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24146         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24147         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24148
24149 2013-07-03  Allan McRae  <allan@archlinux.org>
24150
24151         * sysdeps/i386/fpu/libm-test-ulps: Update.
24152
24153 2013-07-02  David S. Miller  <davem@davemloft.net>
24154
24155         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24156
24157 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24158
24159         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24160
24161 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24162
24163         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24165
24166 2013-07-02  Andi Kleen <ak@linux.intel.com>
24167
24168         * config.h.in (ENABLE_LOCK_ELISION): Add.
24169         * configure.in (--enable-lock-elision): Add option.
24170         * manual/install.texi: Document --enable lock elision.
24171         * configure: Regenerate
24172         * INSTALL: Regenerate.
24173
24174 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24175
24176         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24177         SSE4.2 strcasecmp for libc.a.
24178         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24179
24180 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24181
24182         [BZ #13304]
24183         * soft-fp/op-common.h (_FP_FMA): New macro.
24184         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24185         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24186         (_FP_MUL_MEAT_1_imm): ... here.
24187         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24188         (_FP_MUL_MEAT_1_wide): ... here.
24189         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24190         (_FP_MUL_MEAT_1_hard): ... here.
24191         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24192         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24193         (_FP_MUL_MEAT_2_wide): ... here.
24194         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24195         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24196         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24197         (_FP_MUL_MEAT_2_gmp): ... here.
24198         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24199         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24200         (_FP_MUL_MEAT_4_wide): ... here.
24201         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24202         (_FP_MUL_MEAT_4_gmp): ... here.
24203         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24204         (_FP_WFRACBITS_DW_S): Likewise.
24205         (_FP_WFRACXBITS_DW_S): Likewise.
24206         (_FP_HIGHBIT_DW_S): Likewise.
24207         (FP_FMA_S): Likewise.
24208         (_FP_FRAC_HIGH_DW_S): Likewise.
24209         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24210         (_FP_WFRACBITS_DW_D): Likewise.
24211         (_FP_WFRACXBITS_DW_D): Likewise.
24212         (_FP_HIGHBIT_DW_D): Likewise.
24213         (FP_FMA_D): Likewise.
24214         (_FP_FRAC_HIGH_DW_D): Likewise.
24215         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24216         (_FP_WFRACBITS_DW_E): Likewise.
24217         (_FP_WFRACXBITS_DW_E): Likewise.
24218         (_FP_HIGHBIT_DW_E): Likewise.
24219         (FP_FMA_E): Likewise.
24220         (_FP_FRAC_HIGH_DW_E): Likewise.
24221         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24222         (_FP_WFRACBITS_DW_Q): Likewise.
24223         (_FP_WFRACXBITS_DW_Q): Likewise.
24224         (_FP_HIGHBIT_DW_Q): Likewise.
24225         (FP_FMA_Q): Likewise.
24226         (_FP_FRAC_HIGH_DW_Q): Likewise.
24227         * soft-fp/fmasf4.c: New file.
24228         * soft-fp/fmadf4.c: Likewise.
24229         * soft-fp/fmatf4.c: Likewise.
24230
24231 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24232
24233         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24234         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24235         Silvermont.
24236         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24237         macro.
24238         (index_Slow_SSE4_2): Likewise.
24239         (index_Prefer_PMINUB_for_stringop): Likewise.
24240         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24241         bit_Slow_SSE4_2 is set.
24242         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24243         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24244
24245 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24246
24247         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24248         rtld_global._dl_hwcap2.
24249         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24250         POWER8.
24251         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24252         POWER8 feature descriptions defined in _dl_hwcap2.
24253         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24254         string handling for POWER8 feature bits.
24255         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24256         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24257         _dl_powerpc_cap_flags.
24258         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24259         * sysdeps/powerpc/rtld-global-offsets.sym
24260         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24261         _dl_hwcap2 in the rtld_global_ro structure.
24262
24263 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24264
24265         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24266         hardware capabilities in support of AT_HWCAP2.
24267         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24268         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24269         GLRO(dl_hwcap2).
24270         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24271         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24272         explicitly the unknown a_type display mechanism is used.
24273         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24274         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24275         struct member.
24276         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24277         to macro prototype for AT_HWCAP2 support.
24278         * sysdeps/i386/dl-procinfo.h: Likewise.
24279         * sysdeps/s390/dl-procinfo.h: Likewise.
24280         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24281         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24282         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24283         return -1 for unknown a_type display fallback.
24284         * sysdeps/sparc/dl-procinfo.h: Likewise.
24285         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24286         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24287
24288 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24289
24290         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24291         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24292
24293 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24294
24295         [BZ #12492]
24296         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24297         mprotect making __stack_prot writable.
24298
24299 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24300             Joseph Myers  <joseph@codesourcery.com>
24301
24302         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24303         as being properly aligned.
24304
24305 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24306
24307         * dlfcn/modstatic5.c: New file.
24308         * dlfcn/tststatic5.c: New file.
24309         * dlfcn/Makefile (tests): Add tststatic5.
24310         (tests-static): Likewise.
24311         (modules-names): Add modstatic5.
24312         (tststatic5-ENV): New variable.
24313         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24314
24315         [BZ #15022]
24316         * elf/dl-support.c (_dl_main_map): New variable.
24317         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24318         (_dl_nns, _dl_load_adds): Set to 1.
24319         (_dl_initial_searchlist): Refer to _dl_main_map.
24320         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24321         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24322         call to _dl_get_origin.
24323         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24324         around call_map.
24325         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24326         * dlfcn/modstatic3.c: New file.
24327         * dlfcn/tststatic3.c: New file.
24328         * dlfcn/tststatic4.c: New file.
24329         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24330         (tests-static): Likewise.
24331         (modules-names): Add modstatic3.
24332         (tststatic3-ENV, tststatic4-ENV): New variables.
24333         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24334         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24335
24336 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24337
24338         * configure.in (CC): Require GCC version 4.4 or later.
24339         * configure: Regenerated.
24340         * manual/install.texi (Tools for Compilation): Update GCC version
24341         requirement.
24342         * INSTALL: Regenerated.
24343
24344 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24345
24346         [BZ #15674]
24347         * string/test-memcmp.c (check2): New.
24348         (main): Call check2.
24349
24350         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24351
24352 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24353
24354         [BZ #15022]
24355         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24356         over to...
24357         (dl_open_worker) [!SHARED]: ... here.
24358
24359 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24360
24361         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24362
24363 2013-06-25  Richard Henderson  <rth@redhat.com>
24364
24365         * locale/programs/locarchive.c: Include <libc-internal.h>
24366
24367 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24368
24369         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24370         trailing whitespace removed.
24371
24372 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24373
24374         [BZ #10283]
24375         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24376         * locale/programs/locarchive.c: Include libc-mmap.h.
24377         (prepare_address_space): Take two new outputs (the mmap base and len).
24378         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24379         values.
24380         (create_archive): Declare new mmap base and len values for
24381         prepare_address_space, and store the result in ah.
24382         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24383         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24384         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24385         Declare new mmap base and len values for
24386         prepare_address_space, and store the result in new_ah.
24387         (open_archive): Declare new mmap base and len values for
24388         prepare_address_space, and store the result in ah.
24389         (close_archive): If ah->mmap_base is not NULL, use that and
24390         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24391         * sysdeps/generic/libc-mmap.h: New file.
24392
24393 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24394
24395         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24396         (ALIGN_UP): Likewise.
24397         (PTR_ALIGN_DOWN): Likewise.
24398         (PTR_ALIGN_UP): Likewise.
24399
24400 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24401
24402         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24403         entry mapped to PPC_PLATFORM_POWER8.
24404         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24405         POWER8.
24406         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24407         (_dl_string_platform): Add case for exporting platform position for
24408         POWER8.
24409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24410         search path to sysdeps/powerpc/powerpc32/power8 directory.
24411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24412         search path to sysdeps/powerpc/powerpc64/power8 directory.
24413         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24414         power7 directories.
24415         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24416         power7 directories.
24417
24418 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24419
24420         * INSTALL: Regenerate.
24421
24422         * nscd/connections.c (nscd_init): Fix comment.
24423
24424 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24425
24426         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24427
24428         [BZ #15667]
24429         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24430         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24431
24432 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24433
24434         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24435         DL_DST_REQ_STATIC.
24436         (DL_DST_REQ_STATIC): Remove macro.
24437
24438 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24439
24440         [BZ #7006]
24441         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24442         with a shift of 0 bits.
24443
24444 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24445
24446         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24447         $(tststatic-ENV).
24448
24449 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24450
24451         [BZ #15655]
24452         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24453
24454 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24455
24456         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24457         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24458         accepts -fno-tree-loop-distribute-patterns.
24459         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24460         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24461         recursive call.
24462         * string/memset.c (memset): Likewise.
24463         * string/test-memmove.c (simple_memmove): Disable loop transformation
24464         to library calls.
24465         * string/test-memset.c (simple_memset): Likewise.
24466         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24467         * benchtests/bench-memset.c (simple_memset): Likewise.
24468         * configure: Regenerated.
24469
24470 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24471
24472         * math/test-misc.c (main): Ignore fesetround failure when failures
24473         of subsequent rounding tests would be ignored.
24474
24475         [BZ #15654]
24476         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24477         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24478         * math/fegetenv.c (__fegetenv): Return 0.
24479         * math/fegetexcept.c (fegetexcept): Return 0.
24480         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24481         FE_TONEAREST.
24482         * math/feholdexcpt.c (feholdexcept): Return 0.
24483         * math/fesetenv.c (__fesetenv): Return 0.
24484         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24485         argument FE_TONEAREST.
24486         * math/feupdateenv.c (__feupdateenv): Return 0.
24487         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24488
24489 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24490
24491         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24492         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24493         ($(objpfx)rtld-%.os rules): Use them.
24494
24495 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24496
24497         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24498         fields.
24499
24500 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24501
24502         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24503         length of target pattern, then descending length of dependency pattern.
24504         * configure.in (AWK): Require gawk 3.1.2 or newer.
24505         * manual/install.texi (Tools for Compilation): Say that we do.
24506         * configure: Regenerated.
24507
24508         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24509         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24510         * scripts/sysd-rules.awk: ... this new script.
24511         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24512         than a glob-style pattern.
24513
24514 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24515
24516         * math/test-misc.c (main): Do not treat incorrectly rounded
24517         conversions as failure unless ROUNDING_TESTS passes.
24518
24519 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24520
24521         [BZ #15631]
24522         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24523         restore exception state around main square root computation, then
24524         check for inexactness explicitly.
24525
24526         * math/libm-test.inc (fma_test_data): Add another test.
24527
24528 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24529
24530         * manual/threads.texi (Non-POSIX Extensions): New document
24531         node.  Document pthread_getattr_default_np and
24532         pthread_setattr_default_np.
24533
24534         * Versions.def (libpthread): Add GLIBC_2.18.
24535         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24537         Likewise.
24538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24539         Likewise.
24540         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24541         Likewise.
24542         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24543         Likewise.
24544         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24545         Likewise.
24546         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24547         Likewise.
24548         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24549         Likewise.
24550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24551         Likewise.
24552         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24553         Likewise.
24554
24555 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24556
24557         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24558         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24559
24560 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24561             H.J. Lu  <hjl.tools@gmail.com>
24562
24563         [BZ #15627]
24564         * sysdeps/x86_64/rtld-memset.c: Remove file.
24565         * sysdeps/x86_64/rtld-memset.S: New file.
24566
24567 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24568
24569         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24570         (test_in_one_mode): Take arguments for whether the rounding mode
24571         is supported for each floating-point type.
24572         (do_test): Pass new arguments to test_in_one_mode using
24573         ROUNDING_TESTS.
24574
24575 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24576
24577         * posix/tst-waitid.c (do_test): Distinguish different instances of
24578         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24579         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24580         before entering the kernel for waitpid.
24581
24582 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24583
24584         * NEWS: Fix note on clock function precision.  Text by Roland
24585         McGrath.
24586
24587 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24588
24589         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24590         it into place only when and if the sanity check passes.
24591
24592 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24593
24594         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24595         output for whether conversion result is exact.  Take argument
24596         indicating whether type is IBM long double.
24597         (round_for_all): Change need_exact field to ibm_ld.
24598         * stdlib/tst-strtod-round.c (struct exactness): New type.
24599         (struct test): Change bool ld_ok field to struct exactness exact.
24600         (TEST): Update all definitions for change to field.
24601         (tests): Regenerate array contents.
24602         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24603         field value.  Check for IBM long double here.
24604         (do_test): Update calls to test_in_one_mode.
24605
24606 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24607
24608         [BZ #12515]
24609         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24610         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24611
24612 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24613
24614         [BZ #15605]
24615         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24616         generated by the compiler on loop optimizations.
24617         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24618         general definitions.
24619
24620 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24621
24622         * math/bug-nextafter.c: Include <math-tests.h>.
24623         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24624         the relevant type.
24625         * math/bug-nexttoward.c: Include <math-tests.h>.
24626         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24627         the relevant type.
24628         * math/test-misc.c: Include <math-tests.h>.
24629         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24630         the relevant type.
24631
24632 2013-06-12  Andreas Jaeger  <aj@suse.de>
24633
24634         * po/ia.po: Update Interlingua translation from translation
24635         project.
24636
24637 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24638
24639         * include/fenv.h: Include stdbool.h.
24640         (struct rm_ctx): New structure.
24641         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24642         Define macro.
24643         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24644         (SET_RESTORE_ROUNDF): Likewise.
24645         (SET_RESTORE_ROUNDL): Likewise.
24646         (SET_RESTORE_ROUND_NOEX): Likewise.
24647         (SET_RESTORE_ROUND_NOEXF): Likewise.
24648         (SET_RESTORE_ROUND_NOEXL): Likewise.
24649         (SET_RESTORE_ROUND_53BIT): Likewise.
24650         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24651         (libc_feresetround_noexf_ctx): Likewise.
24652         (libc_feresetround_noexl_ctx): Likewise.
24653         (libc_feholdsetround_53bit_ctx): Likewise.
24654         (libc_feresetround_53bit_ctx): Likewise.
24655         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24656         (libc_feholdexcept_setround_sse_ctx): New function.
24657         (libc_fesetenv_sse_ctx): Likewise.
24658         (libc_feupdateenv_sse_ctx): Likewise.
24659         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24660         (libc_feholdexcept_setround_387_ctx): Likewise.
24661         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24662         (libc_feholdsetround_387_prec_ctx): Likewise.
24663         (libc_feholdsetround_387_ctx): Likewise.
24664         (libc_feholdsetround_387_53bit_ctx): Likewise.
24665         (libc_feholdsetround_sse_ctx): Likewise.
24666         (libc_feresetround_sse_ctx): Likewise.
24667         (libc_feresetround_387_ctx): Likewise.
24668         (libc_feupdateenv_387_ctx): Likewise.
24669         (libc_feholdexcept_setroundf_ctx): Define macro.
24670         (libc_fesetenvf_ctx): Likewise.
24671         (libc_feupdateenvf_ctx): Likewise.
24672         (libc_feholdsetroundf_ctx): Likewise.
24673         (libc_feresetroundf_ctx): Likewise.
24674         (libc_feholdexcept_setround_ctx): Likewise.
24675         (libc_fesetenv_ctx): Likewise.
24676         (libc_feupdateenv_ctx): Likewise.
24677         (libc_feholdsetround_ctx): Likewise.
24678         (libc_feresetround_ctx): Likewise.
24679         (libc_feholdexcept_setroundl_ctx): Likewise.
24680         (libc_feupdateenvl_ctx): Likewise.
24681         (libc_feholdsetroundl_ctx): Likewise.
24682         (libc_feresetroundl_ctx): Likewise.
24683         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24684         (libc_feresetround_53bit_ctx): Likewise.
24685
24686 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24687
24688         * locale/iso-639.def: Convert to UTF-8.
24689
24690 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24691
24692         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24693         (EXCEPTION_TESTS_double): Likewise.
24694         (EXCEPTION_TESTS_long_double): Likewise.
24695         (EXCEPTION_TESTS): Likewise.
24696         * math/libm-test.inc (test_exceptions): Only test exceptions if
24697         EXCEPTION_TESTS (FLOAT).
24698
24699 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24700
24701         * benchtests/Makefile (string-bench): Add strcpy_chk and
24702         stpcpy_chk.
24703         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24704         * benchtests/bench-stpcpy_chk.c: New file.
24705         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24706         * benchtests/bench-strcpy_chk.c: New file.
24707         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24708         code.
24709         (do_test): Likewise.
24710
24711 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24712
24713         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24714         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24715         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24716         with tabs where appropriate.
24717         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24718         dl-procinfo.h.
24719         [PPC_PLATFORM_PPC440]: Likewise.
24720         [PPC_PLATFORM_PPC464]: Likewise.
24721         [PPC_PLATFORM_PPC476]: Likewise.
24722         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24723         ppc464, and ppc476 platform strings merging from ports/
24724         dl-procinfo.h.
24725
24726 2013-06-11  Andreas Schwab  <schwab@suse.de>
24727
24728         [BZ #14991]
24729         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24730         (from_ucs4_idx): Regenerate.
24731         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24732         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24733         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24734         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24735         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24736         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24737         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24738         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24739         from FROM_LOOP and TO_LOOP specific macros.
24740         (BODY): Handle combining characters.
24741         * iconvdata/BIG5HKSCS.irreversible: Update.
24742         * iconvdata/BIG5HKSCS.precomposed: New file.
24743         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24744         characters.
24745         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24746
24747 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24748
24749         * include/sys/time.h: Fix indentation and add copyright header.
24750
24751         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24752         (do_test): Likewise.
24753         * string/test-memchr.c (do_one_test): Likewise.
24754         (do_test): Likewise.
24755         * string/test-memcmp.c (do_one_test): Likewise.
24756         (do_test): Likewise.
24757         * string/test-memcpy.c (do_one_test): Likewise.
24758         (do_test): Likewise.
24759         * string/test-memmem.c (do_one_test): Likewise.
24760         (do_test): Likewise.
24761         (do_random_tests): Likewise.
24762         * string/test-memmove.c (do_one_test): Likewise.
24763         (do_test): Likewise.
24764         * string/test-memset.c (do_one_test): Likewise.
24765         (do_test): Likewise.
24766         * string/test-rawmemchr.c (do_one_test): Likewise.
24767         (do_test): Likewise.
24768         * string/test-strcasecmp.c (do_one_test): Likewise.
24769         (do_test): Likewise.
24770         * string/test-strcasestr.c (do_one_test): Likewise.
24771         (do_test): Likewise.
24772         * string/test-strcat.c (do_one_test): Likewise.
24773         (do_test): Likewise.
24774         * string/test-strchr.c (do_one_test): Likewise.
24775         (do_test): Likewise.
24776         * string/test-strcmp.c (do_one_test): Likewise.
24777         (do_test): Likewise.
24778         * string/test-strcpy.c (do_one_test): Likewise.
24779         (do_test): Likewise.
24780         * string/test-string.h: Likewise.
24781         (test_init): Likewise.
24782         * string/test-strlen.c (do_one_test): Likewise.
24783         (do_test): Likewise.
24784         * string/test-strncasecmp.c (do_one_test): Likewise.
24785         (do_test): Likewise.
24786         * string/test-strncat.c (do_one_test): Likewise.
24787         (do_test): Likewise.
24788         * string/test-strncmp.c (do_one_test): Likewise.
24789         (do_test_limit): Likewise.
24790         (do_test): Likewise.
24791         * string/test-strncpy.c (do_one_test): Likewise.
24792         (do_test): Likewise.
24793         * string/test-strnlen.c (do_one_test): Likewise.
24794         (do_test): Likewise.
24795         * string/test-strpbrk.c (do_one_test): Likewise.
24796         (do_test): Likewise.
24797         * string/test-strrchr.c (do_one_test): Likewise.
24798         (do_test): Likewise.
24799         * string/test-strspn.c (do_one_test): Likewise.
24800         (do_test): Likewise.
24801         * string/test-strstr.c (do_one_test): Likewise.
24802         (do_test): Likewise.
24803
24804         * benchtests/Makefile (string-bench): Add string benchmarks.
24805         * benchtests/bench-bcopy-ifunc.c: New file.
24806         * benchtests/bench-bcopy.c: New file.
24807         * benchtests/bench-bzero-ifunc.c: New file.
24808         * benchtests/bench-bzero.c: New file.
24809         * benchtests/bench-memccpy-ifunc.c: New file.
24810         * benchtests/bench-memccpy.c: New file.
24811         * benchtests/bench-memchr-ifunc.c: New file.
24812         * benchtests/bench-memchr.c: New file.
24813         * benchtests/bench-memcmp-ifunc.c: New file.
24814         * benchtests/bench-memcmp.c: New file.
24815         * benchtests/bench-memmem-ifunc.c: New file.
24816         * benchtests/bench-memmem.c: New file.
24817         * benchtests/bench-memmove-ifunc.c: New file.
24818         * benchtests/bench-memmove.c: New file.
24819         * benchtests/bench-mempcpy-ifunc.c: New file.
24820         * benchtests/bench-mempcpy.c: New file.
24821         * benchtests/bench-memset-ifunc.c: New file.
24822         * benchtests/bench-memset.c: New file.
24823         * benchtests/bench-rawmemchr-ifunc.c: New file.
24824         * benchtests/bench-rawmemchr.c: New file.
24825         * benchtests/bench-stpcpy-ifunc.c: New file.
24826         * benchtests/bench-stpcpy.c: New file.
24827         * benchtests/bench-stpncpy-ifunc.c: New file.
24828         * benchtests/bench-stpncpy.c: New file.
24829         * benchtests/bench-strcasecmp-ifunc.c: New file.
24830         * benchtests/bench-strcasecmp.c: New file.
24831         * benchtests/bench-strcasestr-ifunc.c: New file.
24832         * benchtests/bench-strcasestr.c: New file.
24833         * benchtests/bench-strcat-ifunc.c: New file.
24834         * benchtests/bench-strcat.c: New file.
24835         * benchtests/bench-strchr-ifunc.c: New file.
24836         * benchtests/bench-strchr.c: New file.
24837         * benchtests/bench-strchrnul-ifunc.c: New file.
24838         * benchtests/bench-strchrnul.c: New file.
24839         * benchtests/bench-strcmp-ifunc.c: New file.
24840         * benchtests/bench-strcmp.c: New file.
24841         * benchtests/bench-strcpy-ifunc.c: New file.
24842         * benchtests/bench-strcpy.c: New file.
24843         * benchtests/bench-strcspn-ifunc.c: New file.
24844         * benchtests/bench-strcspn.c: New file.
24845         * benchtests/bench-strlen-ifunc.c: New file.
24846         * benchtests/bench-strlen.c: New file.
24847         * benchtests/bench-strncasecmp-ifunc.c: New file.
24848         * benchtests/bench-strncasecmp.c: New file.
24849         * benchtests/bench-strncat-ifunc.c: New file.
24850         * benchtests/bench-strncat.c: New file.
24851         * benchtests/bench-strncmp-ifunc.c: New file.
24852         * benchtests/bench-strncmp.c: New file.
24853         * benchtests/bench-strncpy-ifunc.c: New file.
24854         * benchtests/bench-strncpy.c: New file.
24855         * benchtests/bench-strnlen-ifunc.c: New file.
24856         * benchtests/bench-strnlen.c: New file.
24857         * benchtests/bench-strpbrk-ifunc.c: New file.
24858         * benchtests/bench-strpbrk.c: New file.
24859         * benchtests/bench-strrchr-ifunc.c: New file.
24860         * benchtests/bench-strrchr.c: New file.
24861         * benchtests/bench-strspn-ifunc.c: New file.
24862         * benchtests/bench-strspn.c: New file.
24863         * benchtests/bench-strstr-ifunc.c: New file.
24864         * benchtests/bench-strstr.c: New file.
24865
24866         * benchtests/Makefile: Disable parallel execution of targets.
24867         (string-bench): Add memcpy.
24868         (benchset): New variable to store a list of benchmark sets.
24869         (bench-func): Renamed from bench.
24870         (bench-set): New target.
24871         (bench): Depend on bench-func and bench-set.
24872         * benchtests/README: Add section on benchmark sets.
24873         * benchtests/bench-memcpy-ifunc.c: New file.
24874         * benchtests/bench-memcpy.c: New file.
24875         * benchtests/bench-string.h: New file.
24876
24877 2013-06-11  Andreas Schwab  <schwab@suse.de>
24878
24879         [BZ #15577]
24880         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24881         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24882         values in the triple.
24883         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24884         terminator in the group key.
24885
24886 2013-06-11  Andreas Jaeger  <aj@suse.de>
24887
24888         * po/zh_TW.po: Update Chinese (traditional) translation from
24889         translation project.
24890
24891 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24892
24893         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24894         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24895         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24896         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24897         (clock_getcpuclockid): Likewise.
24898         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24899         Add weak_alias and libc_hidden_def.
24900         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24901         * rt/clock_gettime.c (clock_gettime): Rename to
24902         __clock_gettime.  Add weak_alias and libc_hidden_def.
24903         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24904         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24905         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24906         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24907         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24908         Likewise.
24909         * rt/clock_settime.c (clock_settime): Rename to
24910         __clock_settime.  Add weak_alias and libc_hidden_def.
24911         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24912
24913 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24914
24915         * mach/err_boot.sub: Remove trailing whitespace.
24916         * mach/err_ipc.sub: Likewise.
24917         * mach/err_mach.sub: Likewise.
24918
24919         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24920         (ROUNDING_TESTS_double): Likewise.
24921         (ROUNDING_TESTS_long_double): Likewise.
24922         (ROUNDING_TESTS): Likewise.
24923         * math/libm-test.inc: Include <math-tests.h>.
24924         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24925         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24926         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24927         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24928
24929 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24930
24931         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24932         of assigning.
24933
24934 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24935
24936         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24937         otherwise empty TRANS lines.
24938         * sysdeps/gnu/errlist.c: Regenerated.
24939
24940         * catgets/gencat.c (error_print): Use (void) in function
24941         definition.
24942         * crypt/crypt_util.c (__init_des): Likewise.
24943         * crypt/speeds.c (Stop): Likewise.
24944         (main): Likewise.
24945         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24946         * inet/ruserpass.c (token): Likewise.
24947         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24948         * intl/localealias.c (extend_alias_table): Likewise.
24949         * intl/plural-exp.c (init_germanic_plural): Likewise.
24950         * libio/fcloseall.c (__fcloseall): Likewise.
24951         * libio/genops.c (_IO_flush_all): Likewise.
24952         (_IO_flush_all_linebuffered): Likewise.
24953         (_IO_cleanup): Likewise.
24954         (_IO_iter_begin): Likewise.
24955         (_IO_iter_end): Likewise.
24956         (_IO_list_lock): Likewise.
24957         (_IO_list_unlock): Likewise.
24958         (_IO_list_resetlock): Likewise.
24959         * libio/getchar.c (getchar): Likewise.
24960         * libio/getchar_u.c (getchar_unlocked): Likewise.
24961         * libio/getwchar.c (getwchar): Likewise.
24962         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24963         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24964         * login/getpt.c (__getpt): Likewise.
24965         * login/tst-utmp.c (main): Likewise.
24966         * malloc/hooks.c (__malloc_check_init): Likewise.
24967         * malloc/malloc.c (__malloc_stats): Likewise.
24968         * malloc/mtrace.c (tr_break): Likewise.
24969         (mtrace): Likewise.
24970         (muntrace): Likewise.
24971         * misc/fstab.c (endfsent): Likewise.
24972         * misc/getclktck.c (__getclktck): Likewise.
24973         * misc/getdtsz.c (__getdtablesize): Likewise.
24974         * misc/gethostid.c (gethostid): Likewise.
24975         * misc/getpagesize.c (__getpagesize): Likewise.
24976         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24977         (__get_nprocs): Likewise.
24978         (__get_phys_pages): Likewise.
24979         (__get_avphys_pages): Likewise.
24980         * misc/getttyent.c (getttyent): Likewise.
24981         (setttyent): Likewise.
24982         (endttyent): Likewise.
24983         * misc/getusershell.c (getusershell): Likewise.
24984         (endusershell): Likewise.
24985         (setusershell): Likewise.
24986         (initshells): Likewise.
24987         * misc/hsearch.c (__hdestroy): Likewise.
24988         * misc/sync.c (sync): Likewise.
24989         * misc/syslog.c (closelog_internal): Likewise.
24990         (closelog): Likewise.
24991         * misc/ttyslot.c (ttyslot): Likewise.
24992         * misc/vhangup.c (vhangup): Likewise.
24993         * posix/fork.c (__fork): Likewise.
24994         * posix/getegid.c (__getegid): Likewise.
24995         * posix/geteuid.c (__geteuid): Likewise.
24996         * posix/getgid.c (__getgid): Likewise.
24997         * posix/getpid.c (__getpid): Likewise.
24998         * posix/getppid.c (__getppid): Likewise.
24999         * posix/getuid.c (__getuid): Likewise.
25000         * posix/pause.c (pause): Likewise.
25001         * posix/setpgrp.c (setpgrp): Likewise.
25002         * posix/setsid.c (__setsid): Likewise.
25003         * posix/test-vfork.c (noop): Likewise.
25004         * resolv/gethnamaddr.c (_endhtent): Likewise.
25005         (_gethtent): Likewise.
25006         (ht_endhostent): Likewise.
25007         (gethostent): Likewise.
25008         (dns_service): Likewise.
25009         * stdlib/drand48.c (drand48): Likewise.
25010         * stdlib/lrand48.c (lrand48): Likewise.
25011         * stdlib/mrand48.c (mrand48): Likewise.
25012         * stdlib/rand.c (rand): Likewise.
25013         * stdlib/random.c (__random): Likewise.
25014         * stdlib/setenv.c (clearenv): Likewise.
25015         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25016         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25017         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25018         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25019         (__get_nprocs): Likewise.
25020         (__get_phys_pages): Likewise.
25021         (__get_avphys_pages): Likewise.
25022         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25023         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25024         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25025         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25026         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25027         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25028         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25029         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25030         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25031         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25032         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25033         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25034         * sysdeps/posix/clock.c (clock): Likewise.
25035         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25036         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25037         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25038         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25039         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25040         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25041         (__get_nprocs_conf): Likewise.
25042         (__get_phys_pages): Likewise.
25043         (__get_avphys_pages): Likewise.
25044         * time/clock.c (clock): Likewise.
25045         * time/tzset.c (__tzname_max): Likewise.
25046
25047 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25048
25049         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25050         (__bswap_32): Do not use "register".
25051         * crypt/crypt.c (_ufc_doit_r): Likewise.
25052         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25053         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25054         * gmon/gmon.c (__monstartup): Likewise.
25055         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25056         * hurd/hurdmalloc.c (more_memory): Likewise.
25057         (malloc): Likewise.
25058         (free): Likewise.
25059         (realloc): Likewise.
25060         (malloc_fork_prepare): Likewise.
25061         (malloc_fork_parent): Likewise.
25062         (malloc_fork_child): Likewise.
25063         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25064         (_svcauth_des): Likewise.
25065         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25066         * inet/inet_net.c (inet_network): Likewise.
25067         * inet/inet_netof.c (inet_netof): Likewise.
25068         * inet/rcmd.c (__validuser2_sa): Likewise.
25069         * io/fts.c (fts_open): Likewise.
25070         (fts_load): Likewise.
25071         (fts_close): Likewise.
25072         (fts_read): Likewise.
25073         (fts_children): Likewise.
25074         (fts_build): Likewise.
25075         (fts_stat): Likewise.
25076         (fts_sort): Likewise.
25077         (fts_alloc): Likewise.
25078         (fts_lfree): Likewise.
25079         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25080         (_IO_file_xsgetn): Likewise.
25081         (_IO_file_xsgetn_mmap): Likewise.
25082         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25083         (_IO_cookie_write): Likewise.
25084         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25085         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25086         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25087         * malloc/obstack.c (_obstack_begin): Likewise.
25088         (_obstack_begin_1): Likewise.
25089         (_obstack_newchunk): Likewise.
25090         (_obstack_allocated_p): Likewise.
25091         (obstack_free): Likewise.
25092         (_obstack_memory_used): Likewise.
25093         * misc/getttyent.c (getttynam): Likewise.
25094         (getttyent): Likewise.
25095         (skip): Likewise.
25096         (value): Likewise.
25097         * misc/getusershell.c (initshells): Likewise.
25098         * misc/syslog.c (__vsyslog_chk): Likewise.
25099         * misc/ttyslot.c (ttyslot): Likewise.
25100         * nis/nis_hash.c (__nis_hash): Likewise.
25101         * posix/fnmatch_loop.c (FCT): Likewise.
25102         * posix/getconf.c (print_all): Likewise.
25103         (main): Likewise.
25104         * posix/getopt.c (exchange): Likewise.
25105         * posix/glob.c (globfree): Likewise.
25106         (prefix_array): Likewise.
25107         (__glob_pattern_type): Likewise.
25108         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25109         (NS_GET32): Likewise.
25110         (NS_PUT16): Likewise.
25111         (NS_PUT32): Likewise.
25112         * resolv/gethnamaddr.c (getanswer): Likewise.
25113         (gethostbyname2): Likewise.
25114         (gethostbyaddr): Likewise.
25115         (_gethtent): Likewise.
25116         (_gethtbyname2): Likewise.
25117         (_gethtbyaddr): Likewise.
25118         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25119         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25120         * resolv/res_init.c (__res_vinit): Likewise.
25121         (net_mask): Likewise.
25122         * resolv/res_mkquery.c (outchar): Likewise.
25123         (PRINT): Likewise.
25124         * stdio-common/printf_fp.c (outchar): Likewise.
25125         (PRINT): Likewise.
25126         * stdio-common/printf_fphex.c (outchar): Likewise.
25127         (PRINT): Likewise.
25128         * stdio-common/printf_size.c (outchar): Likewise.
25129         (PRINT): Likewise.
25130         * stdio-common/test_rdwr.c (main): Likewise.
25131         * stdio-common/tfformat.c (matches): Likewise.
25132         * stdio-common/vfprintf.c (outchar): Likewise.
25133         (printf_unknown): Likewise.
25134         (buffered_vfprintf): Likewise.
25135         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25136         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25137         (ReadFile): Likewise.
25138         * stdlib/qsort.c (SWAP): Likewise.
25139         (_quicksort): Likewise.
25140         * stdlib/setenv.c (__add_to_environ): Likewise.
25141         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25142         * stdlib/strtol_l.c (__strtol_l): Likewise.
25143         * stdlib/tst-strtod.c (main): Likewise.
25144         * stdlib/tst-strtol.c (main): Likewise.
25145         * stdlib/tst-strtoll.c (main): Likewise.
25146         * string/bits/string2.h (__strcmp_cc): Likewise.
25147         (__strcmp_cg): Likewise.
25148         (__strcspn_c1): Likewise.
25149         (__strcspn_c2): Likewise.
25150         (__strcspn_c3): Likewise.
25151         (__strspn_c1): Likewise.
25152         (__strspn_c2): Likewise.
25153         (__strspn_c3): Likewise.
25154         (__strsep_1c): Likewise.
25155         (__strsep_2c): Likewise.
25156         (__strsep_3c): Likewise.
25157         * string/memccpy.c (__memccpy): Likewise.
25158         * string/stpcpy.c (__stpcpy): Likewise.
25159         * string/strcmp.c (strcmp): Likewise.
25160         * string/strrchr.c (strrchr): Likewise.
25161         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25162         Likewise.
25163         * sysdeps/mach/hurd/getcwd.c
25164         (_hurd_canonicalize_directory_name_internal): Likewise.
25165         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25166         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25167         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25168         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25169         Likewise, in both definitions.
25170         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25171         definitions.
25172         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25173         64] (__bswap_64): Likewise.
25174         * time/test_time.c (main): Likewise.
25175         * time/tzfile.c (__tzfile_read): Likewise.
25176         (__tzfile_compute): Likewise.
25177         * time/tzset.c (__tzset_parse_tz): Likewise.
25178         (tzset_internal): Likewise.
25179         (compute_change): Likewise.
25180         * wcsmbs/wcscat.c (__wcscat): Likewise.
25181         * wcsmbs/wcschr.c (wcschr): Likewise.
25182         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25183         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25184         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25185         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25186         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25187         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25188         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25189         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25190         * wcsmbs/wmemset.c (wmemset): Likewise.
25191
25192 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25193
25194         * scripts/config.guess: Update to version 2013-05-16.
25195         * scripts/config.sub: Update to version 2013-04-24.
25196         * scripts/install-sh: Update to version 2011-11-20.07.
25197         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25198         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25199
25200 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25201
25202         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25203         * elf/sln.c: Likewise.
25204         * hurd/hurd/ioctl.h: Likewise.
25205         * hurd/hurdmalloc.c: Likewise.
25206         * hurd/xattr.c: Likewise.
25207         * include/shlib-compat.h: Likewise.
25208         * inet/ruserpass.c: Likewise.
25209         * libio/iofgets_u.c: Likewise.
25210         * libio/iofgetws_u.c: Likewise.
25211         * locale/programs/ld-identification.c: Likewise.
25212         * locale/programs/ld-time.c: Likewise.
25213         * mach/msg-destroy.c: Likewise.
25214         * nss/nss_files/files-netgrp.c: Likewise.
25215         * resolv/res_data.c: Likewise.
25216         * soft-fp/op-1.h: Likewise.
25217         * soft-fp/op-2.h: Likewise.
25218         * soft-fp/op-4.h: Likewise.
25219         * soft-fp/op-common.h: Likewise.
25220         * stdio-common/printf_fphex.c: Likewise.
25221         * stdlib/strtod_l.c: Likewise.
25222         * sunrpc/rpc/clnt.h: Likewise.
25223         * sysdeps/generic/framestate.c: Likewise.
25224         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25225         * sysdeps/i386/bsd-setjmp.S: Likewise.
25226         * sysdeps/i386/__longjmp.S: Likewise.
25227         * sysdeps/i386/setjmp.S: Likewise.
25228         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25229         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25230         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25231         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25232         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25233         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25234         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25235         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25236         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25237         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25238         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25239         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25240         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25241         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25242         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25243         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25244         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25245         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25246         * sysdeps/ieee754/support.c: Likewise.
25247         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25248         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25249         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25250         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25251         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25252         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25253         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25254         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25255         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25256         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25257         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25258         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25259         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25260         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25261         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25262         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25263         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25265
25266 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25267
25268         * posix/transbug.c: Remove executable mode.
25269
25270 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25271
25272         * crypt/speeds.c: Remove trailing whitespace.
25273         * dlfcn/default.c: Likewise.
25274         * elf/ifuncdep2.c: Likewise.
25275         * elf/ifuncmain1.c: Likewise.
25276         * elf/ifuncmain1vis.c: Likewise.
25277         * elf/testobj.h: Likewise.
25278         * elf/tst-stackguard1.c: Likewise.
25279         * gmon/sys/gmon.h: Likewise.
25280         * hurd/hurdmsg.c: Likewise.
25281         * hurd/new-fd.c: Likewise.
25282         * hurd/ports-get.c: Likewise.
25283         * iconvdata/ibm1008_420.c: Likewise.
25284         * inet/tst-getni1.c: Likewise.
25285         * inet/tst-getni2.c: Likewise.
25286         * libio/ioungetc.c: Likewise.
25287         * libio/wfiledoalloc.c: Likewise.
25288         * manual/libm-err-tab.pl: Likewise.
25289         * math/w_dremf.c: Likewise.
25290         * misc/ftruncate.c: Likewise.
25291         * posix/bug-glob2.c: Likewise.
25292         * posix/tst-pcre.c: Likewise.
25293         * posix/wait4.c: Likewise.
25294         * resolv/README: Likewise.
25295         * resolv/res_debug.h: Likewise.
25296         * resolv/tst-inet_ntop.c: Likewise.
25297         * setjmp/bug269-setjmp.c: Likewise.
25298         * soft-fp/extended.h: Likewise.
25299         * soft-fp/op-1.h: Likewise.
25300         * soft-fp/op-2.h: Likewise.
25301         * soft-fp/op-4.h: Likewise.
25302         * soft-fp/op-8.h: Likewise.
25303         * soft-fp/testit.c: Likewise.
25304         * stdio-common/bug16.c: Likewise.
25305         * stdlib/random.c: Likewise.
25306         * sunrpc/rpcsvc/rquota.x: Likewise.
25307         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25308         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25309         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25310         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25311         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25312         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25313         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25314         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25315         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25316         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25317         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25318         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25319         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25320         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25321         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25322         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25323         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25324         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25325         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25326         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25327         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25328         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25329         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25330         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25331         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25332         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25333         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25334         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25335         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25336         * sysdeps/ieee754/s_lib_version.c: Likewise.
25337         * sysdeps/mach/hurd/check_fds.c: Likewise.
25338         * sysdeps/mach/hurd/getsockname.c: Likewise.
25339         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25340         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25341         * sysdeps/powerpc/bits/link.h: Likewise.
25342         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25343         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25344         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25345         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25346         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25347         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25348         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25349         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25350         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25351         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25352         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25353         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25354         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25355         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25356         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25357         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25358         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25359         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25360         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25361         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25362         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25363         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25364         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25365         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25366         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25367         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25368         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25369         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25370         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25371         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25372         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25373         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25374         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25375         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25376         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25377         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25378         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25379         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25380         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25381         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25382         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25383         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25384         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25385         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25386         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25387         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25388         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25389         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25390         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25391         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25392         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25393         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25394         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25395         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25396         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25397         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25398         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25399         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25400         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25401         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25402         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25403         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25404         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25405         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25406         * sysdeps/powerpc/sysdep.h: Likewise.
25407         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25408         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25409         * sysdeps/sh/dl-trampoline.S: Likewise.
25410         * sysdeps/sh/memset.S: Likewise.
25411         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25412         * sysdeps/sh/strlen.S: Likewise.
25413         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25414         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25415         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25416         * sysdeps/sparc/sparc32/rem.S: Likewise.
25417         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25418         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25419         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25420         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25421         * sysdeps/sparc/sparc32/urem.S: Likewise.
25422         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25423         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25424         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25425         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25426         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25427         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25428         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25429         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25430         * sysdeps/unix/bsd/times.c: Likewise.
25431         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25432         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25436         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25437         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25438         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25439         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25440         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25441         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25442         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25443         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25444         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25445         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25446         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25447         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25448         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25449         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25450         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25451         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25452         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25453         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25454         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25455         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25456         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25457         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25458         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25459         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25460         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25461         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25462         * sysdeps/x86_64/strcspn.S: Likewise.
25463
25464 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25465
25466         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25467         generated file.  Regenerate properly from gen-translit.pl.
25468         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25469         locale/C-translit.h.
25470
25471 2013-06-05  Andreas Schwab  <schwab@suse.de>
25472
25473         [BZ #15100]
25474         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25475         week as 6 instead of -1.
25476         * time/tst-strptime.c (day_tests): Add test case.
25477
25478 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25479
25480         * sysdeps/generic/math_private.h
25481         (libc_feholdexcept_setround_53bit): Replace with
25482         libc_feholdsetround_53bit.
25483         (libc_feupdateenv_53bit): Replace with
25484         libc_feresetround_53bit.
25485         (SET_RESTORE_ROUND_53BIT): Adjust.
25486
25487 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25488
25489         * string/test-strchrnul.c: Add copyright header.
25490
25491         * posix/tst-getaddrinfo4.c: Increase test timeout.
25492
25493 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25494
25495         [BZ #15536]
25496         * math/libm-test.inc (MAX_EXP): Remove
25497         (MIN_EXP): Define.
25498         (ulp): Use MIN_EXP - MANT_DIG.
25499         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25500
25501 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25502
25503         * po/be.po: Revert last change.
25504         * po/zh_CN.po: Likewise.
25505         * po/header.pot: Likewise.
25506
25507 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25508
25509         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25510         link-libc-deps to empty as target-specific variable.
25511         * Makerules (link-libc-args): New variable.
25512         (libc-for-link): Likewise.
25513         (link-libc-deps): Likewise.
25514         (lib%.so): Depend on $(link-libc-deps).  Link with
25515         $(link-libc-args).
25516         (build-module): Link with $(link-libc-args).
25517         (build-module-asneeded): Likewise.
25518         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25519         list of objects.
25520         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25521         target-specific variable.
25522         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25523         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25524         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25525         libc.
25526         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25527         libc and ld.so.
25528         ($(objpfx)libpcprofile.so): Likewise.
25529         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25530         libc_nonshared.a.
25531         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25532         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25533         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25534         $(link-libc-deps).
25535         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25536         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25537         * login/Makefile ($(objpfx)libutil.so): Likewise.
25538         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25539         * math/Makefile ($(objpfx)libm.so): Likewise.
25540         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25541         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25542         variable instead of depending directly on libc.
25543         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25544         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25545         $(link-libc-deps).
25546         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25547         libc.
25548         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25549         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25550         ($(objpfx)libanl.so): Likewise.
25551         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25552         ld.so.
25553         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25554         $(link-libc-deps).
25555         * sysdeps/i386/fpu/Makefile: Remove file.
25556         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25557         ($(objpfx)libm.so): Remove dependency on ld.so.
25558
25559 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25560
25561         [BZ # 15553]
25562         * nis/yp_xdr.c (XDRMAXNAME): Define.
25563         (XDRMAXRECORD): Define.
25564         (xdr_domainname): Use XDRMAXNAME.
25565         (xdr_mapname): Likewise.
25566         (xdr_peername): Likewise.
25567         (xdr_keydat): Use XDRMAXRECORD.
25568         (xdr_valdat): Likewise.
25569
25570 2013-05-30  Jeff Law  <law@redhat.com>
25571
25572         [BZ #14256]
25573         * manual/errno.texi (ESTALE): Update to account for more than
25574         just NFS file systems.
25575         * sysdeps/gnu/errlist.c: Regenerated.
25576
25577 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25578
25579         [BZ #15465]
25580         * elf/Makefile (tests): Add tst-null-argv.
25581         (modules-names):  Add tst-null-argv-lib.
25582         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25583         (tst-null-argv-ENV): Set environment for tst-null-argv.
25584         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25585         (RTLD_PROGNAME): New macro.
25586         * elf/tst-null-argv.c: New test case.
25587         * elf/tst-null-argv-lib.c: Library for test case.
25588         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25589         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25590         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25591         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25592         * elf/dl-init.c (call_init): Likewise.
25593         (_dl_init): Likewise.
25594         * elf/dl-load.c (print_search_path): Likewise.
25595         (_dl_map_object): Likewise.
25596         * elf/dl-lookup.c (do_lookup_x): Likewise.
25597         (add_dependency): Likewise.
25598         (_dl_lookup_symbol_x): Likewise.
25599         (_dl_debug_bindings): Likewise.
25600         * elf/dl-open.c (_dl_show_scope): Likewise.
25601         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25602         * elf/dl-version.c (match_symbol): Likewise.
25603         (_dl_check_map_versions): Likewise.
25604         * elf/rtld.c (dl_main): Likewise.
25605         (print_unresolved): Use RTLD_PROGNAME.
25606         (print_missing_version): Likewise.
25607         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25608         (elf_machine_rela): Likewise.
25609         * sysdeps/powerpc/powerpc32/dl-machine.c
25610         (__process_machine_rela): Likewise.
25611         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25612         Likewise.
25613         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25614         Likewise.
25615         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25616         Likewise.
25617         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25618         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25619         Likewise.
25620         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25621         Likewise.
25622         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25623
25624 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25625
25626         * po/be.po: Add descriptive title.
25627         * po/zh_CN.po: Likewise.
25628         * po/header.pot: Likewise.
25629
25630 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25631
25632         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25633         error message.
25634         (enlarge_archive): Likewise.
25635
25636 2013-05-28  Ben North  <ben@redfrontdoor.org>
25637
25638         * manual/arith.texi (frexp): It is the magnitude of the return
25639         value which lies in [0.5, 1), not the return value itself.
25640
25641 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25642
25643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25644
25645 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25646
25647         * stdio-common/bug26.c (main): Correct fscanf template.
25648
25649         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25650         declare _dl_skip_args.
25651
25652         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25653         Don't declare.
25654
25655         * manual/platform.texi: Add missing @end deftypefun.
25656
25657 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25658
25659         [BZ #15529]
25660         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25661         bit of mantissa of 2^16382.
25662         * math/libm-test.inc (hypot_test_data): Add more tests.
25663
25664         * math/libm-test.inc: Add drem and pow10 to list of tested
25665         functions.
25666         (pow10_test): New function.
25667         (drem_test): Likewise.
25668         (drem_test_tonearest): Likewise.
25669         (drem_test_towardzero): Likewise.
25670         (drem_test_downward): Likewise.
25671         (drem_test_upward): Likewise.
25672         (main): Call the new functions.
25673
25674         * math/libm-test.inc (finite_test_data): Remove.
25675         (finite_test): Run tests from isfinite_test_data.
25676         (gamma_test_data): Remove.
25677         (gamma_test): Run tests from lgamma_test_data.
25678         * sysdeps/i386/fpu/libm-test-ulps: Update.
25679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25680
25681 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25682
25683         * manual/platform.texi: Add PowerPC PPR function set documentation.
25684         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25685         implementation.
25686
25687 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25688
25689         * math/libm-test.inc (MAX_EXP): Define.
25690         (ULPDIFF): Define.
25691         (ulp): New function.
25692         (check_float_internal): Use ULPDIFF.
25693         (cpow_test): Disable failing test.
25694         (check_ulp): Test ulp() implemetnation.
25695         (main): Call check_ulp before starting tests.
25696
25697 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25698
25699         * math/gen-libm-test.pl (generate_testfile): Do not handle
25700         START_DATA and END_DATA.
25701         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25702         END_DATA.
25703         (acos_tonearest_test_data): Likewise.
25704         (acos_towardzero_test_data): Likewise.
25705         (acos_downward_test_data): Likewise.
25706         (acos_upward_test_data): Likewise.
25707         (acosh_test_data): Likewise.
25708         (asin_test_data): Likewise.
25709         (asin_tonearest_test_data): Likewise.
25710         (asin_towardzero_test_data): Likewise.
25711         (asin_downward_test_data): Likewise.
25712         (asin_upward_test_data): Likewise.
25713         (asinh_test_data): Likewise.
25714         (atan_test_data): Likewise.
25715         (atanh_test_data): Likewise.
25716         (atan2_test_data): Likewise.
25717         (cabs_test_data): Likewise.
25718         (cacos_test_data): Likewise.
25719         (cacosh_test_data): Likewise.
25720         (carg_test_data): Likewise.
25721         (casin_test_data): Likewise.
25722         (casinh_test_data): Likewise.
25723         (catan_test_data): Likewise.
25724         (catanh_test_data): Likewise.
25725         (cbrt_test_data): Likewise.
25726         (ccos_test_data): Likewise.
25727         (ccosh_test_data): Likewise.
25728         (ceil_test_data): Likewise.
25729         (cexp_test_data): Likewise.
25730         (cimag_test_data): Likewise.
25731         (clog_test_data): Likewise.
25732         (clog10_test_data): Likewise.
25733         (conj_test_data): Likewise.
25734         (copysign_test_data): Likewise.
25735         (cos_test_data): Likewise.
25736         (cos_tonearest_test_data): Likewise.
25737         (cos_towardzero_test_data): Likewise.
25738         (cos_downward_test_data): Likewise.
25739         (cos_upward_test_data): Likewise.
25740         (cosh_test_data): Likewise.
25741         (cosh_tonearest_test_data): Likewise.
25742         (cosh_towardzero_test_data): Likewise.
25743         (cosh_downward_test_data): Likewise.
25744         (cosh_upward_test_data): Likewise.
25745         (cpow_test_data): Likewise.
25746         (cproj_test_data): Likewise.
25747         (creal_test_data): Likewise.
25748         (csin_test_data): Likewise.
25749         (csinh_test_data): Likewise.
25750         (csqrt_test_data): Likewise.
25751         (ctan_test_data): Likewise.
25752         (ctan_tonearest_test_data): Likewise.
25753         (ctan_towardzero_test_data): Likewise.
25754         (ctan_downward_test_data): Likewise.
25755         (ctan_upward_test_data): Likewise.
25756         (ctanh_test_data): Likewise.
25757         (ctanh_tonearest_test_data): Likewise.
25758         (ctanh_towardzero_test_data): Likewise.
25759         (ctanh_downward_test_data): Likewise.
25760         (ctanh_upward_test_data): Likewise.
25761         (erf_test_data): Likewise.
25762         (erfc_test_data): Likewise.
25763         (exp_test_data): Likewise.
25764         (exp_tonearest_test_data): Likewise.
25765         (exp_towardzero_test_data): Likewise.
25766         (exp_downward_test_data): Likewise.
25767         (exp_upward_test_data): Likewise.
25768         (exp10_test_data): Likewise.
25769         (exp2_test_data): Likewise.
25770         (expm1_test_data): Likewise.
25771         (fabs_test_data): Likewise.
25772         (fdim_test_data): Likewise.
25773         (finite_test_data): Likewise.
25774         (floor_test_data): Likewise.
25775         (fma_test_data): Likewise.
25776         (fma_towardzero_test_data): Likewise.
25777         (fma_downward_test_data): Likewise.
25778         (fma_upward_test_data): Likewise.
25779         (fmax_test_data): Likewise.
25780         (fmin_test_data): Likewise.
25781         (fmod_test_data): Likewise.
25782         (fpclassify_test_data): Likewise.
25783         (frexp_test_data): Likewise.
25784         (gamma_test_data): Likewise.
25785         (hypot_test_data): Likewise.
25786         (ilogb_test_data): Likewise.
25787         (isfinite_test_data): Likewise.
25788         (isgreater_test_data): Likewise.
25789         (isgreaterequal_test_data): Likewise.
25790         (isinf_test_data): Likewise.
25791         (isless_test_data): Likewise.
25792         (islessequal_test_data): Likewise.
25793         (islessgreater_test_data): Likewise.
25794         (isnan_test_data): Likewise.
25795         (isnormal_test_data): Likewise.
25796         (issignaling_test_data): Likewise.
25797         (isunordered_test_data): Likewise.
25798         (j0_test_data): Likewise.
25799         (j1_test_data): Likewise.
25800         (jn_test_data): Likewise.
25801         (ldexp_test_data): Likewise.
25802         (lgamma_test_data): Likewise.
25803         (lrint_test_data): Likewise.
25804         (lrint_tonearest_test_data): Likewise.
25805         (lrint_towardzero_test_data): Likewise.
25806         (lrint_downward_test_data): Likewise.
25807         (lrint_upward_test_data): Likewise.
25808         (llrint_test_data): Likewise.
25809         (llrint_tonearest_test_data): Likewise.
25810         (llrint_towardzero_test_data): Likewise.
25811         (llrint_downward_test_data): Likewise.
25812         (llrint_upward_test_data): Likewise.
25813         (log_test_data): Likewise.
25814         (log10_test_data): Likewise.
25815         (log1p_test_data): Likewise.
25816         (log2_test_data): Likewise.
25817         (logb_test_data): Likewise.
25818         (logb_downward_test_data): Likewise.
25819         (lround_test_data): Likewise.
25820         (llround_test_data): Likewise.
25821         (modf_test_data): Likewise.
25822         (nearbyint_test_data): Likewise.
25823         (nextafter_test_data): Likewise.
25824         (nexttoward_test_data): Likewise.
25825         (pow_test_data): Likewise.
25826         (pow_tonearest_test_data): Likewise.
25827         (pow_towardzero_test_data): Likewise.
25828         (pow_downward_test_data): Likewise.
25829         (pow_upward_test_data): Likewise.
25830         (remainder_test_data): Likewise.
25831         (remainder_tonearest_test_data): Likewise.
25832         (remainder_towardzero_test_data): Likewise.
25833         (remainder_downward_test_data): Likewise.
25834         (remainder_upward_test_data): Likewise.
25835         (remquo_test_data): Likewise.
25836         (rint_test_data): Likewise.
25837         (rint_tonearest_test_data): Likewise.
25838         (rint_towardzero_test_data): Likewise.
25839         (rint_downward_test_data): Likewise.
25840         (rint_upward_test_data): Likewise.
25841         (round_test_data): Likewise.
25842         (scalb_test_data): Likewise.
25843         (scalbn_test_data): Likewise.
25844         (scalbln_test_data): Likewise.
25845         (signbit_test_data): Likewise.
25846         (sin_test_data): Likewise.
25847         (sin_tonearest_test_data): Likewise.
25848         (sin_towardzero_test_data): Likewise.
25849         (sin_downward_test_data): Likewise.
25850         (sin_upward_test_data): Likewise.
25851         (sincos_test_data): Likewise.
25852         (sinh_test_data): Likewise.
25853         (sinh_tonearest_test_data): Likewise.
25854         (sinh_towardzero_test_data): Likewise.
25855         (sinh_downward_test_data): Likewise.
25856         (sinh_upward_test_data): Likewise.
25857         (sqrt_test_data): Likewise.
25858         (tan_test_data): Likewise.
25859         (tan_tonearest_test_data): Likewise.
25860         (tan_towardzero_test_data): Likewise.
25861         (tan_downward_test_data): Likewise.
25862         (tan_upward_test_data): Likewise.
25863         (tanh_test_data): Likewise.
25864         (tgamma_test_data): Likewise.
25865         (trunc_test_data): Likewise.
25866         (y0_test_data): Likewise.
25867         (y1_test_data): Likewise.
25868         (yn_test_data): Likewise.
25869         (significand_test_data): Likewise.
25870
25871         * math/gen-libm-test.pl (@functions): Remove variable.
25872         (generate_testfile): Don't handle START and END lines.
25873         * math/libm-test.inc (START): New macro.
25874         (END): Likewise.
25875         (END_COMPLEX): Likewise.
25876         (acos_test): Use END macro without arguments.
25877         (acos_test_tonearest): Likewise.
25878         (acos_test_towardzero): Likewise.
25879         (acos_test_downward): Likewise.
25880         (acos_test_upward): Likewise.
25881         (acosh_test): Likewise.
25882         (asin_test): Likewise.
25883         (asin_test_tonearest): Likewise.
25884         (asin_test_towardzero): Likewise.
25885         (asin_test_downward): Likewise.
25886         (asin_test_upward): Likewise.
25887         (asinh_test): Likewise.
25888         (atan_test): Likewise.
25889         (atanh_test): Likewise.
25890         (atan2_test): Likewise.
25891         (cabs_test): Likewise.
25892         (cacos_test): Use END_COMPLEX macro without arguments.
25893         (cacosh_test): Likewise.
25894         (carg_test): Use END macro without arguments.
25895         (casin_test): Use END_COMPLEX macro without arguments.
25896         (casinh_test): Likewise.
25897         (catan_test): Likewise.
25898         (catanh_test): Likewise.
25899         (cbrt_test): Use END macro without arguments.
25900         (ccos_test): Use END_COMPLEX macro without arguments.
25901         (ccosh_test): Likewise.
25902         (ceil_test): Use END macro without arguments.
25903         (cexp_test): Use END_COMPLEX macro without arguments.
25904         (cimag_test): Use END macro without arguments.
25905         (clog_test): Use END_COMPLEX macro without arguments.
25906         (clog10_test): Likewise.
25907         (conj_test): Likewise.
25908         (copysign_test): Use END macro without arguments.
25909         (cos_test): Likewise.
25910         (cos_test_tonearest): Likewise.
25911         (cos_test_towardzero): Likewise.
25912         (cos_test_downward): Likewise.
25913         (cos_test_upward): Likewise.
25914         (cosh_test): Likewise.
25915         (cosh_test_tonearest): Likewise.
25916         (cosh_test_towardzero): Likewise.
25917         (cosh_test_downward): Likewise.
25918         (cosh_test_upward): Likewise.
25919         (cpow_test): Use END_COMPLEX macro without arguments.
25920         (cproj_test): Likewise.
25921         (creal_test): Use END macro without arguments.
25922         (csin_test): Use END_COMPLEX macro without arguments.
25923         (csinh_test): Likewise.
25924         (csqrt_test): Likewise.
25925         (ctan_test): Likewise.
25926         (ctan_test_tonearest): Likewise.
25927         (ctan_test_towardzero): Likewise.
25928         (ctan_test_downward): Likewise.
25929         (ctan_test_upward): Likewise.
25930         (ctanh_test): Likewise.
25931         (ctanh_test_tonearest): Likewise.
25932         (ctanh_test_towardzero): Likewise.
25933         (ctanh_test_downward): Likewise.
25934         (ctanh_test_upward): Likewise.
25935         (erf_test): Use END macro without arguments.
25936         (erfc_test): Likewise.
25937         (exp_test): Likewise.
25938         (exp_test_tonearest): Likewise.
25939         (exp_test_towardzero): Likewise.
25940         (exp_test_downward): Likewise.
25941         (exp_test_upward): Likewise.
25942         (exp10_test): Likewise.
25943         (exp2_test): Likewise.
25944         (expm1_test): Likewise.
25945         (fabs_test): Likewise.
25946         (fdim_test): Likewise.
25947         (finite_test): Likewise.
25948         (floor_test): Likewise.
25949         (fma_test): Likewise.
25950         (fma_test_towardzero): Likewise.
25951         (fma_test_downward): Likewise.
25952         (fma_test_upward): Likewise.
25953         (fmax_test): Likewise.
25954         (fmin_test): Likewise.
25955         (fmod_test): Likewise.
25956         (fpclassify_test): Likewise.
25957         (frexp_test): Likewise.
25958         (gamma_test): Likewise.
25959         (hypot_test): Likewise.
25960         (ilogb_test): Likewise.
25961         (isfinite_test): Likewise.
25962         (isgreater_test): Likewise.
25963         (isgreaterequal_test): Likewise.
25964         (isinf_test): Likewise.
25965         (isless_test): Likewise.
25966         (islessequal_test): Likewise.
25967         (islessgreater_test): Likewise.
25968         (isnan_test): Likewise.
25969         (isnormal_test): Likewise.
25970         (issignaling_test): Likewise.
25971         (isunordered_test): Likewise.
25972         (j0_test): Likewise.
25973         (j1_test): Likewise.
25974         (jn_test): Likewise.
25975         (ldexp_test): Likewise.
25976         (lgamma_test): Likewise.
25977         (lrint_test): Likewise.
25978         (lrint_test_tonearest): Likewise.
25979         (lrint_test_towardzero): Likewise.
25980         (lrint_test_downward): Likewise.
25981         (lrint_test_upward): Likewise.
25982         (llrint_test): Likewise.
25983         (llrint_test_tonearest): Likewise.
25984         (llrint_test_towardzero): Likewise.
25985         (llrint_test_downward): Likewise.
25986         (llrint_test_upward): Likewise.
25987         (log_test): Likewise.
25988         (log10_test): Likewise.
25989         (log1p_test): Likewise.
25990         (log2_test): Likewise.
25991         (logb_test): Likewise.
25992         (logb_test_downward): Likewise.
25993         (lround_test): Likewise.
25994         (llround_test): Likewise.
25995         (modf_test): Likewise.
25996         (nearbyint_test): Likewise.
25997         (nextafter_test): Likewise.
25998         (nexttoward_test): Likewise.
25999         (pow_test): Likewise.
26000         (pow_test_tonearest): Likewise.
26001         (pow_test_towardzero): Likewise.
26002         (pow_test_downward): Likewise.
26003         (pow_test_upward): Likewise.
26004         (remainder_test): Likewise.
26005         (remainder_test_tonearest): Likewise.
26006         (remainder_test_towardzero): Likewise.
26007         (remainder_test_downward): Likewise.
26008         (remainder_test_upward): Likewise.
26009         (remquo_test): Likewise.
26010         (rint_test): Likewise.
26011         (rint_test_tonearest): Likewise.
26012         (rint_test_towardzero): Likewise.
26013         (rint_test_downward): Likewise.
26014         (rint_test_upward): Likewise.
26015         (round_test): Likewise.
26016         (scalb_test): Likewise.
26017         (scalbn_test): Likewise.
26018         (scalbln_test): Likewise.
26019         (signbit_test): Likewise.
26020         (sin_test): Likewise.
26021         (sin_test_tonearest): Likewise.
26022         (sin_test_towardzero): Likewise.
26023         (sin_test_downward): Likewise.
26024         (sin_test_upward): Likewise.
26025         (sincos_test): Likewise.
26026         (sinh_test): Likewise.
26027         (sinh_test_tonearest): Likewise.
26028         (sinh_test_towardzero): Likewise.
26029         (sinh_test_downward): Likewise.
26030         (sinh_test_upward): Likewise.
26031         (sqrt_test): Likewise.
26032         (tan_test): Likewise.
26033         (tan_test_tonearest): Likewise.
26034         (tan_test_towardzero): Likewise.
26035         (tan_test_downward): Likewise.
26036         (tan_test_upward): Likewise.
26037         (tanh_test): Likewise.
26038         (tgamma_test): Likewise.
26039         (trunc_test): Likewise.
26040         (y0_test): Likewise.
26041         (y1_test): Likewise.
26042         (yn_test): Likewise.
26043         (significand_test): Likewise.
26044
26045 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26046
26047         [BZ #15381]
26048         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26049
26050 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26051
26052         [BZ #14894]
26053         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26054         __ppc_mdoio and __ppc_mdoom.
26055         * manual/platform.texi: Document new functions __ppc_yield,
26056         __ppc_mdoio and __ppc_mdoom.
26057
26058 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26059
26060         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26061         (main): Mention "tls" pseudo-hwcap is legacy.
26062         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26063
26064 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26065
26066         * math/gen-libm-test.pl (parse_args): Output only string of
26067         arguments as text for test name, not full call or descriptions of
26068         tests for extra outputs.
26069         (generate_testfile): Do not pass function name to parse_args.
26070         Generate this_func variable from START.
26071         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26072         field to arg_str.
26073         (struct test_ff_f_data): Likewise.
26074         (test_ff_f_data_nexttoward): Likewise.
26075         (struct test_fi_f_data): Likewise.
26076         (struct test_fl_f_data): Likewise.
26077         (struct test_if_f_data): Likewise.
26078         (struct test_fff_f_data): Likewise.
26079         (struct test_c_f_data): Likewise.
26080         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26081         (struct test_fF_f1_data): Likewise.
26082         (struct test_ffI_f1_data): Likewise.
26083         (struct test_c_c_data): Rename test_name field to arg_str.
26084         (struct test_cc_c_data): Likewise.
26085         (struct test_f_i_data): Likewise.
26086         (struct test_ff_i_data): Likewise.
26087         (struct test_f_l_data): Likewise.
26088         (struct test_f_L_data): Likewise.
26089         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26090         and extra2_name.
26091         (COMMON_TEST_SETUP): New macro.
26092         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26093         (COMMON_TEST_CLEANUP): Likewise.
26094         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26095         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26096         macros.
26097         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26098         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26099         macros.
26100         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26101         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26102         cleanup macros.
26103         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26104         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26105         macros.
26106         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26107         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26108         macros.
26109         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26110         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26111         cleanup macros.
26112         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26113         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26114         cleanup macros.
26115         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26116         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26117         cleanup macros.
26118         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26119         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26120         macros.
26121         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26122         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26123         macros.
26124         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26125         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26126         macros.
26127         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26128         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26129         cleanup macros.
26130         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26131         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26132         cleanup macros.
26133         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26134         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26135         macros.
26136         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26137         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26138         cleanup macros.
26139         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26140         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26141         macros.
26142         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26143         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26144         macros.
26145         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26146         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26147         cleanup macros.
26148         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26149
26150 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26151
26152         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26153         to _sifields.sigfault.
26154         (si_addr_lsb): Define new macro.
26155         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26156         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26157         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26158
26159 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26160
26161         [BZ #15441]
26162         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26163         returns -1.
26164         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26165         null return -1.
26166         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26167         loading the domain.
26168
26169 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26170
26171         * math/gen-libm-test.pl (parse_args): Do not include expected
26172         result in test name.
26173         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26174         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26175         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26176         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26177         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26179
26180 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26181
26182         * benchtests/Makefile: Sort function entries.
26183
26184         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26185         tanh, asinh, acosh, atanh.
26186         * benchtests/acos-inputs: New file.
26187         * benchtests/acosh-inputs: New file.
26188         * benchtests/asin-inputs: New file.
26189         * benchtests/asinh-inputs: New file.
26190         * benchtests/atanh-inputs: New file.
26191         * benchtests/cosh-inputs: New file.
26192         * benchtests/log-inputs: New file.
26193         * benchtests/sinh-inputs: New file.
26194         * benchtests/tanh-inputs: New file.
26195
26196 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26197
26198         [BZ #15339]
26199         * posix/tst-getaddrinfo4.c: New test.
26200         * posix/Makefile (tests): Add it.
26201
26202 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26203
26204         [BZ #15339]
26205         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26206         when no services were used.
26207         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26208         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26209
26210 2013-05-21  Andreas Schwab  <schwab@suse.de>
26211
26212         [BZ #15014]
26213         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26214         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26215         successful.
26216         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26217         redundant variable declarations and reallocation of buffer when
26218         parsing as IPv6 address.  Always set NSS status when called from
26219         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26220         buffer too small.  Correct computation of needed size.
26221         * nss/Makefile (tests): Add test-digits-dots.
26222         * nss/test-digits-dots.c: New test.
26223
26224 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26225
26226         * benchtests/Makefile: Remove instructions for adding
26227         benchmark tests.
26228         * benchtests/README: New file to explain how to execute and
26229         enhance the benchmark tests.
26230
26231 2013-05-21  Andreas Schwab  <schwab@suse.de>
26232
26233         [BZ #15493]
26234         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26235         * setjmp/tst-sigsetjmp.c: New test.
26236
26237 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26238
26239         * sysdeps/x86_64/memset.S (memset): New implementation.
26240         (__bzero): Likewise.
26241         (__memset_tail): New function.
26242
26243 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26244
26245         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26246         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26247         __memcpy_sse2_unaligned ifunc selection.
26248         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26249         Add memcpy-sse2-unaligned.S.
26250         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26251         Add: __memcpy_sse2_unaligned.
26252
26253 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26254
26255         [BZ #15490]
26256         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26257         math_force_eval before restoring floating-point envrionment.
26258         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26259         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26260         Likewise.
26261         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26262         <math_private.h>.
26263         (__nearbyintl): Use math_force_eval before restoring
26264         floating-point environment.
26265         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26266
26267         * math/gen-libm-test.pl (special_functions): Remove.
26268         (parse_args): Don't handle TEST_extra.  Handle functions with no
26269         return value.
26270         * math/libm-test.inc (struct test_sincos_data): Replace with
26271         struct test_fFF_11_data.
26272         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26273         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26274         (sincos_test_data): Change element type to struct
26275         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26276         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26277         RUN_TEST_LOOP_sincos.
26278         * math/README.libm-test: Don't mention special handling of
26279         individual functions.
26280         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26281         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26282         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26283         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26284         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26286
26287         * math/gen-libm-test.pl (get_variable): Remove function.
26288         (parse_args): Don't show pointer parameters to call in test
26289         names.  Use "extra output N" in test names for extra outputs
26290         rather than naming variables.
26291
26292 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26293
26294         [BZ #15488]
26295         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26296         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26297         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26298         double tests.
26299         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26300         disable.
26301         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26302         check_long_double.
26303
26304         * math/gen-libm-test.pl (@tests): Remove variable.
26305         ($count): Likewise.
26306         (new_test): Remove function.
26307         (show_exceptions): New function.
26308         (special_functions): Use show_exceptions instead of new_test.
26309         (parse_args): Likewise.
26310         (generate_testfile): Pass only function name in generated call to
26311         print_max_error or print_complex_max_error.
26312         (get_ulps): Do not handle complex tests specially.
26313         (output_test): Rename to ...
26314         (get_all_ulps_for_test): ... this.  Return a string rather than
26315         printing to a file.  Require ulps to be present.
26316         (output_ulps): Generate arrays rather than #defines.
26317         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26318         (struct ulp_data): New type.
26319         (BUILD_COMPLEX_ULP): Remove macro.
26320         (compare_ulp_data): New function.
26321         (find_ulps): Likewise.
26322         (find_test_ulps): Likewise.
26323         (find_function_ulps): Likewise.
26324         (find_complex_function_ulps): Likewise.
26325         (print_max_error): Determine allowed ulps using
26326         find_function_ulps.
26327         (print_complex_max_error): Determine allowed ulps using
26328         find_complex_function_ulps.
26329         (check_float_internal): Determine max ulps using find_test_ulps.
26330         (check_float): Do not take max_ulp parameter.  Update call to
26331         check_float_internal.
26332         (check_complex): Likewise.
26333         (check_int): Do not take max_ulp parameter.
26334         (check_long): Likewise.
26335         (check_bool): Likewise.
26336         (check_longlong): Likewise.
26337         (struct test_f_f_data): Remove max_ulp field.
26338         (struct test_ff_f_data): Likewise.
26339         (struct test_ff_f_data_nexttoward): Likewise.
26340         (struct test_fi_f_data): Likewise.
26341         (struct test_fl_f_data): Likewise.
26342         (struct test_if_f_data): Likewise.
26343         (struct test_fff_f_data): Likewise.
26344         (struct test_c_f_data): Likewise.
26345         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26346         (struct test_fF_f1_data): Likewise.
26347         (struct test_ffI_f1_data): Likewise.
26348         (struct test_c_c_data): Remove max_ulp field.
26349         (struct test_cc_c_data): Likewise.
26350         (struct test_f_i_data): Likewise.
26351         (struct test_ff_i_data): Likewise.
26352         (struct test_f_l_data): Likewise.
26353         (struct test_f_L_data): Likewise.
26354         (struct test_sincos_data): Likewise.
26355         (RUN_TEST_f_f): Do not handle ulps.
26356         (RUN_TEST_LOOP_f_f): Likewise.
26357         (RUN_TEST_2_f): Likewise.
26358         (RUN_TEST_LOOP_2_f): Likewise.
26359         (RUN_TEST_fff_f): Likewise.
26360         (RUN_TEST_LOOP_fff_f): Likewise.
26361         (RUN_TEST_c_f): Likewise.
26362         (RUN_TEST_LOOP_c_f): Likewise.
26363         (RUN_TEST_f_f1): Likewise.
26364         (RUN_TEST_LOOP_f_f1): Likewise.
26365         (RUN_TEST_fF_f1): Likewise.
26366         (RUN_TEST_LOOP_fF_f1): Likewise.
26367         (RUN_TEST_fI_f1): Likewise.
26368         (RUN_TEST_LOOP_fI_f1): Likewise.
26369         (RUN_TEST_ffI_f1): Likewise.
26370         (RUN_TEST_LOOP_ffI_f1): Likewise.
26371         (RUN_TEST_c_c): Likewise.
26372         (RUN_TEST_LOOP_c_c): Likewise.
26373         (RUN_TEST_cc_c): Likewise.
26374         (RUN_TEST_LOOP_cc_c): Likewise.
26375         (RUN_TEST_f_i): Likewise.
26376         (RUN_TEST_LOOP_f_i): Likewise.
26377         (RUN_TEST_f_i_tg): Likewise.
26378         (RUN_TEST_LOOP_f_i_tg): Likewise.
26379         (RUN_TEST_ff_i_tg): Likewise.
26380         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26381         (RUN_TEST_f_b): Likewise.
26382         (RUN_TEST_LOOP_f_b): Likewise.
26383         (RUN_TEST_f_b_tg): Likewise.
26384         (RUN_TEST_LOOP_f_b_tg): Likewise.
26385         (RUN_TEST_f_l): Likewise.
26386         (RUN_TEST_LOOP_f_l): Likewise.
26387         (RUN_TEST_f_L): Likewise.
26388         (RUN_TEST_LOOP_f_L): Likewise.
26389         (RUN_TEST_sincos): Likewise.
26390         (RUN_TEST_LOOP_sincos): Likewise.
26391
26392 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26393
26394         [BZ #15480]
26395         [BZ #15485]
26396         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26397         main case of finite arguments, set rounding mode to FE_TONEAREST
26398         and discard exceptions.
26399         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26400         exceptions.
26401         (remainder_tonearest_test_data): New variable.
26402         (remainder_test_tonearest): New function.
26403         (remainder_towardzero_test_data): New variable.
26404         (remainder_test_towardzero): New function.
26405         (remainder_downward_test_data): New variable.
26406         (remainder_test_downward): New function.
26407         (remainder_upward_test_data): New variable.
26408         (remainder_test_upward): New function.
26409         (main): Call the new test functions.
26410
26411         * math/libm-test.inc (struct test_f_f1_data): Remove field
26412         extra_init.
26413         (struct test_fF_f1_data): Likewise.
26414         (struct test_ffI_f1_data): Likewise.
26415         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26416         based on value of EXTRA_EXPECTED.
26417         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26418         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26419         EXTRA_VAR based on value of EXTRA_EXPECTED.
26420         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26421         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26422         EXTRA_VAR based on value of EXTRA_EXPECTED.
26423         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26424         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26425         EXTRA_VAR based on value of EXTRA_EXPECTED.
26426         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26427         * math/gen-libm-test.pl (parse_args): Don't output initializers
26428         for extra output values.
26429
26430         * math/libm-test.inc (check_int): Expect result to be exactly
26431         equal to expected value and do not handle ulps.
26432         (check_long): Likewise.
26433         (check_longlong): Likewise.
26434
26435         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26436         exceptions.
26437         (cimag_test_data): Likewise.
26438         (conj_test_data): Likewise.
26439         (copysign_test_data): Likewise.
26440         (cproj_test_data): Likewise.
26441         (creal_test_data): Likewise.
26442         (fabs_test_data): Likewise.
26443         (fdim_test_data): Likewise.
26444         (finite_test_data): Likewise.
26445         (floor_test_data): Likewise.
26446         (fmax_test_data): Likewise.
26447         (fmin_test_data): Likewise.
26448         (fmod_test_data): Likewise.
26449         (fpclassify_test_data): Likewise.
26450         (frexp_test_data): Likewise.
26451         (ilogb_test_data): Likewise.
26452         (isfinite_test_data): Likewise.
26453         (isgreater_test_data): Likewise.
26454         (isgreaterequal_test_data): Likewise.
26455         (isinf_test_data): Likewise.
26456         (isless_test_data): Likewise.
26457         (islessequal_test_data): Likewise.
26458         (islessgreater_test_data): Likewise.
26459         (isnan_test_data): Likewise.
26460         (isnormal_test_data): Likewise.
26461         (issignaling_test_data): Likewise.
26462         (isunordered_test_data): Likewise.
26463         (ldexp_test_data): Likewise.
26464         (lrint_test_data): Likewise.
26465         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26466         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26467         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26468         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26469         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26470         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26471         test input.
26472         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26473         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26474         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26475         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26476         that test input.
26477         (lrint_downward_test_data): Test for "inexact" exceptions.
26478         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26479         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26480         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26481         test input.
26482         (lrint_upward_test_data): Test for "inexact" exceptions.
26483         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26484         test input.
26485         (llrint_test_data): Test for "inexact" exceptions.
26486         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26487         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26488         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26489         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26490         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26491         (llrint_downward_test_data): Test for "inexact" exceptions.
26492         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26493         (llrint_upward_test_data): Test for "inexact" exceptions.
26494         (logb_test_data): Likewise.
26495         (logb_downward_test_data): Likewise.
26496         (nextafter_test_data): Likewise.
26497         (nexttoward_test_data): Likewise.
26498         (remainder_test_data): Likewise.
26499         (remquo_test_data): Likewise.
26500         (scalbn_test_data): Likewise.
26501         (scalbln_test_data): Likewise.
26502         (signbit_test_data): Likewise.
26503         (sqrt_test_data): Likewise.
26504         (significand_test_data): Likewise.
26505
26506 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26507
26508         [BZ #15424]
26509         * benchtests/bench-modf.c (struct args): Mark arg0 as
26510         volatile.
26511         * scripts/bench.pl: Mark members of struct args as volatile.
26512
26513 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26514
26515         [BZ # 15497]
26516         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26517         negative infinity on POWER6 or lower.
26518         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26519
26520 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26521
26522         [BZ #15442]
26523         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26524         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26525         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26526         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26527         (_FP_SETQNAN): New macro.
26528         (_FP_SETQNAN_SEMIRAW): Likewise.
26529         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26530         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26531         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26532         (FP_EXTEND): Use _FP_FRAC_SNANP.
26533         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26534         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26535         into account.
26536         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26537         New macro.
26538         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26539         Likewise.
26540
26541 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26542
26543         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26544         with DIVIDE_BY_ZERO_EXCEPTION.
26545         (gamma_test_data): Likewise.
26546         (lgamma_test_data): Likewise.
26547         (log_test_data): Likewise.
26548         (log10_test_data): Likewise.
26549         (log2_test_data): Likewise.
26550         (tgamma_test_data): Likewise.
26551
26552         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26553         (acos_test_tonearest): Likewise.
26554         (acos_test_towardzero): Likewise.
26555         (acos_test_downward): Likewise.
26556         (acos_test_upward): Likewise.
26557         (acosh_test): Likewise.
26558         (asin_test): Likewise.
26559         (asin_test_tonearest): Likewise.
26560         (asin_test_towardzero): Likewise.
26561         (asin_test_downward): Likewise.
26562         (asin_test_upward): Likewise.
26563         (asinh_test): Likewise.
26564         (atan_test): Likewise.
26565         (atanh_test): Likewise.
26566         (atan2_test): Likewise.
26567         (cabs_test): Likewise.
26568         (cacos_test): Likewise.
26569         (cacosh_test): Likewise.
26570         (casin_test): Likewise.
26571         (casinh_test): Likewise.
26572         (catan_test): Likewise.
26573         (catanh_test): Likewise.
26574         (cbrt_test): Likewise.
26575         (ccos_test): Likewise.
26576         (ccosh_test): Likewise.
26577         (cexp_test): Likewise.
26578         (clog_test): Likewise.
26579         (clog10_test): Likewise.
26580         (cos_test): Likewise.
26581         (cos_test_tonearest): Likewise.
26582         (cos_test_towardzero): Likewise.
26583         (cos_test_downward): Likewise.
26584         (cos_test_upward): Likewise.
26585         (cosh_test): Likewise.
26586         (cosh_test_tonearest): Likewise.
26587         (cosh_test_towardzero): Likewise.
26588         (cosh_test_downward): Likewise.
26589         (cosh_test_upward): Likewise.
26590         (cpow_test): Likewise.
26591         (csin_test): Likewise.
26592         (csinh_test): Likewise.
26593         (csqrt_test): Likewise.
26594         (ctan_test): Likewise.
26595         (ctan_test_tonearest): Likewise.
26596         (ctan_test_towardzero): Likewise.
26597         (ctan_test_downward): Likewise.
26598         (ctan_test_upward): Likewise.
26599         (ctanh_test): Likewise.
26600         (ctanh_test_tonearest): Likewise.
26601         (ctanh_test_towardzero): Likewise.
26602         (ctanh_test_downward): Likewise.
26603         (ctanh_test_upward): Likewise.
26604         (erf_test): Likewise.
26605         (erfc_test): Likewise.
26606         (exp_test): Likewise.
26607         (exp_test_tonearest): Likewise.
26608         (exp_test_towardzero): Likewise.
26609         (exp_test_downward): Likewise.
26610         (exp_test_upward): Likewise.
26611         (exp10_test): Likewise.
26612         (exp2_test): Likewise.
26613         (expm1_test): Likewise.
26614         (fmod_test): Likewise.
26615         (gamma_test): Likewise.
26616         (hypot_test): Likewise.
26617         (j0_test): Likewise.
26618         (j1_test): Likewise.
26619         (jn_test): Likewise.
26620         (lgamma_test): Likewise.
26621         (log_test): Likewise.
26622         (log10_test): Likewise.
26623         (log1p_test): Likewise.
26624         (log2_test): Likewise.
26625         (logb_test_downward): Likewise.
26626         (pow_test): Likewise.
26627         (pow_test_tonearest): Likewise.
26628         (pow_test_towardzero): Likewise.
26629         (pow_test_downward): Likewise.
26630         (pow_test_upward): Likewise.
26631         (remainder_test): Likewise.
26632         (remquo_test): Likewise.
26633         (sin_test): Likewise.
26634         (sin_test_tonearest): Likewise.
26635         (sin_test_towardzero): Likewise.
26636         (sin_test_downward): Likewise.
26637         (sin_test_upward): Likewise.
26638         (sincos_test): Likewise.
26639         (sinh_test): Likewise.
26640         (sinh_test_tonearest): Likewise.
26641         (sinh_test_towardzero): Likewise.
26642         (sinh_test_downward): Likewise.
26643         (sinh_test_upward): Likewise.
26644         (sqrt_test): Likewise.
26645         (tan_test): Likewise.
26646         (tan_test_tonearest): Likewise.
26647         (tan_test_towardzero): Likewise.
26648         (tan_test_downward): Likewise.
26649         (tan_test_upward): Likewise.
26650         (tanh_test): Likewise.
26651         (tgamma_test): Likewise.
26652         (y0_test): Likewise.
26653         (y1_test): Likewise.
26654         (yn_test): Likewise.
26655
26656         * math/gen-libm-test.pl (adjust_arg): Remove function.
26657         (special_function): Remove argument $in_func.  Only handle
26658         generating output for tables of tests, not inside functions.
26659         (parse_args): Likewise.
26660         (generate_testfile): Remove variable $in_func.  Update call to
26661         parse_args.
26662         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26663         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26664         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26665         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26666         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26667         (MAX_VALUE_INIT): Rename macro to max_value.
26668         (MIN_VALUE_INIT): Rename macro to min_value.
26669         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26670         (plus_zero): Remove variable.
26671         (minus_zero): Likewise.
26672         (plus_infty): Likewise.
26673         (minus_infty): Likewise.
26674         (qnan_value): Likewise.
26675         (max_value): Likewise.
26676         (min_value): Likewise.
26677         (min_subnorm_value): Likewise.
26678
26679 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26680
26681         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26682         uint64_t or uint32_t usage.
26683         * crypt/sha256-block.c: Likewise.
26684         * crypt/sha256-crypt.c: Likewise.
26685         * crypt/sha256.c: Likewise.
26686         * crypt/sha512-block.c: Likewise.
26687         * crypt/sha512-crypt.c: Likewise.
26688         * crypt/sha512.c: Likewise.
26689         * debug/backtrace-tst.c: Likewise.
26690         * debug/pcprofiledump.c: Likewise.
26691         * elf/cache.c: Likewise.
26692         * elf/dl-cache.c: Likewise.
26693         * elf/dl-misc.c: Likewise.
26694         * elf/dl-profile.c: Likewise.
26695         * elf/dl-support.c: Likewise.
26696         * elf/ldconfig.c: Likewise.
26697         * elf/sprof.c: Likewise.
26698         * iconv/dummy-repertoire.c: Likewise.
26699         * iconv/iconv_charmap.c: Likewise.
26700         * iconv/skeleton.c: Likewise.
26701         * iconvdata/8bit-generic.c: Likewise.
26702         * iconvdata/cp737.h: Likewise.
26703         * iconvdata/cp775.h: Likewise.
26704         * iconvdata/ibm1008.h: Likewise.
26705         * iconvdata/ibm1025.h: Likewise.
26706         * iconvdata/ibm1046.h: Likewise.
26707         * iconvdata/ibm1097.h: Likewise.
26708         * iconvdata/ibm1112.h: Likewise.
26709         * iconvdata/ibm1122.h: Likewise.
26710         * iconvdata/ibm1123.h: Likewise.
26711         * iconvdata/ibm1124.h: Likewise.
26712         * iconvdata/ibm1129.h: Likewise.
26713         * iconvdata/ibm1130.h: Likewise.
26714         * iconvdata/ibm1132.h: Likewise.
26715         * iconvdata/ibm1133.h: Likewise.
26716         * iconvdata/ibm1137.h: Likewise.
26717         * iconvdata/ibm1140.h: Likewise.
26718         * iconvdata/ibm1141.h: Likewise.
26719         * iconvdata/ibm1142.h: Likewise.
26720         * iconvdata/ibm1143.h: Likewise.
26721         * iconvdata/ibm1144.h: Likewise.
26722         * iconvdata/ibm1145.h: Likewise.
26723         * iconvdata/ibm1146.h: Likewise.
26724         * iconvdata/ibm1147.h: Likewise.
26725         * iconvdata/ibm1148.h: Likewise.
26726         * iconvdata/ibm1149.h: Likewise.
26727         * iconvdata/ibm1153.h: Likewise.
26728         * iconvdata/ibm1154.h: Likewise.
26729         * iconvdata/ibm1155.h: Likewise.
26730         * iconvdata/ibm1156.h: Likewise.
26731         * iconvdata/ibm1157.h: Likewise.
26732         * iconvdata/ibm1158.h: Likewise.
26733         * iconvdata/ibm1160.h: Likewise.
26734         * iconvdata/ibm1161.h: Likewise.
26735         * iconvdata/ibm1162.h: Likewise.
26736         * iconvdata/ibm1163.h: Likewise.
26737         * iconvdata/ibm1164.h: Likewise.
26738         * iconvdata/ibm1166.h: Likewise.
26739         * iconvdata/ibm1167.h: Likewise.
26740         * iconvdata/ibm12712.h: Likewise.
26741         * iconvdata/ibm1390.h: Likewise.
26742         * iconvdata/ibm1399.h: Likewise.
26743         * iconvdata/ibm16804.h: Likewise.
26744         * iconvdata/ibm4517.h: Likewise.
26745         * iconvdata/ibm4899.h: Likewise.
26746         * iconvdata/ibm4909.h: Likewise.
26747         * iconvdata/ibm4971.h: Likewise.
26748         * iconvdata/ibm5347.h: Likewise.
26749         * iconvdata/ibm803.h: Likewise.
26750         * iconvdata/ibm856.h: Likewise.
26751         * iconvdata/ibm901.h: Likewise.
26752         * iconvdata/ibm902.h: Likewise.
26753         * iconvdata/ibm9030.h: Likewise.
26754         * iconvdata/ibm9066.h: Likewise.
26755         * iconvdata/ibm921.h: Likewise.
26756         * iconvdata/ibm922.h: Likewise.
26757         * iconvdata/ibm9448.h: Likewise.
26758         * iconvdata/isiri-3342.h: Likewise.
26759         * iconvdata/jis0201.h: Likewise.
26760         * include/link.h: Likewise.
26761         * include/netdb.h: Likewise.
26762         * inet/check_native.c: Likewise.
26763         * inet/check_pf.c: Likewise.
26764         * inet/getipv4sourcefilter.c: Likewise.
26765         * inet/getnameinfo.c: Likewise.
26766         * inet/getsourcefilter.c: Likewise.
26767         * inet/htonl.c: Likewise.
26768         * inet/setipv4sourcefilter.c: Likewise.
26769         * inet/setsourcefilter.c: Likewise.
26770         * inet/test-inet6_opt.c: Likewise.
26771         * inet/tst-network.c: Likewise.
26772         * locale/C-collate.c: Likewise.
26773         * locale/C-ctype.c: Likewise.
26774         * locale/C-time.c: Likewise.
26775         * locale/C-translit.h: Likewise.
26776         * locale/loadarchive.c: Likewise.
26777         * locale/programs/3level.h: Likewise.
26778         * locale/programs/charmap.c: Likewise.
26779         * locale/programs/charmap.h: Likewise.
26780         * locale/programs/ld-address.c: Likewise.
26781         * locale/programs/ld-collate.c: Likewise.
26782         * locale/programs/ld-ctype.c: Likewise.
26783         * locale/programs/ld-identification.c: Likewise.
26784         * locale/programs/ld-measurement.c: Likewise.
26785         * locale/programs/ld-messages.c: Likewise.
26786         * locale/programs/ld-monetary.c: Likewise.
26787         * locale/programs/ld-name.c: Likewise.
26788         * locale/programs/ld-numeric.c: Likewise.
26789         * locale/programs/ld-paper.c: Likewise.
26790         * locale/programs/ld-telephone.c: Likewise.
26791         * locale/programs/ld-time.c: Likewise.
26792         * locale/programs/linereader.c: Likewise.
26793         * locale/programs/locale.c: Likewise.
26794         * locale/programs/locarchive.c: Likewise.
26795         * locale/programs/locfile.h: Likewise.
26796         * locale/programs/repertoire.c: Likewise.
26797         * locale/programs/simple-hash.c: Likewise.
26798         * locale/programs/simple-hash.h: Likewise.
26799         * malloc/memusage.c: Likewise.
26800         * malloc/memusagestat.c: Likewise.
26801         * nis/nis_defaults.c: Likewise.
26802         * nis/nis_hash.c: Likewise.
26803         * nis/nis_print.c: Likewise.
26804         * nis/nis_xdr.c: Likewise.
26805         * nscd/connections.c: Likewise.
26806         * nscd/hstcache.c: Likewise.
26807         * nscd/nscd_gethst_r.c: Likewise.
26808         * nscd/nscd_getserv_r.c: Likewise.
26809         * nscd/nscd_helper.c: Likewise.
26810         * nscd/servicescache.c: Likewise.
26811         * nss/makedb.c: Likewise.
26812         * nss/nss_db/db-XXX.c: Likewise.
26813         * nss/nss_db/db-initgroups.c: Likewise.
26814         * nss/nss_db/db-netgrp.c: Likewise.
26815         * nss/nss_files/files-network.c: Likewise.
26816         * nss/nss_files/files-parse.c: Likewise.
26817         * posix/bug-regex5.c: Likewise.
26818         * posix/fnmatch_loop.c: Likewise.
26819         * posix/regcomp.c: Likewise.
26820         * posix/regexec.c: Likewise.
26821         * posix/tst-rfc3484-2.c: Likewise.
26822         * posix/tst-rfc3484-3.c: Likewise.
26823         * posix/tst-rfc3484.c: Likewise.
26824         * resolv/nss_dns/dns-canon.c: Likewise.
26825         * resolv/nss_dns/dns-network.c: Likewise.
26826         * resolv/res_init.c: Likewise.
26827         * resolv/res_mkquery.c: Likewise.
26828         * resolv/tst-aton.c: Likewise.
26829         * stdlib/cxa_atexit.c: Likewise.
26830         * stdlib/cxa_finalize.c: Likewise.
26831         * stdlib/gen-fpioconst.c: Likewise.
26832         * stdlib/strtol_l.c: Likewise.
26833         * string/tst-endian.c: Likewise.
26834         * sunrpc/auth_des.c: Likewise.
26835         * sunrpc/clnt_udp.c: Likewise.
26836         * sunrpc/rtime.c: Likewise.
26837         * sunrpc/svcauth_des.c: Likewise.
26838         * sunrpc/xdr.c: Likewise.
26839         * sunrpc/xdr_intXX_t.c: Likewise.
26840         * sunrpc/xdr_rec.c: Likewise.
26841         * sysdeps/generic/ldconfig.h: Likewise.
26842         * sysdeps/generic/ldsodefs.h: Likewise.
26843         * sysdeps/generic/memusage.h: Likewise.
26844         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26845         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26846         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26847         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26848         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26849         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26850         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26851         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26852         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26853         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26854         * sysdeps/posix/getaddrinfo.c: Likewise.
26855         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26856         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26857         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26858         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26859         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26860         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26861         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26862         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26863         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26864         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26865         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26866         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26867         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26868         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26869         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26870         * sysdeps/x86_64/dl-tls.h: Likewise.
26871         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26872         * time/alt_digit.c: Likewise.
26873         * time/era.c: Likewise.
26874         * wcsmbs/tst-c16c32-1.c: Likewise.
26875
26876 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26877
26878         * math/libm-test.inc (struct test_sincos_data): New type.
26879         (RUN_TEST_LOOP_sincos): New macro.
26880         (sincos_test_data): New variable.
26881         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26882
26883 2013-05-16  Richard Henderson  <rth@redhat.com>
26884
26885         * math/atest-exp2.c (LIMB64): New macro.
26886         (CONSTSZ): New macro.
26887         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26888         (hexdig): Move ...
26889         (print_mpn_fp): ... to function scope.
26890         (read_mpn_hex): Remove.
26891         (get_log2): Remove.
26892         (exp2_mpn): Use mp_log2.
26893         (main): Use mp_exp1.
26894
26895 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26896
26897         * math/libm-test.inc: Remove comment about not testing "inexact"
26898         exceptions.
26899         (INEXACT_EXCEPTION): New macro.
26900         (NO_INEXACT_EXCEPTION): Likewise.
26901         (INVALID_EXCEPTION_OK): Update value.
26902         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26903         (OVERFLOW_EXCEPTION_OK): Likewise.
26904         (UNDERFLOW_EXCEPTION_OK): Likewise.
26905         (IGNORE_ZERO_INF_SIGN): Likewise.
26906         (ERRNO_UNCHANGED): Likewise.
26907         (ERRNO_EDOM): Likewise.
26908         (ERRNO_ERANGE): Likewise.
26909         (test_exceptions): Handle testing "inexact" exceptions.
26910         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26911         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26912         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26913         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26914         INEXACT_EXCEPTION.
26915         (rint_towardzero_test_data): Likewise.
26916         (rint_downward_test_data): Likewise.
26917         (rint_upward_test_data): Likewise.
26918
26919         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26920         with OVERFLOW_EXCEPTION.
26921         (exp10_test_data): Likewise.
26922         (exp2_test_data): Likewise.
26923         (expm1_test_data): Likewise.
26924         (lgamma_test_data): Likewise.
26925         (pow_test_data): Likewise.
26926         (tgamma_test_data): Likewise.
26927         (yn_test_data): Remove duplicate test of overflow.
26928
26929         * math/libm-test.inc (struct test_cc_c_data): New type.
26930         (RUN_TEST_LOOP_cc_c): New macro.
26931         (cpow_test_data): New variable.
26932         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26933
26934         * math/libm-test.inc (struct test_f_L_data): New type.
26935         (RUN_TEST_LOOP_f_L): New macro.
26936         (llrint_test_data): New variable.
26937         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26938         (llrint_tonearest_test_data): New variable.
26939         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26940         (llrint_towardzero_test_data): New variable.
26941         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26942         (llrint_downward_test_data): New variable.
26943         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26944         (llrint_upward_test_data): New variable.
26945         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26946         (llround_test_data): New variable.
26947         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26948
26949 2013-05-13  Peter Collingbourne  <pcc@google.com>
26950
26951         * math/atest-exp2.c (get_log2): Remove const attribute.
26952
26953 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26954
26955         * math/libm-test.inc (struct test_f_l_data): New type.
26956         (RUN_TEST_LOOP_f_l): New macro.
26957         (lrint_test_data): New variable.
26958         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26959         (lrint_tonearest_test_data): New variable.
26960         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26961         (lrint_towardzero_test_data): New variable.
26962         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26963         (lrint_downward_test_data): New variable.
26964         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26965         (lrint_upward_test_data): New variable.
26966         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26967         (lround_test_data): New variable.
26968         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26969
26970 2013-05-15  Peter Collingbourne  <pcc@google.com>
26971
26972         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26973         (EXTRACT_WORDS64) Use where appropriate.
26974         (INSERT_WORDS64) Likewise.
26975
26976         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26977         constraints with x constraints.
26978         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26979
26980         * malloc/obstack.c (_obstack_compat): Add initializer.
26981
26982 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26983
26984         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26985         si_trapno and add si_addr_lsb to _sifields.sigfault.
26986         (si_trapno): Remove macro.
26987         (si_addr_lsb): Define new macro.
26988         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26989
26990 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26991
26992         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26993         instead of TEST_f_l.
26994         (llrint_test_tonearest): Likewise.
26995         (llrint_test_towardzero): Likewise.
26996         (llrint_test_downward): Likewise.
26997         (llrint_test_upward): Likewise.
26998         (llround_test): Likewise.
26999
27000         * math/libm-test.inc (struct test_f_i_data): Add comment.
27001         (RUN_TEST_LOOP_f_b): New macro.
27002         (RUN_TEST_LOOP_f_b_tg): Likewise.
27003         (finite_test_data): New variable.
27004         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27005         (isfinite_test_data): New variable.
27006         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27007         (isinf_test_data): New variable.
27008         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27009         (isnan_test_data): New variable.
27010         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27011         (isnormal_test_data): New variable.
27012         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27013         (issignaling_test_data): New variable.
27014         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27015         (signbit_test_data): New variable.
27016         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27017
27018         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27019         with INVALID_EXCEPTION.
27020         (acosh_test_data): Likewise.
27021         (asin_test_data): Likewise.
27022         (atanh_test_data): Likewise.
27023         (fmod_test_data): Likewise.
27024         (log_test_data): Likewise.
27025         (log10_test_data): Likewise.
27026         (log2_test_data): Likewise.
27027         (pow_test_data): Likewise.
27028         (sqrt_test_data): Likewise.
27029         (y0_test_data): Likewise.
27030         (y1_test_data): Likewise.
27031         (yn_test_data): Likewise.
27032
27033         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27034         function contents.
27035
27036         * math/libm-test.inc (struct test_ff_i_data): New type.
27037         (RUN_TEST_LOOP_ff_i_tg): New macro.
27038         (isgreater_test_data): New variable.
27039         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27040         (isgreaterequal_test_data): New variable.
27041         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27042         (isless_test_data): New variable.
27043         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27044         (islessequal_test_data): New variable.
27045         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27046         (islessgreater_test_data): New variable.
27047         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27048         (isunordered_test_data): New variable.
27049         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27050
27051 2013-05-14  David S. Miller  <davem@davemloft.net>
27052
27053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27054
27055 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27056
27057         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27058
27059         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27060         extra_test to int.
27061         (struct test_f_i_data): Change type of max_ulp to int.
27062
27063         * math/libm-test.inc (test_ffI_f1_data): New type.
27064         (RUN_TEST_LOOP_ffI_f1): New macro.
27065         (remquo_test_data): New variable.
27066         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27067
27068         * setjmp/tst-setjmp-fp.c: New file.
27069         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27070         (link-libm): New variable.
27071         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27072
27073         * math/libm-test.inc (struct test_f_i_data): New type.
27074         (RUN_TEST_LOOP_f_i): New macro.
27075         (RUN_TEST_LOOP_f_i_tg): Likewise.
27076         (fpclassify_test_data): New variable.
27077         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27078         (ilogb_test_data): New variable.
27079         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27080
27081         * math/libm-test.inc (scalbln_test): Correct function name in END
27082         call.
27083
27084         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27085         (RUN_TEST_LOOP_fI_f1): New macro.
27086         (frexp_test_data): New variable.
27087         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27088
27089         * math/libm-test.inc (struct test_fF_f1_data): New type.
27090         (RUN_TEST_LOOP_fF_f1): New macro.
27091         (modf_test_data): New variable.
27092         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27093
27094         * math/libm-test.inc (struct test_f_f1_data): New type.
27095         (RUN_TEST_LOOP_f_f1): New macro.
27096         (gamma_test_data): New variable.
27097         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27098         (lgamma_test_data): New variable.
27099         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27100
27101 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27102
27103         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27104         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27105         (main): Comment "tls" pseudo-hwcap.
27106
27107 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27108
27109         * math/libm-test.inc (struct test_fl_f_data): New type.
27110         (RUN_TEST_LOOP_fl_f): New variable.
27111         (scalbln_test_data): New variable.
27112         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27113
27114         * math/libm-test.inc (struct test_fi_f_data): New type.
27115         (RUN_TEST_LOOP_fi_f): New macro.
27116         (ldexp_test_data): New variable.
27117         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27118         (scalbn_test_data): New variable.
27119         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27120
27121         * math/libm-test.inc (struct test_c_f_data): New type.
27122         (RUN_TEST_LOOP_c_f): New macro.
27123         (cabs_test_data): New variable.
27124         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27125         (carg_test_data): New variable.
27126         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27127         (cimag_test_data): New variable.
27128         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27129         (creal_test_data): New variable.
27130         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27131
27132         * math/libm-test.inc (struct test_if_f_data): New type.
27133         (RUN_TEST_LOOP_if_f): New macro.
27134         (jn_test_data): New variable.
27135         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27136         (yn_test_data): New variable.
27137         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27138
27139         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27140
27141 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27142
27143         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27144         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27145
27146 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27147
27148         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27149         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27150         (bench-deps): Add bench-timing.h.
27151         * benchtests-bench-skeleton.c: Include bench-timing.h.
27152         (main): Use TIMING_* macros instead of clock_gettime.
27153         * benchtests/bench-timing.h: New file.
27154
27155         [BZ #14582]
27156         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27157         Renamed from _LIB_VERSION.
27158         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27159
27160 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27161
27162         * math/libm-test.inc (struct test_fff_f_data): New type.
27163         (RUN_TEST_LOOP_fff_f): New macro.
27164         (fma_test_data): New variable.
27165         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27166         (fma_towardzero_test_data): New variable.
27167         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27168         (fma_downward_test_data): New variable.
27169         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27170         (fma_upward_test_data): New variable.
27171         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27172
27173         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27174         (struct test_c_c_data): New type.
27175         (RUN_TEST_LOOP_c_c): New macro.
27176         (cacos_test_data): New variable.
27177         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27178         (cacosh_test_data): New variable.
27179         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27180         (casin_test_data): New variable.
27181         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27182         (casinh_test_data): New variable.
27183         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27184         (catan_test_data): New variable.
27185         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27186         (catanh_test_data): New variable.
27187         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27188         (ccos_test_data): New variable.
27189         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27190         (ccosh_test_data): New variable.
27191         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27192         (cexp_test_data): New variable.
27193         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27194         (clog_test_data): New variable.
27195         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27196         (clog10_test_data): New variable.
27197         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27198         (conj_test_data): New variable.
27199         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27200         (cproj_test_data): New variable.
27201         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27202         (csin_test_data): New variable.
27203         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27204         (csinh_test_data): New variable.
27205         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27206         (csqrt_test_data): New variable.
27207         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27208         (ctan_test_data): New variable.
27209         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27210         (ctan_tonearest_test_data): New variable.
27211         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27212         (ctan_towardzero_test_data): New variable.
27213         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27214         (ctan_downward_test_data): New variable.
27215         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27216         (ctan_upward_test_data): New variable.
27217         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27218         (ctanh_test_data): New variable.
27219         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27220         (ctanh_tonearest_test_data): New variable.
27221         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27222         (ctanh_towardzero_test_data): New variable.
27223         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27224         (ctanh_downward_test_data): New variable.
27225         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27226         (ctanh_upward_test_data): New variable.
27227         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27228         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27229         of BUILD_COMPLEX.
27230
27231         * math/libm-test.inc (struct test_ff_f_data): New type.
27232         (struct test_ff_f_data_nexttoward): Likewise.
27233         (RUN_TEST_LOOP_2_f): New macro.
27234         (RUN_TEST_LOOP_ff_f): Likewise.
27235         (atan2_test_data): New variable.
27236         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27237         (copysign_test_data): New variable.
27238         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27239         (fdim_test_data): New variable.
27240         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27241         (fmax_test_data): New variable.
27242         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27243         (fmin_test_data): New variable.
27244         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27245         (fmod_test_data): New variable.
27246         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27247         (hypot_test_data): New variable.
27248         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27249         (nextafter_test_data): New variable.
27250         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27251         (nexttoward_test_data): New variable.
27252         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27253         (pow_test_data): New variable.
27254         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27255         (pow_tonearest_test_data): New variable.
27256         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27257         (pow_towardzero_test_data): New variable.
27258         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27259         (pow_downward_test_data): New variable.
27260         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27261         (pow_upward_test_data): New variable.
27262         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27263         (remainder_test_data): New variable.
27264         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27265         (scalb_test_data): New variable.
27266         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27267         * sysdeps/i386/fpu/libm-test-ulps: Update.
27268
27269 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27270
27271         * math/libm-test.inc (fma_test): Use max_value instead of local
27272         variable fltmax.
27273         (nextafter_test): Likewise.
27274
27275         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27276         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27277         (acos_downward_test_data): New variable.
27278         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27279         (acos_upward_test_data): New variable.
27280         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27281         (acosh_test_data): New variable.
27282         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27283         (asin_test_data): New variable.
27284         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27285         (asin_tonearest_test_data): New variable.
27286         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27287         (asin_towardzero_test_data): New variable.
27288         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27289         (asin_downward_test_data): New variable.
27290         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27291         (asin_upward_test_data): New variable.
27292         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27293         (asinh_test_data): New variable.
27294         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27295         (atan_test_data): New variable.
27296         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27297         (atanh_test_data): New variable.
27298         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27299         (cbrt_test_data): New variable.
27300         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27301         (ceil_test_data): New variable.
27302         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27303         (cos_test_data): New variable.
27304         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27305         (cos_tonearest_test_data): New variable.
27306         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27307         (cos_towardzero_test_data): New variable.
27308         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27309         (cos_downward_test_data): New variable.
27310         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27311         (cos_upward_test_data): New variable.
27312         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27313         (cosh_test_data): New variable.
27314         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27315         (cosh_tonearest_test_data): New variable.
27316         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27317         (cosh_towardzero_test_data): New variable.
27318         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27319         (cosh_downward_test_data): New variable.
27320         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27321         (cosh_upward_test_data): New variable.
27322         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27323         (erf_test_data): New variable.
27324         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27325         (erfc_test_data): New variable.
27326         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27327         (exp_test_data): New variable.
27328         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27329         (exp_tonearest_test_data): New variable.
27330         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27331         (exp_towardzero_test_data): New variable.
27332         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27333         (exp_downward_test_data): New variable.
27334         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27335         (exp_upward_test_data): New variable.
27336         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27337         (exp10_test_data): New variable.
27338         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27339         (exp2_test_data): New variable.
27340         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27341         (expm1_test_data): New variable.
27342         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27343         (fabs_test_data): New variable.
27344         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27345         (floor_test_data): New variable.
27346         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27347         (j0_test_data): New variable.
27348         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27349         (j1_test_data): New variable.
27350         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27351         (log_test_data): New variable.
27352         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27353         (log10_test_data): New variable.
27354         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27355         (log1p_test_data): New variable.
27356         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27357         (log2_test_data): New variable.
27358         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27359         (logb_test_data): New variable.
27360         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27361         (logb_downward_test_data): New variable.
27362         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27363         (nearbyint_test_data): New variable.
27364         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27365         (rint_test_data): New variable.
27366         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27367         (rint_tonearest_test_data): New variable.
27368         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27369         (rint_towardzero_test_data): New variable.
27370         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27371         (rint_downward_test_data): New variable.
27372         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27373         (rint_upward_test_data): New variable.
27374         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27375         (round_test_data): New variable.
27376         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27377         (sin_test_data): New variable.
27378         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27379         (sin_tonearest_test_data): New variable.
27380         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27381         (sin_towardzero_test_data): New variable.
27382         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27383         (sin_downward_test_data): New variable.
27384         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27385         (sin_upward_test_data): New variable.
27386         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27387         (sinh_test_data): New variable.
27388         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27389         (sinh_tonearest_test_data): New variable.
27390         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27391         (sinh_towardzero_test_data): New variable.
27392         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27393         (sinh_downward_test_data): New variable.
27394         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27395         (sinh_upward_test_data): New variable.
27396         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27397         (sqrt_test_data): New variable.
27398         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27399         (tan_test_data): New variable.
27400         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27401         (tan_tonearest_test_data): New variable.
27402         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27403         (tan_towardzero_test_data): New variable.
27404         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27405         (tan_downward_test_data): New variable.
27406         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27407         (tan_upward_test_data): New variable.
27408         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27409         (tanh_test_data): New variable.
27410         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27411         (tgamma_test_data): New variable.
27412         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27413         (trunc_test_data): New variable.
27414         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27415         (y0_test_data): New variable.
27416         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27417         (y1_test_data): New variable.
27418         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27419         (significand_test_data): New variable.
27420         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27421
27422 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27423
27424         [BZ #12387]
27425         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27426
27427 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27428
27429         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27430
27431 2013-05-10  Andreas Jaeger  <aj@suse.de>
27432
27433         [BZ #15448]
27434         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27435         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27436
27437 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27438
27439         * math/gen-libm-test.pl (adjust_arg): New function.
27440         (special_functions): Handle generating output in both functions
27441         and arrays.
27442         (parse_args): Likewise.
27443         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27444         $in_func argument to parse_args.
27445         * math/libm-test.inc (struct test_f_f_data): New type.
27446         (IF_ROUND_INIT_): New macro.
27447         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27448         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27449         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27450         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27451         (ROUND_RESTORE_): Likewise.
27452         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27453         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27454         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27455         (ROUND_RESTORE_FE_UPWARD): Likewise.
27456         (RUN_TEST_LOOP_f_f): New macro.
27457         (acos_test_data): New variable.
27458         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27459         (acos_tonearest_test_data): New variable.
27460         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27461
27462 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27463
27464         * benchtests/bench-skeleton.c (startup): Fix coding style.
27465
27466 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27467
27468         [BZ #6809]
27469         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27470         negative infinity argument.
27471         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27472         negative infinity argument.
27473         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27474         negative infinity argument.
27475         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27476         domain errors.
27477
27478 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27479
27480         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27481         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27482         * iconv/iconv_prog.c (main): Likewise.
27483         * locale/programs/charmap-dir.c (charmap_readdir)
27484         (fopen_uncompressed): Likewise.
27485         * locale/programs/locfile.c (siblings_uncached)
27486         (write_locale_data): Use lstat64 instead of lstat.
27487         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27488         stat.
27489
27490 2013-05-10  Andreas Jaeger  <aj@suse.de>
27491
27492         [BZ #15395]
27493         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27494         localization.
27495         Include <locale.h>.
27496
27497 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27498
27499         * elf/dl-close.c (_dl_close_worker): Add comments.
27500
27501 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27502
27503         [BZ #15359]
27504         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27505         high part of pi/2.
27506         (__ieee754_rem_pio2l): Update comments.
27507
27508         [BZ #15429]
27509         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27510         high part of pi/2.
27511         (__ieee754_rem_pio2l): Update comments.
27512
27513         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27514         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27515
27516         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27517         M_PI_4l.
27518
27519         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27520         (M_PI_34_LOG10El): Likewise.
27521         (M_PI2_LOG10El): Likewise.
27522         (M_PI4_LOG10El): Likewise.
27523         (M_PI_LOG10El): Likewise.
27524
27525 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27526
27527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27528
27529 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27530
27531         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27532         (MINUS_ZERO_INIT): Likewise.
27533         (PLUS_INFTY_INIT): Likewise.
27534         (MINUS_INFTY_INIT): Likewise.
27535         (QNAN_VALUE_INIT): Likewise.
27536         (MAX_VALUE_INIT): Likewise.
27537         (MIN_VALUE_INIT): Likewise.
27538         (MIN_SUBNORM_VALUE_INIT): Likewise.
27539         (plus_zero): Initialize with PLUS_ZERO_INIT.
27540         (minus_zero): Initialize with MINUS_ZERO_INIT.
27541         (plus_infty): Initialize with PLUS_INFTY_INIT.
27542         (minus_infty): Initialize with MINUS_INFTY_INIT.
27543         (qnan_value): Initialize with QNAN_VALUE_INIT.
27544         (max_value): Initialize with MAX_VALUE_INIT.
27545         (min_value): Initialize with MIN_VALUE_INIT.
27546         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27547
27548         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27549         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27550         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27551         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27552
27553         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27554         (RUN_TEST_2_f): Likewise.
27555         (RUN_TEST_ff_f): Likewise.
27556         (RUN_TEST_fi_f): Likewise.
27557         (RUN_TEST_fl_f): Likewise.
27558         (RUN_TEST_fff_f): Likewise.
27559         (RUN_TEST_c_f): Likewise.
27560         (RUN_TEST_f_f1): Likewise.
27561         (RUN_TEST_fF_f1): Likewise.
27562         (RUN_TEST_fI_f1): Likewise.
27563         (RUN_TEST_ffI_f1): Likewise.
27564         (RUN_TEST_c_c): Likewise.
27565         (RUN_TEST_cc_c): Likewise.
27566         (RUN_TEST_f_i): Likewise.
27567         (RUN_TEST_f_i_tg): Likewise.
27568         (RUN_TEST_ff_i_tg): Likewise.
27569         (RUN_TEST_f_b): Likewise.
27570         (RUN_TEST_f_b_tg): Likewise.
27571         (RUN_TEST_f_l): Likewise.
27572         (RUN_TEST_f_L): Likewise.
27573         (RUN_TEST_sincos): Likewise.
27574         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27575         whether to show exceptions.  Do not include ");\n" in return
27576         value.
27577         (special_functions): Output call to RUN_TEST_sincos instead of
27578         check_float calls.  Update calls to new_test.
27579         (parse_args): Output call to single RUN_TEST_* macro instead of
27580         check_* calls and other assignments.  Update calls to new_test.
27581
27582         [BZ #2546]
27583         [BZ #2560]
27584         [BZ #5159]
27585         [BZ #15426]
27586         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27587         input to result for tgamma overflow.
27588         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27589         (gamma_coeff): New variable.
27590         (NCOEFF): New macro.
27591         (gamma_positive): New function.
27592         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27593         underflow here.  Use gamma_positive instead of exp (lgamma) for
27594         other arguments.
27595         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27596         (gamma_coeff): New variable.
27597         (NCOEFF): New macro.
27598         (gammaf_positive): New function.
27599         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27600         underflow here.  Use gamma_positive instead of exp (lgamma) for
27601         other arguments.
27602         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27603         (gamma_coeff): New variable.
27604         (NCOEFF): New macro.
27605         (gammal_positive): New function.
27606         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27607         underflow here.  Use gamma_positive instead of exp (lgamma) for
27608         other arguments.
27609         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27610         (gamma_coeff): New variable.
27611         (NCOEFF): New macro.
27612         (gammal_positive): New function.
27613         (__ieee754_gammal_r): Handle positive infinity, overflow and
27614         underflow here.  Handle NaN the same as positive infinity.  Remove
27615         check x < 0xffffffff for negative integers.  Use gamma_positive
27616         instead of exp (lgamma) for other arguments.
27617         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27618         (gamma_coeff): New variable.
27619         (NCOEFF): New macro.
27620         (gammal_positive): New function.
27621         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27622         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27623         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27624         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27625         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27626         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27627         * sysdeps/generic/math_private.h (__gamma_productf): New
27628         prototype.
27629         (__gamma_product): Likewise.
27630         (__gamma_productl): Likewise.
27631         * math/Makefile (libm-calls): Add gamma_product.
27632         * math/libm-test.inc (tgamma_test): Add more tests.
27633         * sysdeps/i386/fpu/libm-test-ulps: Update.
27634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27635
27636 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27637
27638         * benchtests/bench-skeleton.c (main): Preheat CPU.
27639
27640 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27641
27642         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27643
27644 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27645
27646         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27647         and _dl_skip_args_internal.
27648
27649 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27650
27651         * manual/message.texi (Message Translation): Talk about users.
27652         Message to key mapping impacts design.
27653
27654 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27655
27656         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27657
27658         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27659
27660         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27661         * sysdeps/wordsize-64/glob64.c: ... here.
27662
27663         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27664         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27665         New macros.
27666
27667         * debug/getlogin_r_chk.c: Moved to ...
27668         * login/getlogin_r_chk.c: ... here.
27669         * debug/Makefile (routines): Move getlogin_r_chk to ...
27670         * login/Makefile (routines): ... here.
27671         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27672         * login/Versions (libc: GLIBC_2.4): ... here.
27673
27674         * io/poll.c (__poll): Renamed from poll.
27675         Add libc_hidden_def.
27676         (poll): Define as weak alias.
27677
27678         * debug/ptsname_r_chk.c: Moved to ...
27679         * login/ptsname_r_chk.c: ... here.
27680         * debug/Makefile (routines): Move ptsname_r_chk to ...
27681         * login/Makefile (routines): ... here.
27682         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27683         * login/Versions (libc: GLIBC_2.4): ... here.
27684
27685         * posix/getlogin.c: Moved to ...
27686         * login/getlogin.c: ... here.
27687         * posix/getlogin_r.c: Moved to ...
27688         * login/getlogin_r.c: ... here.
27689         * posix/getlogin_r.c: Moved to ...
27690         * login/getlogin_r.c: ... here.
27691         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27692         * login/Makefile (routines): ... here.
27693         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27694         * login/Versions (libc: GLIBC_2.0): ... here.
27695
27696         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27697         (setrlimit): Define as weak alias.
27698
27699         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27700         Call __ names for open, ftruncate, and close.
27701         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27702         (truncate): Define as weak alias.
27703
27704 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27705
27706         * math/gen-libm-test.pl (parse_args): Initialize x before each
27707         test of frexp, modf and remquo.
27708
27709         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27710         test signgam value.
27711
27712 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27713
27714         [BZ #15418]
27715         [BZ #15419]
27716         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27717         internal tests.
27718         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27719
27720 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27721
27722         * elf/dl-writev.h: New file.
27723         * elf/dl-misc.c: Include it.
27724         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27725         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27726
27727 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27728
27729         * math/libm-test.inc (noXFails): Remove variable.
27730         (noXPasses): Likewise.
27731         (BUILD_COMPLEX_INT): Remove macro.
27732         (print_screen): Remove xfail argument.
27733         (print_screen_max_error): Likewise.
27734         (update_stats): Likewise.
27735         (print_max_error): Likewise.  Update calls to other affected
27736         functions.
27737         (print_complex_max_error): Likewise.
27738         (test_single_exception): Update calls to print_screen.
27739         (test_single_errno): Likewise.
27740         (check_float_internal): Remove xfail argument.  Update calls to
27741         other affected functions.
27742         (check_float): Likewise.
27743         (check_complex): Likewise.
27744         (check_int): Likewise.
27745         (check_long): Likewise.
27746         (check_bool): Likewise.
27747         (check_longlong): Likewise.
27748         (main): Don't print noXFails and noXPasses.
27749         * math/gen-libm-test.pl (top level): Don't mention expected
27750         failure handling in comment.
27751         (new_test): Don't handle expected failures.
27752         (parse_args): Don't mention expected failure handling in comment.
27753         (generate_testfile): Don't handle expected failures.
27754         (parse_ulps): Likewise.
27755         (print_ulps_file): Likewise.
27756         (get_failure): Remove function.
27757         (output_test): Don't handle expected failures.
27758         * make/README.libm-test: Don't mention expected failure handling.
27759
27760         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
27761         (minus_zero): Likewise.
27762         (plus_infty): Likewise.
27763         (minus_infty): Likewise.
27764         (qnan_value): Likewise.
27765         (max_value): Likewise.
27766         (min_value): Likewise.
27767         (min_subnorm_value): Likewise.
27768         (initialize): Do not initialize those variables dynamically.
27769
27770 2013-05-03  Roland McGrath  <roland@hack.frob.com>
27771
27772         * io/open.c (__open_2): Moved to ...
27773         * io/open_2.c: ... this new file.
27774         * io/open64.c (__open64_2): Moved to ...
27775         * io/open64_2.c: ... this new file.
27776         * io/openat.c (__openat_2): Moved to ...
27777         * io/openat_2.c: ... this new file.
27778         * io/openat64.c (__openat64_2): Moved to ...
27779         * io/openat64_2.c: ... this new file.
27780         * io/Makefile (routines): Add them.
27781         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27782         * sysdeps/unix/sysv/linux/open_2.c: File removed.
27783         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27784         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27785         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27786         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27787         (__openat64): Add hidden_ver.
27788         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27789         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27790
27791         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27792         Separately conditionalize setting of GLRO(dl_sysinfo) so
27793         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27794         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27795
27796 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27797
27798         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27799         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27800         definition.
27801         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27802         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27803         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27804         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27805         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27806
27807 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27808
27809         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27810         test signgam value.
27811
27812         * math/libm-test.inc (hypot_test): Do not use
27813         IGNORE_ZERO_INF_SIGN.
27814
27815 2013-05-03  Andreas Jaeger  <aj@suse.de>
27816
27817         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27818         Linux 3.9.
27819         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27820         (PF_MAX): Adjust for VSOCK change.
27821
27822 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27823
27824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27825
27826 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27827
27828         [BZ #15264]
27829         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27830         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27831         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27832
27833 2013-05-02  David S. Miller  <davem@davemloft.net>
27834
27835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27836
27837 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27838
27839         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27840
27841 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27842
27843         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27844
27845 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27846
27847         [BZ #14952]
27848         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27849         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27850         Use __attribute__ ((__gnu_inline__)).
27851         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27852         Don't use __attribute__ ((__gnu_inline__)).
27853
27854 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27855
27856         [BZ #15423]
27857         * math/s_catan.c (__catan): Handle small real or imaginary part of
27858         input specially to avoid spurious underflow.
27859         * math/s_catanf.c (__catanf): Likewise.
27860         * math/s_catanh.c (__catanh): Likewise.
27861         * math/s_catanhf.c (__catanhf): Likewise.
27862         * math/s_catanhl.c (__catanhl): Likewise.
27863         * math/s_catanl.c (__catanl): Likewise.
27864         * math/libm-test.inc (catan_test): Add more tests.
27865         (catanh_test): Likewise.
27866         * sysdeps/i386/fpu/libm-test-ulps: Update.
27867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27868
27869 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27870
27871         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27872
27873 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27874
27875         [BZ #15416]
27876         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27877         accurately for denominator in atan2.
27878         * math/s_catanf.c (__catanf): Likewise.
27879         * math/s_catanh.c (__catanh): Likewise.
27880         * math/s_catanhf.c (__catanhf): Likewise.
27881         * math/s_catanhl.c (__catanhl): Likewise.
27882         * math/s_catanl.c (__catanl): Likewise.
27883         * math/libm-test.inc (catan_test): Add more tests.
27884         (catanh_test): Likewise.
27885         * sysdeps/i386/fpu/libm-test-ulps: Update.
27886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27887
27888 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27889
27890         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27891
27892         * benchtests/Makefile (bench): Remove slow benchmarks.
27893         * benchtests/atan-inputs: Add slow benchmark inputs.
27894         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27895         (BENCH_FUNC): Accept variant offset.
27896         (VARIANT): Define.
27897         * benchtests/bench-skeleton.c (main): Run benchmark for each
27898         variant.
27899         * benchtests/cos-inputs: Add slow benchmark inputs.
27900         * benchtests/exp-inputs: Likewise.
27901         * benchtests/pow-inputs: Likewise.
27902         * benchtests/sin-inputs: Likewise.
27903         * benchtests/slowatan-inputs: Remove.
27904         * benchtests/slowatan.c: Remove.
27905         * benchtests/slowcos-inputs: Remove.
27906         * benchtests/slowcos.c: Remove.
27907         * benchtests/slowexp-inputs: Remove.
27908         * benchtests/slowexp.c: Remove.
27909         * benchtests/slowpow-inputs: Remove.
27910         * benchtests/slowpow.c: Remove.
27911         * benchtests/slowsin-inputs: Remove.
27912         * benchtests/slowsin.c: Remove.
27913         * benchtests/slowtan-inputs: Remove.
27914         * benchtests/slowtan.c: Remove.
27915         * benchtests/tan-inputs: Add slow benchmark inputs.
27916         * scripts/bench.pl: Parse comments and directives.
27917
27918         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27919         in CPPFLAGS.
27920         ($(objpfx)bench-%.c): Remove *-ITER.
27921         * benchtests/bench-modf.c: Remove definition of ITER.
27922         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27923         (main): Loop for DURATION seconds instead of fixed number of
27924         iterations.
27925         * scripts/bench.pl: Don't expect iterations in parameters.
27926
27927 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27928
27929         * io/fchdir.c (__fchdir): Renamed from fchdir.
27930         (fchdir): Define as weak alias.
27931
27932 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27933
27934         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27935         (ERRNO_EDOM): Likewise.
27936         (ERRNO_ERANGE): Likewise.
27937         (noErrnoTests): New variable.
27938         (init_max_error): Set errno to 0.
27939         (test_single_errno): New function.
27940         (test_errno): Likewise.
27941         (check_float_internal): Call test_errno.  Set errno to 0.
27942         (check_complex): Refer to errno tests in comment.
27943         (check_int): Call test_errno.  Set errno to 0.
27944         (check_long): Likewise.
27945         (check_bool): Likewise.
27946         (check_longlong): Likewise.
27947         (cos_test): Use ERRNO_* flags for errno tests instead of
27948         check_int.
27949         (expm1_test): Likewise.
27950         (fmod_test): Likewise.
27951         (ilogb_test): Likewise.
27952         (lgamma_test): Likewise.
27953         (pow_test): Likewise.
27954         (remainder_test): Likewise.
27955         (sin_test): Likewise.
27956         (tan_test): Likewise.
27957         (yn_test): Likewise.
27958         (initialize): Set errno to 0.
27959         (main): Print number of errno tests.
27960         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27961
27962 2013-04-29  Andreas Jaeger  <aj@suse.de>
27963
27964         [BZ #15084]
27965         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27966         and RES_USEVC.
27967
27968         [BZ #15085]
27969         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27970         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27971         unimplemented.
27972
27973         [BZ #15380]
27974         * stdlib/random.c (__initstate): Return NULL if
27975         __initstate fails.
27976
27977         [BZ #15086]
27978         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27979         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27980         RES_SNGLKUPREOP.
27981
27982 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27983
27984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27985
27986 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27987
27988         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27989         of individual tests.
27990         (casin_test): Likewise.
27991         (casinh_test): Likewise.
27992
27993 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27994
27995         [BZ #15409]
27996         * math/s_catan.c (__catan): Handle arguments with large real or
27997         imaginary part separately without squaring.
27998         * math/s_catanf.c (__catanf): Likewise.
27999         * math/s_catanh.c (__catanh): Likewise.
28000         * math/s_catanhf.c (__catanhf): Likewise.
28001         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28002         and redefine.
28003         (__catanhl): Handle arguments with large real or imaginary part
28004         separately without squaring.
28005         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28006         and redefine.
28007         (__catanl): Handle arguments with large real or imaginary part
28008         separately without squaring.
28009         * math/libm-test.inc (catan_test): Add more tests.
28010         (catanh_test): Likewise.
28011         * sysdeps/i386/fpu/libm-test-ulps: Update.
28012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28013
28014 2013-04-27  Andreas Jaeger  <aj@suse.de>
28015
28016         [BZ #15007]
28017         * stdlib/stdlib.h: Update guards for qecvt.
28018         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28019         <stdlib.h>.
28020
28021 2013-04-27  Allan McRae  <allan@archlinux.org>
28022
28023         * sysdeps/i386/fpu/libm-test-ulps: Update.
28024
28025 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28026
28027         [BZ #15406]
28028         * math/s_catan.c: Include <float.h>.
28029         (__catan): Ensure underflow exception occurs for underflowed
28030         result.
28031         * math/s_catanf.c: Include <float.h>.
28032         (__catanf): Ensure underflow exception occurs for underflowed
28033         result.
28034         * math/s_catanh.c: Include <float.h>.
28035         (__catanh): Ensure underflow exception occurs for underflowed
28036         result.
28037         * math/s_catanhf.c: Include <float.h>.
28038         (__catanhf): Ensure underflow exception occurs for underflowed
28039         result.
28040         * math/s_catanhl.c: Include <float.h>.
28041         (__catanhl): Ensure underflow exception occurs for underflowed
28042         result.
28043         * math/s_catanl.c: Include <float.h>.
28044         (__catanl): Ensure underflow exception occurs for underflowed
28045         result.
28046         * math/libm-test.inc (catan_test): Add more tests.
28047         (catanh_test): Likewise.
28048
28049         [BZ #15405]
28050         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28051         underflowed result.
28052         * math/s_ccoshf.c (__ccoshf): Likewise.
28053         * math/s_ccoshl.c (__ccoshl): Likewise.
28054         * math/s_csin.c (__csin): Likewise.
28055         * math/s_csinf.c (__csinf): Likewise.
28056         * math/s_csinh.c (__csinh): Likewise.
28057         * math/s_csinhf.c (__csinhf): Likewise.
28058         * math/s_csinhl.c (__csinhl): Likewise.
28059         * math/s_csinl.c (__csinl): Likewise.
28060         * math/libm-test.inc (ccos_test): Add more tests.
28061         (ccosh_test): Likewise.
28062         (csin_test): Likewise.
28063         (csinh_test): Likewise.
28064
28065 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28066
28067         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28068         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28069         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28070         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28071         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28072         powerpc/power5+/fpu folders.
28073         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28074
28075
28076 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28077
28078         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28079
28080 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28081
28082         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28083         additions to variable.
28084         [$(config-machine) = x86_64] (modules-names): Likewise.
28085         ($(objpfx)tst-audit3): Remove dependency.
28086         ($(objpfx)tst-audit3.out): Likewise.
28087         ($(objpfx)tst-audit4): Likewise.
28088         ($(objpfx)tst-audit4.out): Likewise.
28089         ($(objpfx)tst-audit5): Likewise.
28090         ($(objpfx)tst-audit5.out): Likewise.
28091         ($(objpfx)tst-audit6): Likewise.
28092         ($(objpfx)tst-audit6.out): Likewise.
28093         ($(objpfx)tst-audit7): Likewise.
28094         ($(objpfx)tst-audit7.out): Likewise.
28095         (tst-audit3-ENV): Remove variable.
28096         (tst-audit4-ENV): Likewise.
28097         (tst-audit5-ENV): Likewise.
28098         (tst-audit6-ENV): Likewise.
28099         (tst-audit7-ENV): Likewise.
28100         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28101         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28102         addition to variable.
28103         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28104         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28105         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28106         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28107         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28108         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28109         tst-audit3, tst-audit4 and tst-audit5.
28110         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28111         tst-audit6 and tst-audit7.
28112         [$(subdir) = elf] (modules-names): Add audit modules for those
28113         tests.
28114         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28115         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28116         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28117         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28118         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28119         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28120         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28121         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28122         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28123         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28124         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28125         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28126         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28127         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28128         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28129         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28130         Likewise.
28131         [$(subdir) = elf && $(config-cflags-avx) = yes]
28132         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28133         [$(subdir) = elf && $(config-cflags-avx) = yes]
28134         (CFLAGS-tst-auditmod4a.c): Likewise.
28135         [$(subdir) = elf && $(config-cflags-avx) = yes]
28136         (CFLAGS-tst-auditmod4b.c): Likewise.
28137         [$(subdir) = elf && $(config-cflags-avx) = yes]
28138         (CFLAGS-tst-auditmod6b.c): Likewise.
28139         [$(subdir) = elf && $(config-cflags-avx) = yes]
28140         (CFLAGS-tst-auditmod6c.c): Likewise.
28141         [$(subdir) = elf && $(config-cflags-avx) = yes]
28142         (CFLAGS-tst-auditmod7b.c): Likewise.
28143         * elf/tst-audit3.c: Move to ...
28144         * sysdeps/x86_64/tst-audit3.c: ... here.
28145         * elf/tst-audit4.c: Move to ...
28146         * sysdeps/x86_64/tst-audit4.c: ... here.
28147         * elf/tst-audit5.c: Move to ...
28148         * sysdeps/x86_64/tst-audit5.c: ... here.
28149         * elf/tst-audit6.c: Move to ...
28150         * sysdeps/x86_64/tst-audit6.c: ... here.
28151         * elf/tst-audit7.c: Move to ...
28152         * sysdeps/x86_64/tst-audit7.c: ... here.
28153         * elf/tst-auditmod3a.c: Move to ...
28154         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28155         * elf/tst-auditmod3b.c: Move to ...
28156         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28157         * elf/tst-auditmod4a.c: Move to ...
28158         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28159         * elf/tst-auditmod4b.c: Move to ...
28160         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28161         * elf/tst-auditmod5a.c: Move to ...
28162         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28163         * elf/tst-auditmod5b.c: Move to ...
28164         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28165         * elf/tst-auditmod6a.c: Move to ...
28166         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28167         * elf/tst-auditmod6b.c: Move to ...
28168         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28169         * elf/tst-auditmod6c.c: Move to ...
28170         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28171         * elf/tst-auditmod7a.c: Move to ...
28172         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28173         * elf/tst-auditmod7b.c: Move to ...
28174         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28175
28176 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28177
28178         [BZ #15366]
28179         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28180         define unconditionally.
28181         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28182         define unconditionally.
28183         (INT8_C, INT16_C, etc.): Likewise.
28184
28185 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28186
28187         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28188         __ehdr_start with hidden visibility.
28189
28190         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28191
28192 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28193
28194         * math/libm-test.inc (cos_test): Use accurate hex constants.
28195         (sincost_test): Likewise.
28196
28197 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28198
28199         * math/libm-test.inc (catan_test): Add more tests.
28200         (catanh_test): Likewise.
28201
28202         * math/s_catanf.c (__catanf): Use suffixed floating-point
28203         constants.
28204         * math/s_catanhf.c (__catanhf): Likewise.
28205         * math/s_catanhl.c (__catanhl): Likewise.
28206         * math/s_catanl.c (__catanl): Likewise.
28207
28208         [BZ #15394]
28209         * math/s_catan.c (__catan): Calculate imaginary part of result
28210         with log1p not log unless computing log of number close to 0.
28211         * math/s_catanf.c (__catanf): Likewise.
28212         * math/s_catanl.c (__catanl): Likewise.
28213         * math/s_catanh.c (__catanh): Calculate real part of result with
28214         log1p not log unless computing log of number close to 0.
28215         * math/s_catanhf.c (__catanhf): Likewise.
28216         * math/s_catanhl.c (__catanhl): Likewise.
28217         * math/libm-test.inc (catan_test): Add more tests.
28218         (catanh_test): Likewise.
28219         * sysdeps/i386/fpu/libm-test-ulps: Update.
28220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28221
28222 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28223
28224         * benchtests/Makefile: Mention files in which fast and slow
28225         paths of math functions are implemented.
28226
28227 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28228
28229         * sysdeps/posix/timespec_get.c: New file.
28230
28231 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28232
28233         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28234         POWER.
28235         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28236         for POWER.
28237         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28238         powerpc/power5/fpu folders.
28239         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28240         * benchtests/Makefile: Add modf testcase.
28241         * benchtests/bench-modf.c: New file: Benchmark test for mo
28242
28243 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28244
28245         [BZ #14888]
28246         * time/Makefile (tests): Add tst-strptime-whitespace.
28247         * time/strptime_l.c (get_number): Use ISSPACE.
28248         (__strptime_internal): Likewise.
28249         * time/tst-strptime-whitespace.c: New test case.
28250
28251 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28252
28253         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28254         member.
28255         (_nss_files_init): Set it here.
28256
28257 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28258
28259         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28260         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28261         unsigned.
28262
28263 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28264
28265         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28266
28267 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28268
28269         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28270         size just once.
28271
28272 2013-04-21  David S. Miller  <davem@davemloft.net>
28273
28274         * po/ru.po: Update Russion translation from translation project.
28275
28276 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28277
28278         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28279         and setfsgid.
28280
28281 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28282
28283         * configure.in: Remove i386 configure warning. Remove i386 case.
28284         * configure: Regenerate.
28285         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28286         Add example to error message.
28287         * sysdeps/i386/configure: Regenerate.
28288
28289 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28290
28291         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28292         slowtan.
28293         * benchtests/cos-inputs: New file.
28294         * benchtests/slowcos-inputs: New file.
28295         * benchtests/slowcos.c: New file.
28296         * benchtests/slowtan-inputs: New file.
28297         * benchtests/slowtan.c: New file.
28298         * benchtests/tan-inputs: New file.
28299
28300 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28301
28302         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28303         considered kosher.
28304
28305 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28306
28307         * benchtests/Makefile: Include cppflags-iterator.mk to add
28308         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28309
28310         * Makefile.in (bench-clean): New target.
28311         * benchtests/Makefile (bench-clean): Likewise.
28312
28313 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28314
28315         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28316
28317 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28318
28319         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28320
28321 2013-04-15  Andreas Schwab  <schwab@suse.de>
28322
28323         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28324         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28325         * nscd/pwdcache.c (cache_addpw): Likewise.
28326         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28327         more than recsize.
28328
28329 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28330
28331         * benchtests/Makefile (bench): Write all output to
28332         bench-out.tmp together.
28333
28334 2013-04-15  Andreas Schwab  <schwab@suse.de>
28335
28336         * nscd/nscd.c (main): Don't fork again after closing files.
28337
28338 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28339
28340         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28341
28342         * benchtests/Rules (bench-deps): Collect dependencies into a
28343         single variable.  Add Makefile to dependencies.
28344         ($(objpfx)bench-%.c): Depend on bench-deps.
28345
28346 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28347             Xavier Roche  <roche+kml2@exalead.com>
28348
28349         [BZ #15361]
28350         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28351         just that it's a file descriptor.
28352         * manual/llio.texi (Synchronizing AIO Operations): Update description
28353         for EBADF error from aio_fsync.
28354
28355 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28356
28357         * Rules (bench): Move target definition...
28358         * benchtests/Makefile: ... here.
28359
28360 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28361
28362         * math/libm-test.inc (cos_test): Fix PI/2 test.
28363         (sincos_test): Likewise.
28364         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28365         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28366
28367 2013-04-11  Andreas Schwab  <schwab@suse.de>
28368
28369         [BZ #13988]
28370         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28371         accept exponent character only when digits were seen.
28372         * stdio-common/Makefile (tests): Add bug26.
28373         * stdio-common/bug26.c: New file.
28374
28375         [BZ #14293]
28376         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28377         non-freeable.
28378
28379 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28380
28381         * Makeconfig (rtld-prefix): Define built linker prefix.
28382         * Rules (run-bench): Use it.
28383         * math/Makefile (run-regen-ulps): Likewise.
28384
28385         * Rules (bench): Remove eval.
28386
28387 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28388             Roland McGrath  <roland@hack.frob.com>
28389             Ondrej Bilka  <neleai@seznam.cz>
28390
28391         [BZ #15346]
28392         * time/getdate.c: Include ctype.h and alloca.h.
28393         (__getdate_r): Trim leading and trailing spaces of input.
28394         * time/tst-getdate.c (tests): Add tests with leading and
28395         trailing spaces.
28396
28397 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28398
28399         [BZ #14280]
28400         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28401         when computing value.
28402
28403 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28404
28405         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28406         Use testrun.sh to run libm tests.
28407
28408         [BZ #15309]
28409         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28410
28411 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28412
28413         [BZ #15264]
28414         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28415
28416 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28417
28418         * Makefile.in (regen-ulps): New target.
28419         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28420         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28421         [ifneq (no,$(PERL)] (regen-ulps): New target.
28422         [ifeq (no,$(PERL)] (regen-ulps): New target.
28423         * math/libm-test.inc (ulps_file_name): Define.
28424         (output_dir): New variable.
28425         (options): Add "output-dir" option.
28426         (parse_opt): Handle 'o' case.
28427         (main): If output_dir is non-NULL use it as a prefix
28428         otherwise use "".
28429         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28430
28431 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28432
28433         [BZ #10060, #10062]
28434         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28435         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28436         fail configure if __sync_val_compare_and_swap is not inlined.
28437         * sysdeps/i386/configure: Regenerate.
28438         * configure.in: Build for i686 when configured for i386.
28439         * configure: Regenerate.
28440         * README: Remove i386 reference.
28441
28442 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28443
28444         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28445         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28446
28447 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28448
28449         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28450         (lmsnanval): New variables.
28451         (F): Add conversion tests.
28452         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28453         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28454
28455         * stdio-common/tstdiomisc.c (F): Properly collect individual
28456         tests' results.
28457
28458         [BZ #14686, #15336]
28459         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28460         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28461         Instead, use input NaN values or generate a qNaN by arithmetic
28462         operation.  Also fix bugs to comply with the standard.
28463         * math/libm-test.inc (remainder_test): Add more tests.
28464
28465         [BZ #15335, #15342]
28466         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28467         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28468         input NaN values or generate a qNaN by arithmetic operation.
28469
28470         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28471         unreachable code.
28472
28473         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28474         definitions.
28475
28476 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28477
28478         [BZ #14478]
28479         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28480         underflowed result.
28481         * math/s_cexpf.c (__cexpf): Likewise.
28482         * math/s_cexpl.c (__cexpl): Likewise.
28483         * math/libm-test.inc (cexp_test): Add more tests.
28484
28485 2013-04-03  Andreas Schwab  <schwab@suse.de>
28486
28487         [BZ #15330]
28488         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28489         order arrays from heap if bigger than alloca cutoff.
28490
28491 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28492
28493         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28494         (SNAN_TESTS_double): Refer to GCC PR56831.
28495         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28496         GCC PR56828.
28497
28498 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28499
28500         * Rules (bench): Move bench.out after the run is complete.
28501
28502         * Rules (bench): Echo currently running benchmark.
28503
28504         * benchtests/Makefile (bench): Add atan and slowatan.
28505         * benchtests/atan-inputs: New file.
28506         * benchtests/slowatan-inputs: New file.
28507         * benchtests/slowatan.c: New file.
28508
28509         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28510         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28511         its value.
28512
28513         [BZ #15305]
28514         * sysdeps/unix/sysv/linux/kernel-features.h
28515         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28516         __ASSUME_XFS_RESTRICTED_CHOWN.
28517         * sysdeps/unix/sysv/linux/pathconf.c
28518         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28519         Save and restore errno.
28520
28521 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28522
28523         [BZ #15327]
28524         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28525         arguments using __kernel_casinh.
28526         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28527         arguments using __kernel_casinhf.
28528         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28529         arguments using __kernel_casinhl.
28530         * math/libm-test.inc (cacosh_test): Add more tests.
28531         * sysdeps/i386/fpu/libm-test-ulps: Update.
28532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28533
28534 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28535
28536         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28537         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28538
28539         * bench/Makefile (bench): Add sin and slowsin.
28540         * benchtests/sin-inputs: New file.
28541         * benchtests/slowsin-inputs: New file.
28542         * benchtests/slowsin.c: New file.
28543
28544         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28545         (bench): Add slowexp and slowpow.
28546         (exp-ITER): Increase iterations.
28547         (pow-ITER): Likewise.
28548         * benchtests/exp-inputs: Change input.
28549         * benchtests/pow-inputs: Likewise.
28550         * benchtests/slowexp-inputs: New file.
28551         * benchtests/slowexp.c: New file.
28552         * benchtests/slowpow-inputs: New file.
28553         * benchtests/slowpow.c: New file.
28554
28555 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28556
28557         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28558         instructions.
28559         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28560         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28561         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28562         * benchtests/Makefile: Add rint benchtest.
28563         * benchtests/rint-inputs: Input for rint benchtest.
28564
28565 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28566
28567         * Versions.def (libm): Add GLIBC_2.18.
28568         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28569         hidden libm prototypes.
28570         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28571         * math/Makefile (libm-calls): Add s_issignaling.
28572         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28573         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28574         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28575         declaration.
28576         * math/math.h [__USE_GNU] (issignaling): New macro.
28577         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28578         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28579         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28580         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28581         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28582         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28583         * manual/arith.texi (issignaling): New section.
28584         * manual/libm-err-tab.pl (@all_functions): Update comment.
28585         * math/gen-libm-test.pl (parse_args): Apply special handling for
28586         issignaling.
28587         * math/libm-test.inc (print_float, issignaling_test): New
28588         functions.
28589         (check_float_internal): Add issignaling checks.
28590         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28591         default definition.
28592         * sysdeps/powerpc/math-tests.h: New file.
28593         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28594         tests.
28595         * math/test-snan.c (TEST_FUNC): Likewise.
28596
28597 2013-03-30  David S. Miller  <davem@davemloft.net>
28598
28599         * po/de.po: Update from translation team.
28600
28601 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28602
28603         [BZ #10357]
28604         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28605         imaginary part less than 1.0 and real part less than 0.5
28606         specially.
28607         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28608         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28609         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28610         (cacos_test): Add more tests.
28611         (casin_test): Likewise.
28612         (casinh_test): Likewise.
28613         * sysdeps/i386/fpu/libm-test-ulps: Update.
28614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28615
28616 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28617
28618         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28619         ONE with its value.
28620
28621         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28622         (__pow_mp): Replace ONE and MONE with their values.
28623         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28624         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28625         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28626         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28627         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28628         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28629
28630         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28631
28632         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28633         (__pow_mp): Replace ZERO and MZERO with their values.
28634         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28635         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28636         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28637         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28638         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28639         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28640         (__sqr): Likewise.
28641
28642         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28643
28644         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28645
28646 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28647
28648         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28649         Declare with __attribute__ ((weak)).
28650         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28651         Call __call_tls_dtors only if it's not NULL.
28652
28653 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28654
28655         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28656         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28657         magic __ehdr_start linker symbol if it's defined.
28658         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28659         them up here if it was already done.
28660
28661         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28662         (_dl_aux_init): Use const in cast when setting it.
28663         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28664         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28665         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28666
28667         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28668         Declare them here.
28669         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28670         * csu/libc-tls.c: Nor here.
28671         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28672
28673         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28674         (__libc_message): Never call vsyslog.
28675
28676 2013-03-28  Alan Modra  <amodra@gmail.com>
28677
28678         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28679         Define as empty.
28680         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28681         Likewise.
28682
28683 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28684
28685         [BZ #15214]
28686         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28687         underflow.
28688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28689
28690 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28691
28692         [BZ #15304]
28693         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28694         Don't add gid passed as argument.
28695
28696         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28697
28698 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28699
28700         [BZ #15307]
28701         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28702         imaginary part between 1.0 and 1.5 and real part less than 0.5
28703         specially.
28704         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28705         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28706         * math/libm-test.inc (cacos_test): Add more tests.
28707         (casin_test): Likewise.
28708         (casinh_test): Likewise.
28709         * sysdeps/i386/fpu/libm-test-ulps: Update.
28710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28711
28712 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28713
28714         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28715         constants.
28716         (norm): Likewise.
28717         (denorm): Likewise.
28718         (__dbl_mp): Likewise.
28719         (add_magnitudes): Likewise.
28720         (sub_magnitudes): Likewise.
28721         (__add): Likewise.
28722         (__sub): Likewise.
28723         (__mul): Likewise.
28724         (__sqr): Likewise.
28725         (__inv): Likewise.
28726         (__dvd): Likewise.
28727
28728         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28729         commented code.
28730         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28731         (__dubcos): Likewise.
28732         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28733         (__ieee754_acos): Likewise.
28734         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28735         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28736         (__exp1): Likewise.
28737         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28738         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28739         (log1): Likewise.
28740         (my_log2): Likewise.
28741         (checkint): Likewise.
28742         * sysdeps/ieee754/dbl-64/e_remainder.c
28743         (__ieee754_remainder): Likewise.
28744         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28745         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28746         (bsloww): Likewise.
28747         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28748
28749         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28750         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28751         MANTISSA_STORE_T to store computations on mantissa.  Use
28752         macros for rounding and division.
28753         (denorm): Likewise.
28754         (__dbl_mp): Likewise.
28755         (add_magnitudes): Likewise.
28756         (sub_magnitudes): Likewise.
28757         (__mul): Likewise.
28758         (__sqr): Likewise.
28759         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28760         powers of two in terms of TWOPOW macro.
28761         (mp_no): Make type of mantissa as MANTISSA_T.
28762         [!RADIXI]: Define RADIXI.
28763         [!TWO52]: Define TWO52.
28764         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28765
28766 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28767
28768         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28769         llroundl symbol when building for PPC32.
28770
28771 2013-03-24  Mark H Weaver  <mhw@netris.org>
28772
28773         * manual/arith.texi (Normalization Functions): Fix prototypes for
28774         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28775
28776 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28777
28778         [BZ #13889]
28779         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28780         high value to check if expl overflow.
28781         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28782         to check for underflow and overflow.
28783         * math/libm-test.inc: Add exp test.
28784
28785 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
28786
28787         [BZ #11120]
28788         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28789         with NOT_IN_libc.
28790
28791 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28792
28793         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28794         symbol.
28795
28796 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28797
28798         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28799         wrap blocks consisting of several statements.
28800
28801         * sysdeps/generic/math-tests.h: New file.
28802         * sysdeps/i386/fpu/math-tests.h: Likewise.
28803         * math/test-snan.c: Include it.
28804         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28805
28806 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28807
28808         [BZ #15285]
28809         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28810         (__ieee754_j0l): Do not improve calculations using cos of twice
28811         input for inputs above LDBL_MAX / 2.0L.
28812         (__ieee754_y0l): Likewise.
28813         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28814         (__ieee754_j1l): Do not improve calculations using cos of twice
28815         input for inputs above LDBL_MAX / 2.0L.
28816         (__ieee754_y1l): Likewise.
28817         * math/libm-test.inc (j0_test): Add another test.
28818         (j1_test): Likewise.
28819         (y0_test): Likewise.
28820         (y1_test): Likewise.
28821         * sysdeps/i386/fpu/libm-test-ulps: Update.
28822
28823 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28824
28825         * Rules ($(objpfx)bench-%.c): Include code from a C source
28826         file.
28827
28828 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28829
28830         [BZ #15287]
28831         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28832         imaginary part 1.0 and real part less than 0.5 specially.
28833         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28834         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28835         * math/libm-test.inc (cacos_test): Add more tests.
28836         (casin_test): Likewise.
28837         (casinh_test): Likewise.
28838         * sysdeps/i386/fpu/libm-test-ulps: Update.
28839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28840
28841 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28842
28843         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28844         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28845
28846 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28847
28848         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28849         * config.make.in (config-cflags-sse4): Remove variable.
28850         (config-cflags-avx): Likewise.
28851         (config-cflags-sse2avx): Likewise.
28852         (config-cflags-novzeroupper): Likewise.
28853         (config-asflags-i686): Likewise.
28854         (have-mfma4): Likewise.
28855         (have-as-vis3): Likewise.
28856         (MIG): Likewise.
28857         * configure.in (MIG): Do not AC_SUBST.
28858         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28859         (libc_cv_cc_sse4): Do not AC_SUBST.
28860         (libc_cv_cc_avx): Likewise.
28861         (libc_cv_cc_sse2avx): Likewise.
28862         (libc_cv_cc_novzeroupper): Likewise.
28863         (libc_cv_cc_fma4): Likewise.
28864         (libc_cv_as_i686): Likewise.
28865         (libc_cv_sparc_as_vis3): Likewise.
28866         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28867         LIBC_CONFIG_VAR.
28868         (config-asflags-i686): Likewise.
28869         (config-cflags-avx): Likewise.
28870         (config-cflags-sse2avx): Likewise.
28871         (have-mfma4): Likewise.
28872         (config-cflags-novzeroupper): Likewise.
28873         * sysdeps/mach/configure.in (MIG): Likewise.
28874         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28875         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28876         LIBC_CONFIG_VAR.
28877         (config-cflags-avx): Likewise.
28878         (config-cflags-sse2avx): Likewise.
28879         (have-mfma4): Likewise.
28880         (config-cflags-novzeroupper): Likewise.
28881         * configure: Regenerated.
28882         * sysdeps/i386/configure: Likewise.
28883         * sysdeps/mach/configure: Likewise.
28884         * sysdeps/sparc/configure: Likewise.
28885         * sysdeps/x86_64/configure: Likewise.
28886
28887 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28888
28889         [BZ #14812]
28890         * locale/programs/localedef.c (options): Put N_ translation marker
28891         on argument names, not just descriptions.
28892
28893 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28894
28895         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28896
28897 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28898
28899         [BZ #14176]
28900         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28901
28902 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28903
28904         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28905         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28906         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28907         [!BEFORE_ABORT] (before_abort): New function.
28908         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28909         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28910         (writev_for_fatal): New function.
28911         (WRITEV_FOR_FATAL): New macro; call that.
28912         (backtrace_and_maps): New function.
28913         (BEFORE_ABORT): New macro; call that.
28914         (struct str_list): Type removed.
28915         (__libc_message, __libc_fatal): Functions removed.
28916         Include <sysdeps/posix/libc_fatal.c> instead.
28917
28918 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28919
28920         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28921         constants.
28922         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28923         double constants.
28924
28925 2013-03-19  Andreas Schwab  <schwab@suse.de>
28926
28927         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28928         * sysdeps/gnu/configure: Regenerate.
28929
28930         * configure.in: Substitute libc_cv_rtlddir.
28931         * configure: Regenerate.
28932         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28933         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28934         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28935         * elf/Makefile (install-others, CFLAGS-interp.c)
28936         (ldso_install, common-ldd-rewrite): Likewise.
28937         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28938         $(inst_slibdir)/$(rtld-installed-name).
28939         * scripts/rellns-sh: Add -p option.
28940         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28941         for source.
28942
28943 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28944
28945         * manual/nptl.texi: Renamed to ...
28946         * manual/threads.texi: ... this.
28947         * manual/Makefile (chapters): Update.
28948
28949 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28950
28951         [BZ #14812]
28952         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28953         on argument names, not just descriptions.
28954         * malloc/memusagestat.c (options): Likewise.
28955         * nss/getent.c (options): Likewise.
28956
28957 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28958
28959         [BZ #14812]
28960         * iconv/iconv_prog.c (options): Put N_ translation marker
28961         on argument names, not just descriptions.
28962         * iconv/iconvconfig.c (options): Likewise.
28963
28964 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28965
28966         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28967         implementation which is faster on all x86_64 architectures.
28968         Tested on AMD, Intel Nehalem, SNB, IVB.
28969         * sysdeps/x86_64/strnlen.S: Likewise.
28970
28971         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28972         Remove all multiarch strlen and strnlen versions.
28973         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28974         Remove strlen and strnlen related parts.
28975
28976         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28977         Inline strlen part.
28978         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28979
28980         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28981         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28982         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28983         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28984         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28985         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28986
28987 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28988
28989         * manual/memory.texi (Malloc Tunable Parameters):
28990         Sort parameters alphabetically. Add comments for missing entries.
28991
28992 2013-03-17  David S. Miller  <davem@davemloft.net>
28993
28994         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28995
28996 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28997
28998         [BZ #15283]
28999         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29000         for arguments at most half maximum finite value.
29001         * math/libm-test.inc (j0_test): Add more tests.
29002         (j1_test): Likewise.
29003         (y0_test): Likewise.
29004         (y1_test): Likewise.
29005         * sysdeps/i386/fpu/libm-test-ulps: Update.
29006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29007
29008         [BZ #14155]
29009         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29010         1 / x and functions P and Q for arguments above 0x1p256L.
29011         (__ieee754_y0l): Likewise.
29012         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29013         (__ieee754_y1l): Likewise.
29014         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29015         (j1_test): Likewise.
29016         (y0_test): Likewise.
29017         (y1_test): Likewise.
29018
29019 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29020
29021         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29022         variable.
29023
29024 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29025
29026         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29027         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29028         zero since it's initialized to EXEC_PAGESIZE.
29029
29030         * sysdeps/unix/sysv/linux/ldsodefs.h
29031         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29032         * sysdeps/generic/ldsodefs.h: ... here.
29033
29034 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29035
29036         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29037
29038         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29039         math/test-snan.c.
29040         * math/test-snan.c: Renamed from
29041         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29042         * math/Makefile (tests): Add test-snan.
29043         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29044         test-powerpc-snan.
29045
29046         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29047         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29048         functions.
29049         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29050         __builtin_nan family of functions.
29051         * math/libm-test.inc (initialize): Initialize qnan_value with
29052         __builtin_nan family of functions.
29053         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29054         Remove variables.
29055         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29056         Remove functions.
29057         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29058         storage class.  Initialize qNaN_var and sNaN_var with
29059         __builtin_nan and __builtin_nans families of functions,
29060         respectively.
29061
29062         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29063         (sqrt_test): Remove duplicate test with qNaN input.
29064         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29065         (round_test, signbit_test, significand_test): Note missing +/-Inf
29066         as well as qNaN tests.
29067
29068         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29069         qNaN_var.  Fix a few strings, too.
29070         * math/libm-test.inc (nan_value): Rename to qnan_value.
29071         * math/gen-libm-test.pl (%beautify): Adjust to that.
29072         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29073         * math/test-misc.c (main): Likewise.
29074         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29075         to __qnan_bytes, and __qnan_union, respectively.
29076         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29077         Likewise.
29078         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29079         and lqnanval, respectively.
29080         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29081         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29082         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29083         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29084
29085         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29086         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29087         doubles.
29088
29089         * math/test-misc.c (main): Fix copy'n'pastos.
29090         * misc/tst-efgcvt.c (special): Likewise.
29091
29092         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29093         Remove declarations.
29094
29095 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29096
29097         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29098         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29099         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29100         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29101
29102 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29103
29104         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29105         macro to return vdso values correctly in IFUNC implementations.
29106         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29107         Optimization by using IFUNC.
29108
29109 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29110             Richard Henderson  <rth@redhat.com>
29111             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29112
29113         * Makefile.in (bench): New target.
29114         * NEWS: Mention the benchmark framework.
29115         * Rules (bench): Likewise.
29116         (binaries-bench): Generate binaries for functions to
29117         benchmark.
29118         * benchtests/Makefile: New makefile for benchmark tests.
29119         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29120         programs.
29121         * benchtests/exp-inputs: New input file for EXP function.
29122         * benchtests/pow-inputs: New input file for POW function.
29123         * scripts/bench.pl: New script to generate source files for
29124         benchmark programs.
29125
29126 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29127
29128         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29129         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29130         computations on mantissa.  Use macros for rounding and
29131         division.
29132         (denorm): Likewise.
29133         (__dbl_mp): Likewise.
29134         (add_magnitudes): Likewise.
29135         (sub_magnitudes): Likewise.
29136         (__mul): Likewise.
29137         (__sqr): Likewise.
29138         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29139         powers of two in terms of TWOPOW macro.
29140         (mp_no): Make type of mantissa as MANTISSA_T.
29141         [!RADIXI]: Define RADIXI.
29142         [!TWO52]: Define TWO52.
29143         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29144
29145         * manual/nptl.texi (cindex): Modify threads to pthreads.
29146
29147 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29148
29149         * sysdeps/x86_64/preconfigure: Regenerated.
29150
29151 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29152
29153         [BZ #14155]
29154         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29155         0x1p28 and above.
29156         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29157         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29158         0x1p28 and above.
29159         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29160         * math/libm-test.inc (j0_test): Do not allow one spurious
29161         underflow exception.
29162         (y1_test): Likewise.
29163
29164 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29165
29166         * manual/Makefile (chapters): Add nptl.
29167         * manual/debug.texi (Debugging Support): Add link to Threads
29168         chapter.
29169         * manual/nptl.texi: New file.
29170
29171         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29172
29173 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29174
29175         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29176         for non-NULL pointer before the memory validity test. Pointed
29177         out by Holger Brunck <holger.brunck@keymile.com>.
29178
29179 2013-03-13  Andreas Schwab  <schwab@suse.de>
29180
29181         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29182         instead of .os.
29183
29184 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29185
29186         * timezone/zic.c: Update from tzcode 2013b.
29187
29188 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29189
29190         * manual/install.texi (Configuring and compiling):
29191         Mention i686 and i586.
29192         * INSTALL: Regenerate.
29193
29194 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29195
29196         * sysdeps/init_array/elf-init.c: New file.
29197         * csu/elf-init.c
29198         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29199         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29200
29201         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29202         __gmon_start__ as global, but as static with a .preinit_array pointer.
29203         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29204         * sysdeps/init_array/crti.S: New file, empty except for comments.
29205         * sysdeps/init_array/crtn.S: Likewise.
29206
29207 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29208
29209         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29210         definining bcopy.
29211         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29212         Remove Prefer_SSE_for_memop.
29213         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29214         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29215         HAS_PREFER_SSE_FOR_MEMOP.
29216         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29217         memset-x86-64.
29218         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29219         Remove bzero, memset ifunc support.
29220         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29221         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29222         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29223         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29224
29225 2013-03-11  Andreas Schwab  <schwab@suse.de>
29226
29227         [BZ #15234]
29228         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29229         by SHLIB_COMPAT.
29230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29231         (GLIBC_2.16): Remove pthread_atfork.
29232
29233 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29234
29235         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29236         (ptestcases.h): Likewise.
29237
29238 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29239
29240         * Makeconfig ($(common-objpfx)config.status): Depend on
29241         sysdeps/*/preconfigure{,.in} too.
29242
29243 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29244
29245         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29246         (__free_hook): Use void * instead of __malloc_ptr_t.
29247         (__malloc_hook): Likewise.
29248         (__realloc_hook): Likewise.
29249         (__memalign_hook): Likewise.
29250         (__after_morecore_hook): Likewise.
29251         * malloc/arena.c (save_malloc_hook): Likewise.
29252         (save_free_hook): Likewise.
29253         * malloc/hooks.c (malloc_hook_ini): Likewise.
29254         (realloc_hook_ini): Likewise.
29255         (memalign_hook_ini): Likewise.
29256         * malloc/malloc.c (malloc_hook_ini): Likewise.
29257         (realloc_hook_ini): Likewise.
29258         (memalign_hook_ini): Likewise.
29259         (__free_hook): Likewise.
29260         (__malloc_hook): Likewise.
29261         (__realloc_hook): Likewise.
29262         (__memalign_hook): Likewise.
29263         (__libc_malloc): Likewise.
29264         (__libc_free): Likewise.
29265         (__libc_realloc): Likewise.
29266         (__libc_memalign): Likewise.
29267         (__libc_valloc): Likewise.
29268         (__libc_pvalloc): Likewise.
29269         (__libc_calloc): Likewise.
29270         (__posix_memalign): Likewise.
29271         * malloc/morecore.c (__sbrk): Likewise.
29272         (__default_morecore): Likewise.
29273
29274         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29275
29276         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29277         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29278         __malloc_ptrdiff_t.
29279
29280         * malloc/malloc.h (__malloc_size_t): Remove macro.
29281         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29282         __malloc_size_t.
29283         (old_memalign_hook): Likewise.
29284         (old_realloc_hook): Likewise.
29285         (struct hdr): Likewise.
29286         (flood): Likewise.
29287         (mallochook): Likewise.
29288         (memalignhook): Likewise.
29289         (reallochook): Likewise.
29290         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29291         (tr_old_realloc_hook): Likewise.
29292         (tr_old_memalign_hook): Likewise.
29293         (tr_mallochook): Likewise.
29294         (tr_reallochook): Likewise.
29295         (tr_memalignhook): Likewise.
29296
29297 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29298
29299         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29300         default_ldbl_pack and using as default implementation.
29301         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29302         implementation.
29303         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29304         redundant definition.
29305         (ldbl_insert_mantissa): Likewise.
29306         (ldbl_canonicalize): Likewise.
29307         (ldbl_nearbyint): Likewise.
29308         (ldbl_pack): Rename to ldbl_pack_ppc.
29309         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29310         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29311         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29312
29313 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29314
29315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29316         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29317         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29318         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29319         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29320         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29321         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29322         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29323
29324 2013-03-07  Andreas Jaeger  <aj@suse.de>
29325
29326         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29327         bits/mman-linux.h.
29328
29329 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29330
29331         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29332         Include mpa.h and declare __MPEXP.
29333         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29334         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29335         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29336         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29337         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29338         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29339         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29340
29341         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29342         (__slowpow): Use long double EXPL and LOGL functions to
29343         compute POW.
29344         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29345         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29346         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29347         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29348         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29349         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29350
29351         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29352         intermediate variable to calculate exponent.
29353         (__sqr): Likewise.
29354         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29355         Likewise.
29356         (__sqr): Likewise.
29357
29358         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29359         [!NO__SQR]: Define __sqr.
29360         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29361         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29362         sysdeps/ieee754/dbl-64/mpa.c.
29363         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29364
29365         [BZ #12723]
29366         * posix/Makefile (tests): Add tst-pathconf.
29367         * posix/tst-pathconf.c: New test case.
29368         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29369         _PC_PIPE_BUF.
29370         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29371
29372 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29373
29374         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29375
29376 2013-03-06  Andreas Jaeger  <aj@suse.de>
29377
29378         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29379         definition via __MAP_ANONYMOUS.
29380
29381         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29382         it's not part of Linux headers.
29383
29384         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29385         (MAP_HUGE_MASK): Define.
29386
29387         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29388         Define.
29389         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29390         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29391         Define.
29392         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29393         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29394         Define.
29395         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29396         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29397         Define.
29398         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29399
29400         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29401         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29402         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29403         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29404         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29405         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29406
29407         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29408         Handle f2fs.
29409
29410         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29411         Handle f2fs and efivarfs.
29412
29413         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29414         f2fs.
29415
29416         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29417         (EFIVARFS_MAGIC): Add.
29418         (F2FS_LINK_MAX): Add.
29419
29420 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29421
29422         * stdio-common/vfprintf.c: Replace __builtin_expect with
29423         __glibc_unlikely.
29424
29425 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29426
29427         [BZ #13550]
29428         * sysdeps/generic/bp-sym.h: Remove file.
29429         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29430         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29431         <bp-sym.h> and <bp-asm.h>.
29432         (__longjmp): Don't use BP_SYM.
29433         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29434         and <bp-asm.h>.
29435         (memcpy): Don't use BP_SYM.
29436         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29437         <bp-sym.h> and <bp-asm.h>.
29438         (memcpy): Don't use BP_SYM.
29439         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29440         <bp-asm.h>.
29441         (memcpy): Don't use BP_SYM.
29442         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29443         <bp-asm.h>.
29444         (memset): Don't use BP_SYM.
29445         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29446         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29447         (__bzero): Don't use BP_SYM.
29448         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29449         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29450         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29451         <bp-sym.h> and <bp-asm.h>.
29452         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29453         pointers.
29454         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29455         <bp-sym.h> and <bp-asm.h>.
29456         (memcpy): Don't use BP_SYM.
29457         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29458         <bp-sym.h> and <bp-asm.h>.
29459         (memset): Don't use BP_SYM.
29460         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29461         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29462         (__bzero): Don't use BP_SYM.
29463         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29464         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29465         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29466         <bp-sym.h> and <bp-asm.h>.
29467         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29468         pointers.
29469         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29470         <bp-sym.h> and <bp-asm.h>.
29471         (memcpy): Don't use BP_SYM.
29472         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29473         <bp-sym.h> and <bp-asm.h>.
29474         (memset): Don't use BP_SYM.
29475         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29476         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29477         (__bzero): Don't use BP_SYM.
29478         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29479         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29480         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29481         <bp-sym.h> and <bp-asm.h>.
29482         (__memchr): Don't use BP_SYM.
29483         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29484         <bp-sym.h> and <bp-asm.h>.
29485         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29486         pointers.
29487         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29488         <bp-sym.h> and <bp-asm.h>.
29489         (memcpy): Don't use BP_SYM.
29490         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29491         <bp-sym.h> and <bp-asm.h>.
29492         (__mempcpy): Don't use BP_SYM.
29493         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29494         <bp-sym.h> and <bp-asm.h>.
29495         (__memrchr): Don't use BP_SYM.
29496         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29497         <bp-sym.h> and <bp-asm.h>.
29498         (memset): Don't use BP_SYM.
29499         (__bzero): Likewise.
29500         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29501         <bp-sym.h> and <bp-asm.h>.
29502         (__rawmemchr): Don't use BP_SYM.
29503         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29504         <bp-sym.h> and <bp-asm.h>.
29505         (__STRCMP): Don't use BP_SYM.
29506         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29507         <bp-sym.h> and <bp-asm.h>.
29508         (strchr): Don't use BP_SYM.
29509         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29510         <bp-sym.h> and <bp-asm.h>.
29511         (__strchrnul): Don't use BP_SYM.
29512         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29513         <bp-sym.h> and <bp-asm.h>.
29514         (strlen): Don't use BP_SYM.
29515         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29516         <bp-sym.h> and <bp-asm.h>.
29517         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29518         pointers.
29519         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29520         <bp-sym.h> and <bp-asm.h>.
29521         (__strnlen): Don't use BP_SYM.
29522         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29523         <bp-sym.h> and <bp-asm.h>.
29524         (__GI__setjmp): Don't use BP_SYM.
29525         (_setjmp): Likewise.
29526         (__sigsetjmp): Likewise.
29527         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29528         (L(start_addresses)): Don't use BP_SYM.
29529         (_start): Likewise.
29530         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29531         <bp-asm.h>.
29532         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29533         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29534         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29535         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29536         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29537         <bp-asm.h>.
29538         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29539         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29540         about bounded pointers.
29541         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29542         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29543         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29544         <bp-asm.h>.
29545         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29546         about bounded pointers.  Remove GKM FIXME comments.
29547         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29548         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29549         <bp-asm.h>.
29550         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29551         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29552         Remove GKM FIXME comments.
29553         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29554         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29555         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29556         <bp-asm.h>.
29557         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29558         about bounded pointers.  Remove GKM FIXME comment.
29559         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29560         and <bp-asm.h>.
29561         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29562         pointers.
29563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29564         <bp-sym.h> and <bp-asm.h>.
29565         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29567         <bp-sym.h> and <bp-asm.h>.
29568         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29569         comment.
29570
29571 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29572
29573         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29574         call free(NULL).
29575
29576 2013-03-05  David S. Miller  <davem@davemloft.net>
29577
29578         * po/es.po: Update from translation team.
29579
29580 2013-03-05  Andreas Jaeger  <aj@suse.de>
29581
29582         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29583         <bits/mman-linux.h>.
29584         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29585         is fine.
29586         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29587         <bits/mman-linux.h> to end of file.
29588         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29589         is fine.
29590         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29591         <bits/mman-linux.h> to end of file.
29592         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29593         is fine.
29594         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29595         <bits/mman-linux.h> to end of file.
29596
29597         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29598         (MCL_CURRENT, MCL_FUTURE): Define here.
29599
29600 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29601
29602         [BZ #15232]
29603         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29604         attribute_hidden.
29605         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29606
29607 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29608
29609         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29610         fourth parameter needed for rt_sigprocmask syscall.
29611         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29612         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29613         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29614         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29615         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29616         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29617
29618 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29619
29620         [BZ #13550]
29621         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29622         comment about bounded pointers.
29623         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29624         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29625
29626 2013-03-04  Andreas Jaeger  <aj@suse.de>
29627
29628         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29629         common definitions.
29630
29631         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29632         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29633         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29634         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29635         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29636         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29637
29638 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29639
29640         [BZ #15055]
29641         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29642         __ieee754_sqrl instead of __sqrl.
29643
29644 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29645
29646         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29647         * sysdeps/powerpc/fpu_control.h: ... here.
29648         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29649         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29650         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29651         * sysdeps/powerpc/bits/mathinline.h: ... here.
29652
29653 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29654
29655         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29656         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29657         to just [NEED_DL_SYSINFO_DSO].
29658         * elf/dl-support.c: Likewise.
29659         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29660         * elf/rtld.c (dl_main): Likewise.
29661         * elf/setup-vdso.h (setup_vdso): Likewise.
29662         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29663         * sysdeps/unix/sysv/linux/dl-sysdep.c
29664         (_dl_discover_osversion): Likewise.
29665
29666 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29667
29668         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29669         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29670
29671 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29672
29673         * NEWS: Mention libm performance improvements and non-x86 PI
29674         futex support.
29675
29676         * csu/libc-start.c (__pthread_initialize_minimal): Change
29677         function arguments.
29678         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29679
29680 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29681
29682         [BZ #13550]
29683         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29684         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29685         <bp-sym.h> and <bp-asm.h>.
29686         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29687         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29688         and <bp-asm.h>.
29689         (memcpy): Don't use BP_SYM.
29690         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29691         <bp-asm.h>.
29692         (__mpn_add_n): Don't use BP_SYM.
29693         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29694         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29695         and <bp-asm.h>.
29696         (__mpn_addmul_1): Don't use BP_SYM.
29697         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29698         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29699         <bp-sym.h>.
29700         (_setjmp): Don't use BP_SYM.
29701         (__novmx_setjmp): Likewise.
29702         (__GI__setjmp): Likewise.
29703         (__vmx_setjmp): Likewise.
29704         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29705         <bp-sym.h>.
29706         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29707         (__bzero): Don't use BP_SYM.
29708         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29709         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29710         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29711         <bp-sym.h> and <bp-asm.h>.
29712         (memcpy): Don't use BP_SYM.
29713         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29714         <bp-sym.h> and <bp-asm.h>.
29715         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29716         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29717         <bp-sym.h> and <bp-asm.h>.
29718         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29719         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29720         <bp-asm.h>.
29721         (__mpn_lshift): Don't use BP_SYM.
29722         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29723         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29724         <bp-asm.h>.
29725         (memset): Don't use BP_SYM.
29726         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29727         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29728         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29729         <bp-asm.h>.
29730         (__mpn_mul_1): Don't use BP_SYM.
29731         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29732         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29733         <bp-sym.h> and <bp-asm.h>.
29734         (memcmp): Don't use BP_SYM.
29735         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29736         <bp-sym.h> and <bp-asm.h>.
29737         (memcpy): Don't use BP_SYM.
29738         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29739         <bp-sym.h> and <bp-asm.h>.
29740         (memset): Don't use BP_SYM.
29741         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29742         <bp-sym.h> and <bp-asm.h>.
29743         (strncmp): Don't use BP_SYM.
29744         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29745         <bp-sym.h> and <bp-asm.h>.
29746         (memcpy): Don't use BP_SYM.
29747         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29748         <bp-sym.h> and <bp-asm.h>.
29749         (memset): Don't use BP_SYM.
29750         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29751         <bp-sym.h> and <bp-asm.h>.
29752         (__memchr): Don't use BP_SYM.
29753         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29754         <bp-sym.h> and <bp-asm.h>.
29755         (memcmp): Don't use BP_SYM.
29756         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29757         <bp-sym.h> and <bp-asm.h>.
29758         (memcpy): Don't use BP_SYM.
29759         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29760         <bp-sym.h> and <bp-asm.h>.
29761         (__mempcpy): Don't use BP_SYM.
29762         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29763         <bp-sym.h> and <bp-asm.h>.
29764         (__memrchr): Don't use BP_SYM.
29765         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29766         <bp-sym.h> and <bp-asm.h>.
29767         (memset): Don't use BP_SYM.
29768         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29769         <bp-sym.h> and <bp-asm.h>.
29770         (__rawmemchr): Don't use BP_SYM.
29771         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29772         <bp-sym.h> and <bp-asm.h>.
29773         (__STRCMP): Don't use BP_SYM.
29774         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29775         <bp-sym.h> and <bp-asm.h>.
29776         (strchr): Don't use BP_SYM.
29777         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29778         <bp-sym.h> and <bp-asm.h>.
29779         (__strchrnul): Don't use BP_SYM.
29780         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29781         <bp-sym.h> and <bp-asm.h>.
29782         (strlen): Don't use BP_SYM.
29783         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29784         <bp-sym.h> and <bp-asm.h>.
29785         (strncmp): Don't use BP_SYM.
29786         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29787         <bp-sym.h> and <bp-asm.h>.
29788         (__strnlen): Don't use BP_SYM.
29789         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29790         <bp-asm.h>.
29791         (__mpn_rshift): Don't use BP_SYM.
29792         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29793         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29794         <bp-sym.h> and <bp-asm.h>.
29795         (__sigsetjmp): Don't use BP_SYM.
29796         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29797         (L(start_addresses)): Don't use BP_SYM.
29798         (_start): Likewise.
29799         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29800         <bp-asm.h>.
29801         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29802         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29803         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29804         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29805         <bp-asm.h>.
29806         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29807         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29808         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29809         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29810         <bp-asm.h>.
29811         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29812         comments.
29813         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29814         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29815         <bp-asm.h>.
29816         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29817         FIXME comments.
29818         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29819         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29820         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29821         <bp-asm.h>.
29822         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29823         comment.
29824         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29825         and <bp-asm.h>.
29826         (strncmp): Don't use BP_SYM,
29827         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29828         <bp-asm.h>.
29829         (__mpn_sub_n): Don't use BP_SYM.
29830         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29831         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29832         and <bp-asm.h>.
29833         (__mpn_submul_1): Don't use BP_SYM.
29834         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29836         <bp-sym.h> and <bp-asm.h>.
29837         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29839         <bp-sym.h> and <bp-asm.h>.
29840         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29841         comment.
29842
29843 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29844
29845         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29846         Use ZK to minimize writes to Z.
29847         (sub_magnitudes): Simplify code a bit.
29848         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29849         Use ZK to minimize writes to Z.
29850         (sub_magnitudes): Simplify code a bit.
29851
29852 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29853
29854         * csu/gmon-start.c: Add special exception to license text.
29855
29856 2013-02-27  Richard Henderson  <rth@redhat.com>
29857
29858         * scripts/config.guess: Update from config.git.
29859         * scripts/config.sub: Likewise.
29860
29861 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29862
29863         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29864
29865         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29866
29867         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29868
29869         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29870
29871         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29872
29873 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29874
29875         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29876         [$(build-shared = yes].
29877
29878 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29879
29880         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29881         (__mul): Reduce iterations for calculating mantissa.
29882
29883         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29884         MPTWO.
29885         (__mpranred): Likewise.
29886
29887         [BZ #15160]
29888         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29889         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29890
29891 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29892
29893         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29894         Define __attribute__.
29895
29896 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29897
29898         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29899         unused.
29900         * posix/regex_internal.h (__attribute): Remove.
29901         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29902         (re_string_context_at): Likewise.
29903         (bitset_not): Use __attribute__ and mark function as possibly
29904         unused.
29905         (bitset_merge): Likewise.
29906         (bitset_mask): Likewise.
29907         (re_string_char_size_at): Likewise.
29908         (re_string_wchar_at): Likewise.
29909         (re_string_elem_size_at): Likewise.
29910
29911 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29912
29913         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29914         code.
29915         (cc32): Likewise.
29916
29917         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29918         (__acr): Likewise.
29919         (__cpy): Likewise.
29920         (norm): Likewise.
29921         (denorm): Likewise.
29922         (__dbl_mp): Likewise.
29923         (add_magnitudes): Likewise.
29924         (sub_magnitudes): Likewise.
29925         (__mul): Likewise.
29926         (__inv): Likewise.
29927
29928         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29929         style.
29930
29931         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29932         style.
29933
29934         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29935         code.
29936
29937         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29938         up changes with default code.
29939         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29940         Likewise.
29941
29942 2013-02-24  Allan McRae  <allan@archlinux.org>
29943
29944         * manual/socket.texi (The Internet Namespace): Order menu items
29945         to match that in the file.
29946
29947         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29948         node listing of the info page menu.
29949
29950 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29951
29952         [BZ #13550]
29953         * sysdeps/i386/bp-asm.h: Remove file.
29954         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29955         (PARMS): Do not use macros from bp-asm.h.
29956         (S1): Likewise.
29957         (S2): Likewise.
29958         (SIZE): Likewise.
29959         (__mpn_add_n): Do not use BP_SYM
29960         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29961         "bp-asm.h".
29962         (PARMS): Do not use macros from bp-asm.h.
29963         (S1): Likewise.
29964         (SIZE): Likewise.
29965         (__mpn_addmul_1): Do not use BP_SYM
29966         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29967         "bp-asm.h".
29968         (PARMS): Do not use macros from bp-asm.h.
29969         (SIGMSK): Likewise.
29970         (_setjmp): Likewise.  Do not use BP_SYM.
29971         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29972         "bp-asm.h".
29973         (PARMS): Do not use macros from bp-asm.h.
29974         (SIGMSK): Likewise.
29975         (setjmp): Likewise.  Do not use BP_SYM.
29976         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29977         "bp-asm.h".
29978         (PARMS): Do not use macros from bp-asm.h.
29979         (__frexp): Do not use BP_SYM.
29980         (frexp): Likewise.
29981         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29982         "bp-asm.h".
29983         (PARMS): Do not use macros from bp-asm.h.
29984         (__frexpf): Do not use BP_SYM.
29985         (frexpf): Likewise.
29986         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29987         "bp-asm.h".
29988         (PARMS): Do not use macros from bp-asm.h.
29989         (__frexpl): Do not use BP_SYM.
29990         (frexpl): Likewise.
29991         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29992         "bp-asm.h".
29993         (PARMS): Do not use macros from bp-asm.h.
29994         (__remquo): Do not use BP_SYM.
29995         (remquo): Likewise.
29996         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29997         "bp-asm.h".
29998         (PARMS): Do not use macros from bp-asm.h.
29999         (__remquof): Do not use BP_SYM.
30000         (remquof): Likewise.
30001         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30002         "bp-asm.h".
30003         (PARMS): Do not use macros from bp-asm.h.
30004         (__remquol): Do not use BP_SYM.
30005         (remquol): Likewise.
30006         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30007         "bp-asm.h".
30008         (PARMS): Do not use macros from bp-asm.h.
30009         (DEST): Likewise.
30010         (SRC): Likewise.
30011         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30012         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30013         "bp-asm.h".
30014         (PARMS): Do not use macros from bp-asm.h.
30015         (strlen): Do not use BP_SYM.
30016         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30017         "bp-asm.h".
30018         (PARMS): Do not use macros from bp-asm.h.
30019         (S1): Likewise.
30020         (S2): Likewise.
30021         (SIZE): Likewise.
30022         (__mpn_add_n): Do not use BP_SYM.
30023         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30024         "bp-asm.h".
30025         (PARMS): Do not use macros from bp-asm.h.
30026         (S1): Likewise.
30027         (SIZE): Likewise.
30028         (__mpn_addmul_1): Do not use BP_SYM.
30029         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30030         weak_alias.
30031         (bzero): Likewise.
30032         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30033         "bp-asm.h".
30034         (PARMS): Do not use macros from bp-asm.h.
30035         (S): Likewise.
30036         (SIZE): Likewise.
30037         (__mpn_lshift): Do not use BP_SYM.
30038         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30039         "bp-asm.h".
30040         (PARMS): Do not use macros from bp-asm.h.
30041         (DEST): Likewise.
30042         (SRC): Likewise.
30043         (LEN): Likewise.
30044         (memcpy): Likewise.  Do not use BP_SYM.
30045         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30046         libc_hidden_def and weak_alias.
30047         (mempcpy): Do not use BP_SYM in weak_alias.
30048         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30049         "bp-asm.h".
30050         (PARMS): Do not use macros from bp-asm.h.
30051         (DEST): Likewise.
30052         (LEN): Likewise.
30053         [!BZERO_P] (CHR): Likewise.
30054         (memset): Likewise.  Do not use BP_SYM.
30055         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30056         "bp-asm.h".
30057         (PARMS): Do not use macros from bp-asm.h.
30058         (S1): Likewise.
30059         (SIZE): Likewise.
30060         (__mpn_mul_1): Do not use BP_SYM.
30061         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30062         "bp-asm.h".
30063         (PARMS): Do not use macros from bp-asm.h.
30064         (S): Likewise.
30065         (SIZE): Likewise.
30066         (__mpn_rshift): Do not use BP_SYM.
30067         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30068         "bp-asm.h".
30069         (PARMS): Do not use macros from bp-asm.h.
30070         (STR): Likewise.
30071         (CHR): Likewise.
30072         (strchr): Likewise.  Do not use BP_SYM.
30073         (index): Do not use BP_SYM in weak_alias.
30074         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30075         "bp-asm.h".
30076         (PARMS): Do not use macros from bp-asm.h.
30077         (DEST): Likewise.
30078         (SRC): Likewise.
30079         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30080         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30081         "bp-asm.h".
30082         (PARMS): Do not use macros from bp-asm.h.
30083         (strlen): Do not use BP_SYM.
30084         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30085         "bp-asm.h".
30086         (PARMS): Do not use macros from bp-asm.h.
30087         (S1): Likewise.
30088         (S2): Likewise.
30089         (SIZE): Likewise.
30090         (__mpn_sub_n): Do not use BP_SYM.
30091         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30092         "bp-asm.h".
30093         (PARMS): Do not use macros from bp-asm.h.
30094         (S1): Likewise.
30095         (SIZE): Likewise.
30096         (__mpn_submul_1): Do not use BP_SYM.
30097         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30098         "bp-asm.h".
30099         (PARMS): Do not use macros from bp-asm.h.
30100         (S1): Likewise.
30101         (S2): Likewise.
30102         (SIZE): Likewise.
30103         (__mpn_add_n): Do not use BP_SYM.
30104         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30105         weak_alias.
30106         (bzero): Likewise.
30107         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30108         "bp-asm.h".
30109         (PARMS): Do not use macros from bp-asm.h.
30110         (BLK2): Likewise.
30111         (LEN): Likewise.
30112         (memcmp): Do not use BP_SYM.
30113         (bcmp): Do not use BP_SYM in weak_alias.
30114         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30115         "bp-asm.h".
30116         (PARMS): Do not use macros from bp-asm.h.
30117         (DEST): Likewise.
30118         (SRC): Likewise.
30119         (LEN): Likewise.
30120         (memcpy): Likewise.  Do not use BP_SYM.
30121         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30122         "bp-asm.h".
30123         (PARMS): Do not use macros from bp-asm.h.
30124         (DEST): Likewise.
30125         (SRC): Likewise.
30126         (LEN): Likewise.
30127         (memmove): Likewise.  Do not use BP_SYM.
30128         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30129         "bp-asm.h".
30130         (PARMS): Do not use macros from bp-asm.h.
30131         (DEST): Likewise.
30132         (SRC): Likewise.
30133         (LEN): Likewise.
30134         (__mempcpy): Likewise.  Do not use BP_SYM.
30135         (mempcpy): Do not use BP_SYM in weak_alias.
30136         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30137         "bp-asm.h".
30138         (PARMS): Do not use macros from bp-asm.h.
30139         (DEST): Likewise.
30140         (LEN): Likewise.
30141         [!BZERO_P] (CHR): Likewise.
30142         (memset): Likewise.  Do not use BP_SYM.
30143         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30144         "bp-asm.h".
30145         (PARMS): Do not use macros from bp-asm.h.
30146         (STR2): Likewise.
30147         (strcmp): Do not use BP_SYM.
30148         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30149         "bp-asm.h".
30150         (PARMS): Do not use macros from bp-asm.h.
30151         (STR): Likewise.
30152         (DELIM): Likewise.
30153         [USE_AS_STRTOK_R] (SAVE): Likewise.
30154         (FUNCTION): Likewise.  Do not use BP_SYM.
30155         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30156         aliases.
30157         (strtok_r): Likewise.
30158         (__GI___strtok_r): Likewise.
30159         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30160         (PARMS): Do not use macros from bp-asm.h.
30161         (S): Likewise.
30162         (SIZE): Likewise.
30163         (__mpn_lshift): Do not use BP_SYM.
30164         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30165         (PARMS): Do not use macros from bp-asm.h.
30166         (STR): Likewise.
30167         (CHR): Likewise.
30168         (__memchr): Do not use BP_SYM.
30169         (memchr): Do not use BP_SYM in weak_alias.
30170         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30171         (PARMS): Do not use macros from bp-asm.h.
30172         (BLK2): Likewise.
30173         (LEN): Likewise.
30174         (memcmp): Do not use BP_SYM.
30175         (bcmp): Do not use BP_SYM in weak_alias.
30176         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30177         (PARMS): Do not use macros from bp-asm.h.
30178         (S1): Likewise.
30179         (SIZE): Likewise.
30180         (__mpn_mul_1): Do not use BP_SYM.
30181         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30182         "bp-asm.h".
30183         (PARMS): Do not use macros from bp-asm.h.
30184         (STR): Likewise.
30185         (CHR): Likewise.
30186         (__rawmemchr): Do not use BP_SYM.
30187         (rawmemchr): Do not use BP_SYM in weak_alias.
30188         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30189         (PARMS): Do not use macros from bp-asm.h.
30190         (S): Likewise.
30191         (SIZE): Likewise.
30192         (__mpn_rshift): Do not use BP_SYM.
30193         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30194         (PARMS): Do not use macros from bp-asm.h.
30195         (SIGMSK): Likewise.
30196         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30197         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30198         (_start): Do not use BP_SYM.
30199         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30200         (PARMS): Do not use macros from bp-asm.h.
30201         (DEST): Likewise.
30202         (SRC): Likewise.
30203         (__stpcpy): Likewise.  Do not use BP_SYM.
30204         (stpcpy): Do not use BP_SYM in weak_alias.
30205         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30206         "bp-asm.h".
30207         (PARMS): Do not use macros from bp-asm.h.
30208         (DEST): Likewise.
30209         (SRC): Likewise.
30210         (LEN): Likewise.
30211         (__stpncpy): Likewise.  Do not use BP_SYM.
30212         (stpncpy): Do not use BP_SYM in weak_alias.
30213         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30214         (PARMS): Do not use macros from bp-asm.h.
30215         (STR): Likewise.
30216         (CHR): Likewise.
30217         (strchr): Likewise.  Do not use BP_SYM.
30218         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30219         "bp-asm.h".
30220         (PARMS): Do not use macros from bp-asm.h.
30221         (STR): Likewise.
30222         (CHR): Likewise.
30223         (__strchrnul): Likewise.  Do not use BP_SYM.
30224         (strchrnul): Do not use BP_SYM in weak_alias.
30225         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30226         "bp-asm.h".
30227         (PARMS): Do not use macros from bp-asm.h.
30228         (STOP): Likewise.
30229         (strcspn): Do not use BP_SYM.
30230         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30231         "bp-asm.h".
30232         (PARMS): Do not use macros from bp-asm.h.
30233         (STR): Likewise.
30234         (STOP): Likewise.
30235         (strpbrk): Likewise.  Do not use BP_SYM.
30236         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30237         "bp-asm.h".
30238         (PARMS): Do not use macros from bp-asm.h.
30239         (STR): Likewise.
30240         (CHR): Likewise.
30241         (strrchr): Likewise.  Do not use BP_SYM.
30242         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30243         (PARMS): Do not use macros from bp-asm.h.
30244         (SKIP): Likewise.
30245         (strspn): Do not use BP_SYM.
30246         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30247         (PARMS): Do not use macros from bp-asm.h.
30248         (STR): Likewise.
30249         (DELIM): Likewise.
30250         (SAVE): Likewise.
30251         (FUNCTION): Likewise.  Do not use BP_SYM.
30252         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30253         aliases.
30254         (strtok_r): Likewise.
30255         (__GI___strtok_r): Likewise.
30256         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30257         (PARMS): Do not use macros from bp-asm.h.
30258         (S1): Likewise.
30259         (S2): Likewise.
30260         (SIZE): Likewise.
30261         (__mpn_sub_n): Do not use BP_SYM.
30262         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30263         "bp-asm.h".
30264         (PARMS): Do not use macros from bp-asm.h.
30265         (S1): Likewise.
30266         (SIZE): Likewise.
30267         (__mpn_submul_1): Do not use BP_SYM.
30268         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30269         <bp-sym.h>.
30270         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30271         and <bp-asm.h>.
30272         (PARMS): Do not use macros from bp-asm.h.
30273         (FLAGS): Likewise.
30274         (PTID): Likewise.
30275         (TLS): Likewise.
30276         (CTID): Likewise.
30277         (__clone): Do not use BP_SYM.
30278         (clone): Do not use BP_SYM in weak_alias.
30279         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30280         and <bp-asm.h>.
30281         (PARMS): Do not use macros from bp-asm.h.
30282         (LEN): Likewise.
30283         (__mmap64): Do not use BP_SYM.
30284         (mmap64): Do not use BP_SYM in weak_alias.
30285         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30286         <bp-sym.h> and <bp-asm.h>.
30287         (PARMS): Do not use macros from bp-asm.h.
30288         (__posix_fadvise64_l64): Do not use BP_SYM.
30289         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30290         (PARMS): Do not use macros from bp-asm.h.
30291         (NSOPS): Likewise.
30292         (semtimedop): Do not use BP_SYM.
30293         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30294         and <bp-asm.h>.
30295
30296 2013-02-21  Allan McRae  <allan@archlinux.org>
30297
30298         * manual/message.texi (Charset conversion in gettext):
30299         Move @end statement to beginning of line.
30300
30301 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30302
30303         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30304         static.
30305         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30306         Likewise.
30307
30308         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30309         (denorm): Likewise.
30310         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30311         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30312
30313 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30314
30315         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30316         tail-call to the resolved function if pltexit isn't needed.
30317
30318 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30319
30320         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30321         or Y being zero as being unlikely.
30322         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30323         Likewise.
30324
30325 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30326
30327         * manual/nss.texi (System Databases and Name Service Switch):
30328         Remove frobnicate @pxref.
30329
30330 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30331
30332         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30333         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30334
30335 2013-02-20  Petr Machata  <pmachata@redhat.com>
30336
30337         * elf/elf.h (R_ARM_TARGET1): New macro.
30338         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30339         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30340         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30341         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30342         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30343         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30344         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30345         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30346         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30347         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30348         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30349         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30350         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30351         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30352         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30353         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30354         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30355         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30356         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30357         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30358         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30359         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30360         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30361         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30362         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30363         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30364         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30365         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30366         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30367         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30368         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30369         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30370         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30371         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30372         (R_ARM_THM_GOT_BREL12): Likewise.
30373         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30374         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30375         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30376         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30377         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30378         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30379         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30380         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30381         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30382
30383 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30384
30385         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30386         __attribute_used__ to __attribute__ ((unused)).
30387
30388 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30389
30390         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30391         powerpc mpa.c.
30392         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30393         comment formatting.
30394         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30395
30396 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30397
30398         [BZ #13550]
30399         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30400         Remove macro.
30401         (ENTER): Remove both macro definitions.
30402         (LEAVE): Likewise.
30403         (CHECK_BOUNDS_LOW): Likewise.
30404         (CHECK_BOUNDS_HIGH): Likewise.
30405         (CHECK_BOUNDS_BOTH): Likewise.
30406         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30407         (RETURN_BOUNDED_POINTER): Likewise.
30408         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30409         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30410         (POP_ERRNO_LOCATION_RETURN): Likewise.
30411         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30412         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30413         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30414         macros.
30415         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30416         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30417         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30418         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30419         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30420         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30421         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30422         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30423         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30424         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30425         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30426         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30427         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30428         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30429         removed macros.
30430         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30431         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30432         macros.
30433         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30434         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30435         * sysdeps/i386/i586/memset.S (memset): Likewise.
30436         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30437         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30438         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30439         macros.
30440         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30441         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30442         Change uses of L(2) to L(out).
30443         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30444         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30445         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30446         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30447         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30448         removed macros.
30449         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30450         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30451         macros.
30452         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30453         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30454         (RETURN): Do not use macro LEAVE.
30455         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30456         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30457         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30458         * sysdeps/i386/i686/memset.S (memset): Likewise.
30459         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30460         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30461         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30462         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30463         Likewise.
30464         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30465         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30466         L(1_2) and L(1_3) into L(1).
30467         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30468         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30469         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30470         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30471         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30472         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30473         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30474         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30475         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30476         macros.
30477         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30478         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30479         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30480         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30481         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30482         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30483         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30484         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30485         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30486         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30487         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30488         * sysdeps/i386/strspn.S (strspn): Likewise.
30489         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30490         conditional code.
30491         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30492         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30493         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30494         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30495         L(1_3) into L(1_1).
30496         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30497         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30498         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30499         macros.
30500         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30501
30502 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30503
30504         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30505         macro.
30506
30507 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30508
30509         * math/atest-exp.c (exp_mpn): Remove ROUND.
30510         * math/atest-exp2.c (exp_mpn): Likewise.
30511         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30512
30513         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30514         * stdlib/tst-tls-atexit-lib.c: Likewise.
30515         * stdlib/tst-tls-atexit.c: Likewise.
30516
30517 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30518
30519         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30520         and __attribute_alloc_size__.
30521
30522 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30523
30524         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30525         __attribute_alloc_size__.
30526         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30527         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30528
30529 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30530
30531         * include/programs/xmalloc.h: New file.
30532         * catgets/gencat.c: Include it.
30533         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30534         * elf/pldd.c: Likewise.
30535         * iconv/iconv_charmap.c: Likewise.
30536         * iconv/iconvconfig.c: Likewise.
30537         * iconv/strtab.c: Likewise.
30538         * locale/programs/locale.c: Likewise.
30539         * locale/programs/localedef.h: Likewise.
30540         * locale/programs/simple-hash.c: Likewise.
30541         * nscd/nscd.h: Likewise.
30542         * nss/makedb.c: Likewise.
30543         * sysdeps/generic/ldconfig.h: Likewise.
30544
30545 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30546
30547         * Versions.def: Add GLIBC_2.18.
30548         * include/link.h (struct link_map): New member l_tls_dtor_count.
30549         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30550         (__call_tls_dtors): Likewise.
30551         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30552         __cxa_thread_atexit_impl.
30553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30554         Likewise.
30555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30556         Likewise.
30557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30558         Likewise.
30559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30560         Likewise.
30561         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30562         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30563         Likewise.
30564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30565         Likewise.
30566         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30567         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30568         Likewise.
30569         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30570         (tests): Add test case tst-tls-atexit.
30571         (modules-names): Add shared library for tst-tls-atexit.
30572         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30573         (GLIBC_PRIVATE): Add __call_tls_dtors.
30574         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30575         for libstdc++.
30576         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30577         * stdlib/tst-tls-atexit.c: New test case.
30578         * stdlib/tst-tls-atexit-lib.c: New test case.
30579
30580         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30581
30582         * elf/Versions (ld): Add _dl_find_dso_for_object.
30583         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30584         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30585         (dl_open_worker): Use _dl_find_dso_for_object.
30586         * elf/dl-sym.c (do_sym): Likewise.
30587         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30588
30589 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30590
30591         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30592         Syntactic changes only.
30593         (_dl_runtime_profile): Do a tail-call to the resolved function.
30594
30595 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30596
30597         [BZ #13550]
30598         * sysdeps/x86_64/bp-asm.h: Remove file.
30599         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30600         <bp-sym.h> and <bp-asm.h>.
30601         (__clone): Do not use BP_SYM.
30602         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30603         <bp-sym.h> and <bp-asm.h>.
30604         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30605         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30606         "bp-asm.h".
30607         (_setjmp): Do not use BP_SYM.
30608         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30609         "bp-asm.h".
30610         (setjmp): Do not use BP_SYM.
30611         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30612         libc_hidden_def.
30613         (mempcpy): Do not use BP_SYM in weak_alias.
30614         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30615         "bp-asm.h".
30616         (strchr): Do not use BP_SYM.
30617         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30618         "bp-asm.h".
30619         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30620         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30621         (_start): Do not use BP_SYM.
30622         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30623         "bp-asm.h".
30624         (strcat): Do not use BP_SYM.
30625         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30626         "bp-asm.h".
30627         (STRCMP): Do not use BP_SYM.
30628         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30629         "bp-asm.h".
30630         (STRCPY): Do not use BP_SYM.
30631         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30632         "bp-asm.h".
30633         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30634         "bp-asm.h".
30635         (FUNCTION): Do not use BP_SYM.
30636         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30637         weak_alias.
30638         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30639
30640 2013-02-17  Andreas Jaeger  <aj@suse.de>
30641
30642         * time/Versions: Sort entries.
30643         * string/Versions: Likewise.
30644         * resolv/Versions: Likewise.
30645         * posix/Versions: Likewise.
30646         * iconv/Versions: Likewise.
30647         * elf/Versions: Likewise.
30648         * wcsmbs/Versions: Likewise.
30649
30650 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30651
30652         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30653         loop termination condition.
30654
30655         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30656         variable to calculate EZ.
30657         (__sqr): Likewise.
30658
30659         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30660         the lower precision input.
30661
30662 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30663
30664         [BZ #13550]
30665         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30666         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30667         (run-via-rtld-prefix): Do not handle %-bp tests.
30668         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30669         (all-object-suffixes): Remove .ob.
30670         (bppfx): Remove variable.
30671         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30672         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30673         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30674         [$(build-bounded) = yes] (libtype.ob): Likewise.
30675         * Makerules (elide-routines.ob): Remove variable.
30676         (do-tests-clean): Do not handle *-bp.out.
30677         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30678         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30679         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30680         (tests): Do not include $(tests-bp.out).
30681         (xtests): Do not include $(xtests-bp.out).
30682         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30683         [$(build-bounded) = yes] ($(addprefix
30684         $(objpfx),$(binaries-bounded))): Remove rule.
30685         ($(objpfx)%-bp.out): Remove rule.
30686         * config.make.in (build-bounded): Remove variable.
30687         * crypt/Makefile [$(build-bounded) = yes]
30688         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30689         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30690         append to variable.
30691         [$(build-bounded) = yes] (install-lib): Likewise.
30692         [$(build-bounded) = yes] (generated): Likewise.
30693         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30694         Remove rule.
30695         * intl/Makefile [$(build-bounded) = yes]
30696         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30697         * math/Makefile [$(build-bounded) = yes]
30698         ($(tests:%=$(objpfx)%-bp): Likewise.
30699         * misc/Makefile [$(build-bounded) = yes]
30700         ($(objpfx)tst-tsearch-bp): Likewise.
30701         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30702         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30703         Remove dependency.
30704         * string/Makefile (o-objects.ob): Remove variable.
30705         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30706         (CFLAGS-.ob): Remove variable.
30707         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30708         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30709         both definitions of variable.
30710         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30711         (ASFLAGS-.ob): Remove variable.
30712
30713 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30714
30715         [BZ #13550]
30716         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30717         Remove __BOUNDED_POINTERS__ from condition.
30718         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30719         * string/bits/string2.h [!__NO_STRING_INLINES &&
30720         !__BOUNDED_POINTERS__]: Likewise.
30721         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30722         Likewise.
30723         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30724         Remove conditional code.
30725         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30726         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30727         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30728         condition.
30729
30730         [BZ #13550]
30731         * csu/libc-start.c: Do not include <bp-sym.h>.
30732         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30733         * elf/dl-open.c: Do not include <bp-sym.h>.
30734         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30735         * math/fegetenv.c: Do not include <bp-sym.h>.
30736         (fegetenv): Do not use BP_SYM in versioned symbols.
30737         * nptl/sysdeps/pthread/bits/libc-lockP.h
30738         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30739         <bp-sym.h>.
30740         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30741         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30742         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30743         (__pthread_mutex_destroy): Likewise.
30744         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30745         (__pthread_mutex_lock): Likewise.
30746         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30747         (__pthread_mutex_trylock): Likewise.
30748         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30749         (__pthread_mutex_unlock): Likewise.
30750         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30751         (__pthread_mutexattr_init): Likewise.
30752         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30753         (__pthread_mutexattr_destroy): Likewise.
30754         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30755         (__pthread_mutexattr_settype): Likewise.
30756         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30757         (__pthread_rwlock_init): Likewise.
30758         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30759         (__pthread_rwlock_destroy): Likewise.
30760         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30761         (__pthread_rwlock_rdlock): Likewise.
30762         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30763         (__pthread_rwlock_tryrdlock): Likewise.
30764         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30765         (__pthread_rwlock_wrlock): Likewise.
30766         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30767         (__pthread_rwlock_trywrlock): Likewise.
30768         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30769         (__pthread_rwlock_unlock): Likewise.
30770         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30771         (__pthread_key_create): Likewise.
30772         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30773         (__pthread_setspecific): Likewise.
30774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30775         (__pthread_getspecific): Likewise.
30776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30777         Likewise.
30778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30779         (_pthread_cleanup_push_defer): Likewise.
30780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30781         (_pthread_cleanup_pop_restore): Likewise.
30782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30783         (pthread_setcancelstate): Likewise.
30784         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30785         <bp-sym.h>.
30786         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30787         (memchr): Do not use BP_SYM in weak_alias.
30788         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30789         (fegetenv): Do not use BP_SYM in versioned symbols.
30790         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30791         (fesetenv): Do not use BP_SYM in versioned symbols.
30792         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30793         (feupdateenv): Do not use BP_SYM in versioned symbols.
30794         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30795         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30796         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30797         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30798         (open64): Do not use BP_SYM in weak_alias.
30799         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30800         (fegetenv): Do not use BP_SYM in versioned symbols.
30801         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30802         (fesetenv): Do not use BP_SYM in versioned symbols.
30803         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30804         (feupdateenv): Do not use BP_SYM in versioned symbols.
30805         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30806         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30807         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30808         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30809         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30810         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30811         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30812         <bp-sym.h>.
30813         (__libc_start_main): Do not use BP_SYM.
30814
30815 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30816
30817         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30818         redundant return line.
30819         (norm): Likewise.
30820         (denorm): Likewise.
30821         (dbl_mp): Likewise.
30822         (sub_magnitudes): Likewise.
30823         (__add): Likewise.
30824         (__sub): Likewise.
30825         (__mul): Likewise.
30826         (__inv): Likewise.
30827         (__dvd): Likewise.
30828         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30829         (norm): Likewise.
30830         (denorm): Likewise.
30831         (dbl_mp): Likewise.
30832         (sub_magnitudes): Likewise.
30833         (__add): Likewise.
30834         (__sub): Likewise.
30835         (__mul): Likewise.
30836         (__inv): Likewise.
30837         (__dvd): Likewise.
30838
30839         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30840         instead of __mul.
30841         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30842         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30843         (cc32): Likewise.
30844
30845         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30846         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30847         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30848         of __mul for squares.
30849         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30850         function
30851         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30852         Likewise.
30853         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30854         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30855
30856 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30857
30858         [BZ #13550]
30859         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30860         code.
30861         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30862         prototype or function definition.  Rename ubp_* variables and
30863         parameters.  Remove argv definitions conditional on
30864         [__BOUNDED_POINTERS__].
30865         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30866         * elf/dl-runtime.c (_dl_fixup): Likewise.
30867         * include/set-hooks.h (RUN_HOOK): Likewise.
30868         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30869         definition.
30870         * string/strcpy.c (strcpy): Do not use __unbounded.
30871         * sysdeps/generic/frame.h (struct layout): Likewise.
30872         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30873         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30874         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30875         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30876         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30877         (__backtrace): Likewise.
30878         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30879         use __ptrvalue.
30880         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30881         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30882         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30883         Likewise.
30884         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30885         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30886         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30887         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30888         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30889         Do not use __unbounded.
30890         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30891         Rename __unboundedrlimits parameter to rlimits in prototype.
30892         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30893         Do not use __unbounded.
30894         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30895         not use __ptrvalue.
30896         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30897         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30898         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30899         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30900         __ptrvalue or __unbounded.
30901         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30902         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30903         use __unbounded.
30904         (__new_msgctl): Do not use __ptrvalue.
30905         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30906         __unbounded.
30907         (__libc_msgrcv): Do not use __ptrvalue.
30908         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30909         startup_info): Do not use __unbounded.
30910         (__libc_start_main): Likewise.  Rename ubp_* variables and
30911         parameters.  Remove argv definitions conditional on
30912         [__BOUNDED_POINTERS__].
30913         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30914         __ptrvalue.
30915         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30916         use __unbounded.
30917         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30918         or __ptrvalue.
30919         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30920         use __unbounded.
30921         (__new_shmctl): Do not use __ptrvalue.
30922         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30923         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30924         Likewise.
30925         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30926         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30927         (__libc_sigaction): Likewise.
30928         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30929         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30930         Likewise.
30931         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30932
30933 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30934
30935         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30936
30937         * string/mempcpy.c: Implement by calling memcpy.
30938
30939 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30940
30941         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30942
30943         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30944         evaluation.
30945
30946         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30947         values in the mantissa.
30948
30949         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30950         minimize writes to Z.
30951         (sub_magnitudes): Simplify code a bit.
30952
30953 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30954
30955         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30956         from the message.  The linker prefixes all warnings with that already.
30957
30958 2013-02-12  Andreas Schwab  <schwab@suse.de>
30959
30960         [BZ #15078]
30961         * posix/regexec.c (extend_buffers): Add parameter min_len.
30962         (check_matching): Pass minimum needed length.
30963         (clean_state_log_if_needed): Likewise.
30964         (get_subexp): Likewise.
30965         * posix/Makefile (tests): Add bug-regex34.
30966         (bug-regex34-ENV): Define.
30967         * posix/bug-regex34.c: New file.
30968
30969         [BZ #11561]
30970         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30971         elements compare against the byte sequence of it, not its name.
30972         * posix/Makefile (tests): Add bug-regex35.
30973         (bug-regex35-ENV): Define.
30974         * posix/bug-regex35.c: New file.
30975
30976 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30977
30978         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30979         comment.
30980         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30981         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30982         (CHECK_EOL): Add undef.
30983
30984 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30985
30986         * bits/stdlib-bsearch.h: New file.
30987         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30988         * stdlib/stdlib.h: Likewise.
30989
30990 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30991
30992         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30993         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30994         declaration.
30995         * manual/search.texi (Array Search Function): Add missing const in
30996         lfind prototype.
30997         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30998         declaration to use rlim_t.
30999         (Basic Scheduling Functions): Remove erroneous const from
31000         sched_getparam prototype.  Remove erroneous * from
31001         sched_get_priority_max and sched_get_priority_min prototypes.
31002         (Resource Usage): Fix summary @comment on vtimes to refer to
31003         sys/vtimes.h rather than vtimes.h.
31004         Add missing *s in vtimes prototype.
31005         (Limits on Resources): Fix ulimit prototype to return long int.
31006         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31007         prototypes to use long int rather than double.
31008         (BSD Random): Fix initstate and setstate to use char *, not void *.
31009         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31010         prototype to make second argument 'struct aiocb64 *const[]'.
31011         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31012         (Status of AIO Operations): Remove erroneous const in aio_return and
31013         aio_return64 prototypes.
31014         (Synchronizing I/O): Fix sync prototype to return void.
31015         * manual/startup.texi (Suboptions): Remove an erroneous const in
31016         getsubopt prototype.
31017         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31018         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31019         use size_t rather than int.
31020         (Scanning All Users): Likewise for getpwent_r.
31021         (Setting Groups): Add missing const to setgroups prototype.
31022         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31023         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31024         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31025         'const void *' rather than 'const char *'.
31026         (Host Address Functions): Likewise for inet_ntop.
31027         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31028         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31029         ssize_t for return value.
31030         (Sending Data): Likewise for send, sendto, sendmsg.
31031         (Socket Option Functions): Add a missing const in setsockopt prototype.
31032         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31033         use wchar_t for the argument.
31034         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31035         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31036         take no arguments.
31037         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31038         double/float/long double for second argument.
31039         Fix return types of significand, significandf, significandl.
31040         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31041         argument in fchmod prototype.
31042         (File Owner): Use uid_t and gid_t in fchown prototype.
31043         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31044         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31045         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31046         use 'const struct dirent **' as argument types to CMP function pointer
31047         argument.
31048         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31049         (File Times): Fix summary magic @comment for struct utimbuf and utime
31050         to refer to utime.h, not time.h.
31051         * manual/string.texi (Argz Functions): Add missing const in
31052         argz_extract and argz_next prototypes.
31053         (Finding Tokens in a String): Likewise for basename.
31054         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31055         (Copying and Concatenation): Fix typo in wmemmove prototype.
31056         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31057         (Signal Stack): Remove erroneous const in sigstack prototype.
31058         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31059         prototype.
31060         (Simple Calendar Time): Likewise for stime.
31061         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31062         prototype.
31063         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31064         say sys/sysctl.h instead.
31065         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31066         and vsyslog prototypes.
31067
31068 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31069
31070         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31071         Remove.
31072
31073 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31074
31075         * misc/sys/mman.h: Fix typo in mremap comment.
31076
31077 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31078
31079         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31080         the '\0' terminator.
31081
31082 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31083
31084         [BZ #13550]
31085         * debug/segfault.c: Don't include <bp-checks.h>.
31086         * sysdeps/generic/bp-checks.h: Remove file.
31087         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31088         (__GETDENTS): Don't use CHECK_N.
31089         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31090         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31091         (__getgroups): Don't use CHECK_N.
31092         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31093         (setgroups): Don't use CHECK_N.
31094         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31095         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31096         (__libc_msgrcv): Don't use CHECK_N.
31097         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31098         (__libc_msgsnd): Don't use CHECK_N.
31099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31100         <bp-checks.h>.
31101         (__libc_pread): Don't use CHECK_N.
31102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31103         include <bp-checks.h>.
31104         (__libc_pread64): Don't use CHECK_N.
31105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31106         include <bp-checks.h>.
31107         (__libc_pwrite): Don't use CHECK_N.
31108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31109         include <bp-checks.h>.
31110         (__libc_pwrite64): Don't use CHECK_N.
31111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31112         <bp-checks.h>.
31113         (__libc_pread): Don't use CHECK_N.
31114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31115         include <bp-checks.h>.
31116         (__libc_pread64): Don't use CHECK_N.
31117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31118         include <bp-checks.h>.
31119         (__libc_pwrite): Don't use CHECK_N.
31120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31121         include <bp-checks.h>.
31122         (__libc_pwrite64): Don't use CHECK_N.
31123         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31124         (do_pread): Don't use CHECK_N.
31125         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31126         (do_pread64): Don't use CHECK_N.
31127         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31128         (do_pwrite): Don't use CHECK_N.
31129         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31130         (do_pwrite64): Don't use CHECK_N.
31131         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31132         (__libc_readv): Don't use CHECK_N.
31133         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31134         (semop): Don't use CHECK_N.
31135         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31136         <bp-checks.h>.
31137         (semtimedop): Don't use CHECK_N.
31138         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31139         (__libc_pread): Don't use CHECK_N.
31140         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31141         <bp-checks.h>.
31142         (__libc_pread64): Don't use CHECK_N.
31143         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31144         <bp-checks.h>.
31145         (__libc_pwrite): Don't use CHECK_N.
31146         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31147         <bp-checks.h>.
31148         (__libc_pwrite64): Don't use CHECK_N.
31149         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31150         <bp-checks.h>.
31151         (__libc_msgrcv): Don't use CHECK_N.
31152         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31153         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31154         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31155         (__libc_writev): Don't use CHECK_N.
31156
31157 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31158
31159         * string/strcpy.c: Removed unused variable.
31160
31161         * Makeconfig (+sysdep-includes): Define with := rather than =.
31162         Use an existing include/ subdir of each sysdeps dir before it.
31163
31164 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31165
31166         * nscd/connection.c (register_traced_file): Comment function.
31167         [HAVE_INOTIFY] (union __inev): Define.
31168         [HAVE_INOTIFY] (inotify_check_files): New function.
31169         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31170         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31171         clear_db_cache.
31172         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31173
31174 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31175
31176         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31177         loaded if not already and that a failure is permanent.
31178
31179 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31180
31181         [BZ #15006]
31182         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31183         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31184
31185 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31186
31187         [BZ #13550]
31188         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31189         (CHECK_1_NULL_OK): Likewise.
31190         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31191         (__fxstat): Do not use CHECK_1.
31192         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31193         <bp-checks.h>.
31194         (___fxstat64): Do not use CHECK_1.
31195         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31196         <bp-checks.h>.
31197         (__fxstatat): Do not use CHECK_1.
31198         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31199         <bp-checks.h>.
31200         (__fxstatat64): Do not use CHECK_1.
31201         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31202         <bp-checks.h>.
31203         (__fxstat): Do not use CHECK_1.
31204         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31205         <bp-checks.h>.
31206         (__fxstatat): Do not use CHECK_1.
31207         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31208         <bp-checks.h>.
31209         (__getresgid): Do not use CHECK_1.
31210         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31211         <bp-checks.h>.
31212         (__getresuid): Do not use CHECK_1.
31213         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31214         <bp-checks.h>.
31215         (__lxstat): Do not use CHECK_1.
31216         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31217         <bp-checks.h>.
31218         (__old_msgctl): Do not use CHECK_1.
31219         (__new_msgctl): Likewise.
31220         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31221         <bp-checks.h>.
31222         (__new_setrlimit): Do not use CHECK_1.
31223         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31224         <bp-checks.h>.
31225         (__old_shmctl): Do not use CHECK_1.
31226         (__new_shmctl): Likewise.
31227         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31228         <bp-checks.h>.
31229         (__xstat): Do not use CHECK_1.
31230         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31231         (__lxstat): Do not use CHECK_1.
31232         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31233         <bp-checks.h>.
31234         (___lxstat64): Do not use CHECK_1.
31235         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31236         (__old_msgctl): Do not use CHECK_1.
31237         (__new_msgctl): Likewise.
31238         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31239         <bp-checks.h>.
31240         (__gettimeofday): Do not use CHECK_1.
31241         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31242         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31243         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31244         <bp-checks.h>.
31245         (__gettimeofday): Do not use CHECK_1.
31246         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31247         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31248         (__new_shmctl): Do not use CHECK_1.
31249         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31250         <bp-checks.h>.
31251         (do_sigtimedwait): Do not use CHECK_1.
31252         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31253         <bp-checks.h>.
31254         (do_sigwaitinfo): Do not use CHECK_1.
31255         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31256         <bp-checks.h>.
31257         (msgctl): Do not use CHECK_1.
31258         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31259         <bp-checks.h>.
31260         (shmctl): Do not use CHECK_1.
31261         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31262         (ustat): Do not use CHECK_1.
31263         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31264         <bp-checks.h>.
31265         (__fxstat): Do not use CHECK_1.
31266         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31267         <bp-checks.h>.
31268         (__fxstatat): Do not use CHECK_1.
31269         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31270         <bp-checks.h>.
31271         (__lxstat): Do not use CHECK_1.
31272         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31273         <bp-checks.h>.
31274         (__xstat): Do not use CHECK_1.
31275         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31276         (__xstat): Do not use CHECK_1.
31277         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31278         (___xstat64): Do not use CHECK_1.
31279
31280         [BZ #13550]
31281         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31282         definitions.
31283         (CHECK_BOUNDS_HIGH): Likewise.
31284         * string/strcpy.c: Do not include <bp-checks.h>.
31285         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31286
31287 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31288
31289         * nscd/nscd-client.h (__nscd_drop_map_ref):
31290         Add __attribute__ ((unused)).
31291         * nis/nss-nisplus.h (niserr2nss): Likewise.
31292
31293         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31294         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31295
31296         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31297         Remove inline keyword.
31298         * include/rounding-mode.h (round_away): Likewise.
31299         * libio/wfileops.c (adjust_wide_data): Likewise.
31300         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31301         (__m128i_strloadu_tolower): Likewise.
31302         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31303         (__m128i_strloadu_tolower): Likewise.
31304         * time/mktime.c (ydhms_diff): Likewise.
31305         * locale/elem-hash.h (elem_hash): Likewise.
31306         * locale/setlocale.c (setdata): Likewise.
31307         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31308         (re_string_wchar_at): Likewise.
31309         (bitset_not, bitset_merge, bitset_mask): Likewise.
31310         [!(__GNUC__ > 3)] (inline): Remove macro.
31311         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31312         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31313         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31314         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31315         * string/memcmp.c (memcmp_bytes): Likewise.
31316         * locale/programs/locarchive.c (compute_hashval): Likewise.
31317         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31318         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31319         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31320         * nss/getent.c (print_rpc, print_protocols): Likewise.
31321         (print_passwd, print_group, print_aliases): Likewise.
31322         * nis/nss-nisplus.h (niserr2nss): Likewise.
31323         * nscd/connections.c (restart_p): Likewise.
31324         Change return type to bool.
31325
31326 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31327
31328         * Makeconfig (all-Depend-files): Add existing
31329         $(sorted-subdirs:=/Depend) files.
31330         (all-subdirs): Remove nss.
31331         * sysdeps/unix/inet/Subdirs: Add it here instead.
31332         * hesiod/Depend: New file.
31333
31334         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31335         instead of calling alloca.
31336
31337         * io/lseek.c (__lseek): Rename to __libc_lseek.
31338         Define __lseek as an alias.
31339
31340         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31341
31342 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31343
31344         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31345         else clause and remove check for non-standard endianness.
31346
31347 2013-02-04  David S. Miller  <davem@davemloft.net>
31348
31349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31350
31351 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31352
31353         [BZ #13550]
31354         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31355         (__ubp_memchr): Remove prototype.
31356         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31357         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31358         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31359         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31360         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31361         Remove alias.
31362         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31363         (__ubp_memchr): Likewise.
31364         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31365         (__ubp_memchr): Likewise.
31366         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31367         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31368         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31369         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31370         CHECK_STRING.
31371         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31372         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31373         (__getcwd): Do not use CHECK_STRING.
31374         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31375         <bp-checks.h>.
31376         (__real_chown): Do not use CHECK_STRING.
31377         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31378         <bp-checks.h>.
31379         (fchownat): Do not use CHECK_STRING.
31380         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31381         CHECK_STRING.
31382         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31383         <bp-checks.h>.
31384         (__lchown): Do not use CHECK_STRING.
31385         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31386         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31387         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31388         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31390         include <bp-checks.h>.
31391         (truncate64): Do not use CHECK_STRING.
31392         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31393         <bp-checks.h>.
31394         (__real_chown): Do not use CHECK_STRING.
31395         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31396         <bp-checks.h>.
31397         (__lchown): Do not use CHECK_STRING.
31398         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31399         <bp-checks.h>.
31400         (__chown): Do not use CHECK_STRING.
31401         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31402         <bp-checks.h>.
31403         (truncate64): Do not use CHECK_STRING.
31404         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31405         Likewise.
31406         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31407         (__xmknod): Do not use CHECK_STRING.
31408         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31409         <bp-checks.h>.
31410         (__xmknodat): Do not use CHECK_STRING.
31411         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31412         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31413
31414 2013-02-04  Andreas Schwab  <schwab@suse.de>
31415
31416         [BZ #14142]
31417         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31418         * include/netdb.h: Likewise for h_errno.
31419         * elf/tst-stackguard1.c: Include <tls.h>.
31420
31421 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31422
31423         * elf/link.h (struct link_map): Extend the l_addr comment.
31424         * include/link.h (struct link_map): Likewise.
31425
31426 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31427
31428         [BZ #13550]
31429         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31430         (BOUNDED_1): Remove macro.
31431         * debug/backtrace.c: Don't include <bp-checks.h>.
31432         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31433         (__backtrace): Likewise.
31434         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31435         <bp-checks.h>.
31436         (__backtrace): Don't use BOUNDED_1.
31437         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31438         <bp-checks.h>.
31439         (__backtrace): Don't use BOUNDED_1.
31440         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31441         (__backtrace): Don't use BOUNDED_1.
31442         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31443         (shmat): Don't use BOUNDED_N.
31444
31445 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31446
31447         [BZ #13550]
31448         * sysdeps/generic/bp-start.h: Remove file.
31449         * csu/libc-start.c: Don't include <bp-start.h>.
31450         (LIBC_START_MAIN): Set up __environ directly instead of using
31451         INIT_ARGV_and_ENVIRON.
31452         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31453         <bp-start.h>.
31454
31455         [BZ #13550]
31456         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31457         definitions.
31458         (CHECK_FCNTL): Likewise.
31459         (CHECK_N_PAGES): Likewise.
31460
31461         [BZ #13550]
31462         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31463         definitions.
31464         (CHECK_SIGSET_NULL_OK): Likewise.
31465         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31466         <bp-checks.h>.
31467         (sigpending): Don't use CHECK_SIGSET.
31468         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31469         <bp-checks.h>.
31470         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31471         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31472         <bp-checks.h>.
31473         (do_sigsuspend): Don't use CHECK_SIGSET.
31474         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31475         use CHECK_SIGSET.
31476         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31477         (do_sigwait): Don't use CHECK_SIGSET.
31478         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31479         use CHECK_SIGSET.
31480         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31481         include <bp-checks.h>.
31482         (sigpending): Don't use CHECK_SIGSET.
31483         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31484         include <bp-checks.h>.
31485         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31486         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31487         <bp-checks.h>.
31488         (sigpending): Don't use CHECK_SIGSET.
31489         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31490         <bp-checks.h>.
31491         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31492
31493         [BZ #13550]
31494         * sysdeps/generic/bp-semctl.h: Remove file.
31495         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31496         <bp-checks.h> and <bp-semctl.h>.
31497         (__old_semctl): Don't use CHECK_SEMCTL.
31498         (__new_semctl): Likewise.
31499         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31500         and <bp-semctl.h>.
31501         (__old_semctl): Don't use CHECK_SEMCTL.
31502         (__new_semctl): Likewise.
31503         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31504         <bp-checks.h> and <bp-semctl.h>.
31505         (__old_semctl): Don't use CHECK_SEMCTL.
31506         (__new_semctl): Likewise.
31507         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31508         <bp-checks.h> and <bp-semctl.h>.
31509         (semctl): Don't use CHECK_SEMCTL.
31510
31511         [BZ #13550]
31512         * Makerules (elide-bp-thunks): Remove variable.
31513         (elide-routines.oS): Don't use $(elide-bp-thunks).
31514         (elide-routines.os): Likewise.
31515         (elide-routines.o): Likewise.
31516         (elide-routines.op): Likewise.
31517         (elide-routines.og): Likewise.
31518         (objects): Don't use $(bp-thunks).
31519         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31520         include.
31521         (common-generated): Do not add s-proto-bp.d.
31522         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31523         (int): Likewise.
31524         (typ): Likewise.
31525         Do not generate makefile rules for bounded-pointer thunks.
31526         * sysdeps/generic/bp-thunks.h: Remove file.
31527         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31528         * sysdeps/unix/s-proto-bp.S: Likewise.
31529
31530         [BZ #15062]
31531         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31532         parts of result separately when argument is not close to line from
31533         -i to i and one part of argument is small.
31534         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31535         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31536         * math/libm-test.inc (cacos_test): Add more tests.
31537         (casin_test): Likewise.
31538         (casinh_test): Likewise.
31539         * sysdeps/i386/fpu/libm-test-ulps: Update.
31540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31541
31542 2013-01-31  David S. Miller  <davem@davemloft.net>
31543
31544         * po/de.po: Update from translation team.
31545
31546 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31547
31548         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31549
31550 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31551
31552         * configure.in (_AC_PROG_CC_C89): New definition.
31553         * configure: Regenerate.
31554
31555         * configure.in (AC_PROG_CPP): New definition.
31556         * configure: Regenerate.
31557
31558 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31559
31560         * debug/tst-backtrace.h: New file.
31561         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31562         (ret): Remove variable.
31563         (x): Likewise.
31564         (FAIL): Remove macro.
31565         (NO_INLINE): Likewise.
31566         (fn1): Use match function instead of strstr.
31567         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31568         (ret): Remove variable.
31569         (x): Likewise.
31570         (FAIL): Remove macro.
31571         (NO_INLINE): Likewise.
31572         (fn): Use match function instead of strstr.
31573         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31574         (ret): Remove variable.
31575         (x): Likewise.
31576         (FAIL): Remove macro.
31577         (NO_INLINE): Likewise.
31578         (handle_signal): Use match function instead of strstr.
31579         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31580         (ret): Remove variable.
31581         (x): Likewise.
31582         (FAIL): Remove macro.
31583         (NO_INLINE): Likewise.
31584         (handle_signal): Use match function instead of strstr.
31585
31586 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31587
31588         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31589
31590 2013-01-23  David S. Miller  <davem@davemloft.net>
31591
31592         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31593         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31594         argument of CAS if possible.
31595         * sysdeps/sparc/sparc64/bits/atomic.h
31596         (__arch_compare_and_exchange_val_32_acq): Likewise.
31597         (__arch_compare_and_exchange_val_64_acq): Likewise.
31598
31599 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31600
31601         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31602         * sysdeps/posix/ulimit.c: ... this.
31603         Include <limits.h>.
31604         * sysdeps/unix/bsd/ulimit.c: Remove file.
31605
31606 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31607
31608         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31609         (LDFLAGS-tst-array5): Likewise.
31610
31611 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31612
31613         [BZ #15036]
31614         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31615         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31616         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31617         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31618
31619 2013-01-21  David S. Miller  <davem@davemloft.net>
31620
31621         * sysdeps/sparc/backtrace.c: New file.
31622         * sysdeps/sparc/sparc32/backtrace.h: New file.
31623         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31624         * sysdeps/sparc/sparc64/backtrace.h: New file.
31625         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31626         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31627         -funwind-tables.
31628
31629 2013-01-21  Andreas Schwab  <schwab@suse.de>
31630
31631         [BZ #15020]
31632         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31633         closed its stdout.
31634
31635 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31636
31637         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31638         "mpa2.h".
31639         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31640
31641 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31642             Mark Mitchell  <mark@codesourcery.com>
31643             Tom de Vries  <tom@codesourcery.com>
31644             Paul Pluzhnikov  <ppluzhnikov@google.com>
31645
31646         * debug/tst-backtrace2.c: New file.
31647         * debug/tst-backtrace3.c: Likewise.
31648         * debug/tst-backtrace4.c: Likewise.
31649         * debug/tst-backtrace5.c: Likewise.
31650         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31651         (CFLAGS-tst-backtrace3.c): Likewise.
31652         (CFLAGS-tst-backtrace4.c): Likewise.
31653         (CFLAGS-tst-backtrace5.c): Likewise.
31654         (LDFLAGS-tst-backtrace2): Likewise.
31655         (LDFLAGS-tst-backtrace3): Likewise.
31656         (LDFLAGS-tst-backtrace4): Likewise.
31657         (LDFLAGS-tst-backtrace5): Likewise.
31658         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31659         tst-backtrace4 and tst-backtrace5.
31660
31661 2013-01-18  Anton Blanchard  <anton@samba.org>
31662             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31663
31664         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31665         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31666         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31667         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31669         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31670         "+r" and remove output regs list as redundant.  Add explicit inline
31671         asm to specify register of return val to work around compiler codegen
31672         bug.  Remove (int) cast on return value.  Add return type parameter to
31673         use in macro so that this macro does not truncate return value for
31674         64-bit values.
31675         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31676         pass to INTERNAL_VSYSCALL_NCS.
31677         (INLINE_VSYSCALL): Add 'long int' as return type to
31678         INTERNAL_VSYSCALL_NCS macro invocation.
31679         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31680         INTERNAL_VSYSCALL_NCS macro invocation.
31681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31682
31683 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31684
31685         [BZ #14496]
31686         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31687         Fix application of SIMD FP exception mask.
31688
31689         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31690         mp_no from a power of two.
31691         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31692         __mpexp_twomm1.  Use __pow_mp.
31693
31694         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31695         multiplication.
31696
31697 2013-01-17  David S. Miller  <davem@davemloft.net>
31698
31699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31700
31701 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31702
31703         [BZ #15023]
31704         * include/complex.h: Condition contents on [!_COMPLEX_H].
31705         (__kernel_casinhf): New prototype.
31706         (__kernel_casinh): Likewise.
31707         (__kernel_casinhl): Likewise.
31708         * math/Makefile (libm_calls): Add k_casinh.
31709         * math/k_casinh.c: New file.
31710         * math/k_casinhf.c: Likewise.
31711         * math/k_casinhl.c: Likewise.
31712         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31713         finite nonzero arguments.
31714         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31715         finite nonzero arguments.
31716         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31717         finite nonzero arguments.
31718         * math/s_casinh.c: Do not include <float.h>.
31719         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31720         * math/s_casinhf.c: Do not include <float.h>.
31721         (__casinhf): Move code for finite nonzero arguments to
31722         k_casinhf.c.
31723         * math/s_casinhl.c: Do not include <float.h>.
31724         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31725         redefine.
31726         (__casinhl): Move code for finite nonzero arguments to
31727         k_casinhl.c.
31728         * math/libm-test.inc (cacos_test): Add more tests.
31729         * sysdeps/i386/fpu/libm-test-ulps: Update.
31730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31731
31732 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31733
31734         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31735         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31736         [!HAVE_MREMAP]: Remove [defined linux] case.
31737         * malloc/arena.c: Do not include <malloc-sysdep.h>.
31738
31739 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31740
31741         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31742
31743 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
31744
31745         * elf/elf.h (R_386_SIZE32): New relocation.
31746         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31747         R_386_SIZE32.
31748         (elf_machine_rela): Likewise.
31749         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31750         R_X86_64_SIZE64 and R_X86_64_SIZE32.
31751
31752 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31753
31754         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31755         (FP_FAST_FMA): Do not define.
31756         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31757         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31758         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31759         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31760         !_SOFT_FLOAT]: Likewise.
31761         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31762         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31763         value.
31764         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31765         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31766         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31767         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31768         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31769         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31770         file.
31771
31772 2013-01-16  Andreas Schwab  <schwab@suse.de>
31773
31774         [BZ #14327]
31775         * include/stdlib.h (__mktemp): Add declaration.
31776         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31777         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31778
31779 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31780
31781         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31782         definitions.
31783         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31784         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31785         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31786         definitions here.
31787         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31788         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31789         definitions.
31790         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31791         and ONE.
31792         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31793         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31794         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31795         definitions.
31796         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31797         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31798         definitions.
31799         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31800
31801         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31802
31803 2013-01-15  David S. Miller  <davem@davemloft.net>
31804
31805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31806         trunc{,f} to libm-sysdep_routes.
31807         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31809         file.
31810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31812         file.
31813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31814         file.
31815         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31816         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31817         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31818         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31819         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31820         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31821         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31822         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31823
31824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31825         nearbyint{,f} to libm-sysdep_routes.
31826         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31828         New file.
31829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31830         file.
31831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31832         New file.
31833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31834         file.
31835         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31837         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31838         file.
31839         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31840         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31841         file.
31842         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31843         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31844         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31845
31846         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31847         libc_feholdexcept and libc_fesetenv.
31848
31849 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31850
31851         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31852
31853 2013-01-14  David S. Miller  <davem@davemloft.net>
31854
31855         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31856         (SPARC_ASM_VIS2_IFUNC): Likewise.
31857         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31859         use of 'siam' instruction.
31860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31861         Likewise.
31862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31863         Likewise.
31864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31865         Likewise.
31866         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31867         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31868         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31869         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31871         file.
31872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31873         file.
31874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31875         file.
31876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31877         file.
31878         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31879         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31880         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31881         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31883         new VIS2 routines.
31884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31887         Likewise.
31888         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31889         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31890         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31891         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31893         routines to libm-sysdep_routines.
31894         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31895
31896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31897         fdim/fdimf to libm-sysdep_routines.
31898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31899         file.
31900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31902         file.
31903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31905         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31906         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31907         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31908         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31909         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31910
31911 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31912
31913         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31914         to optimize copies.
31915
31916         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31917         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31918         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31919
31920         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31921         local variable MPTWO.
31922         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31923         Likewise.
31924
31925 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31926
31927         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31928         GLOB_NOESCAPE.
31929
31930 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31931
31932         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31933
31934 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31935
31936         * manual/pattern.texi (glob_t): Document gl_flags.
31937         (glob64_t): Likewise.
31938
31939 2013-01-11  David S. Miller  <davem@davemloft.net>
31940
31941         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31942         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31943         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31944         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31945         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31946         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31947         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31948         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31949         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31950         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31951         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31952         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31953         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31954
31955         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31956         sparc V9 rather than using V8 code.
31957         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31958         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31959
31960         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31961         Move to...
31962         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31963         Here.
31964
31965 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31966
31967         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31968         not in the main loop.
31969         * configure: Regenerated.
31970
31971 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31972
31973         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31974         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31975         to just #else.
31976         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31977         [!__GLIBC_HAVE_LONG_LONG] case.
31978         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31979         condition to just #else.
31980         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31981         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31982         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31983         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31984         unconditional.
31985         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31986         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31987         #elif condition to just #else.
31988         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31989         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31990         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31991         #elif condition to just #else.
31992
31993 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31994
31995         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31996         (EF_MIPS_ARCH_64): Fix value.
31997         (EF_MIPS_ARCH_32R2): New.
31998         (EF_MIPS_ARCH_64R2): New.
31999
32000 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32001
32002         * Makeconfig (+link-pie-before-libc): New.
32003         (+link-pie-after-libc): Likewise.
32004         (+link-pie-tests): Likewise.
32005         (+link-pie): Rewritten.
32006         (link-before-libc): Remove $(config-LDFLAGS).
32007         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32008         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32009         (config-LDFLAGS): Renamed to ...
32010         (rtld-LDFLAGS): This.
32011         (rtld-tests-LDFLAGS): New macro.
32012         (link-libc-rpath-link): Likewise.
32013         (link-libc-tests-rpath-link): Likewise.
32014         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32015         (link-libc): Prepand $(link-libc-rpath-link).
32016         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32017         (test-program-prefix): New macro.
32018         (test-via-rtld-prefix): Likewise.
32019         (test-program-cmd): Likewise.
32020         (host-test-program-cmd): Likewise.
32021         * Makefile ($(common-objpfx)testrun.sh): Replace
32022         $(run-program-prefix) with $(test-program-prefix).
32023         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32024         $(rtld-LDFLAGS).
32025         ($(common-objpfx)shlib.lds): Likewise.
32026         (build-module-helper): Likewise.
32027         ($(common-objpfx)format.lds): Likewise.
32028         * Rules (binaries-pie-tests): New.
32029         (binaries-pie-notests): Likewise.
32030         (binaries-pie): Rewritten.
32031         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32032         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32033         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32034         (make-test-out): Replace $(host-built-program-cmd) with
32035         $(host-test-program-cmd).
32036         * config.make.in (build-hardcoded-path-in-tests): New variable.
32037         * configure.in (--enable-hardcoded-path-in-tests): New configure
32038         option.
32039         (hardcoded_path_in_tests): New AC_SUBST.
32040         * configure: Regenerated.
32041         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32042         $(built-program-cmd) with $(test-program-cmd).
32043         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32044         (test_program_cmd): This.
32045         * elf/Makefile ($(objpfx)order.out): Run test with
32046         $(test-program-prefix).
32047         ($(objpfx)order2.out): Likewise.
32048         ($(objpfx)tst-initorder.out): Likewise.
32049         ($(objpfx)tst-initorder2.out): Likewise.
32050         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32051         $(test-program-cmd).
32052         ($(objpfx)tst-array1-static.out): Likewise.
32053         ($(objpfx)tst-array2.out): Likewise.
32054         ($(objpfx)tst-array3.out): Likewise.
32055         ($(objpfx)tst-array4.out): Likewise.
32056         ($(objpfx)tst-array5.out): Likewise.
32057         ($(objpfx)tst-array5-static.out): Likewise.
32058         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32059         $(test-program-cmd).
32060         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32061         $(run-program-prefix) with $(test-program-prefix).
32062         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32063         (test_program_prefix): This.
32064         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32065         $(run-program-prefix) with $(test-program-prefix).
32066         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32067         (test_program_prefix): This.
32068         * iconvdata/tst-tables.sh: Likewise.
32069         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32070         $(run-program-prefix) with $(test-program-prefix).
32071         ($(objpfx)tst-translit.out): Likewise.
32072         ($(objpfx)tst-gettext2.out): Likewise.
32073         ($(objpfx)tst-gettext4.out): Likewise.
32074         ($(objpfx)tst-gettext6.out): Likewise.
32075         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32076         (test_program_prefix): This.
32077         * intl/tst-gettext2.sh: Likewise.
32078         * intl/tst-gettext4.sh  Likewise.
32079         * intl/tst-gettext6.sh: Likewise.
32080         * intl/tst-translit.sh: Likewise.
32081         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32082         with $(test-program-cmd).
32083         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32084         $(run-program-prefix) with $(test-program-prefix).
32085         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32086         (test_program_prefix): This.
32087         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32088         $(run-program-prefix) with $(test-program-prefix).
32089         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32090         (test_program_prefix): This.
32091         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32092         * posix/Makefile ($(objpfx)globtest.out): Replace
32093         $(run-via-rtld-prefix) and $(test-wrapper) with
32094         $(test-program-prefix) and $(test-via-rtld-prefix).
32095         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32096         $(test-program-prefix).
32097         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32098         $(host-test-program-cmd).
32099         (tst-spawn-ARGS): Likewise.
32100         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32101         $(test-program-prefix).
32102         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32103         (test_via_rtld_prefix): This.
32104         (test_wrapper): Renamed to ...
32105         (test_program_prefix): This.
32106         (run_program_prefix): Replaced by test_program_prefix.
32107         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32108         (test_program_prefix): This.
32109         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32110         with $(host-test-program-cmd).
32111         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32112         $(run-program-prefix) with $(test-program-prefix).
32113         ($(objpfx)tst-printf.out): Likewise.
32114         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32115         $(test-program-cmd).
32116         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32117         (test_program_prefix): This.
32118         * stdio-common/tst-unbputc.sh: Likewise.
32119         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32120         $(run-program-prefix) with $(test-program-prefix).
32121         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32122         (test_program_prefix): This.
32123         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32124         $(built-program-cmd) with $(test-program-cmd).
32125
32126 2013-01-11  Andreas Jaeger  <aj@suse.de>
32127
32128         [BZ #15003]
32129         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32130         value. Sync with Linux 3.7.
32131
32132 2013-01-10  David S. Miller  <davem@davemloft.net>
32133
32134         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32135         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32136         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32137
32138 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32139
32140         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32141         never set.
32142         * configure: Regenerated.
32143
32144 2013-01-10  David S. Miller  <davem@davemloft.net>
32145
32146         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32147         sparc V9 rather than using V8 code.
32148         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32149         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32150
32151 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32152
32153         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32154         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32155         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32156         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32157         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32158         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32159         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32160         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32161         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32162         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32163         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32164         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32165         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32166         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32167         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32168         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32169         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32170         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32171         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32172         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32173         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32174         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32175         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32176         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32177         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32178         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32179         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32180
32181 2013-01-10  David S. Miller  <davem@davemloft.net>
32182
32183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32184
32185 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32186
32187         * posix/Makefile (tests-static): New variable.
32188         (tests): Add $(tests-static).
32189         (tst-exec-static-ARGS): New variable.
32190         (tst-spawn-static-ARGS): Likewise.
32191         * posix/tst-exec-static.c: New file.
32192         * posix/tst-spawn-static.c: Likewise.
32193         * posix/tst-exec.c: Support run directly.
32194         * posix/tst-spawn.c: Likewise.
32195
32196 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32197
32198         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32199         long.
32200         * math/bits/mathcalls.h (llrint): Likewise.
32201         (llround): Likewise.
32202         * stdlib/stdlib.h (struct drand48_data): Likewise.
32203         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32204         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32205         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32206         Likewise.
32207         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32208         Likewise.
32209         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32210         (elf_greg_t): Likewise.
32211         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32212         (__jmp_buf): Likewise.
32213         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32214         definitions.
32215         (llrint): Likewise, for all definitions.
32216         (llrintl): Likewise.
32217
32218         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32219         Remove [__GNUC__] condition.
32220         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32221         condition to just [__USE_ISOC99].
32222         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32223
32224 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32225
32226         [BZ #14200]
32227         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32228         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32229         defined.
32230         (_POSIX_V6_ILP32_OFF32): Likewise.
32231         (_XBS5_ILP32_OFF32): Likewise.
32232         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32233         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32234
32235 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32236
32237         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32238
32239         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32240         doubles __mpexp_twomm1.  Adjust usage.
32241         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32242         Remove.
32243
32244 2013-01-10  Andreas Schwab  <schwab@suse.de>
32245
32246         [BZ #14964]
32247         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32248         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32249
32250 2013-01-09  David S. Miller  <davem@davemloft.net>
32251
32252         [BZ #15003]
32253         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32254         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32255         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32256         (TCP_FASTOPEN): Define.
32257         (tcp_repair_opt): New structure.
32258         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32259         enum values.
32260         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32261         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32262         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32263         (tcp_cookie_transactions): New structure.
32264
32265 2013-01-09  Anton Blanchard  <anton@samba.org>
32266
32267         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32268         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32269         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32270         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32271
32272 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32273
32274         * include/features.h (__USE_ANSI): Remove.
32275
32276 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32277
32278         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32279
32280         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32281
32282 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32283
32284         * sysdeps/s390/fpu/libm-test-ulps: Update.
32285
32286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32287
32288         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32289         (__acr): Likewise.
32290         (__cpy): Likewise.
32291         (norm): Likewise.
32292         (denorm): Likewise.
32293         (__mp_dbl): Likewise.
32294         (__dbl_mp): Likewise.
32295         (add_magnitudes): Likewise.
32296         (sub_magnitudes): Likewise.
32297         (__add): Likewise.
32298         (__sub): Likewise.
32299         (__mul): Likewise.
32300         (__inv): Likewise.
32301         (__dvd): Likewise.
32302         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32303         (__acr): Likewise.
32304         (__cpy): Likewise.
32305         (norm): Likewise.
32306         (denorm): Likewise.
32307         (__mp_dbl): Likewise.
32308         (__dbl_mp): Likewise.
32309         (add_magnitudes): Likewise.
32310         (sub_magnitudes): Likewise.
32311         (__add): Likewise.
32312         (__sub): Likewise.
32313         (__mul): Likewise.
32314         (__inv): Likewise.
32315         (__dvd): Likewise.
32316         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32317         (__acr): Likewise.
32318         (__cpy): Likewise.
32319         (norm): Likewise.
32320         (denorm): Likewise.
32321         (__mp_dbl): Likewise.
32322         (__dbl_mp): Likewise.
32323         (add_magnitudes): Likewise.
32324         (sub_magnitudes): Likewise.
32325         (__add): Likewise.
32326         (__sub): Likewise.
32327         (__mul): Likewise.
32328         (__inv): Likewise.
32329         (__dvd): Likewise.
32330
32331 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32332
32333         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32334         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32335         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32336         2 && __USE_EXTERN_INLINES]: Likewise.
32337
32338 2013-01-08  Andreas Jaeger  <aj@suse.de>
32339
32340         [BZ# 14985]
32341         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32342         Remove.
32343         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32344         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32345
32346 2013-01-07  Anton Blanchard  <anton@samba.org>
32347
32348         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32349         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32350         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32351         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32352         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32353         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32354         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32355         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32357         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32358         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32359         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32360         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32361         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32362         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32363         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32364         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32365         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32366         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32367         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32368         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32369         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32370         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32371         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32372         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32373         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32374         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32375         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32376         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32377         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32378         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32379         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32380         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32381         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32382         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32383         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32384         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32385         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32386         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32387         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32388         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32389         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32390         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32391
32392 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32393
32394         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32395         (__MALLOC_PMT): Likewise.
32396         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32397         [__GNUC__], only on [_LIBC].
32398         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32399         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32400         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32401         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32402         forward declaration.
32403         (realloc_hook_ini): Likewise.
32404         (memalign_hook_ini): Likewise.
32405         (__libc_memalign): Do not use __MALLOC_PMT in variable
32406         declaration.
32407         (__libc_valloc): Likewise.
32408         (__libc_pvalloc): Likewise.
32409         (__libc_calloc): Likewise.
32410         (__posix_memalign): Likewise.
32411
32412         [BZ #14996]
32413         * math/s_casinh.c: Include <float.h>.
32414         (__casinh): Do not do computation with squaring and square root
32415         for large arguments.
32416         * math/s_casinhf.c: Include <float.h>.
32417         (__casinhf): Do not do computation with squaring and square root
32418         for large arguments.
32419         * math/s_casinhl.c: Include <float.h>.
32420         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32421         (__casinhl): Do not do computation with squaring and square root
32422         for large arguments.
32423         * math/libm-test.inc (casin_test): Add more tests.
32424         (casinh_test): Likewise.
32425         * sysdeps/i386/fpu/libm-test-ulps: Update.
32426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32427
32428 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32429
32430         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32431         (__x86_64_raw_data_cache_size): Likewise.
32432         (__x86_64_data_cache_size_half): Likewise.
32433         (__x86_64_raw_data_cache_size_half): Likewise.
32434         (__x86_64_shared_cache_size): Likewise.
32435         (__x86_64_raw_shared_cache_size): Likewise.
32436         (__x86_64_shared_cache_size_half): Likewise.
32437         (__x86_64_raw_shared_cache_size_half): Likewise.
32438         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32439         to ...
32440         (__x86_data_cache_size): This.
32441         (__x86_64_raw_data_cache_size): Renamed to ...
32442         (__x86_raw_data_cache_size): This.
32443         (__x86_64_data_cache_size_half): Renamed to ...
32444         (__x86_data_cache_size_half): This.
32445         (__x86_64_raw_data_cache_size_half): Renamed to ...
32446         (__x86_raw_data_cache_size_half): This.
32447         (__x86_64_shared_cache_size): Renamed to ...
32448         (__x86_shared_cache_size): This.
32449         (__x86_64_raw_shared_cache_size): Renamed to ...
32450         (__x86_raw_shared_cache_size): This.
32451         (__x86_64_shared_cache_size_half): Renamed to ...
32452         (__x86_shared_cache_size_half): This.
32453         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32454         (__x86_raw_shared_cache_size_half): This.
32455         * sysdeps/x86_64/memcpy.S: Updated.
32456         * sysdeps/x86_64/memset.S: Likewise.
32457         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32458         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32459         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32460
32461 2013-01-04  David S. Miller  <davem@davemloft.net>
32462
32463         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32464
32465 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32466
32467         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32468         1 to avoid redefinition warning.
32469         (__USE_GNU): Don't define.
32470         (init_signaling_nan): Protoize.
32471
32472         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32473
32474 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32475
32476         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32477         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32478         (__cpymn): Likewise.
32479         (norm): Remove commented code.
32480         (denorm): Likewise.
32481         (__mp_dbl): Likewise.
32482         (__inv): Likewise.
32483         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32484         (__cpymn): Likewise.
32485         (norm): Remove commented code.
32486         (denorm): Likewise.
32487         (__mp_dbl): Likewise.
32488         (__inv): Likewise.
32489
32490         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32491         mp_no value for 1.0 and 2.0.
32492         (norm): Use RADIXI instead of radixi.d.
32493         (denorm): Likewise.
32494         (__mul): Use 0.0 instead of zero.d.
32495         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32496         mp_no value for 1.0 and 2.0.
32497         (norm): Use RADIXI instead of radixi.d.
32498         (denorm): Likewise.
32499         (__mul): Use 0.0 instead of zero.d.
32500
32501 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32502
32503         [BZ #14994]
32504         * math/s_casinh.c (__casinh): Reduce finite argument to first
32505         quadrant then set signs of results at the end.
32506         * math/s_casinhf.c (__casinhf): Likewise.
32507         * math/s_casinhl.c (__casinhl): Likewise.
32508         * math/libm-test.inc (casin_test): Add more tests.
32509         (casinh_test): Likewise.
32510         * sysdeps/i386/fpu/libm-test-ulps: Update.
32511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32512
32513 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32514
32515         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32516
32517         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32518
32519         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32520         declarations.
32521         (denorm): Likewise.
32522         (__mp_dbl): Likewise.
32523         (__inv): Likewise.
32524
32525         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32526         and adjust the header comment.
32527
32528         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32529         variable name from declaration.
32530
32531 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32532
32533         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32534         Initialize COMMON_CPUID_INDEX_7 element.
32535         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32536         (CPUID_RTM): Likewise.
32537         (HAS_RTM): Likewise.
32538         (COMMON_CPUID_INDEX_7): New enum.
32539
32540 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32541
32542         [BZ #14981]
32543         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32544         size is zero, record memory as freed.
32545
32546 2013-01-03  Andreas Jaeger  <aj@suse.de>
32547
32548         * po/ia.po: Add new Interlingua translation.
32549
32550 2012-01-03  Allan McRae  <allan@archlinux.org>
32551
32552         * locale/programs/localedef.c: Fix description of '--posix' flag.
32553
32554 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32555
32556         * NEWS: Update dates in second copyright notice.
32557         * README: Update copyright dates in example.
32558         * manual/libc.texinfo: Update copyright dates.
32559         * scripts/test-installation.pl: Update copyright date in --version
32560         output.
32561
32562         * hurd/ctty-input.c: Fix copyright notice formatting.
32563         * hurd/ctty-output.c: Likewise.
32564         * hurd/dtable.c: Likewise.
32565         * hurd/hurd-raise.c: Likewise.
32566         * hurd/hurdprio.c: Likewise.
32567         * hurd/msgportdemux.c: Likewise.
32568         * misc/sys/file.h: Likewise.
32569         * misc/sys/ioctl.h: Likewise.
32570         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32571         * sysdeps/mach/hurd/chdir.c: Likewise.
32572         * sysdeps/mach/hurd/fchdir.c: Likewise.
32573         * sysdeps/mach/hurd/rename.c: Likewise.
32574         * sysdeps/mach/hurd/rmdir.c: Likewise.
32575         * sysdeps/mach/hurd/seekdir.c: Likewise.
32576         * sysdeps/mach/hurd/setsid.c: Likewise.
32577         * sysdeps/posix/wait3.c: Likewise.
32578
32579         * All files with FSF copyright notices: Update copyright dates
32580         using scripts/update-copyrights.
32581         * intl/plural.c: Regenerated.
32582         * locale/programs/charmap-kw.h: Likewise.
32583         * locale/programs/locfile-kw.h: Likewise.
32584
32585 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32586
32587         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32588         four values.
32589
32590         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32591         calculation loop and add branch prediction.
32592
32593         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32594         check access beyond bounds of m1np.
32595
32596         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32597         MPTWO.
32598         (__inv): Remove local variable MPTWO to use the global
32599         constant.
32600         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32601         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32602         variable MPTWO.
32603         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32604         MP3HALFS static const.
32605
32606 2013-01-01  David S. Miller  <davem@davemloft.net>
32607
32608         * po/ca.po: Update from translation team.
32609
32610 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32611
32612         * scripts/update-copyrights: New file.
32613         * Makeconfig: Reformat copyright notice.
32614         * ctype/ctype.h: Likewise.
32615         * debug/swprintf_chk.c: Likewise.
32616         * elf/dl-cache.c: Likewise.
32617         * elf/dl-debug.c: Likewise.
32618         * elf/dl-object.c: Likewise.
32619         * grp/initgroups.c: Likewise.
32620         * hurd/Makefile: Likewise.
32621         * hurd/hurd/signal.h: Likewise.
32622         * hurd/hurdfault.c: Likewise.
32623         * hurd/hurdioctl.c: Likewise.
32624         * hurd/hurdlookup.c: Likewise.
32625         * hurd/intr-msg.c: Likewise.
32626         * iconv/gconv_open.c: Likewise.
32627         * libio/swprintf.c: Likewise.
32628         * locale/lc-ctype.c: Likewise.
32629         * locale/nl_langinfo.c: Likewise.
32630         * mach/Machrules: Likewise.
32631         * mach/Makefile: Likewise.
32632         * malloc/obstack.h: Likewise.
32633         * manual/Makefile: Likewise.
32634         * manual/tsort.awk: Likewise.
32635         * misc/bits/stab.def: Likewise.
32636         * nis/nis_print_group_entry.c: Likewise.
32637         * nis/nis_table.c: Likewise.
32638         * nis/nss_compat/compat-pwd.c: Likewise.
32639         * nis/nss_compat/compat-spwd.c: Likewise.
32640         * po/Makefile: Likewise.
32641         * posix/fnmatch.c: Likewise.
32642         * posix/regex.h: Likewise.
32643         * resolv/Makefile: Likewise.
32644         * resolv/nss_dns/dns-network.c: Likewise.
32645         * resolv/res_hconf.c: Likewise.
32646         * scripts/gen-sorted.awk: Likewise.
32647         * soft-fp/soft-fp.h: Likewise.
32648         * stdio-common/printf.h: Likewise.
32649         * stdlib/monetary.h: Likewise.
32650         * stdlib/random.c: Likewise.
32651         * stdlib/random_r.c: Likewise.
32652         * sysdeps/generic/Makefile: Likewise.
32653         * sysdeps/gnu/Makefile: Likewise.
32654         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32655         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32656         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32657         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32658         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32659         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32660         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32661         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32662         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32663         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32664         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32665         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32666         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32667         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32668         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32669         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32670         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32671         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32672         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32673         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32674         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32675         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32676         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32677         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32678         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32679         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32680         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32681         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32682         * sysdeps/mach/hurd/errnos.awk: Likewise.
32683         * sysdeps/mach/hurd/fork.c: Likewise.
32684         * sysdeps/mach/hurd/getcwd.c: Likewise.
32685         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32686         * sysdeps/mach/hurd/mmap.c: Likewise.
32687         * sysdeps/mach/hurd/utimes.c: Likewise.
32688         * sysdeps/mach/hurd/xmknod.c: Likewise.
32689         * sysdeps/posix/profil.c: Likewise.
32690         * sysdeps/posix/readdir_r.c: Likewise.
32691         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32692         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32693         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32694         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32695         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32696         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32697         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32698         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32699         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32700         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32701         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32702         * sysdeps/pthread/lio_listio.c: Likewise.
32703         * sysdeps/sparc/dl-procinfo.h: Likewise.
32704         * sysdeps/unix/i386/sysdep.S: Likewise.
32705         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32706         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32707         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32708         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32710         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32711         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32712         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32713         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32714         * sysdeps/wordsize-32/divdi3.c: Likewise.
32715         * time/sys/time.h: Likewise.
32716         * wcsmbs/Makefile: Likewise.
32717
32718 2013-01-01  David S. Miller  <davem@davemloft.net>
32719
32720         * po/fr.po: Update from translation team.
32721
32722         * catgets/gencat.c: Update copyright year.
32723         * csu/version.c: Likewise.
32724         * debug/catchsegv.sh: Likewise.
32725         * debug/pcprofiledump.c: Likewise.
32726         * debug/xtrace.sh: Likewise.
32727         * elf/ldconfig.c: Likewise.
32728         * elf/ldd.bash.in: Likewise.
32729         * elf/pldd.c: Likewise.
32730         * elf/sotruss.ksh: Likewise.
32731         * elf/sprof.c: Likewise.
32732         * iconv/iconv_prog.c: Likewise.
32733         * iconv/iconvconfig.c: Likewise.
32734         * locale/programs/locale.c: Likewise.
32735         * locale/programs/localedef.c: Likewise.
32736         * login/programs/pt_chown.c: Likewise.
32737         * malloc/memusage.sh: Likewise.
32738         * malloc/memusagestat.c: Likewise.
32739         * malloc/mtrace.pl: Likewise.
32740         * nscd/nscd.c: Likewise.
32741         * nss/getent.c: Likewise.
32742         * nss/makedb.c: Likewise.
32743         * posix/getconf.c: Likewise.
32744
32745 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
32746
32747         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32748         numbers.
32749
32750 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
32751
32752         * math/bits/mathcalls.h (modf): Use __nonnull.
32753
32754 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32755
32756         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32757         (split): Use macro CN instead of the bare value.
32758         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32759         could be used.
32760         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32761         instead of the bare value.
32762         (power1): Likewise.
32763
32764 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32765
32766         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32767         __ATAN_TWOM.
32768         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32769
32770         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32771         their values.
32772         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32773         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32774         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32775         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32776
32777 2012-12-28  Andreas Jaeger  <aj@suse.de>
32778
32779         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
32780         values are from Linux 3.7.
32781
32782         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32783         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
32784
32785 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32786
32787         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
32788         TRUE case.
32789
32790         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32791         (norm): Likewise.
32792         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32793         variables with preprocessor constants.
32794         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32795         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32796         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32797
32798 2012-12-27  Bruno Haible  <bruno@clisp.org>
32799
32800         [BZ #14317]
32801         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32802         only if needed.
32803
32804 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32805
32806         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32807         and use variable directly.
32808         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32809
32810         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32811         MPONE.
32812         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32813         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32814         variable MPONE.
32815         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32816         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32817         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32818         include directive.  Remove local variable MPONE.
32819         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32820         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32821         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32822
32823 2012-12-25  David S. Miller  <davem@davemloft.net>
32824
32825         * version.h (RELEASE): Set to "development".
32826         (VERSION): Set to "2.17.90".
32827         * NEWS: Add 2.18 section.
32828
32829 2012-12-21  David S. Miller  <davem@davemloft.net>
32830
32831         * po/hr.po: Update from translation team.
32832
32833 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32834
32835         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32836
32837 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32838
32839         * NEWS:  Mention new memcpy for MIPS.
32840
32841 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32842
32843         * manual/contrib.texi (Contributors): Spelling correction.
32844
32845 2012-12-15  David S. Miller  <davem@davemloft.net>
32846
32847         * po/ru.po: Update from translation team.
32848
32849 2012-12-13  David S. Miller  <davem@davemloft.net>
32850
32851         * NEWS: Mention IFUNC testsuite enhancements.
32852
32853         * po/pl.po: Update from translation team.
32854         * po/bg.po: Likewise.
32855
32856         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32857         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32858
32859 2012-12-11  David S. Miller  <davem@davemloft.net>
32860
32861         * po/sv.po: Update from translation team.
32862
32863         * po/vi.po: Update from translation team.
32864
32865         * po/cs.po: Update from translation team.
32866
32867         * po/de.po: Update from translation team.
32868         * po/eo.po: Likewise.
32869         * po/nl.po: Likewise.
32870
32871 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32872
32873         [BZ #14246]
32874         * manual/argp.texi (Argp Helper Functions): Move node to follow
32875         Argp Parsing State.
32876
32877         [BZ #14872]
32878         * manual/conf.texi (Limits on File System Capacity): Mention if
32879         terminating null is included in the max size.
32880
32881 2012-12-10  Andreas Jaeger  <aj@suse.de>
32882
32883         * po/cs.po: Update from translation team.
32884
32885 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32886
32887         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32888         void pointer and cast to uintptr_t.
32889         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32890         path.
32891         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32892         * sysdeps/s390/s390-64/memset.S: Likewise.
32893
32894 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32895
32896         [BZ #14833]
32897         * menual/message.texi (Message Translation): Fix typos.
32898         (Helper programs for gettext): Likewise.
32899
32900 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32901
32902         [BZ #14898]
32903         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32904         Change to -1.
32905
32906 2012-12-07  David S. Miller  <davem@davemloft.net>
32907
32908         * po/libc.pot: Update.
32909
32910 2012-12-07  Richard Henderson  <rth@redhat.com>
32911
32912         [BZ #10114]
32913         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32914         normal/normal case to before the switch.
32915         (_FP_DIV): Likewise.
32916
32917 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32918             Mike Frysinger  <vapier@gentoo.org>
32919
32920         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32921         check for __NR_fadvise64_64.
32922
32923 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32924
32925         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32926         0, not just to plain "0" as a statement.
32927         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32928         with cw.
32929
32930 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32931
32932         * NEWS: Use sourceware.org in Bugzilla URL.
32933
32934 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32935
32936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32937         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32938
32939         * stdio-common/tst-put-error.c (do_test): Add newline to the
32940         padded test to ensure flush.
32941
32942 2012-12-05  Jeff Law  <law@redhat.com>
32943
32944         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32945
32946 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32947
32948         * README: Don't refer to ports add-on as distributed separately.
32949         Mention AArch64 in list of systems supported in the ports add-on.
32950
32951         * LICENSES: Add more non-FSF copyright and license notices.
32952
32953         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32954         ((unused)).
32955
32956         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32957
32958         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32959         10000 as width of padded output.
32960
32961 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32962
32963         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32964
32965         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32966         variable LX with __attribute__ ((unused)).
32967         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32968         Likewise.
32969         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32970         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32971         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32972         with __attribute__ ((unused)).
32973
32974 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32975
32976         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32977
32978 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32979
32980         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32981         (CFLAGS-nldbl-acos.c): New variable.
32982         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32983         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32984         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32985         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32986         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32987         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32988         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32989         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32990         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32991         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32992         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32993         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32994         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32995         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32996         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32997         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32998         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32999         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33000         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33001         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33002         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33003         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33004         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33005         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33006         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33007         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33008         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33009         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33010         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33011         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33012         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33013         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33014         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33015         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33016         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33017         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33018         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33019         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33020         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33021         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33022         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33023         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33024         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33025         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33026         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33027         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33028         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33029         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33030         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33031         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33032         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33033         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33034         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33035         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33036         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33037         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33038         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33039         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33040         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33041         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33042         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33043         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33044         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33045         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33046         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33047         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33048         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33049         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33050         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33051         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33052         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33053         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33054         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33055         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33056         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33057         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33058         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33059         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33060         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33061         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33062         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33063         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33064         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33065         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33066         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33067         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33068         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33069         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33070         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33071         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33072         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33073         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33074         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33075         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33076         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33077         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33078         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33079
33080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33081         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33082
33083         [BZ #14914]
33084         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33085         whole low double instead of just low 47 bits when splitting values
33086         into two parts.
33087
33088 2012-12-03  Allan McRae  <allan@archlinux.org>
33089
33090         * manual/stdio.texi (Predefined Printf Handlers): Remove
33091         @hsep and @vsep usage.
33092
33093 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33094
33095         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33096         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33097
33098 2012-12-03  Jeff Law  <law@redhat.com>
33099
33100         * time/sys/time.h (settimeofday): Do not mark TV argument
33101         as __nonnull.
33102
33103 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33104
33105         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33106         when currently writing and seek to current position when not.
33107         * libio/Makefile (tests): Remove bug-fclose1.
33108         * libio/bug-fclose1.c: Delete.
33109
33110 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33111
33112         * manual/arith.texi (feenableexcept): Fix typo.
33113         (fedisableexcept): Likewise.
33114
33115 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33116
33117         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33118         second, differently-typed declaration, rather than a cast.
33119
33120 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33121
33122         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33123         * include/rpc/svc.h: ... here.
33124
33125 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33126
33127         [BZ #13013]
33128         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33129         depending n and resplen2 to catch cases where answer
33130         equals answerp2.
33131
33132 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33133
33134         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33135         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33136
33137 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33138
33139         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33140
33141 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33142
33143         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33144
33145 2012-11-28  Jeff Law  <law@redhat.com>
33146
33147         [BZ #13761]
33148         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33149         dataset_temporary.  Track alloca usage into alloca_used.
33150         If dataset is large allocate and release it via malloc/free.
33151
33152 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33153
33154         [BZ #14197]
33155         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33156
33157 2012-11-28  David S. Miller  <davem@davemloft.net>
33158
33159         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33160
33161 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33162
33163         [BZ #14803]
33164         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33165         of pi/2 rounded to nearest to 64 bits.
33166         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33167         nearest to 64 bits.
33168         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33169         bits.
33170
33171 2012-11-28  Jeff Law <law@redhat.com>
33172             Martin Osvald <mosvald@redhat.com>
33173
33174         [BZ #14889]
33175         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33176         * sunrpc/svc.c: Include time.h.
33177         (__svc_accept_failed): New function.
33178         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33179         any reason other than EINTR, call __svc_accept_failed.
33180         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33181         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33182
33183 2012-11-28  Andreas Schwab  <schwab@suse.de>
33184
33185         * scripts/abilist.awk: Also handle indirect functions in .opd
33186         section.
33187
33188 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33189
33190         [BZ #13881]
33191         * sysdeps/x86/fpu/powl_helper.c: New file.
33192         * sysdeps/x86/fpu/Makefile: Likewise.
33193         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33194         (p3): New object.
33195         (__ieee754_powl): Use __powl_helper for finite arguments except
33196         integer exponents below 8.
33197         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33198         (p3): New object.
33199         (__ieee754_powl): Use __powl_helper for finite arguments except
33200         integer exponents below 8.
33201         * math/libm-test.inc (pow_test): Add more tests and enable some
33202         previously disabled tests.
33203         * sysdeps/i386/fpu/libm-test-ulps: Update.
33204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33205
33206 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33207             Carlos O'Donell  <carlos_odonell@mentor.com>
33208
33209         * nss/makedb.c (is_prime): Assert that input is odd and greater
33210         than 4.  Note that fact in a comment too.
33211         (next_prime): Add 4 to input.
33212
33213 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33214
33215         [BZ #11741]
33216         * libio/Makefile (tests): Add test case tst-fwrite-error.
33217         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33218         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33219         * libio/tst-fwrite-error.c: New test case.
33220
33221 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33222
33223         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33224         before casting to void *.
33225         * include/libc-internal.h (__pointer_type): New macro.
33226         (__integer_if_pointer_type_sub): Likewise.
33227         (__integer_if_pointer_type): Likewise.
33228         (cast_to_integer): Likewise.
33229         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33230         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33231         before casting to atomic64_t.
33232         (atomic_exchange_acq): Likewise.
33233         (__arch_exchange_and_add_body): Likewise.
33234         (__arch_add_body): Likewise.
33235         (atomic_add_negative): Likewise.
33236         (atomic_add_zero): Likewise.
33237
33238 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33239
33240         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33241         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33242         (add_fdes): Likewise.
33243         (linear_search_fdes): Likewise.
33244         (binary_search_unencoded_fdes): Likewise.
33245
33246 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33247
33248         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33249
33250 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33251
33252         * configure.in: Autodetect C++ header directories.
33253         * configure: Regenerated.
33254
33255 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33256
33257         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33258
33259 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33260
33261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33262
33263 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33264
33265         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33266         LDBL_MANT_DIG == 106]: Disable some tests.
33267         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33268         Likewise.
33269         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33270         Likewise.
33271
33272         [BZ #14871]
33273         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33274         input for small inputs.  Return +/- pi/2 for large inputs.
33275         * math/libm-test.inc (atan_test): Add more tests.
33276
33277         * sysdeps/generic/unwind-dw2-fde-glibc.c
33278         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33279         __attribute__ ((unused)).
33280
33281         [BZ #14645]
33282         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33283         x * y if x and y are nonzero and z is zero.
33284
33285         [BZ #14811]
33286         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33287         nonzero exponents with absolute value below 0x1p-117 to +/-
33288         0x1p-117.
33289
33290         [BZ #14869]
33291         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33292         up arguments below 2**-450, not just those below 2**-500.
33293         * math/libm-test.inc (hypot_test): Add another test.
33294
33295         [BZ #14868]
33296         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33297         Return a+b for ratio over 2**120, not 2**60.
33298         * math/libm-test.inc (hypot_test): Add another test.
33299
33300         * math/libm-test.inc (clog_test): Use
33301         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33302         (clog10_test): Likewise.
33303
33304         [BZ #6778]
33305         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33306
33307 2012-11-22  Andreas Schwab  <schwab@suse.de>
33308
33309         * sysdeps/i386/fpu/libm-test-ulps: Update.
33310
33311 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33312
33313         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33314         printf output with newline.
33315
33316 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33317
33318         [BZ #14865]
33319         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33320         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33321         -z nodlopen, -z initfirst and -z execstack support.
33322         * configure: Regenerated.
33323
33324         * elf/elf.h (DF_1_NODIRECT): New macro.
33325         (DF_1_IGNMULDEF): Likewise.
33326         (DF_1_NOKSYMS): Likewise.
33327         (DF_1_NOHDR): Likewise.
33328         (DF_1_EDITED): Likewise.
33329         (DF_1_NORELOC): Likewise.
33330         (DF_1_SYMINTPOSE): Likewise.
33331         (DF_1_GLOBAUDIT): Likewise.
33332         (DF_1_SINGLETON): Likewise.
33333         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33334         DT_1_SUPPORTED_MASK bits.
33335         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33336
33337 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33338
33339         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33340
33341 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33342
33343         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33344         macro.
33345
33346         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33347         (sendmmsg): Move declarations...
33348         * socket/sys/socket.h: ... here.
33349         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33350         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33351         include it from...
33352         * socket/recvmmsg.c: ... this new file.
33353         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33354         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33355         definition of __sendmmsg hidden.
33356         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33357         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33358         Move ENOSYS stub into and include it from...
33359         * socket/sendmmsg.c: ... this new file.
33360         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33361         (sysdep_routines): Move recvmmsg and sendmmsg...
33362         * socket/Makefile (routines): ... here.
33363         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33364         (GLIBC_PRIVATE): Add __sendmmsg.
33365         * include/sys/socket.h (__sendmmsg): Add declarations.
33366         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33367         sendmmsg.
33368
33369 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33370
33371         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33372         variable I1 with __attribute__ ((unused)).
33373         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33374
33375 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33376
33377         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33378         DUMMY variables with __attribute__ ((unused)).
33379
33380         * bits/byteswap.h: Include <bits/types.h>.
33381         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33382
33383 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33384
33385         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33386         string_t.  Do not manually set errno.
33387         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33388         length with __strnlen.  Make sure to both set errno and return it on
33389         failure.
33390
33391 2012-11-19  David S. Miller  <davem@davemloft.net>
33392
33393         With help from Joseph Myers.
33394         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33395         very large arguments properly.
33396         * math/libm-test.inc (atan_test): New tests.
33397         (atan2_test): New tests.
33398         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33399         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33400
33401 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33402
33403         [BZ #14856]
33404         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33405         Define to 3.
33406
33407         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33408         [POSIX] (EADDRNOTAVAIL): Likewise.
33409         [POSIX] (EAFNOSUPPORT): Likewise.
33410         [POSIX] (EALREADY): Likewise.
33411         [POSIX] (ECONNABORTED): Likewise.
33412         [POSIX] (ECONNREFUSED): Likewise.
33413         [POSIX] (ECONNRESET): Likewise.
33414         [POSIX] (EDESTADDRREQ): Likewise.
33415         [POSIX] (EDQUOT): Likewise.
33416         [POSIX] (EHOSTUNREACH): Likewise.
33417         [POSIX] (EIDRM): Likewise.
33418         [POSIX] (EISCONN): Likewise.
33419         [POSIX] (ELOOP): Likewise.
33420         [POSIX] (EMULTIHOP): Likewise.
33421         [POSIX] (ENETDOWN): Likewise.
33422         [POSIX] (ENETUNREACH): Likewise.
33423         [POSIX] (ENOBUFS): Likewise.
33424         [POSIX] (ENODATA): Likewise.
33425         [POSIX] (ENOLINK): Likewise.
33426         [POSIX] (ENOMSG): Likewise.
33427         [POSIX] (ENOPROTOOPT): Likewise.
33428         [POSIX] (ENOSR): Likewise.
33429         [POSIX] (ENOSTR): Likewise.
33430         [POSIX] (ENOTCONN): Likewise.
33431         [POSIX] (ENOTSOCK): Likewise.
33432         [POSIX] (EOPNOTSUPP): Likewise.
33433         [POSIX] (EOVERFLOW): Likewise.
33434         [POSIX] (EPROTO): Likewise.
33435         [POSIX] (EPROTONOSUPPORT): Likewise.
33436         [POSIX] (EPROTOTYPE): Likewise.
33437         [POSIX] (ESTALE): Likewise.
33438         [POSIX] (ETIME): Likewise.
33439         [POSIX] (ETXTBSY): Likewise.
33440         [POSIX] (EWOULDBLOCK): Likewise.
33441         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33442         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33443         [POSIX] (SEEK_CUR): Likewise.
33444         [POSIX] (SEEK_END): Likewise.
33445         [POSIX || UNIX98] (mode_t): Do not require.
33446         [POSIX] (off_t): Likewise.
33447         [POSIX] (pid_t): Likewise.
33448         [POSIX] (sys/stat.h): Do not allow header.
33449         [POSIX] (unistd.h): Likewise.
33450         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33451         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33452         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33453         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33454         require.
33455         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33456         sigevent): Specify elements.
33457         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33458         entry.
33459         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33460         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33461
33462         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33463         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33464         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33465         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33466         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33467         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33468         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33469         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33470         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33471         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33472         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33473         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33474         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33475         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33476         Likewise.
33477         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33478         Likewise.
33479         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33480         Likewise.
33481         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33482         Likewise.
33483         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33484         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33485         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33486         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33487         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33488         Specify lower bound on value.
33489         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33490         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33491         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33492         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33493         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33494         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33495         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33496         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33497         value.
33498         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33499         as optional.
33500         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33501         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33502         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33503         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33504         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33505         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33506         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33507         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33508         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33509         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33510         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33511         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33512         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33513         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33514         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33515         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33516         entry.
33517         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33518         optional.
33519         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33520         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33521         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33522         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33523         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33524         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33525         Likewise.
33526         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33527         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33528         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33529         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33530         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33531         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33532         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33533         as optional.
33534         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33535         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33536         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33537         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33538         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33539         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33540         specify as optional.
33541         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33542         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33543         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33544         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33545         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33546         [XPG3] (NL_LANGMAX): Likewise.
33547         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33548         [POSIX || XPG3] (NL_NMAX): Likewise.
33549         [POSIX || XPG3] (NL_SETMAX): Likewise.
33550         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33551         [XPG3] (NZERO): Likewise.
33552         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33553         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33554         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33555         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33556         (REG_ERANGE): Expect.
33557         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33558         optional-constant.
33559         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33560         Use (void) in prototype.
33561         [POSIX] (*_t): Allow.
33562         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33563         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33564         (WRDE_BADVAL): Expect.
33565
33566         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33567         expect.
33568         [XPG3 || XPG4] (O_RSYNC): Likewise.
33569         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33570         Likewise.
33571         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33572         [XPG3 || XPG4] (sigqueue): Likewise.
33573         [XPG3 || XPG4] (sigtimedwait): Likewise.
33574         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33575         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33576         [XPG3 || XPG4] (vsnprintf): Likewise.
33577         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33578         Likewise.
33579         [XPG3 || XPG4] (blksize_t): Likewise.
33580         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33581         Likewise.
33582         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33583         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33584         [XPG3 || XPG4] (struct itimerspec): Likewise.
33585         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33586         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33587         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33588         [XPG3 || XPG4] (clockid_t): Likewise.
33589         [XPG3 || XPG4] (timer_t): Likewise.
33590         [XPG3 || XPG4] (clock_getres): Likewise.
33591         [XPG3 || XPG4] (clock_gettime): Likewise.
33592         [XPG3 || XPG4] (clock_settime): Likewise.
33593         [XPG3 || XPG4] (nanosleep): Likewise.
33594         [XPG3 || XPG4] (timer_create): Likewise.
33595         [XPG3 || XPG4] (timer_delete): Likewise.
33596         [XPG3 || XPG4] (timer_gettime): Likewise.
33597         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33598         [XPG3 || XPG4] (timer_settime): Likewise.
33599         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33600         [XPG3 || XPG4] (getlogin_r): Likewise.
33601         [XPG3 || XPG4] (pread): Likewise.
33602         [XPG3 || XPG4] (pthread_atfork): Likewise.
33603         [XPG3 || XPG4] (pwrite): Likewise.
33604
33605         [BZ #14835]
33606         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33607         <bits/siginfo.h>.
33608
33609 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33610
33611         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33612         finalizing MALLSTREAM.
33613
33614         * sysdeps/mach/hurd/syncfs.c: New file.
33615
33616 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33617
33618         [BZ #14719]
33619         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33620         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33621         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33622         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33623         (_nss_dns_gethostbyname4_r): Likewise.
33624         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33625         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33626
33627 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33628
33629         [BZ #13763]
33630         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33631
33632 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33633
33634         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33635         * elf/cache.c (print_entry): Print ",AArch64" for
33636         FLAG_AARCH64_LIB64
33637
33638         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33639         * elf/cache.c (print_entry): Print ",hard-float" for
33640         FLAG_ARM_LIBHF.
33641
33642 2012-11-18  David S. Miller  <davem@davemloft.net>
33643
33644         With help from Joseph Myers.
33645         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33646         cutoff to 2**-13.
33647         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33648         cutoff to 2**-25.
33649         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33650         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33651         small.
33652         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33653         * math/libm-test.inc (y0_test): New tests.
33654         (y1_test): New tests.
33655         * sysdeps/i386/fpu/libm-test-ulps: Update.
33656         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33657         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33658
33659 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33660
33661         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33662         64-bit targets.
33663         * configure: Regenerated.
33664
33665 2012-11-17  David S. Miller  <davem@davemloft.net>
33666
33667         [BZ #14811]
33668         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33669         nonzero exponents with absolute value below 0x1p-128 to +/-
33670         0x1p-128.
33671
33672 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33673
33674         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33675
33676         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33677
33678         * posix/getconf-speclist.c: New file.
33679         * posix/posix-envs.def: Likewise.
33680         * posix/confstr.c (START_ENV_GROUP): New macro.
33681         (END_ENV_GROUP): Likewise.
33682         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33683         (KNOWN_PRESENT_ENV_STRING): Likewise.
33684         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33685         (UNKNOWN_ENVIRONMENT): Likewise.
33686         (confstr): Include posix-envs.def instead of handling
33687         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33688         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33689         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33690         (END_ENV_GROUP): Likewise.
33691         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33692         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33693         (UNKNOWN_ENVIRONMENT): Likewise.
33694         (__sysconf): Include posix-envs.def instead of handling associated
33695         cases directly here.
33696         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33697         preprocessing getconf-speclist.c rather than running getconf or
33698         generating empty file.
33699
33700 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33701
33702         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33703
33704 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33705
33706         [BZ #14672]
33707         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33708
33709 2012-11-16  David S. Miller  <davem@davemloft.net>
33710
33711         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33712         smaller than LDBL_EPSILON/2.0L, just return xm1.
33713
33714 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33715
33716         * elf/tst-array1.c (init): Set constructor priority to 1000.
33717         (fini): Set destructor priority to 1000.
33718         * elf/tst-array2dep.c: Likewise.
33719
33720 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33721
33722         [BZ #11741]
33723         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33724         (_IO_new_file_xsputn): Also return EOF if none of the input
33725         data was written when overflow failed.
33726         * libio/iopadn.c (_IO_padn): Likewise.
33727         * libio/iowpadn.c (_IO_wpadn): Likewise.
33728         * stdio-common/tst-put-error.c: Add copyright notice.
33729         (do_test): Add case for printing padded string.
33730         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33731         _IO_padn returned error.
33732         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33733         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33734         return EOF.
33735
33736 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33737
33738         * libio/libioP.h: Add comment note that the references to C++
33739         bits are now obsolete.
33740
33741 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33742
33743         * math/libm-test.inc (check_complex): Use asprintf.
33744
33745 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
33746
33747         * debug/pcprofiledump.c (print_version): Update copyright year.
33748         * malloc/memusagestat.c (print_version): Likewise.
33749
33750 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
33751
33752         [BZ #14831]
33753         * elf/Makefile (tests): Add tst-audit8.
33754         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33755         ($(objpfx)tst-audit8.out): New target.
33756         (tst-audit8-ENV): New variable.
33757         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33758         audit if l_reloc_result is NULL.
33759         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33760         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33761         * elf/tst-audit8.c: New file.
33762
33763 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33764
33765         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33766         * misc/Makefile (CFLAGS-select.c): Define.
33767         * posix/Makefile (CFLAGS-pause.c): Define.
33768
33769 2012-11-13  David S. Miller  <davem@davemloft.net>
33770
33771         * crypt/Makefile: Move test targets after toplevel Rules
33772         inclusion.  Grab any necessary sysdep routines when linking.
33773         * crypt/md5.c (md5_process_block): Remove define, we will always
33774         name it __md5_process_block.
33775         (md5_finish_ctx): Update md5_process_block call.
33776         (md5_stream): Likewise.
33777         (md5_process_bytes): Likewise.
33778         (md5_process_block): Rename to __md5_process_block and move to ...
33779         * crypt/md5-block.c: ... here.
33780         * crypt/sha256.c (sha256_process_block): Move to ...
33781         * crypt/sha256-block.c: ... here.
33782         * crypt/sha512.c (sha512_process_block): Move to ...
33783         * crypt/sha512-block.c: ... here.
33784         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33785         path.
33786         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33787         * sysdeps/sparc/sparc64/multiarch/Makefile
33788         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33789         crypt subdir.
33790         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33791         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33792         multiarch changes.
33793         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33794         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33795         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33796         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33797         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33798         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33799         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33800         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33801         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33802         file.
33803         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33804         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33805         file.
33806         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33807
33808 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33809
33810         * timezone/tzselect.ksh: Update from tzcode git revision
33811         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33812         * timezone/zdump.c: Likewise.
33813         * timezone/zic.c: Likewise.
33814         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33815         in TZVERSION setting, not $(PKGVERSION).
33816         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33817         REPORT_BUGS_TO settings.
33818
33819         [BZ #14838]
33820         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33821         macro.
33822
33823 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33824
33825         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33826         detection to immediately after _FP_ROUND().
33827         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33828         bits are 0.
33829
33830 2012-11-11  David S. Miller  <davem@davemloft.net>
33831
33832         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33833         inttypes.h
33834         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33835         __close rather than their public counterparts.
33836
33837 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33838
33839         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33840         file.
33841         [UNIX98] (sem_timedwait): Do not expect.
33842         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33843         [XPG4 || UNIX98] (sockatmark): Do not expect.
33844         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33845         (clock_getcpuclockid): Do not expect.
33846         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33847         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33848         Do not expect.
33849         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33850         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33851         [UNIX98] (vwscanf): Likewise.
33852         [UNIX98] (vswscanf): Likewise.
33853
33854 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33855
33856         * timezone/version.h: Remove file.
33857         * timezone/README: Do not refer to version.h.
33858         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33859         $(objpfx)version.h.
33860         ($(objpfx)zdump.o): Likewise.
33861         ($(objpfx)version.h): New target.
33862
33863         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33864         2012i.
33865         * timezone/README: Don't mention modification to tzselect.ksh.
33866         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33867         work on unmodified tzselect.ksh.  Substitute version numbers in
33868         tzselect.ksh.
33869
33870         * Makefile (format-me): Remove.
33871         (INSTALL): Adjust indentation.  Use commands directly instead of
33872         using $(format-me).
33873
33874         * aclocal.m4 (ACX_PKGVERSION): New macro.
33875         (ACX_BUGURL): Likewise.
33876         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33877         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33878         (REPORT_BUGS_TO): Likewise.
33879         * configure: Regenerated.
33880         * config.h.in (PKGVERSION): New macro.
33881         (REPORT_BUGS_TO): Likewise.
33882         * config.make.in (PKGVERSION): New variable.
33883         (PKGVERSION_TEXI): Likewise.
33884         (REPORT_BUGS_TO): Likewise.
33885         (REPORT_BUGS_TEXI): Likewise.
33886         * Makefile (format-me): Use -I$(common-objpfx)manual.
33887         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33888         ($(common-objpfx)manual/%): New target.
33889         (manual/%): Remove target.
33890         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33891         (print_version): Use PKGVERSION.
33892         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33893         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33894         and REPORT_BUGS_TO.
33895         ($(objpfx)xtrace): Likewise.
33896         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33897         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33898         (print_version): Use PKGVERSION.
33899         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33900         (do_version): Use PKGVERSION.
33901         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33902         REPORT_BUGS_TO.
33903         (common-ldd-rewrite): Likewise.
33904         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33905         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33906         (print_version): Use PKGVERSION.
33907         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33908         * elf/pldd.c (argp_program_bug_address): Remove variable.
33909         (more_help): New function.
33910         (argp): Use more_help.
33911         (print_version): Use PKGVERSION.
33912         * elf/sln.c (main): Use PKGVERSION.
33913         (usage): Use REPORT_BUGS_TO.
33914         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33915         (top level): Use PKGVERSION.
33916         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33917         (print_version): Use PKGVERSION.
33918         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33919         (print_version): Use PKGVERSION.
33920         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33921         (print_version): Use PKGVERSION.
33922         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33923         (print_version): Use PKGVERSION.
33924         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33925         (print_version): Use PKGVERSION.
33926         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33927         (print_version): Use PKGVERSION.
33928         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33929         and BUGURL.
33930         ($(objpfx)memusage): Likewise.
33931         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33932         (do_version): Use PKGVERSION.
33933         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33934         (print_version): Use PKGVERSION.
33935         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33936         ($PKGVERSION): New variable.
33937         ($REPORT_BUGS_TO): Likewise.
33938         (usage): Use $REPORT_BUGS_TO.
33939         (top level): Use $PKGVERSION.
33940         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33941         ($(objpfx)pkgvers.texi): New rule.
33942         ($(objpfx)stamp-pkgvers): Likewise.
33943         * manual/install.texi: Include pkgvers.texi.
33944         (--with-pkgversion): Document new configure option.
33945         (--with-bugurl): Likewise.
33946         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33947         than necessarily for this particular distribution.  Use
33948         REPORT_BUGS_TO for where to report bugs.
33949         * INSTALL: Regenerated.
33950         * manual/libc.texinfo: Include pkgvers.texi.
33951         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33952         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33953         (print_version): Use PKGVERSION.
33954         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33955         (print_version): Use PKGVERSION.
33956         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33957         (print_version): Use PKGVERSION.
33958         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33959         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33960         macro.
33961         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33962         (print_version): Use PKGVERSION.
33963         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33964         (print_version): Use PKGVERSION.
33965         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33966         and PKGVERSION.
33967
33968         * timezone/checktab.awk: Update from tzcode 2012i.
33969         * timezone/ialloc.c: Likewise.
33970         * timezone/private.h: Likewise.
33971         * timezone/scheck.c: Likewise.
33972         * timezone/tzfile.h: Likewise.
33973         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33974         (TZVERSION): Hardcode tzcode version number.
33975         * timezone/zdump.c: Update from tzcode 2012i.
33976         * timezone/zic.c: Likewise.
33977         * timezone/version.h: New file.
33978         * timezone/README: Describe version.h.  Update upstream location.
33979
33980         [BZ #14824]
33981         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33982         (mktemp): Enable declaration.
33983         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33984         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33985         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33986         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33987         Likewise.
33988         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33989         Likewise.
33990         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33991         Likewise.
33992         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33993         Likewise.
33994         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33995         Likewise.
33996         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33997         Likewise.
33998
33999         [BZ #14821]
34000         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34001         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34002         for copies of such integer values.
34003         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34004         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34005
34006 2012-11-09  Andreas Jaeger  <aj@suse.de>
34007
34008         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34009         definitions and declarations that are provided by
34010         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34011
34012 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34013
34014         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34015         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34016         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34017         definition.
34018
34019 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34020
34021         * elf/elf.h: Update comment before AArch64 relocations.
34022
34023 2012-11-07  David S. Miller  <davem@davemloft.net>
34024
34025         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34026         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34027         (__start_context): Declare.
34028         (__makecontext_ret): Delete.
34029         (__makecontext): Hook up __start_context instead of
34030         __makecontext_ret.
34031         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34032         (sysdep_routines): Add __start_context when in stdlib.
34033
34034 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34035
34036         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34037         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34038         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34039         hardcoded "nm".
34040         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34041         (READELF): New variable.  Use it instead of hardcoded "readelf".
34042
34043 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34044
34045         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34046         * sysdeps/x86/Makefile: Here.
34047         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34048         * sysdeps/x86/tst-xmmymm.sh: This.
34049
34050 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34051
34052         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34053         expectations.
34054         [UNIX98] (pthread_barrier_t): Do not expect.
34055         [UNIX98] (pthread_barrierattr_t): Likewise.
34056         [UNIX98] (pthread_spinlock_t): Likewise.
34057         [UNIX98] (pthread_barrier_destroy): Likewise.
34058         [UNIX98] (pthread_barrier_init): Likewise.
34059         [UNIX98] (pthread_barrier_wait): Likewise.
34060         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34061         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34062         [UNIX98] (pthread_barrierattr_init): Likewise.
34063         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34064         [UNIX98] (pthread_getcpuclockid): Likewise.
34065         [UNIX98] (pthread_mutex_timedlock): Likewise.
34066         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34067         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34068         [UNIX98] (pthread_sigmask): Likewise.
34069         [UNIX98] (pthread_spin_destroy): Likewise.
34070         [UNIX98] (pthread_spin_init): Likewise.
34071         [UNIX98] (pthread_spin_lock): Likewise.
34072         [UNIX98] (pthread_spin_trylock): Likewise.
34073         [UNIX98] (pthread_spin_unlock): Likewise.
34074         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34075         Do not expect.
34076         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34077         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34078         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34079         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34080         [XPG3 || XPG4] (pthread_key_t): Likewise.
34081         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34082         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34083         [XPG3 || XPG4] (pthread_once_t): Likewise.
34084         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34085         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34086         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34087         [XPG3 || XPG4] (pthread_t): Likewise.
34088
34089         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34090         not expect.
34091         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34092
34093         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34094         Change function return type to int.
34095
34096         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34097         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34098         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34099         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34100         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34101         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34102         [!POSIX] (posix_madvise): Likewise.
34103         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34104         && !UNIX98].
34105         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34106         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34107         (mode_t): Likewise.
34108         (posix_mem_offset): Likewise.
34109         (posix_typed_mem_get_info): Likewise.
34110         (posix_typed_mem_open): Likewise.
34111
34112         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34113         Change condition to [XOPEN2K8].
34114
34115         * conform/conformtest.pl: Preprocess allow-header data with -x c
34116         instead of from stdin.
34117         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34118         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34119         [C99-based standards] (cerfc): Likewise.
34120         [C99-based standards] (cexp2): Likewise.
34121         [C99-based standards] (cexpm1): Likewise.
34122         [C99-based standards] (clog10): Likewise.
34123         [C99-based standards] (clog1p): Likewise.
34124         [C99-based standards] (clog2): Likewise.
34125         [C99-based standards] (clgamma): Likewise.
34126         [C99-based standards] (ctgamma): Likewise.
34127         [C99-based standards] (cerff): Likewise.
34128         [C99-based standards] (cerfcf): Likewise.
34129         [C99-based standards] (cexp2f): Likewise.
34130         [C99-based standards] (cexpm1f): Likewise.
34131         [C99-based standards] (clog10f): Likewise.
34132         [C99-based standards] (clog1pf): Likewise.
34133         [C99-based standards] (clog2f): Likewise.
34134         [C99-based standards] (clgammaf): Likewise.
34135         [C99-based standards] (ctgammaf): Likewise.
34136         [C99-based standards] (cerfl): Likewise.
34137         [C99-based standards] (cerfcl): Likewise.
34138         [C99-based standards] (cexp2l): Likewise.
34139         [C99-based standards] (cexpm1l): Likewise.
34140         [C99-based standards] (clog10l): Likewise.
34141         [C99-based standards] (clog1pl): Likewise.
34142         [C99-based standards] (clog2l): Likewise.
34143         [C99-based standards] (clgammal): Likewise.
34144         [C99-based standards] (ctgammal): Likewise.
34145         * conform/data/inttypes.h-data [C99-based standards]: Include
34146         stdint.h-data.  Remove all expectations for stdint.h contents.
34147         [C99-based standards] (PRI*): Do not allow.
34148         [C99-based standards] (SCN*): Likewise.
34149         [C99-based standards] (*_t): Likewise.
34150         [C99-based-standards] (PRId8): Expect macro.
34151         [C99-based-standards] (PRIi8): Likewise.
34152         [C99-based-standards] (PRIo8): Likewise.
34153         [C99-based-standards] (PRIu8): Likewise.
34154         [C99-based-standards] (PRIx8): Likewise.
34155         [C99-based-standards] (PRIX8): Likewise.
34156         [C99-based-standards] (SCNd8): Likewise.
34157         [C99-based-standards] (SCNi8): Likewise.
34158         [C99-based-standards] (SCNo8): Likewise.
34159         [C99-based-standards] (SCNu8): Likewise.
34160         [C99-based-standards] (SCNx8): Likewise.
34161         [C99-based-standards] (PRIdLEAST8): Likewise.
34162         [C99-based-standards] (PRIiLEAST8): Likewise.
34163         [C99-based-standards] (PRIoLEAST8): Likewise.
34164         [C99-based-standards] (PRIuLEAST8): Likewise.
34165         [C99-based-standards] (PRIxLEAST8): Likewise.
34166         [C99-based-standards] (PRIXLEAST8): Likewise.
34167         [C99-based-standards] (SCNdLEAST8): Likewise.
34168         [C99-based-standards] (SCNiLEAST8): Likewise.
34169         [C99-based-standards] (SCNoLEAST8): Likewise.
34170         [C99-based-standards] (SCNuLEAST8): Likewise.
34171         [C99-based-standards] (SCNxLEAST8): Likewise.
34172         [C99-based-standards] (PRIdFAST8): Likewise.
34173         [C99-based-standards] (PRIiFAST8): Likewise.
34174         [C99-based-standards] (PRIoFAST8): Likewise.
34175         [C99-based-standards] (PRIuFAST8): Likewise.
34176         [C99-based-standards] (PRIxFAST8): Likewise.
34177         [C99-based-standards] (PRIXFAST8): Likewise.
34178         [C99-based-standards] (SCNdFAST8): Likewise.
34179         [C99-based-standards] (SCNiFAST8): Likewise.
34180         [C99-based-standards] (SCNoFAST8): Likewise.
34181         [C99-based-standards] (SCNuFAST8): Likewise.
34182         [C99-based-standards] (SCNxFAST8): Likewise.
34183         [C99-based-standards] (PRId16): Likewise.
34184         [C99-based-standards] (PRIi16): Likewise.
34185         [C99-based-standards] (PRIo16): Likewise.
34186         [C99-based-standards] (PRIu16): Likewise.
34187         [C99-based-standards] (PRIx16): Likewise.
34188         [C99-based-standards] (PRIX16): Likewise.
34189         [C99-based-standards] (SCNd16): Likewise.
34190         [C99-based-standards] (SCNi16): Likewise.
34191         [C99-based-standards] (SCNo16): Likewise.
34192         [C99-based-standards] (SCNu16): Likewise.
34193         [C99-based-standards] (SCNx16): Likewise.
34194         [C99-based-standards] (PRIdLEAST16): Likewise.
34195         [C99-based-standards] (PRIiLEAST16): Likewise.
34196         [C99-based-standards] (PRIoLEAST16): Likewise.
34197         [C99-based-standards] (PRIuLEAST16): Likewise.
34198         [C99-based-standards] (PRIxLEAST16): Likewise.
34199         [C99-based-standards] (PRIXLEAST16): Likewise.
34200         [C99-based-standards] (SCNdLEAST16): Likewise.
34201         [C99-based-standards] (SCNiLEAST16): Likewise.
34202         [C99-based-standards] (SCNoLEAST16): Likewise.
34203         [C99-based-standards] (SCNuLEAST16): Likewise.
34204         [C99-based-standards] (SCNxLEAST16): Likewise.
34205         [C99-based-standards] (PRIdFAST16): Likewise.
34206         [C99-based-standards] (PRIiFAST16): Likewise.
34207         [C99-based-standards] (PRIoFAST16): Likewise.
34208         [C99-based-standards] (PRIuFAST16): Likewise.
34209         [C99-based-standards] (PRIxFAST16): Likewise.
34210         [C99-based-standards] (PRIXFAST16): Likewise.
34211         [C99-based-standards] (SCNdFAST16): Likewise.
34212         [C99-based-standards] (SCNiFAST16): Likewise.
34213         [C99-based-standards] (SCNoFAST16): Likewise.
34214         [C99-based-standards] (SCNuFAST16): Likewise.
34215         [C99-based-standards] (SCNxFAST16): Likewise.
34216         [C99-based-standards] (PRId32): Likewise.
34217         [C99-based-standards] (PRIi32): Likewise.
34218         [C99-based-standards] (PRIo32): Likewise.
34219         [C99-based-standards] (PRIu32): Likewise.
34220         [C99-based-standards] (PRIx32): Likewise.
34221         [C99-based-standards] (PRIX32): Likewise.
34222         [C99-based-standards] (SCNd32): Likewise.
34223         [C99-based-standards] (SCNi32): Likewise.
34224         [C99-based-standards] (SCNo32): Likewise.
34225         [C99-based-standards] (SCNu32): Likewise.
34226         [C99-based-standards] (SCNx32): Likewise.
34227         [C99-based-standards] (PRIdLEAST32): Likewise.
34228         [C99-based-standards] (PRIiLEAST32): Likewise.
34229         [C99-based-standards] (PRIoLEAST32): Likewise.
34230         [C99-based-standards] (PRIuLEAST32): Likewise.
34231         [C99-based-standards] (PRIxLEAST32): Likewise.
34232         [C99-based-standards] (PRIXLEAST32): Likewise.
34233         [C99-based-standards] (SCNdLEAST32): Likewise.
34234         [C99-based-standards] (SCNiLEAST32): Likewise.
34235         [C99-based-standards] (SCNoLEAST32): Likewise.
34236         [C99-based-standards] (SCNuLEAST32): Likewise.
34237         [C99-based-standards] (SCNxLEAST32): Likewise.
34238         [C99-based-standards] (PRIdFAST32): Likewise.
34239         [C99-based-standards] (PRIiFAST32): Likewise.
34240         [C99-based-standards] (PRIoFAST32): Likewise.
34241         [C99-based-standards] (PRIuFAST32): Likewise.
34242         [C99-based-standards] (PRIxFAST32): Likewise.
34243         [C99-based-standards] (PRIXFAST32): Likewise.
34244         [C99-based-standards] (SCNdFAST32): Likewise.
34245         [C99-based-standards] (SCNiFAST32): Likewise.
34246         [C99-based-standards] (SCNoFAST32): Likewise.
34247         [C99-based-standards] (SCNuFAST32): Likewise.
34248         [C99-based-standards] (SCNxFAST32): Likewise.
34249         [C99-based-standards] (PRId64): Likewise.
34250         [C99-based-standards] (PRIi64): Likewise.
34251         [C99-based-standards] (PRIo64): Likewise.
34252         [C99-based-standards] (PRIu64): Likewise.
34253         [C99-based-standards] (PRIx64): Likewise.
34254         [C99-based-standards] (PRIX64): Likewise.
34255         [C99-based-standards] (SCNd64): Likewise.
34256         [C99-based-standards] (SCNi64): Likewise.
34257         [C99-based-standards] (SCNo64): Likewise.
34258         [C99-based-standards] (SCNu64): Likewise.
34259         [C99-based-standards] (SCNx64): Likewise.
34260         [C99-based-standards] (PRIdLEAST64): Likewise.
34261         [C99-based-standards] (PRIiLEAST64): Likewise.
34262         [C99-based-standards] (PRIoLEAST64): Likewise.
34263         [C99-based-standards] (PRIuLEAST64): Likewise.
34264         [C99-based-standards] (PRIxLEAST64): Likewise.
34265         [C99-based-standards] (PRIXLEAST64): Likewise.
34266         [C99-based-standards] (SCNdLEAST64): Likewise.
34267         [C99-based-standards] (SCNiLEAST64): Likewise.
34268         [C99-based-standards] (SCNoLEAST64): Likewise.
34269         [C99-based-standards] (SCNuLEAST64): Likewise.
34270         [C99-based-standards] (SCNxLEAST64): Likewise.
34271         [C99-based-standards] (PRIdFAST64): Likewise.
34272         [C99-based-standards] (PRIiFAST64): Likewise.
34273         [C99-based-standards] (PRIoFAST64): Likewise.
34274         [C99-based-standards] (PRIuFAST64): Likewise.
34275         [C99-based-standards] (PRIxFAST64): Likewise.
34276         [C99-based-standards] (PRIXFAST64): Likewise.
34277         [C99-based-standards] (SCNdFAST64): Likewise.
34278         [C99-based-standards] (SCNiFAST64): Likewise.
34279         [C99-based-standards] (SCNoFAST64): Likewise.
34280         [C99-based-standards] (SCNuFAST64): Likewise.
34281         [C99-based-standards] (SCNxFAST64): Likewise.
34282         [C99-based-standards] (PRIdMAX): Likewise.
34283         [C99-based-standards] (PRIiMAX): Likewise.
34284         [C99-based-standards] (PRIoMAX): Likewise.
34285         [C99-based-standards] (PRIuMAX): Likewise.
34286         [C99-based-standards] (PRIxMAX): Likewise.
34287         [C99-based-standards] (PRIXMAX): Likewise.
34288         [C99-based-standards] (SCNdMAX): Likewise.
34289         [C99-based-standards] (SCNiMAX): Likewise.
34290         [C99-based-standards] (SCNoMAX): Likewise.
34291         [C99-based-standards] (SCNuMAX): Likewise.
34292         [C99-based-standards] (SCNxMAX): Likewise.
34293         [C99-based-standards] (PRIdPTR): Likewise.
34294         [C99-based-standards] (PRIiPTR): Likewise.
34295         [C99-based-standards] (PRIoPTR): Likewise.
34296         [C99-based-standards] (PRIuPTR): Likewise.
34297         [C99-based-standards] (PRIxPTR): Likewise.
34298         [C99-based-standards] (PRIXPTR): Likewise.
34299         [C99-based-standards] (SCNdPTR): Likewise.
34300         [C99-based-standards] (SCNiPTR): Likewise.
34301         [C99-based-standards] (SCNoPTR): Likewise.
34302         [C99-based-standards] (SCNuPTR): Likewise.
34303         [C99-based-standards] (SCNxPTR): Likewise.
34304         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34305         allow.
34306         * conform/data/stdint.h-data: Update comments to clarify
34307         requirements.
34308         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34309         type.
34310         [C99-based standards] (INT8_MAX): Likewise.
34311         [C99-based standards] (INT16_MIN): Likewise.
34312         [C99-based standards] (INT16_MAX): Likewise.
34313         [C99-based standards] (INT32_MIN): Likewise.
34314         [C99-based standards] (INT32_MAX): Likewise.
34315         [C99-based standards] (INT64_MIN): Likewise.
34316         [C99-based standards] (INT64_MAX): Likewise.
34317         [C99-based standards] (UINT8_MAX): Likewise.
34318         [C99-based standards] (UINT16_MAX): Likewise.
34319         [C99-based standards] (UINT32_MAX): Likewise.
34320         [C99-based standards] (UINT64_MAX): Likewise.
34321         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34322         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34323         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34324         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34325         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34326         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34327         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34328         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34329         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34330         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34331         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34332         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34333         [C99-based standards] (INT_FAST8_MIN): Likewise.
34334         [C99-based standards] (INT_FAST8_MAX): Likewise.
34335         [C99-based standards] (INT_FAST16_MIN): Likewise.
34336         [C99-based standards] (INT_FAST16_MAX): Likewise.
34337         [C99-based standards] (INT_FAST32_MIN): Likewise.
34338         [C99-based standards] (INT_FAST32_MAX): Likewise.
34339         [C99-based standards] (INT_FAST64_MIN): Likewise.
34340         [C99-based standards] (INT_FAST64_MAX): Likewise.
34341         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34342         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34343         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34344         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34345         [C99-based standards] (INTPTR_MIN): Likewise.
34346         [C99-based standards] (INTPTR_MAX): Likewise.
34347         [C99-based standards] (UINTPTR_MAX): Likewise.
34348         [C99-based standards] (INTMAX_MIN): Likewise.
34349         [C99-based standards] (INTMAX_MAX): Likewise.
34350         [C99-based standards] (UINTMAX_MAX): Likewise.
34351         [C99-based standards] (PTRDIFF_MIN): Likewise.
34352         [C99-based standards] (PTRDIFF_MAX): Likewise.
34353         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34354         [C99-based standards] (SIZE_MAX): Likewise.
34355         [C99-based standards] (WCHAR_MAX): Likewise.
34356         [C99-based standards] (WINT_MAX): Likewise.
34357         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34358         constraint on value.
34359         [C99-based standards] (WCHAR_MIN): Likewise.
34360         [C99-based standards] (WINT_MIN): Likewise.
34361         [C99-based standards] (*_t): Allow.
34362         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34363         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34364         Include math.h-data and complex.h-data.  Remove all expectations
34365         of math.h and complex.h contents.
34366         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34367         at end of line.
34368         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34369         (struct tm): Expect tag.
34370         [C99-based-standards] (wcstof): Expect function.
34371         [C99-based-standards] (wcstold): Likewise.
34372         [C99-based-standards] (wcstoll): Likewise.
34373         [C99-based-standards] (wcstoull): Likewise.
34374         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34375         macro-int-constant.  Specify type.
34376         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34377         constraint on value.
34378         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34379         Specify type.
34380         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34381         Specify value.
34382         [ISO C standards]: Do not allow headers.
34383         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34384         wcs[abcdefghijklmnopqrstuvwxyz]*.
34385         [ISO C standards] (*_t): Do not allow.
34386         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34387         Expect function.
34388         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34389         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34390         Specify type.
34391         [ISO C standards]: Do not allow headers.
34392         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34393         is[abcdefghijklmnopqrstuvwxyz]*.
34394         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34395         to[abcdefghijklmnopqrstuvwxyz]*.
34396         [ISO C standards] (*_t): Do not allow.
34397         * conform/data/stdalign.h-data: New file.
34398         * conform/data/stdbool.h-data: Likewise.
34399         * conform/data/stdnoreturn.h-data: Likewise.
34400
34401 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34402
34403         [BZ #14815]
34404         * manual/filesys.texi (Directory Entries): Typo fix.
34405         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34406
34407 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34408
34409         * elf/elf.h (EM_AARCH64): New macro.
34410         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34411         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34412         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34413         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34414         (R_AARCH64_TLSDESC): Likewise.
34415         (NT_ARM_TLS): Likewise.
34416         (NT_ARM_HW_BREAK): Likewise.
34417         (NT_ARM_HW_WATCH): Likewise.
34418
34419 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34420
34421         [BZ #14811]
34422         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34423         (__ieee754_powl): Saturate nonzero exponents with absolute value
34424         below 0x1p-79 to +/- 0x1p-79.
34425         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34426         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34427         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34428         nonzero exponents with absolute value below 0x1p-32 to +/-
34429         0x1p-32.
34430         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34431         (__ieee754_powl): Saturate nonzero exponents with absolute value
34432         below 0x1p-79 to +/- 0x1p-79.
34433         * math/libm-test.inc (pow_test): Add more tests.
34434
34435 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34436
34437         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34438         _dl_s390_cap_flags with kernel. Increase string length.
34439         (_dl_s390_platforms): Add z196 and zEC12.
34440
34441 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34442
34443         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34444         Change XOPEN21K to XOPEN2K.
34445
34446 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34447
34448         * string/memmove.c: Use memcpy when possible.
34449
34450 2012-11-06  Andreas Jaeger  <aj@suse.de>
34451
34452         * po/eo.po: Update from translation team.
34453
34454 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34455
34456         [BZ #14793]
34457         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34458         exponent and small x and y exponents, scale x or y up.  Increase
34459         by 2 the exponent used in scaling up.
34460         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34461         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34462         * math/libm-test.inc (fma_test): Add more tests.
34463         (fma_test_towardzero): Likewise.
34464         (fma_test_downward): Likewise.
34465         (fma_test_upward): Likewise.
34466
34467 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34468
34469         [BZ #14805]
34470         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34471         fenv_t *.
34472
34473         [BZ #14801]
34474         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34475         namespace for names of struct fields.
34476         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34477         fenv_t fields.
34478         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34479         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34480
34481 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34482
34483         [BZ #3665]
34484         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34485
34486 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34487
34488         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34489         PTR_DEMANGLE.
34490
34491         [BZ #5246]
34492         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34493         PTR_DEMANGLE.
34494
34495 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34496
34497         [BZ #14797]
34498         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34499         definitely overflow as x * y not x * y + z.
34500         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34501         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34502         * math/libm-test.inc (fma_test): Add more tests.
34503         (fma_test_towardzero): Likewise.
34504         (fma_test_downward): Likewise.
34505         (fma_test_upward): Likewise.
34506
34507 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34508
34509         [BZ #157]
34510
34511         * include/stub-tag.h: Remove file.
34512         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34513         '#include' of it.
34514         * manual/maint.texi (Porting): Don't reference it.
34515         * Makerules ($(objpfx)stubs): Likewise.
34516         * dirent/closedir.c: Don't include <stub-tag.h>.
34517         * dirent/dirfd.c: Likewise.
34518         * dirent/fdopendir.c: Likewise.
34519         * dirent/getdents.c: Likewise.
34520         * dirent/getdents64.c: Likewise.
34521         * dirent/opendir.c: Likewise.
34522         * dirent/readdir.c: Likewise.
34523         * dirent/readdir64.c: Likewise.
34524         * dirent/readdir64_r.c: Likewise.
34525         * dirent/readdir_r.c: Likewise.
34526         * dirent/rewinddir.c: Likewise.
34527         * dirent/seekdir.c: Likewise.
34528         * dirent/telldir.c: Likewise.
34529         * gmon/profil.c: Likewise.
34530         * grp/setgroups.c: Likewise.
34531         * inet/if_index.c: Likewise.
34532         * io/access.c: Likewise.
34533         * io/chdir.c: Likewise.
34534         * io/chmod.c: Likewise.
34535         * io/chown.c: Likewise.
34536         * io/close.c: Likewise.
34537         * io/dup.c: Likewise.
34538         * io/dup2.c: Likewise.
34539         * io/dup3.c: Likewise.
34540         * io/euidaccess.c: Likewise.
34541         * io/faccessat.c: Likewise.
34542         * io/fchdir.c: Likewise.
34543         * io/fchmod.c: Likewise.
34544         * io/fchmodat.c: Likewise.
34545         * io/fchown.c: Likewise.
34546         * io/fchownat.c: Likewise.
34547         * io/fcntl.c: Likewise.
34548         * io/flock.c: Likewise.
34549         * io/fstatfs.c: Likewise.
34550         * io/fstatfs64.c: Likewise.
34551         * io/fstatvfs.c: Likewise.
34552         * io/fstatvfs64.c: Likewise.
34553         * io/futimens.c: Likewise.
34554         * io/fxstat.c: Likewise.
34555         * io/fxstat64.c: Likewise.
34556         * io/fxstatat.c: Likewise.
34557         * io/fxstatat64.c: Likewise.
34558         * io/getcwd.c: Likewise.
34559         * io/isatty.c: Likewise.
34560         * io/lchmod.c: Likewise.
34561         * io/lchown.c: Likewise.
34562         * io/link.c: Likewise.
34563         * io/linkat.c: Likewise.
34564         * io/lseek.c: Likewise.
34565         * io/lseek64.c: Likewise.
34566         * io/lxstat64.c: Likewise.
34567         * io/mkdir.c: Likewise.
34568         * io/mkdirat.c: Likewise.
34569         * io/mkfifo.c: Likewise.
34570         * io/mkfifoat.c: Likewise.
34571         * io/open.c: Likewise.
34572         * io/open64.c: Likewise.
34573         * io/openat.c: Likewise.
34574         * io/openat64.c: Likewise.
34575         * io/pipe.c: Likewise.
34576         * io/pipe2.c: Likewise.
34577         * io/poll.c: Likewise.
34578         * io/posix_fadvise.c: Likewise.
34579         * io/posix_fadvise64.c: Likewise.
34580         * io/posix_fallocate.c: Likewise.
34581         * io/posix_fallocate64.c: Likewise.
34582         * io/read.c: Likewise.
34583         * io/readlink.c: Likewise.
34584         * io/readlinkat.c: Likewise.
34585         * io/rmdir.c: Likewise.
34586         * io/sendfile.c: Likewise.
34587         * io/sendfile64.c: Likewise.
34588         * io/statfs.c: Likewise.
34589         * io/statfs64.c: Likewise.
34590         * io/statvfs.c: Likewise.
34591         * io/statvfs64.c: Likewise.
34592         * io/symlink.c: Likewise.
34593         * io/symlinkat.c: Likewise.
34594         * io/ttyname.c: Likewise.
34595         * io/ttyname_r.c: Likewise.
34596         * io/umask.c: Likewise.
34597         * io/unlink.c: Likewise.
34598         * io/unlinkat.c: Likewise.
34599         * io/utime.c: Likewise.
34600         * io/utimensat.c: Likewise.
34601         * io/write.c: Likewise.
34602         * io/xmknod.c: Likewise.
34603         * io/xmknodat.c: Likewise.
34604         * io/xstat.c: Likewise.
34605         * io/xstat64.c: Likewise.
34606         * login/getpt.c: Likewise.
34607         * login/grantpt.c: Likewise.
34608         * login/unlockpt.c: Likewise.
34609         * math/e_acoshl.c: Likewise.
34610         * math/e_acosl.c: Likewise.
34611         * math/e_asinl.c: Likewise.
34612         * math/e_atan2l.c: Likewise.
34613         * math/e_atanhl.c: Likewise.
34614         * math/e_coshl.c: Likewise.
34615         * math/e_expl.c: Likewise.
34616         * math/e_fmodl.c: Likewise.
34617         * math/e_gammal_r.c: Likewise.
34618         * math/e_hypotl.c: Likewise.
34619         * math/e_j0l.c: Likewise.
34620         * math/e_j1l.c: Likewise.
34621         * math/e_jnl.c: Likewise.
34622         * math/e_lgammal_r.c: Likewise.
34623         * math/e_log10l.c: Likewise.
34624         * math/e_log2l.c: Likewise.
34625         * math/e_logl.c: Likewise.
34626         * math/e_powl.c: Likewise.
34627         * math/e_rem_pio2l.c: Likewise.
34628         * math/e_sinhl.c: Likewise.
34629         * math/e_sqrtl.c: Likewise.
34630         * math/fclrexcpt.c: Likewise.
34631         * math/fedisblxcpt.c: Likewise.
34632         * math/feenablxcpt.c: Likewise.
34633         * math/fegetenv.c: Likewise.
34634         * math/fegetexcept.c: Likewise.
34635         * math/fegetround.c: Likewise.
34636         * math/feholdexcpt.c: Likewise.
34637         * math/fesetenv.c: Likewise.
34638         * math/fesetround.c: Likewise.
34639         * math/feupdateenv.c: Likewise.
34640         * math/fgetexcptflg.c: Likewise.
34641         * math/fraiseexcpt.c: Likewise.
34642         * math/fsetexcptflg.c: Likewise.
34643         * math/ftestexcept.c: Likewise.
34644         * math/k_cosl.c: Likewise.
34645         * math/k_rem_pio2l.c: Likewise.
34646         * math/k_sinl.c: Likewise.
34647         * math/k_tanl.c: Likewise.
34648         * math/s_asinhl.c: Likewise.
34649         * math/s_atanl.c: Likewise.
34650         * math/s_cbrtl.c: Likewise.
34651         * math/s_erfl.c: Likewise.
34652         * math/s_expm1l.c: Likewise.
34653         * math/s_log1pl.c: Likewise.
34654         * math/s_tanhl.c: Likewise.
34655         * misc/acct.c: Likewise.
34656         * misc/brk.c: Likewise.
34657         * misc/chflags.c: Likewise.
34658         * misc/chroot.c: Likewise.
34659         * misc/fchflags.c: Likewise.
34660         * misc/fgetxattr.c: Likewise.
34661         * misc/flistxattr.c: Likewise.
34662         * misc/fremovexattr.c: Likewise.
34663         * misc/fsetxattr.c: Likewise.
34664         * misc/fsync.c: Likewise.
34665         * misc/ftruncate.c: Likewise.
34666         * misc/futimes.c: Likewise.
34667         * misc/futimesat.c: Likewise.
34668         * misc/getdomain.c: Likewise.
34669         * misc/getdtsz.c: Likewise.
34670         * misc/gethostid.c: Likewise.
34671         * misc/gethostname.c: Likewise.
34672         * misc/getloadavg.c: Likewise.
34673         * misc/getpagesize.c: Likewise.
34674         * misc/getsysstats.c: Likewise.
34675         * misc/getxattr.c: Likewise.
34676         * misc/gtty.c: Likewise.
34677         * misc/ioctl.c: Likewise.
34678         * misc/lgetxattr.c: Likewise.
34679         * misc/listxattr.c: Likewise.
34680         * misc/llistxattr.c: Likewise.
34681         * misc/lremovexattr.c: Likewise.
34682         * misc/lsetxattr.c: Likewise.
34683         * misc/lutimes.c: Likewise.
34684         * misc/madvise.c: Likewise.
34685         * misc/mincore.c: Likewise.
34686         * misc/mlock.c: Likewise.
34687         * misc/mlockall.c: Likewise.
34688         * misc/mmap.c: Likewise.
34689         * misc/mprotect.c: Likewise.
34690         * misc/msync.c: Likewise.
34691         * misc/munlock.c: Likewise.
34692         * misc/munlockall.c: Likewise.
34693         * misc/munmap.c: Likewise.
34694         * misc/preadv.c: Likewise.
34695         * misc/preadv64.c: Likewise.
34696         * misc/ptrace.c: Likewise.
34697         * misc/pwritev.c: Likewise.
34698         * misc/pwritev64.c: Likewise.
34699         * misc/readv.c: Likewise.
34700         * misc/reboot.c: Likewise.
34701         * misc/remap_file_pages.c: Likewise.
34702         * misc/removexattr.c: Likewise.
34703         * misc/revoke.c: Likewise.
34704         * misc/select.c: Likewise.
34705         * misc/setdomain.c: Likewise.
34706         * misc/setegid.c: Likewise.
34707         * misc/seteuid.c: Likewise.
34708         * misc/sethostid.c: Likewise.
34709         * misc/sethostname.c: Likewise.
34710         * misc/setregid.c: Likewise.
34711         * misc/setreuid.c: Likewise.
34712         * misc/setxattr.c: Likewise.
34713         * misc/sstk.c: Likewise.
34714         * misc/stty.c: Likewise.
34715         * misc/swapoff.c: Likewise.
34716         * misc/swapon.c: Likewise.
34717         * misc/sync.c: Likewise.
34718         * misc/syncfs.c: Likewise.
34719         * misc/syscall.c: Likewise.
34720         * misc/truncate.c: Likewise.
34721         * misc/ualarm.c: Likewise.
34722         * misc/usleep.c: Likewise.
34723         * misc/ustat.c: Likewise.
34724         * misc/utimes.c: Likewise.
34725         * misc/vhangup.c: Likewise.
34726         * misc/writev.c: Likewise.
34727         * posix/_exit.c: Likewise.
34728         * posix/alarm.c: Likewise.
34729         * posix/execve.c: Likewise.
34730         * posix/fexecve.c: Likewise.
34731         * posix/fork.c: Likewise.
34732         * posix/fpathconf.c: Likewise.
34733         * posix/getaddrinfo.c: Likewise.
34734         * posix/getegid.c: Likewise.
34735         * posix/geteuid.c: Likewise.
34736         * posix/getgid.c: Likewise.
34737         * posix/getgroups.c: Likewise.
34738         * posix/getlogin.c: Likewise.
34739         * posix/getlogin_r.c: Likewise.
34740         * posix/getpgid.c: Likewise.
34741         * posix/getpid.c: Likewise.
34742         * posix/getppid.c: Likewise.
34743         * posix/getresgid.c: Likewise.
34744         * posix/getresuid.c: Likewise.
34745         * posix/getsid.c: Likewise.
34746         * posix/getuid.c: Likewise.
34747         * posix/glob64.c: Likewise.
34748         * posix/nanosleep.c: Likewise.
34749         * posix/pathconf.c: Likewise.
34750         * posix/pause.c: Likewise.
34751         * posix/posix_madvise.c: Likewise.
34752         * posix/pread.c: Likewise.
34753         * posix/pread64.c: Likewise.
34754         * posix/pwrite.c: Likewise.
34755         * posix/pwrite64.c: Likewise.
34756         * posix/sched_getaffinity.c: Likewise.
34757         * posix/sched_getp.c: Likewise.
34758         * posix/sched_gets.c: Likewise.
34759         * posix/sched_primax.c: Likewise.
34760         * posix/sched_primin.c: Likewise.
34761         * posix/sched_rr_gi.c: Likewise.
34762         * posix/sched_setaffinity.c: Likewise.
34763         * posix/sched_setp.c: Likewise.
34764         * posix/sched_sets.c: Likewise.
34765         * posix/sched_yield.c: Likewise.
34766         * posix/setgid.c: Likewise.
34767         * posix/setlogin.c: Likewise.
34768         * posix/setpgid.c: Likewise.
34769         * posix/setresgid.c: Likewise.
34770         * posix/setresuid.c: Likewise.
34771         * posix/setsid.c: Likewise.
34772         * posix/setuid.c: Likewise.
34773         * posix/sleep.c: Likewise.
34774         * posix/spawni.c: Likewise.
34775         * posix/sysconf.c: Likewise.
34776         * posix/times.c: Likewise.
34777         * posix/wait.c: Likewise.
34778         * posix/wait3.c: Likewise.
34779         * posix/wait4.c: Likewise.
34780         * posix/waitpid.c: Likewise.
34781         * resolv/gai_sigqueue.c: Likewise.
34782         * resource/getpriority.c: Likewise.
34783         * resource/getrlimit.c: Likewise.
34784         * resource/getrusage.c: Likewise.
34785         * resource/nice.c: Likewise.
34786         * resource/setpriority.c: Likewise.
34787         * resource/setrlimit.c: Likewise.
34788         * resource/ulimit.c: Likewise.
34789         * rt/aio_cancel.c: Likewise.
34790         * rt/aio_fsync.c: Likewise.
34791         * rt/aio_read.c: Likewise.
34792         * rt/aio_sigqueue.c: Likewise.
34793         * rt/aio_suspend.c: Likewise.
34794         * rt/aio_write.c: Likewise.
34795         * rt/clock_getres.c: Likewise.
34796         * rt/clock_gettime.c: Likewise.
34797         * rt/clock_nanosleep.c: Likewise.
34798         * rt/clock_settime.c: Likewise.
34799         * rt/lio_listio.c: Likewise.
34800         * rt/mq_close.c: Likewise.
34801         * rt/mq_getattr.c: Likewise.
34802         * rt/mq_notify.c: Likewise.
34803         * rt/mq_open.c: Likewise.
34804         * rt/mq_receive.c: Likewise.
34805         * rt/mq_send.c: Likewise.
34806         * rt/mq_setattr.c: Likewise.
34807         * rt/mq_timedreceive.c: Likewise.
34808         * rt/mq_timedsend.c: Likewise.
34809         * rt/mq_unlink.c: Likewise.
34810         * rt/shm_open.c: Likewise.
34811         * rt/shm_unlink.c: Likewise.
34812         * rt/timer_create.c: Likewise.
34813         * rt/timer_delete.c: Likewise.
34814         * rt/timer_getoverr.c: Likewise.
34815         * rt/timer_gettime.c: Likewise.
34816         * rt/timer_settime.c: Likewise.
34817         * setjmp/__longjmp.c: Likewise.
34818         * setjmp/setjmp.c: Likewise.
34819         * signal/kill.c: Likewise.
34820         * signal/killpg.c: Likewise.
34821         * signal/raise.c: Likewise.
34822         * signal/sigaction.c: Likewise.
34823         * signal/sigaltstack.c: Likewise.
34824         * signal/sigblock.c: Likewise.
34825         * signal/sigignore.c: Likewise.
34826         * signal/sigintr.c: Likewise.
34827         * signal/signal.c: Likewise.
34828         * signal/sigpause.c: Likewise.
34829         * signal/sigpending.c: Likewise.
34830         * signal/sigqueue.c: Likewise.
34831         * signal/sigreturn.c: Likewise.
34832         * signal/sigset.c: Likewise.
34833         * signal/sigsetmask.c: Likewise.
34834         * signal/sigstack.c: Likewise.
34835         * signal/sigsuspend.c: Likewise.
34836         * signal/sigtimedwait.c: Likewise.
34837         * signal/sigvec.c: Likewise.
34838         * signal/sigwait.c: Likewise.
34839         * signal/sigwaitinfo.c: Likewise.
34840         * signal/sysv_signal.c: Likewise.
34841         * socket/accept.c: Likewise.
34842         * socket/accept4.c: Likewise.
34843         * socket/bind.c: Likewise.
34844         * socket/connect.c: Likewise.
34845         * socket/getpeername.c: Likewise.
34846         * socket/getsockname.c: Likewise.
34847         * socket/getsockopt.c: Likewise.
34848         * socket/isfdtype.c: Likewise.
34849         * socket/listen.c: Likewise.
34850         * socket/recv.c: Likewise.
34851         * socket/recvfrom.c: Likewise.
34852         * socket/recvmsg.c: Likewise.
34853         * socket/send.c: Likewise.
34854         * socket/sendmsg.c: Likewise.
34855         * socket/sendto.c: Likewise.
34856         * socket/setsockopt.c: Likewise.
34857         * socket/shutdown.c: Likewise.
34858         * socket/sockatmark.c: Likewise.
34859         * socket/socket.c: Likewise.
34860         * socket/socketpair.c: Likewise.
34861         * stdio-common/ctermid.c: Likewise.
34862         * stdio-common/cuserid.c: Likewise.
34863         * stdio-common/remove.c: Likewise.
34864         * stdio-common/rename.c: Likewise.
34865         * stdio-common/renameat.c: Likewise.
34866         * stdio-common/tempname.c: Likewise.
34867         * stdlib/getcontext.c: Likewise.
34868         * stdlib/makecontext.c: Likewise.
34869         * stdlib/setcontext.c: Likewise.
34870         * stdlib/swapcontext.c: Likewise.
34871         * stdlib/system.c: Likewise.
34872         * streams/fattach.c: Likewise.
34873         * streams/fdetach.c: Likewise.
34874         * streams/getmsg.c: Likewise.
34875         * streams/getpmsg.c: Likewise.
34876         * streams/putmsg.c: Likewise.
34877         * streams/putpmsg.c: Likewise.
34878         * sysdeps/unix/bsd/getpt.c: Likewise.
34879         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34880         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34881         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34883         Likewise.
34884         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34885         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34886         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34887         * sysvipc/msgctl.c: Likewise.
34888         * sysvipc/msgget.c: Likewise.
34889         * sysvipc/msgrcv.c: Likewise.
34890         * sysvipc/msgsnd.c: Likewise.
34891         * sysvipc/semctl.c: Likewise.
34892         * sysvipc/semget.c: Likewise.
34893         * sysvipc/semop.c: Likewise.
34894         * sysvipc/semtimedop.c: Likewise.
34895         * sysvipc/shmat.c: Likewise.
34896         * sysvipc/shmctl.c: Likewise.
34897         * sysvipc/shmdt.c: Likewise.
34898         * sysvipc/shmget.c: Likewise.
34899         * termios/tcdrain.c: Likewise.
34900         * termios/tcflow.c: Likewise.
34901         * termios/tcflush.c: Likewise.
34902         * termios/tcgetattr.c: Likewise.
34903         * termios/tcgetpgrp.c: Likewise.
34904         * termios/tcsendbrk.c: Likewise.
34905         * termios/tcsetattr.c: Likewise.
34906         * termios/tcsetpgrp.c: Likewise.
34907         * time/adjtime.c: Likewise.
34908         * time/clock.c: Likewise.
34909         * time/getitimer.c: Likewise.
34910         * time/gettimeofday.c: Likewise.
34911         * time/setitimer.c: Likewise.
34912         * time/settimeofday.c: Likewise.
34913         * time/stime.c: Likewise.
34914         * time/time.c: Likewise.
34915
34916 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34917
34918         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34919         /usr/old/bin.
34920
34921         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34922         instead of spaces.
34923         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34924
34925 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34926
34927         [BZ #14796]
34928         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34929         FE_TONEAREST before applying Dekker multiplication and Knuth
34930         addition.  Clear inexact exceptions and check for exact zero
34931         results afterwards.
34932         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34933         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34934         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34935         * math/libm-test.inc (fma_test): Add more tests.
34936         (fma_test_towardzero): Likewise.
34937         (fma_test_downward): Likewise.
34938         (fma_test_upward): Likewise.
34939         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34940         function.
34941         (libc_fesetround): New macro.
34942         (libc_fesetroundf): Likewise.
34943         (libc_fesetroundl): Likewise.
34944         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34945         function.
34946         (libc_fesetround_387): Likewise.
34947         (libc_fesetroundf): New macro.
34948         (libc_fesetround): Likewise.
34949         (libc_fesetroundl): Likewise.
34950         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34951         function.
34952         (libc_fesetroundf): New macro.
34953         (libc_fesetround): Likewise.
34954         (libc_fesetroundl): Likewise.
34955         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34956         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34957         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34958         libm_hidden_ver.
34959         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34960         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34961         libm_hidden_def.
34962         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34963         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34964         libm_hidden_ver.
34965         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34966         libm_hidden_def.
34967
34968         [BZ #3439]
34969         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34970         integer constant usable in #if and use that to give value to enum
34971         constant.
34972         (FE_DIVBYZERO): Likewise.
34973         (FE_UNDERFLOW): Likewise.
34974         (FE_OVERFLOW): Likewise.
34975         (FE_INVALID): Likewise.
34976         (FE_INVALID_SNAN): Likewise.
34977         (FE_INVALID_ISI): Likewise.
34978         (FE_INVALID_IDI): Likewise.
34979         (FE_INVALID_ZDZ): Likewise.
34980         (FE_INVALID_IMZ): Likewise.
34981         (FE_INVALID_COMPARE): Likewise.
34982         (FE_INVALID_SOFTWARE): Likewise.
34983         (FE_INVALID_SQRT): Likewise.
34984         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34985         (FE_TONEAREST): Likewise.
34986         (FE_TOWARDZERO): Likewise.
34987         (FE_UPWARD): Likewise.
34988         (FE_DOWNWARD): Likewise.
34989         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34990         (FE_DIVBYZERO): Likewise.
34991         (FE_OVERFLOW): Likewise.
34992         (FE_UNDERFLOW): Likewise.
34993         (FE_INEXACT): Likewise.
34994         (FE_TONEAREST): Likewise.
34995         (FE_DOWNWARD): Likewise.
34996         (FE_UPWARD): Likewise.
34997         (FE_TOWARDZERO): Likewise.
34998         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34999         (FE_UNDERFLOW): Likewise.
35000         (FE_OVERFLOW): Likewise.
35001         (FE_DIVBYZERO): Likewise.
35002         (FE_INVALID): Likewise.
35003         (FE_TONEAREST): Likewise.
35004         (FE_TOWARDZERO): Likewise.
35005         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35006         (FE_OVERFLOW): Likewise.
35007         (FE_UNDERFLOW): Likewise.
35008         (FE_DIVBYZERO): Likewise.
35009         (FE_INEXACT): Likewise.
35010         (FE_TONEAREST): Likewise.
35011         (FE_TOWARDZERO): Likewise.
35012         (FE_UPWARD): Likewise.
35013         (FE_DOWNWARD): Likewise.
35014         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35015         (FE_DIVBYZERO): Likewise.
35016         (FE_OVERFLOW): Likewise.
35017         (FE_UNDERFLOW): Likewise.
35018         (FE_INEXACT): Likewise.
35019         (FE_TONEAREST): Likewise.
35020         (FE_DOWNWARD): Likewise.
35021         (FE_UPWARD): Likewise.
35022         (FE_TOWARDZERO): Likewise.
35023
35024 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35025
35026         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35027
35028 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35029
35030         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35031         commands.  Quote $PWD.
35032         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35033         -x" by "export".
35034         (remove_newlines): Remove.
35035
35036 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35037
35038         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35039         * stdlib/stdlib.h (atof): Moved to ...
35040         * include/bits/stdlib-float.h: Here.  New file.
35041         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35042         * stdlib/bits/stdlib-float.h: New file.
35043         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35044         -mno-sse -mno-mmx.
35045         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35046         <xmmintrin.h>.
35047
35048 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35049
35050         * conform/conformtest.pl (@headers): Add fenv.h.
35051         * conform/data/fenv.h-data: New file.
35052         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35053         include of <math/fenv.h>.
35054
35055         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35056         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35057         && !UNIX98].  Enables tests for XOPEN2K8.
35058         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35059         POSIX2008]: Likewise.
35060
35061         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35062         (struct rusage): Do not expect type or its members.
35063
35064         [BZ #3439]
35065         * math/math.h (FP_NAN): Define macro to integer constant usable in
35066         #if and use that to give value to enum constant.
35067         (FP_INFINITE): Likewise.
35068         (FP_ZERO): Likewise.
35069         (FP_SUBNORMAL): Likewise.
35070         (FP_NORMAL): Likewise.
35071
35072 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35073
35074         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35075         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35076         arguments.
35077
35078 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35079
35080         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35081         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35082         autoconf-time if not.
35083         * configure.in: Remove AC_PREREQ.
35084
35085 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35086
35087         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35088         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35089         of the internal implementation.
35090
35091 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35092
35093         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35094         except include of <misc/sys/syslog.h>.
35095
35096 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35097
35098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35099         function returns with a NULL context exit with zero.
35100
35101 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35102
35103         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35104
35105 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35106
35107         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35108         (run_program_cmd): This.
35109         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35110         (tst_langinfo): New variable.  Use it.
35111
35112 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35113
35114         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35115         floating point opcodes.
35116
35117 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35118
35119         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35120         variable.
35121
35122         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35123
35124         * sysdeps/mach/hurd/powerpc: Remove directory.
35125         * sysdeps/mach/powerpc: Likewise.
35126
35127 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35128
35129         * scripts/check-local-headers.sh: Ignore c++ headers.
35130
35131 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35132
35133         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35134         __libc_cleanup_region_start argument.
35135
35136 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35137
35138         [BZ #14784]
35139         [BZ #14785]
35140         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35141         x * y using scaling, not as x * y + z.
35142         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35143         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35144         * math/libm-test.inc (fma_test): Add more tests.
35145         (fma_test_towardzero): Likewise.
35146         (fma_test_downward): Likewise.
35147         (fma_test_upward): Likewise.
35148
35149 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35150
35151         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35152
35153 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35154
35155         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35156         New variable.
35157
35158 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35159
35160         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35161
35162 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35163
35164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35165         Fix sort order.
35166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35167         Likewise.
35168
35169 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35170
35171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35172         Fix the order of the list for glibc 2.17.
35173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35174         Likewise.
35175
35176 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35177
35178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35179
35180 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35181
35182         [BZ #14610]
35183         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35184         for low part of x being zero before using __atanl (y).
35185         * math/libm-test.inc (atan2_test): Add another test.
35186
35187         * manual/install.texi (Configuring and compiling): Document
35188         general use of test-wrapper and test-wrapper-env.
35189         * INSTALL: Regenerated.
35190
35191         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35192         (__fma): Do not extract and scale down low bits on after-rounding
35193         systems when result rounded to normal precision would have normal
35194         exponent.
35195         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35196         (__fmal): Do not extract and scale down low bits on after-rounding
35197         systems when result rounded to normal precision would have normal
35198         exponent.
35199         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35200         (__fmal): Do not extract and scale down low bits on after-rounding
35201         systems when result rounded to normal precision would have normal
35202         exponent.
35203         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35204         macro.
35205         (fma_test): Add more tests.
35206         (fma_test_towardzero): Likewise.
35207         (fma_test_downward): Likewise.
35208         (fma_test_upward): Likewise.
35209
35210 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35211
35212         * sysdeps/i386/tininess.h: Renamed to ...
35213         * sysdeps/x86/tininess.h: This.
35214         * sysdeps/x86_64/tininess.h: Removed.
35215
35216 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35217
35218         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35219         input.  Use $(build-program-cmd).
35220         ($(objpfx)tst-array1-static.out): Likewise.
35221         ($(objpfx)tst-array2.out): Likewise.
35222         ($(objpfx)tst-array3.out): Likewise.
35223         ($(objpfx)tst-array4.out): Likewise.
35224         ($(objpfx)tst-array5.out): Likewise.
35225         ($(objpfx)tst-array5-static.out): Likewise.
35226
35227 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35228
35229         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35230         if defined.
35231
35232         * nss/nsswitch.h (nss_interface_function): Provide new
35233         macro for use with NSS functions.
35234         * grp/initgroups.c: Use new macro.
35235         * nss/getXXbyYY.c: Likewise.
35236         * nss/getXXbyYY_r.c: Likewise.
35237         * nss/getXXent.c: Likewise.
35238         * nss/getXXent_r.c: Likewise.
35239         * sysdeps/posix/getaddrinfo.c: Likewise.
35240
35241 2012-10-30  Andreas Jaeger  <aj@suse.de>
35242
35243         * po/ru.po: Update Russion translation from translation project.
35244
35245 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35246
35247         [BZ #14152]
35248         [BZ #14783]
35249         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35250         result and shift together with sticky bit instead of replicating
35251         round-to-nearest rounding.
35252         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35253         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35254         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35255         missing underflow exceptions.
35256         (fma_test_towardzero): Add more tests.
35257         (fma_test_downward): Likewise.
35258         (fma_test_upward): Likewise.
35259
35260         [BZ #14047]
35261         * sysdeps/generic/tininess.h: New file.
35262         * sysdeps/i386/tininess.h: Likewise.
35263         * sysdeps/sh/tininess.h: Likewise.
35264         * sysdeps/x86_64/tininess.h: Likewise.
35265         * stdlib/tst-strtod-underflow.c: Likewise.
35266         * stdlib/tst-tininess.c: Likewise.
35267         * stdlib/strtod_l.c: Include <tininess.h>.
35268         (round_and_return): Do not set errno for exact underflow cases.
35269         Force an underflow exception when setting errno for underflow.
35270         Determine underflow based on rounding to normal precision if
35271         TININESS_AFTER_ROUNDING.
35272         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35273         ERANGE for exact underflow cases.
35274         * stdlib/Makefile (tests): Add tst-tininess and
35275         tst-strtod-underflow.
35276         ($(objpfx)tst-tininess): Use $(link-libm).
35277         ($(objpfx)tst-strtod-underflow): Likewise.
35278
35279 2012-10-30  Andreas Jaeger  <aj@suse.de>
35280
35281         [BZ#14767]
35282         * elf/Makefile (tests): Remove conditional for have-initfini-array
35283         since this is now always required and the variable does not exist
35284         anymore.
35285         (tests-static): Likewise.
35286         (modules-names): Likewise.
35287
35288         * po/eo.po: Add Esperanto translation from translation project.
35289
35290         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35291         merged with constructor/destructor.
35292         (init_array): Likewise.
35293         * elf/tst-array2dep.c (fini_array): Likewise.
35294         (init_array): Likewise.
35295
35296 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35297
35298         * manual/message.texi: Delete @cartouche tags.
35299
35300 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35301
35302         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35303         EOPNOTSUPP.
35304         * sysdeps/mach/hurd/fsync.c: Likewise.
35305
35306         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35307         [_POSIX_REALTIME_SIGNALS]: Change condition to
35308         [_POSIX_REALTIME_SIGNALS > 0].
35309
35310 2012-10-27  Andreas Jaeger  <aj@suse.de>
35311
35312         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35313         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35314         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35315         [__WORDSIZE != 64]: Likewise.
35316
35317 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35318
35319         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35320         *  iconvdata/tst-tables.sh: Likewise.
35321
35322 2012-10-25  David S. Miller  <davem@davemloft.net>
35323
35324         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35325         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35326         of strtoull.
35327
35328         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35329         ifunc-impl-list.c
35330         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35331         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35332         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35333         file.
35334
35335 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35336
35337         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35338         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35339         __getdirentries.
35340
35341 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35342             Jim Blandy  <jimb@codesourcery.com>
35343
35344         * scripts/cross-test-ssh.sh: New file.
35345         * manual/install.texi (Configuring and compiling): Document use of
35346         cross-test-ssh.sh.
35347         * INSTALL: Regenerated.
35348
35349 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35350
35351         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35352         EOPNOTSUPP.
35353
35354 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35355
35356         * Makeconfig (run-program-prefix): Fix comment.
35357
35358 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35359             Jim Blandy  <jimb@codesourcery.com>
35360
35361         * Makeconfig (test-wrapper): New variable,
35362         (test-wrapper-env): Likewise.
35363         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35364         (run-built-tests): Define to yes.
35365         (run-program-prefix): Use $(test-wrapper).
35366         (built-program-cmd): Likewise.
35367         * Rules (make-test-out): Use $(test-wrapper-env) and
35368         $(host-built-program-cmd).
35369         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35370         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35371         tst-pathopt.sh.
35372         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35373         $(test-wrapper-env) to tst-rtld-load-self.sh.
35374         ($(objpfx)order2.out): Use $(test-wrapper).
35375         ($(objpfx)tst-initorder.out): Likewise.
35376         ($(objpfx)tst-initorder2.out): Likewise.
35377         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35378         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35379         (test_wrapper_env): New variable.  Use it to run ld.so.
35380         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35381         Use it to run ld.so.
35382         (test_wrapper_env): Likewise.
35383         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35384         $(test-wrapper) to run-iconv-test.sh.
35385         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35386         (ICONV): Use $test_wrapper.
35387         * posix/Makefile ($(objpfx)globtest.out): Pass
35388         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35389         globtest.sh, not $(run-program-prefix).
35390         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35391         (test_wrapper): Likewise.
35392         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35393         set together with run_via_rtld_prefix.
35394         (run_program_prefix): Define in terms of test_wrapper and
35395         run_via_rtld_prefix.
35396
35397 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35398
35399         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35400         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35401         Targets removed.
35402
35403         [BZ #14743]
35404         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35405         Declare __clock_getres, __clock_gettime, __clock_settime,
35406         __clock_nanosleep, and __clock_getcpuclockid.
35407         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35408         Remove librt_hidden_def (clock_gettime).
35409         * sysdeps/unix/clock_gettime.c: Likewise.
35410         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35411         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35412         * rt/clock_getres.c: Define __clock_getres as an alias.
35413         * sysdeps/posix/clock_getres.c: Likewise.
35414         * rt/clock_settime.c: Define __clock_settime as an alias.
35415         * sysdeps/unix/clock_settime.c: Likewise.
35416         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35417         * sysdeps/unix/clock_nanosleep.c: Likewise.
35418         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35419         * rt/clock-compat.c: New file.
35420         * rt/Makefile (librt-routines): Add clock-compat and move
35421         $(clock-routines) to ...
35422         (routines): ... here, new variable.
35423         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35424         Don't add get_clockfreq here.
35425         * rt/Versions (libc: GLIBC_2.17): New version set.
35426         Add clock_* symbols here.
35427         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35428         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35429         (GLIBC_2.17): Add clock_* symbols.
35430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35431         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35432         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35434         Likewise.
35435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35436         Likewise.
35437         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35438         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35441         * NEWS: Mention the move.
35442
35443         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35444         Use __open, __read, __close rather than their public counterparts.
35445         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35446         (__get_clockfreq_via_cpuinfo): Likewise.
35447         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35448         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35449
35450         * config.h.in (HAVE_IFUNC): New #undef.
35451         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35452         was successful.
35453         * configure: Regenerated.
35454
35455 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35456
35457         * configure.in: Move READELF check to start of file.
35458         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35459         libc_cv_asm_gnu_indirect_function in the process.
35460         * configure: Regenerated.
35461
35462 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35463
35464         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35465         send the output to /dev/null.
35466         (libc_cv_cc_with_libunwind): Likewise.
35467         (libc_cv_as_noexecstack): Likewise.
35468         * configure: Regenerate.
35469
35470 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35471
35472         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35473
35474         * posix/globtest.sh (TMPDIR): Do not set.
35475         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35476         (testout): Likewise.
35477
35478 2012-10-24  Andreas Jaeger  <aj@suse.de>
35479
35480         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35481         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35482         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35483         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35484         posix_fadvise64, posix_fallocate64.
35485
35486         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35487         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35488         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35489         Likewise.
35490         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35491         Likewise.
35492         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35493
35494         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35495         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35496         <bits/fcntl-linux.h>.
35497         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35498
35499         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35500         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35501         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35502         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35503         [__WORDSIZE != 64]: Likewise.
35504
35505 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35506
35507         * Makeconfig (run-built-tests): New variable.
35508         * Rules [$(cross-compiling) = yes]: Change condition to
35509         [$(run-built-tests) = no].
35510         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35511         to [$(run-built-tests) = yes].
35512         * elf/Makefile [$(cross-compiling) = no]: Likewise
35513         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35514         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35515         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35516         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35517         * io/Makefile [$(cross-compiling) = no]: Likewise.
35518         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35519         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35520         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35521         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35522         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35523         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35524         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35525         * string/Makefile [$(cross-compiling) = no]: Likewise.
35526
35527         * posix/Makefile ($(objpfx)globtest.out): Pass
35528         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35529         $(rtld-installed-name).
35530         * posix/globtest.sh (elf_objpfx): Remove variable.
35531         (rtld_installed_name): Likewise.
35532         (library_path): Likewise.
35533         (run_program_prefix): New variable.  Use for running globtest
35534         binary.
35535
35536 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35537             Joseph Myers  <joseph@codesourcery.com>
35538
35539         * Makeconfig (host-built-program-cmd): New variable.
35540         * elf/Makefile (tst-stackguard1-ARGS): Use
35541         $(host-built-program-cmd).
35542         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35543         (tst-spawn-ARGS): Likewise.
35544         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35545
35546 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35547             Jim Blandy  <jimb@codesourcery.com>
35548
35549         * Makeconfig (run-via-rtld-prefix): New variable.
35550         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35551         (built-program-cmd): Likewise.
35552
35553 2012-10-22  Andreas Jaeger  <aj@suse.de>
35554
35555         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35556         __O_RSYNC if it exists, otherwise to O_SYNC.
35557
35558 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35559             Joseph Myers  <joseph@codesourcery.com>
35560
35561         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35562         /dev/null.
35563         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35564         from /dev/null
35565         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35566         /dev/null.
35567
35568 2012-10-22  Andreas Jaeger  <aj@suse.de>
35569
35570         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35571         Define always.
35572         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35573
35574         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35575         bits/fcntl-linux.h.
35576
35577         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35578         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35579
35580         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35581         to __O_LARGEFILE.
35582         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35583         to __O_LARGEFILE.
35584
35585 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35586             Joseph Myers  <joseph@codesourcery.com>
35587
35588         * config.make.in (NM): New variable.
35589
35590 2012-10-21  Andreas Jaeger  <aj@suse.de>
35591
35592         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35593         definitions and declarations that are provided by
35594         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35595
35596 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35597
35598         [BZ #14683]
35599         * elf/Makefile (tests-static): Add tst-leaks1-static.
35600         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35601         ($(objpfx)tst-leaks1-static): New rule.
35602         ($(objpfx)tst-leaks1-static-mem): Likewise.
35603         (tst-leaks1-static-ENV): New macro.
35604         * elf/dl-open.c (dl_open_worker): Check the main application
35605         only if SHARED is defined.
35606         * elf/tst-leaks1-static.c: New file.
35607
35608 2012-10-20  Andreas Jaeger  <aj@suse.de>
35609
35610         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35611         generic values for Linux.
35612         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35613         and declarations that are provided by <bits/fcntl-linux.h> and
35614         include <bits/fcntl-linux.h>.
35615         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35616         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35617
35618 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35619
35620         * io/fcntl.h: Move include of <bits/types.h> to the top and
35621         include it unconditionally.
35622
35623 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35624
35625         * wcsmbs/Makefile (tests-ifunc): New variable.
35626         (tests): Add $(tests-ifunc).
35627         * wcsmbs/test-wcschr-ifunc.c: New file.
35628         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35629         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35630         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35631         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35632         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35633
35634         * string/Makefile (tests-ifunc): New variable.
35635         (tests): Add $(tests-ifunc).
35636         * string/test-memccpy.c (TEST_NAME): New macro.
35637         * string/test-memchr.c (TEST_NAME): Likewise.
35638         * string/test-memcmp.c (TEST_NAME): Likewise.
35639         * string/test-memcpy.c (TEST_NAME): Likewise.
35640         * string/test-memmem.c (TEST_NAME): Likewise.
35641         * string/test-memmove.c (TEST_NAME): Likewise.
35642         * string/test-memset.c (TEST_NAME): Likewise.
35643         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35644         * string/test-stpcpy.c (TEST_NAME): Likewise.
35645         * string/test-stpncpy.c (TEST_NAME): Likewise.
35646         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35647         * string/test-strcasestr.c (TEST_NAME): Likewise.
35648         * string/test-strcat.c (TEST_NAME): Likewise.
35649         * string/test-strchr.c (TEST_NAME): Likewise.
35650         * string/test-strcmp.c(TEST_NAME): Likewise.
35651         * string/test-strcpy.c (TEST_NAME): Likewise.
35652         * string/test-strcspn.c (TEST_NAME): Likewise.
35653         * string/test-strlen.c (TEST_NAME): Likewise.
35654         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35655         * string/test-strncmp.c (TEST_NAME): Likewise.
35656         * string/test-strncpy.c (TEST_NAME): Likewise.
35657         * string/test-strnlen.c (TEST_NAME): Likewise.
35658         * string/test-strpbrk.c (TEST_NAME): Likewise.
35659         * string/test-strrchr.c (TEST_NAME): Likewise.
35660         * string/test-strspn.c (TEST_NAME): Likewise.
35661         * string/test-strstr.c (TEST_NAME): Likewise.
35662         * string/test-bcopy-ifunc.c: New file.
35663         * string/test-bzero-ifunc.c: Likewise.
35664         * string/test-memccpy-ifunc.c: Likewise.
35665         * string/test-memchr-ifunc.c: Likewise.
35666         * string/test-memcmp-ifunc.c: Likewise.
35667         * string/test-memcpy-ifunc.c: Likewise.
35668         * string/test-memmem-ifunc.c: Likewise.
35669         * string/test-memmove-ifunc.c: Likewise.
35670         * string/test-mempcpy-ifunc.c: Likewise.
35671         * string/test-memset-ifunc.c: Likewise.
35672         * string/test-rawmemchr-ifunc.c: Likewise.
35673         * string/test-stpcpy-ifunc.c: Likewise.
35674         * string/test-stpncpy-ifunc.c: Likewise.
35675         * string/test-strcasecmp-ifunc.c: Likewise.
35676         * string/test-strcasestr-ifunc.c: Likewise.
35677         * string/test-strcat-ifunc.c: Likewise.
35678         * string/test-strchr-ifunc.c: Likewise.
35679         * string/test-strchrnul-ifunc.c: Likewise.
35680         * string/test-strcmp-ifunc.c: Likewise.
35681         * string/test-strcpy-ifunc.c: Likewise.
35682         * string/test-strcspn-ifunc.c: Likewise.
35683         * string/test-strlen-ifunc.c: Likewise.
35684         * string/test-strncasecmp-ifunc.c: Likewise.
35685         * string/test-strncat-ifunc.c: Likewise.
35686         * string/test-strncmp-ifunc.c: Likewise.
35687         * string/test-strncpy-ifunc.c: Likewise.
35688         * string/test-strnlen-ifunc.c: Likewise.
35689         * string/test-strpbrk-ifunc.c: Likewise.
35690         * string/test-strrchr-ifunc.c: Likewise.
35691         * string/test-strspn-ifunc.c: Likewise.
35692         * string/test-strstr-ifunc.c: Likewise.
35693
35694         * debug/Makefile (tests-ifunc): New variable.
35695         (tests): Add $(tests-ifunc).
35696         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35697         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35698         * debug/test-stpcpy_chk-ifunc.c: New file.
35699         * debug/test-strcpy_chk-ifunc.c: Likewise.
35700
35701 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35702
35703         [BZ #13601]
35704         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35705         header is not read in.
35706
35707 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35708
35709         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35710         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35711         directly.  Pass built executable to script as
35712         $(built-program-cmd).
35713         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35714         $testprogram without using LD_LIBRARY_PATH and $ldso.
35715
35716         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35717         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35718         $(rtld-installed-name).
35719         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35720         (rtld_installed_name): Likewise.
35721         (library_path): Likewise.
35722         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35723         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35724         $(run-program-prefix) to tst-tables.sh.
35725         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35726         it to run tst-table-from and tst-table-to.
35727         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35728         Pass it to tst-table.sh.
35729         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35730         $(run-program-prefix) to tst-gettext.sh.
35731         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35732         tst-translit.sh.
35733         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35734         tst-gettext2.sh.
35735         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35736         to run tst-gettext.
35737         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35738         to run tst-gettext2.
35739         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
35740         to run tst-translit.
35741         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35742         $(run-program-prefix) to tst-mtrace.sh.
35743         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
35744         to run tst-mtrace.
35745         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35746         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35747         $(rtld-installed-name).
35748         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35749         (rtld_installed_name): Likewise.
35750         (run_program_prefix): New variable.  Use it to run wordexp-test.
35751
35752         * Makeconfig (ARCH): Remove all definitions.
35753         (machine): Likewise.
35754         [ARCH]: Remove conditional code.
35755         [!objdir]: Give error.
35756         [!objdir] (objpfx): Remove.
35757         [!objdir] (common-objpfx): Likewise.
35758         [!objdir] (common-objdir): Likewise.
35759         * configure.in (config_makefile): Remove.  Hardcode Makefile in
35760         AC_CONFIG_FILES call.
35761         * configure: Regenerated.
35762
35763         [BZ #13888]
35764         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35765         or TMPDIR.
35766         (testout): Likewise.
35767
35768         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35769         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35770         $(rtld-installed-name).
35771         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35772         (rtld_installed_name): Likwise.
35773         (runit): Remove function.
35774         (run_getconf): New variable,  Use it for running getconf binary.
35775
35776 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
35777
35778         [BZ #14716]
35779         * string/test-memmem.c (check_result): New function.
35780         (do_one_test): Use it.
35781         (check1): New function.
35782         (test_main): Use it.
35783
35784 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
35785
35786         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35787
35788 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
35789
35790         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35791         (_G_LSEEK64): Likewise.
35792         (_G_MMAP64): Likewise.
35793         (_G_FSTAT64): Likewise.
35794         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35795         (_G_LSEEK64): Likewise.
35796         (_G_MMAP64): Likewise.
35797         (_G_FSTAT64): Likewise.
35798         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35799         unconditional.  Call __mmap64 directly.
35800         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35801         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35802         __lseek64 directly.
35803         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35804         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35805         __mmap64 directly.
35806         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35807         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35808         __lseek64 directly.
35809         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35810         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35811         __lseek64 directly.
35812         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35813         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35814         __lseek64 directly.
35815         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35816         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35817         __fxstat64 directly.
35818         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35819         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35820         unconditional.
35821         (freopen64) [!_G_OPEN64]: Remove conditional code.
35822         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35823         unconditional.
35824         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35825         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35826         unconditional.
35827         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35828         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35829         unconditional.
35830         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35831         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35832         unconditional.
35833         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35834         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35835         unconditional.
35836         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35837         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35838         unconditional.
35839         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35840         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35841         unconditional.
35842         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35843
35844 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35845
35846         [BZ #12140]
35847         * manual/memory.texi (Malloc Tunable Parameters): Add note
35848         about free list pointers overwriting some perturb bytes.
35849         Wording suggested by Roland McGrath.
35850
35851 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35852
35853         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35854         (lgamma_test): Likewise.
35855         (tgamma_test): Likewise.
35856
35857 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35858
35859         [BZ #14700]
35860         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35861         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35862
35863 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35864
35865         * NEWS: Mention BZ #14716.
35866         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35867         when removing AVAILABLE1_USES_J macro.
35868
35869 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35870
35871         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35872         (__bswap_64): __uint64_t for unsigned 64-bit int.
35873
35874 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35875
35876         * include/string.h (memmem): Declare libc hidden alias.
35877         * string/memmem.c (memmem): Define libc hidden alias.
35878         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35879         __read, __close instead of open, read, close.
35880
35881 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35882
35883         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35884         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35885         global and hidden.
35886         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35887         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35888         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35889         Likewise.
35890         (__rawmemchr_sse2): Likewise.
35891         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35892         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35893         (__strchr_sse2): Likewise.
35894         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35895         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35896         (__strcasecmp_sse2): Likewise.
35897         (__strncasecmp_sse2): Likewise.
35898         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35899         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35900         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35901         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35902         (__strrchr_sse2): Likewise.
35903         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35904         ifunc-impl-list.c.
35905         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35906         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35907         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35908         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35909         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35910         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35911         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35912         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35913         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35914         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35915         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35916         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35917         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35918         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35919         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35920         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35921         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35922         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35923         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35924         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35925         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35926         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35927         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35928         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35929         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35930         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35931         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35932         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35933         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35934         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35935
35936         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35937         global and hidden.
35938         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35939         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35940         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35941         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35942         Likewise.
35943         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35944         Likewise.
35945         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35946         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35947         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35948         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35949         ifunc-impl-list.c.
35950         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35951         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35952         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35953         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35954         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35955         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35956         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35957         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35958         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35959         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35960         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35961         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35962         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35963         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35964         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35965         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35966         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35967         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35968         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35969         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35970         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35971         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35972         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35973         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35974         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35975         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35976         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35977         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35978         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35979         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35980         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35981         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35982         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35983         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35984         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35985         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35986         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35987         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35988         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35989         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35990         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35991
35992         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35993         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35994         * include/ifunc-impl-list.h: New file.
35995         * misc/ifunc-impl-list.c: Likewise.
35996         * misc/Makefile (routines): Add ifunc-impl-list.
35997         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35998         * string/test-string.h: Include <ifunc-impl-list.h>.
35999         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36000         TEST_NAME]: New variables.
36001         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36002         are defined.
36003         (test_init): Call __libc_ifunc_impl_list to initialize
36004         func_list if TEST_IFUNC and TEST_NAME are defined.
36005
36006         * string/Makefile (strop-tests): Add bcopy and bzero.
36007         * string/test-bcopy.c: New file.
36008         * string/test-bzero.c: Likewise.
36009         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36010         defined.
36011         * string/test-memset.c: Support bzero test if TEST_BZERO is
36012         defined.
36013         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36014         __libc_memmove.
36015         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36016         __libc_memset.
36017         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36018         of memset.
36019
36020 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36021
36022         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36023         * configure: Regenerated.
36024
36025         * Makeconfig (+link-static-before-libc): Don't include
36026         $(link-static-libc).
36027
36028         * libio/libio.h (_IO_pos_t): Remove.
36029
36030 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36031
36032         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36033         McGrath.
36034
36035 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36036
36037         * crypt/crypt-entry.c: Include fips-private.h.
36038         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36039         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36040         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36041         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36042
36043 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36044
36045         * crypt/crypt-private.h: Include stdbool.h.
36046         (_ufc_setup_salt_r): Return bool.
36047         * crypt/crypt-entry.c: Include errno.h.
36048         (__crypt_r): Return NULL with EINVAL for bad salt.
36049         * crypt/crypt_util.c (bad_for_salt): New.
36050         (_ufc_setup_salt_r): Check that salt is long enough and within
36051         the specified alphabet.
36052         * crypt/badsalttest.c: New file.
36053         * crypt/Makefile (tests): Add it.
36054         ($(objpfx)badsalttest): New.
36055
36056 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36057
36058         * NEWS: Add entry for BZ #14602.
36059
36060 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36061
36062         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36063         type-generic.
36064         * math/libm-test.inc: Update comment listing what functions and
36065         macros are tested.
36066         (isgreater_test): New function.
36067         (isgreaterequal_test): Likewise.
36068         (isless_test): Likewise.
36069         (islessequal_test): Likewise.
36070         (islessgreater_test): Likewise.
36071         (isunordered_test): Likewise.
36072         (main): Call the new functions.
36073
36074 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36075
36076         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36077         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36078         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36079         * sysdeps/i386/configure: Regenerated.
36080         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36081         * sysdeps/mach/configure: Regenerated.
36082         * sysdeps/mach/hurd/configure: Regenerated.
36083         * sysdeps/powerpc/configure: Regenerated.
36084         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36085         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36086         * sysdeps/s390/s390-32/configure: Regenerated.
36087         * sysdeps/s390/s390-64/configure: Regenerated.
36088         * sysdeps/sh/configure: Regenerated.
36089         * sysdeps/sparc/configure: Regenerated.
36090         * sysdeps/unix/sysv/linux/configure: Regenerated.
36091         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36092         * sysdeps/x86_64/configure: Regenerated.
36093
36094         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36095         defined.  Don't check if MAP is NULL.
36096
36097 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36098
36099         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36100         (_G_stat64): Likewise.
36101         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36102         (_G_stat64): Likewise.
36103         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36104         instead of struct _G_stat64.
36105         * libio/fileops.c (mmap_remap_check): Likewise.
36106         (decide_maybe_mmap): Likewise.
36107         (_IO_new_file_seekoff): Likewise.
36108         (_IO_file_stat): Likewise.
36109         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36110         _G_off64_t.
36111         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36112         instead of struct _G_stat64.
36113         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36114
36115 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36116
36117         [BZ #14602]
36118         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36119         Replace with ...
36120         (CHECK_EOL): New macro.
36121         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36122         CHECK_EOL.
36123         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36124         Replace with CHECK_EOL.
36125         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36126         Replace with CHECK_EOL.
36127
36128 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36129
36130         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36131         type-generic.
36132         * math/libm-test.inc: Update comment listing what functions and
36133         macros are tested.
36134         (finite_test): New function.
36135         (isinf_test): Likewise.
36136         (isnan_test): Likewise.
36137         (fpclassify_test): Test subnormal input.
36138         (isfinite_test): Likewise.
36139         (isnormal_test): Likewise.
36140         (main): Call the new functions.
36141
36142 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36143
36144         [BZ #14660]
36145         * Makerules (%.dynsym): Force C locale when running
36146         $(OBJDUMP) --dynamic-syms.
36147
36148 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36149
36150         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36151         <stdint.h>.
36152
36153 2012-10-06  David S. Miller  <davem@davemloft.net>
36154
36155         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36156         upper 32-bits of the length value in %o2 since we use branch-on-register
36157         tests which consider the entire 64-bit register.
36158
36159 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36160
36161         * string/test-strstr.c (check2): Add a test for page boundary.
36162
36163 2012-10-05  David S. Miller  <davem@davemloft.net>
36164
36165         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36166         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36167         file.
36168         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36169         sysdep_routines.
36170         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36171         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36172         and bzero when HWCAP_SPARC_CRYPTO is present.
36173
36174 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36175
36176         [BZ #14602]
36177         * string/test-strstr.c (check2): New function.
36178         (test_main): Call check2.
36179
36180         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36181         and bug-strchr1.
36182         * string/bug-strcasestr1.c (do_test): Moved to ...
36183         * string/test-strcasestr.c (check1): Here.  New function.
36184         (do_one_test): Break out result checking code into ...
36185         (check_result): This.  New function.
36186         (do_one_test): Call check_result.
36187         (test_main): Call check1.
36188         * string/bug-strchr1.c (do_test): Moved to ...
36189         * string/test-strchr.c (check1): Here.  New function.
36190         (do_one_test): Break out result checking code into ...
36191         (check_result): This.  New function.
36192         (do_one_test): Call check_result.
36193         (test_main): Call check1.
36194         * string/bug-strstr1.c (main): Moved to ...
36195         * string/test-strstr.c (check1): Here.  New function.
36196         (do_one_test): Break out result checking code into ...
36197         (check_result): This.  New function.
36198         (do_one_test): Call check_result.
36199         (test_main): Call check1.
36200         * string/bug-strcasestr1.c: Removed.
36201         * string/bug-strchr1.c: Likewise.
36202         * string/bug-strstr1.c: Likewise.
36203
36204         * elf/Makefile (dl-routines): Add hwcaps.
36205         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36206         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36207         (_dl_important_hwcaps): Moved to ...
36208         * elf/dl-hwcaps.c: Here.  New file.
36209         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36210
36211         [BZ #14557]
36212         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36213         if IS_IN_rtld isn't defined.
36214
36215         * elf/dl-support.c (_dl_sysinfo_map): New.
36216         Include "get-dynamic-info.h" and "setup-vdso.h".
36217         (_dl_non_dynamic_init): Call setup_vdso.
36218         * elf/dynamic-link.h: Don't include <assert.h>.
36219         (elf_get_dynamic_info): Moved to ...
36220         * elf/get-dynamic-info.h: Here.  New file.
36221         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36222         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36223         * elf/setup-vdso.h: Here.  New file.
36224         * elf/rtld.c: Include "setup-vdso.h".
36225         (dl_main): Call setup_vdso.
36226
36227 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36228
36229         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36230         creal in comment listing functions tested.  List finite, isinf,
36231         isnan, isless, islessequal, isgreater, isgreaterequal,
36232         islessgreater, isunordered, lgamma_r and pow10 as functions and
36233         macros not tested.  Mention which functions not tested are aliases
36234         for other functions.  Fix typo.  Note that signs of NaNs are not
36235         tested.
36236
36237         * scripts/config.guess: Update from config.git.
36238         * scripts/config.sub: Likewise.
36239
36240 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36241
36242         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36243         * misc/madvise.c (madvise): Renamed to __madvise.
36244         Make madvise a weak alias.
36245         * include/sys/mman.h: Declare __madvise.
36246         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36247         * sysdeps/unix/syscalls.list
36248         (madvise): Make __madvise the strong name, and madvise a weak alias.
36249         * sysdeps/unix/sysv/linux/syscalls.list
36250         (madvise, mmap): Remove redundant entries.
36251         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36252         * malloc/malloc.c (mtrim): Likewise.
36253         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36254
36255 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36256
36257         * sysdeps/mach/hurd/dl-cache.c: File removed.
36258         * config.h.in (USE_LDCONFIG): New #undef.
36259         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36260         * configure: Regenerated.
36261         * elf/Makefile (dl-routines): Add dl-cache only under
36262         [$(use-ldconfig) = yes].
36263         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36264         cache on [USE_LDCONFIG].
36265         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36266         [USE_LDCONFIG].
36267         * elf/rtld.c (dl_main): Likewise.
36268
36269 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36270
36271         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36272         _SC_LEVEL4_CACHE_LINESIZE.
36273
36274 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36275
36276         * sysdeps/unix/bsd/confstr.h: File removed.
36277
36278 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36279
36280         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36281         sys/sdt-config.h.
36282
36283 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36284
36285         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36286         Make 'mapoff' field ElfW(Off) rather than off_t.
36287
36288 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36289
36290         * nscd/Makefile: Remove nscd-cflags and all its users.
36291         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36292         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36293
36294         [BZ #10631]
36295         * malloc.c (malloc_printerr): Clarify error message.
36296
36297 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36298
36299         [BZ #14648]
36300         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36301         Set bit_FMA_Usable if FMA is supported.
36302         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36303         macro.
36304         (bit_FMA4_Usable): Updated.
36305         (index_FMA_Usable): New macro.
36306         (CPUID_FMA): Likewise
36307         (HAS_FMA): Defined with bit_FMA_Usable.
36308
36309 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36310
36311         * bits/types.h (__swblk_t): Type removed.
36312         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36313         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36314         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36315         (__SWBLK_T_TYPE): Likewise.
36316         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36317         (__SWBLK_T_TYPE): Likewise.
36318         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36319         (__SWBLK_T_TYPE): Likewise.
36320         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36321         (__SWBLK_T_TYPE): Likewise.
36322
36323 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36324             Honza Horak <hhorak@redhat.com>
36325
36326         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36327         (xdr_mapname): Use YPMAXMAP as maxsize.
36328         (xdr_peername): Use YPMAXPEER as maxsize.
36329         (xdr_keydat): Use YPAXRECORD as maxsize.
36330         (xdr_valdat): Use YPMAXRECORD as maxsize.
36331
36332 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36333
36334         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36335
36336         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36337         * csu/init-first.c: ... here.
36338         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36339         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36340         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36341         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36342         * sysdeps/i386/init-first.c: File removed.
36343         * sysdeps/sh/init-first.c: File removed.
36344
36345 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36346
36347         [BZ #14645]
36348         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36349         if x * y might underflow to zero and z is zero.
36350         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36351         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36352         * math/libm-test.inc (min_subnorm_value): New variable.
36353         (fma_test): Add more tests.
36354         (fma_test_towardzero): Likewise.
36355         (fma_test_downward): Likewise
36356         (fma_test_upward): Likewise.
36357         (initialize): Set min_subnorm_value.
36358
36359 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36360
36361         [BZ #14638]
36362         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36363         0 + 0.
36364         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36365         mode for addition resulting in exact zero.
36366         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36367         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36368         exact 0 + 0.
36369         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36370         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36371         * math/libm-test.inc (fma_test): Add more tests.
36372         (fma_test_towardzero): New function.
36373         (fma_test_downward): Likewise.
36374         (fma_test_upward): Likewise.
36375         (main): Call the new functions.
36376
36377 2012-09-28  David S. Miller  <davem@davemloft.net>
36378
36379         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36380
36381 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36382
36383         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36384         instead of SIGALRM.
36385
36386         * sysdeps/gnu/_G_config.h: Moved to ...
36387         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36388         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36389         * sysdeps/generic/_G_config.h: ... here.
36390
36391         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36392
36393         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36394
36395         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36396         Conditionalize target on [libnss_test1.so-version].
36397
36398         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36399
36400         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36401         (elfobjdir): Move out of conditionals.
36402
36403         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36404         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36405         (__nss_lookup_function): Conditionalize label remove_from_tree on
36406         [!DO_STATIC_NSS || SHARED], matching its only use.
36407
36408 2012-09-28  David S. Miller  <davem@davemloft.net>
36409
36410         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36411         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36412         file.
36413         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36414         sysdep_routines.
36415         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36416         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36417         when HWCAP_SPARC_CRYPTO is present.
36418
36419 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36420
36421         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36422
36423 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36424
36425         [BZ #6530]
36426         * stdio-common/vfprintf.c (process_string_arg): Revert
36427         2000-07-22 change.
36428
36429 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36430
36431         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36432         for testcase.
36433         * stdio-common/tst-sprintf.c: Include <locale.h>
36434         (main): Test sprintf's handling of incomplete multibyte
36435         characters.
36436
36437 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36438
36439         * elf/dl-runtime.c (VERSYMIDX): Removed.
36440         * elf/dl-version.c (VERSYMIDX): Likewise.
36441         * elf/do-rel.h (VERSYMIDX): Likewise.
36442         (VALIDX): Likewise.
36443         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36444         * elf/rtld.c (VALIDX): Likewise.
36445         (ADDRIDX): Likewise.
36446         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36447         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36448         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36449         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36450         (VALIDX): Likewise.
36451         (ADDRIDX): Likewise.
36452
36453 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36454
36455         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36456
36457 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36458
36459         [BZ #11438]
36460         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36461         to global scope.
36462         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36463         addresses are in the same scope as 192.0.2/24.
36464         * posix/gai.conf: Document new scope table defaults.
36465
36466 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36467
36468         [BZ #5298]
36469         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36470         for ftell.  Compute offsets from write pointers instead.
36471         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36472
36473 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36474
36475         [BZ #14543]
36476         * libio/Makefile (tests): New test case tst-fseek.
36477         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36478         combination works in wide mode.
36479         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36480         state when the external buffer state changes.
36481
36482 2012-09-27  David S. Miller  <davem@davemloft.net>
36483
36484         [BZ #14376]
36485         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36486         pass reloc->r_addend in as the 'high' argument to
36487         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36488
36489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36490
36491 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36492
36493         * rt/tst-aio2.c: Include <pthread.h>.
36494         * rt/tst-aio3.c: Likewise.
36495
36496 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36497
36498         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36499
36500 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36501
36502         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36503         contents on [SHARED].
36504
36505 2012-09-26  Marek Polacek  <polacek@redhat.com>
36506
36507         [BZ #14530]
36508         [BZ #13741]
36509         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36510         for C++ and GCC <4.3 as well as for non GCC compilers.
36511
36512 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36513
36514         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36515
36516 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36517
36518         * Makefile.in (all, install): Declare with .PHONY.
36519         Reported by Michael Hope <michael.hope@linaro.org>.
36520
36521 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36522
36523         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36524         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36525         system header.
36526         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36527         Likewise.
36528         (sydep_routines): Add the new and the internal functions.
36529         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36530         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36532         (GLIBC_2.17): Add the new function.
36533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36534         (GLIBC_2.17): Likewise.
36535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36536         (GLIBC_2.17): Likewise.
36537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36538         (GLIBC_2.17): Likewise.
36539         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36540
36541 2012-09-25  Alan Modra  <amodra@gmail.com>
36542
36543         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36544         Add release barrier before setting once_control to say
36545         initialisation is done.  Add hints on lwarx.  Use macro in
36546         place of isync.
36547         (clear_once_control): Add release barrier.
36548
36549 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36550
36551         [BZ #13629]
36552         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36553         specially.
36554         * math/s_clog10.c (__clog10): Likewise.
36555         * math/s_clog10f.c (__clog10f): Likewise.
36556         * math/s_clog10l.c (__clog10l): Likewise.
36557         * math/s_clogf.c (__clogf): Likewise.
36558         * math/s_clogl.c (__clogl): Likewise.
36559         * math/Makefile (libm-calls): Add x2y2m1.
36560         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36561         (__x2y2m1): Likewise.
36562         (__x2y2m1l): Likewise.
36563         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36564         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36565         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36566         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36567         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36568         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36569         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36570         * sysdeps/i386/fpu/libm-test-ulps: Update.
36571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36572
36573         [BZ #14621]
36574         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36575         int as type of variable DEPTH.
36576         (glob): Use size_t instead of int as type of variables NEWCOUNT
36577         and OLD_PATHC.
36578
36579 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36580
36581         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36582         Add s_sincosf-sse2.
36583         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36584         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36585         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36586         macros for using routine as __sincosf_ia32.
36587         Use macro for function declaration and weak_alias.
36588         * sysdeps/i386/fpu/libm-test-ulps: Update.
36589
36590         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36591         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36592
36593         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36594         subnormal argument.
36595         * math/s_cexpf.c (__cexpf): Likewise.
36596         * math/s_csinf.c (__csinf): Likewise.
36597         * math/s_csinhf.c (__csinhf): Likewise.
36598         * math/s_ctanf.c (__ctanf): Likewise.
36599         * math/s_ctanhf.c (__ctanhf): Likewise.
36600         * math/s_ccosh.c (__ccoshf): Likewise.
36601         * math/s_cexp.c (__cexpl): Likewise.
36602         * math/s_csin.c (__csin): Likewise.
36603         * math/s_csinh.c (__csinh): Likewise.
36604         * math/s_ctan.c (__ctan): Likewise.
36605         * math/s_ctanh.c (ctanh): Likewise.
36606         * math/s_ccoshl.c (__ccoshl): Likewise.
36607         * math/s_cexpl.c (__cexpl): Likewise.
36608         * math/s_csinl.c (__csinl): Likewise.
36609         * math/s_csinhl.c (__csinhl): Likewise.
36610         * math/s_ctanl.c (__ctanl): Likewise.
36611         * math/s_ctanhl.c (__ctanhl): Likewise.
36612
36613 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36614
36615         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36616         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36617         (_IO_off_t): Define to __off_t, not _G_off_t.
36618         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36619         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36620         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36621         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36622         type of __dummy and __dummy2 fields.
36623         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36624         (_G_ssize_t): Likewise.
36625         (_G_off_t): Likewise.
36626         (_G_pid_t): Likewise.
36627         (_G_uid_t): Likewise.
36628         (_G_wchar_t): Likewise.
36629         (_G_wint_t): Likewise.
36630         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36631         (_G_ssize_t): Likewise.
36632         (_G_off_t): Likewise.
36633         (_G_pid_t): Likewise.
36634         (_G_uid_t): Likewise.
36635         (_G_wchar_t): Likewise.
36636         (_G_wint_t): Likewise.
36637         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36638         (_G_ssize_t): Likewise.
36639         (_G_off_t): Likewise.
36640         (_G_pid_t): Likewise.
36641         (_G_uid_t): Likewise.
36642         (_G_wchar_t): Likewise.
36643         (_G_wint_t): Likewise.
36644
36645 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36646
36647         * malloc/arena.c: Include malloc-sysdep.h.
36648         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36649         is sufficient to shrink the heap or an unmap is needed.
36650         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36651         new function check_may_shrink_heap.
36652         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36653         new function check_may_shrink_heap.
36654
36655 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36656
36657         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36658         comments.
36659
36660 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36661
36662         * catgets/test-gencat.sh: Add "set -e".
36663         * elf/tst-pathopt.sh: Likewise.
36664         * grp/tst_fgetgrent.sh: Likewise.
36665         * iconvdata/run-iconv-test.sh: Likewise.
36666         * intl/tst-gettext.sh: Likewise.
36667         * intl/tst-gettext2.sh: Likewise.
36668         * intl/tst-gettext4.sh: Likewise.
36669         * intl/tst-gettext6.sh: Likewise.
36670         * intl/tst-translit.sh: Likewise.
36671         * io/ftwtest-sh: Likewise.
36672         * libio/test-freopen.sh: Likewise.
36673         * malloc/tst-mtrace.sh: Likewise.
36674         * posix/globtest.sh: Likewise.
36675         * posix/tst-getconf.sh: Likewise.
36676         * posix/wordexp-tst.sh: Likewise.
36677         * stdio-common/tst-printf.sh: Likewise.
36678         * stdio-common/tst-unbputc.sh: Likewise.
36679         * stdlib/tst-fmtmsg.sh: Likewise.
36680         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36681         * catgets/Makefile: Do not specify -e option when running
36682         testsuite shell scripts.
36683         * elf/Makefile: Likewise.
36684         * grp/Makefile: Likewise.
36685         * iconvdata/Makefile: Likewise.
36686         * intl/Makefile: Likewise.
36687         * io/Makefile: Likewise.
36688         * libio/Makefile: Likewise.
36689         * malloc/Makefile: Likewise.
36690         * posix/Makefile: Likewise.
36691         * stdio-common/Makefile: Likewise.
36692         * stdlib/Makefile: Likewise.
36693         * sysdeps/x86_64/Makefile: Likewise.
36694
36695         * io/ftwtest-sh: Add copyright header.
36696         * posix/globtest.sh: Likewise.
36697         * posix/tst-getconf.sh: Likewise.
36698         * posix/wordexp-tst.sh: Likewise.
36699         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36700
36701 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36702
36703         [BZ #13679]
36704         * Makeconfig (+link): Defined as $(+link-static) if
36705         $(build-shared) isn't yes.
36706         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36707         isn't yes.
36708         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36709
36710         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36711
36712         [BZ #14562]
36713         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36714         new chunk size with MALLOC_ALIGN_MASK.
36715
36716 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36717
36718         [BZ #5044]
36719         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36720         <rounding-mode.h>.
36721         (__printf_fphex): Determine rounding using get_rounding_mode and
36722         round_away.
36723         * stdio-common/tst-printf-round.c (struct hex_test): New
36724         structure.
36725         (hex_tests): New variable.
36726         (test_hex_in_one_mode): New function.
36727         (do_test): Also run tests for hex float output.
36728
36729 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36730
36731         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36732         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36733         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36734         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36735         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36736         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36737         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36738         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36739
36740 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
36741
36742         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36743         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36744         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36745         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36746
36747 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
36748
36749         [BZ #14579]
36750         * elf/rtld.c (dl_main): Limit the check for self loading to normal
36751         mode only.
36752         * elf/tst-rtld-load-self.sh: New test.
36753         * elf/Makefile: Run it.
36754
36755 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
36756
36757         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36758         (tst-writev-ENV): Remove.
36759         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36760
36761 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
36762
36763         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36764
36765 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
36766
36767         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36768         unconditional.
36769         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36770         Likewise.
36771         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36772         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36773         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36774         Likewise.
36775
36776 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
36777
36778         [BZ #14587]
36779         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36780         * config.make.in (have-cpp-asm-debuginfo): Removed.
36781         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36782         * configure: Regenerated.
36783
36784 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
36785
36786         [BZ #5044]
36787         * stdio-common/printf_fp.c: Include <stdbool.h> and
36788         <rounding-mode.h>.
36789         (___printf_fp): Determine rounding using get_rounding_mode and
36790         round_away.
36791         * stdio-common/tst-printf-round.c: New file.
36792         * stdio-common/Makefile (tests): Add tst-printf-round.
36793         (link-libm): New variable.
36794         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36795
36796 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36797
36798         [BZ #14576]
36799         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36800         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36801         Likewise.
36802         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36803         Likewise.
36804
36805 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36806
36807         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36808         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36809         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36810         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36811
36812 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36813
36814         [BZ #14518]
36815         * include/rounding-mode.h: New file.
36816         * sysdeps/generic/get-rounding-mode.h: Likewise.
36817         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36818         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36819         (MAX_VALUE): New macro.
36820         (MIN_VALUE): Likewise.
36821         (overflow_value): New function.
36822         (underflow_value): Likewise.
36823         (round_and_return): Use overflow_value and underflow_value to
36824         determine return values in overflow and underflow cases.  Use
36825         round_away to determine rounding depending on rounding mode.
36826         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36827         determine return values in overflow and underflow cases.
36828         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36829         (struct test_results): New structure.
36830         (struct test): Use struct test_results to store expected results
36831         for all rounding modes.
36832         (TEST): Include expected results for all rounding modes.
36833         (test_in_one_mode): New function.
36834         (do_test): Use test_in_one_mode to compute and check results.
36835         Check results for all rounding modes.
36836         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36837         $(link-libm).
36838
36839 2012-12-09  Allan McRae  <allan@archlinux.org>
36840
36841         * sysdeps/i386/fpu/libm-test-ulps: Update
36842
36843 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36844
36845         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36846         (_G_int32_t): Likewise.
36847         (_G_uint16_t): Likewise.
36848         (_G_uint32_t): Likewise.
36849         (_G_HAVE_BOOL): Likewise.
36850         (_G_HAVE_ATEXIT): Likewise.
36851         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36852         (_G_HAVE_IO_FILE_OPEN): Likewise.
36853         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36854         (_G_int32_t): Likewise.
36855         (_G_uint16_t): Likewise.
36856         (_G_uint32_t): Likewise.
36857         (_G_HAVE_BOOL): Likewise.
36858         (_G_HAVE_ATEXIT): Likewise.
36859         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36860         (_G_HAVE_IO_FILE_OPEN): Likewise.
36861         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36862         (_G_int32_t): Likewise.
36863         (_G_uint16_t): Likewise.
36864         (_G_uint32_t): Likewise.
36865         (_G_HAVE_BOOL): Likewise.
36866         (_G_HAVE_ATEXIT): Likewise.
36867         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36868         (_G_HAVE_IO_FILE_OPEN): Likewise.
36869
36870 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36871
36872         * csu/libc-tls.c: Update copyright years.
36873
36874 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36875
36876         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36877         [!_G_USING_THUNKS]: Remove conditional code.
36878         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36879         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36880
36881         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36882         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36883         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36884         (_G_VTABLE_LABEL_PREFIX): Likewise.
36885         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36886         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36887         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36888         (_G_VTABLE_LABEL_PREFIX): Likewise.
36889         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36890         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36891         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36892         (_G_VTABLE_LABEL_PREFIX): Likewise.
36893         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36894
36895 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36896
36897         * libio/Makefile: Include ../Makeconfig before tests.
36898         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36899         only if $(build-shared) is yes.
36900
36901         * iconv/gconv_db.c: Update copyright years.
36902
36903 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36904
36905         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36906         unwind info if defined PIC. Fix special cases description.
36907         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36908
36909         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36910         DP_HI_MASK entry.
36911         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36912
36913 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36914
36915         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36916
36917         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36918         is NULL.
36919
36920         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36921         (LDLIBS-tst-chk4): This.
36922         (LDFLAGS-tst-chk5): Renamed to ...
36923         (LDLIBS-tst-chk5): This.
36924         (LDFLAGS-tst-chk6): Renamed to ...
36925         (LDLIBS-tst-chk6): This.
36926         (LDFLAGS-tst-lfschk4): Renamed to ...
36927         (LDLIBS-tst-lfschk4): This.
36928         (LDFLAGS-tst-lfschk5): Renamed to ...
36929         (LDLIBS-tst-lfschk5): This.
36930         (LDFLAGS-tst-lfschk6): Renamed to ...
36931         (LDLIBS-tst-lfschk6): This.
36932
36933         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36934         on $(common-objpfx)soversions.mk.
36935
36936 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36937
36938         [BZ #10014]
36939         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36940         example host name.
36941
36942 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36943
36944         * malloc/arena.c (arena_get_retry): New function that gets
36945         another arena for the caller to try its request on.
36946         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36947         current arena cannot fulfill the request.
36948         (__libc_memalign): Likewise.
36949         (__libc_memalign): Likewise.
36950         (__libc_pvalloc): Likewise.
36951         (__libc_calloc): Likewise.
36952
36953 2012-09-05  John Tobey  <john.tobey@gmail.com>
36954
36955         [BZ #13542]
36956         * manual/arith.texi (Operations on Complex): Fix description
36957         of carg branch cut.
36958
36959 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36960
36961         [BZ #10014]
36962         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36963         host name.
36964
36965         [BZ #10038]
36966         * manual/memory.texi (Memory): Make order of menu items match
36967         order of sections.
36968
36969 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36970
36971         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36972         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36973         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36974
36975 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36976
36977         * csu/libc-tls.c (static_dtv): Renamed to ...
36978         (_dl_static_dtv): This.  Make it global.
36979         (_dl_initial_dtv): Removed.
36980         (__libc_setup_tls): Updated.
36981         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36982         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36983         DL_INITIAL_DTV.
36984
36985 2012-09-06  Petr Machata  <pmachata@redhat.com>
36986
36987         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36988         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36989         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36990         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36991
36992 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36993
36994         [BZ #14545]
36995         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36996         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36997         freeing dtv[-1].
36998
36999 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37000
37001         [BZ #14544]
37002         * Makeconfig (link-static-before-libc): Replace $(+prector)
37003         with $(+prectorT).
37004         (link-static-after-libc): Replace $(+postctor) with
37005         $(+postctorT).
37006         (link-bounded): Replace $(+prector)/$(+postctor) with
37007         $(+prectorT)/$(+postctorT).
37008         (+prectorT): New macro.
37009         (+postctorT): Likewise.
37010
37011 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37012
37013         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37014         (round_str): Handle values above the maximum for IBM long double
37015         as inexact.
37016         * stdlib/tst-strtod-round.c (tests): Regenerated.
37017
37018 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37019
37020         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37021         assembler flag.
37022         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37023         zarch_nohighgprs around the zarch optimized routines.
37024         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37025         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37026         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37027         for zarch.
37028
37029 2012-09-05  David S. Miller  <davem@davemloft.net>
37030
37031         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37032
37033         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37034         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37035         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37036         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37037         entries.
37038
37039 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37040
37041         * malloc/arena.c: Fold copyright years.
37042         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37043
37044 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37045
37046         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37047
37048 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37049
37050         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37051
37052 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37053
37054         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37055         change internal state upon failure.
37056
37057 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37058
37059         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37060         * malloc/memusage.c (mmap): Likewise.
37061         (mmap64, mremap): Likewise.  Adjust name in comment.
37062
37063 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37064
37065         * libio/fileops.c: Fix typos in comments.
37066         * libio/oldfileops.c: Likewise.
37067         * libio/wfileops.c: Likewise.
37068
37069 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37070
37071         [BZ #1349]
37072         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37073         (tst-malloc-usable-ENV): Set environment for test case.
37074         * malloc/hooks.c (malloc_check_get_size): New function to get
37075         requested size.
37076         * malloc/malloc.c (musable): Use malloc_check_get_size.
37077         * malloc/tst-malloc-usable.c: New test case.
37078
37079 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37080
37081         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37082
37083 2012-09-05  Allan McRae  <allan@archlinux.org>
37084
37085         [BZ #13966]
37086         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37087         determine header location.
37088         * configure: Regenerated.
37089
37090 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37091
37092         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37093         float format.
37094         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37095         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37096         format.
37097         (test): Regenerate.
37098
37099 2012-09-04  David S. Miller  <davem@davemloft.net>
37100
37101         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37102         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37103         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37104
37105 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37106
37107         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37108         failures.
37109
37110         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37111
37112 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37113
37114         [BZ #9914]
37115         * libio/iogetdelim.c: Include <limits.h>.
37116         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37117         + len + 1 would overflow.
37118
37119 2012-09-03  Andreas Jaeger  <aj@suse.de>
37120
37121         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37122         * sysdeps/i386/fpu/libm-test-ulps: Update.
37123
37124 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37125
37126         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37127         Add s_sinf-sse2, s_conf-sse2.
37128
37129         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37130         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37131         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37132         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37133
37134         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37135         for using routine as __sinf_ia32.
37136         Use macro for function declaration and weak_alias.
37137         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37138         for using routine as __cosf_ia32.
37139         Use macro for function declaration and weak_alias.
37140
37141         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37142         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37143
37144         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37145         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37146         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37147
37148         * math/libm-test.inc (cos_test): Add more test cases.
37149         (sin_test): Likewise.
37150         (sincos_test): Likewise.
37151
37152 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37153
37154         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37155         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37156         hidden.
37157         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37158
37159 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37160
37161         [BZ #14538]
37162         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37163         first element of the GOT.
37164         (elf_machine_load_address): Return the difference between
37165         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37166
37167 2012-09-01  Allan McRae  <allan@archlinux.org>
37168
37169         [BZ #13412]
37170         * configure.in (AWK): Require gawk version 3.0 or later.
37171         * configure: Regenerated.
37172
37173 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37174
37175         * sysdeps/unix/sysv/linux/kernel-features.h
37176         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37177         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37178         [__NR_clock_getres]: Make code unconditional.
37179         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37180         (clock_getcpuclockid): Remove code left unreachable by removal of
37181         conditionals.
37182         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37183         code unconditional.
37184         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37185         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37186         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37187         Make code unconditional.
37188         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37189         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37190         * sysdeps/unix/sysv/linux/clock_settime.c
37191         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37192         conditional code.
37193         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37194         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37195
37196 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37197
37198         [BZ #14476]
37199         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37200         scripts/test-installation.pl.
37201
37202         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37203         and $ld_so_version if it is set.
37204
37205 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37206
37207         [BZ #14516]
37208         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37209         failure if reading from procfs failed.
37210         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37211
37212 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37213
37214         * sysdeps/unix/sysv/linux/kernel-features.h
37215         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37216         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37217         Remove conditional code.
37218         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37219         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37220         Remove conditional code.
37221         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37222         * sysdeps/unix/sysv/linux/i386/fxstat.c
37223         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37224         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37225         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37226         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37227         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37228         * sysdeps/unix/sysv/linux/i386/lxstat.c
37229         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37230         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37231         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37232         Remove conditional code.
37233         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37234         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37235         Remove conditional code.
37236         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37237         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37238         <kernel-features.h>.
37239         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37240         Remove.
37241         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37242         Remove conditional code.
37243         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37244         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37245         Remove conditional.
37246
37247 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37248
37249         [BZ #5400]
37250         * NEWS: Add fixed bug number.
37251
37252 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37253
37254         [BZ #14519]
37255         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37256         underflowing exponent in case of negative sign.
37257         * stdlib/tst-strtod-round-data: Add more tests.
37258         * stdlib/tst-strtod-round.c (tests): Regenerated.
37259
37260         [BZ #3479]
37261         * stdlib/strtod_l.c (NDIG): Remove.
37262         (HEXNDIG): Likewise.
37263         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37264         smallest representable value.
37265         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37266         lie within an exact representation of 1/2 ulp of the result.
37267         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37268         unconditionally.
37269         (TENS_P9_IDX): Define unconditionally.
37270         (TENS_P9_SIZE): Likewise.
37271         (TENS_P10_IDX): Likewise.
37272         (TENS_P10_SIZE): Likewise.
37273         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37274         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37275         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37276         entries for 10^2^13 and 10^2^14.
37277         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37278         (TENS_P13_IDX): Define.
37279         (TENS_P13_SIZE): Likewise.
37280         (TENS_P14_IDX): Likewise.
37281         (TENS_P14_SIZE): Likewise.
37282         (_fpioconst_pow10): Change array size to
37283         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37284         unconditional.
37285         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37286         1024]: Add entries for 10^2^13 and 10^2^14.
37287         [LAST_POW10 > _LAST_POW10]: Remove #error.
37288         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37289         (_fpioconst_pow10): Change array size to
37290         FPIOCONST_POW10_ARRAY_SIZE.
37291         * stdlib/gen-fpioconst.c: New file.
37292         * stdlib/gen-tst-strtod-round.c: Likewise.
37293         * stdlib/tst-strtod-round-data: Likewise.
37294         * stdlib/tst-strtod-round.c: Likewise.
37295         * stdlib/Makefile (tests): Add tst-strtod-round.
37296
37297         [BZ #14459]
37298         * stdlib/strtod_l.c: Include <stdint.h>.
37299         (NDEBUG): Do not define.
37300         (round_and_return): Change EXPONENT parameter to type intmax_t.
37301         Rearrange calculations to avoid internal overflow possibilities.
37302         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37303         Rearrange calculations to avoid internal overflow possibilities.
37304         Assert that number fits inside MPNSIZE limbs.
37305         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37306         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37307         calculations and add assertions to avoid internal overflow
37308         possibilities.  Add casts to avoid signed/unsigned operations.
37309         * stdlib/tst-strtod-overflow.c: New file.
37310         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37311
37312 2012-08-25  Marek Polacek  <polacek@redhat.com>
37313
37314         * time/time.h: Fix some typos in comments.
37315
37316 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37317
37318         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37319         * posix/tst-rfc3484-2.c: Likewise.
37320         * posix/tst-rfc3484-3.c: Likewise.
37321
37322 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37323
37324         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37325         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37326
37327 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37328
37329         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37330         #include of fxstatat64.c.
37331
37332 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37333
37334         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37335         * shadow/getspent_r.c: Likewise.
37336         * shadow/getspnam.c: Likewise.
37337         * shadow/getspnam_r.c: Likewise.
37338         * gshadow/getsgent.c: Likewise.
37339         * gshadow/getsgent_r.c: Likewise.
37340         * gshadow/getsgnam.c: Likewise.
37341         * gshadow/getsgnam_r.c: Likewise.
37342         * inet/getnetbyad.c: Likewise.
37343         * inet/getnetbyad_r.c: Likewise.
37344         * inet/getnetbynm.c: Likewise.
37345         * inet/getnetbynm_r.c: Likewise.
37346         * inet/getnetent.c: Likewise.
37347         * inet/getnetent_r.c: Likewise.
37348         * inet/getproto.c: Likewise.
37349         * inet/getproto_r.c: Likewise.
37350         * inet/getprtent.c: Likewise.
37351         * inet/getprtent_r.c: Likewise.
37352         * inet/getprtname.c: Likewise.
37353         * inet/getprtname_r.c: Likewise.
37354         * inet/getrpcbyname.c: Likewise.
37355         * inet/getrpcbyname_r.c: Likewise.
37356         * inet/getrpcbynumber.c: Likewise.
37357         * inet/getrpcbynumber_r.c: Likewise.
37358         * inet/getrpcent.c: Likewise.
37359         * inet/getrpcent_r.c: Likewise.
37360         * inet/getaliasent.c: Likewise.
37361         * inet/getaliasent_r.c: Likewise.
37362         * inet/getaliasname.c: Likewise.
37363         * inet/getaliasname_r.c: Likewise.
37364         * nscd/getgrgid_r.c: Likewise.
37365         * nscd/getgrnam_r.c: Likewise.
37366         * nscd/gethstbyad_r.c: Likewise.
37367         * nscd/gethstbynm3_r.c: Likewise.
37368         * nscd/getpwnam_r.c: Likewise.
37369         * nscd/getpwuid_r.c: Likewise.
37370         * nscd/getsrvbynm_r.c: Likewise.
37371         * nscd/getsrvbypt_r.c: Likewise.
37372         * nscd/gai.c: Likewise.
37373
37374         * configure.in (build_nscd): New substituted variable, set
37375         by --disable-build-nscd and defaults to $use_nscd.
37376         * configure: Regenerated.
37377         * config.make.in (build-nscd): New substituted variable.
37378         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37379         Change conditional to require [$(build-nscd) = yes] as well.
37380         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37381
37382         [BZ# 13696]
37383         * configure.in (use_nscd): New substituted variable, set by
37384         --disable-nscd.  If enabled, define USE_NSCD.
37385         * configure: Regenerated.
37386         * config.h.in: Add USE_NSCD.
37387         * config.make.in (use-nscd): New substituted variable.
37388         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37389         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37390         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37391         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37392         (CFLAGS-getgrnam_r.c): Likewise.
37393         (CFLAGS-initgroups.c): Likewise.
37394         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37395         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37396         Variables removed.
37397         * inet/getnetgrent_r.c
37398         (nscd_setnetgrent): New function, broken out of ...
37399         (setnetgrent): ... here.  Call it.
37400         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37401         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37402         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37403         * nscd/Makefile (routines, aux): Move definitions after include of
37404         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37405         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37406         Conditionalize on [USE_NSCD].
37407         (is_nscd, nscd_init_cb): Likewise.
37408         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37409         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37410         * nss/nss_db/db-init.c: Likewise.
37411         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37412         [USE_NSCD].
37413         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37414         (make_request): Use it.
37415         (cache_valid_p): New function.
37416         (__check_pf): Use it.
37417         * NEWS: Add item for --disable-nscd.
37418
37419 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37420
37421         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37422         to support sed >= 4.2.1-20-ga9bf076.
37423         * configure: Regenerated.
37424
37425 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37426
37427         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37428         Conditionalize whole body on [IREL].
37429
37430 2012-08-22  Jeff Law <law@redhat.com>
37431
37432         [BZ #14505]
37433         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37434         if the family is PF_UNSPEC.
37435
37436 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37437
37438         * Makerules (lib-version): Rename from V.
37439         (install-lib-nosubdir): Change V to lib-version.
37440
37441 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37442
37443         [BZ #14252]
37444         * powerpc32/power6/wcschr.c: New file.
37445         * powerpc32/power6/wcscpy.c: New file.
37446         * powerpc32/power6/wcsrchr.c: New file.
37447         * powerpc64/power6/wcschr.c: New file.
37448         * powerpc64/power6/wcscpy.c: New file.
37449         * powerpc64/power6/wcsrchr.c: New file.
37450
37451 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37452
37453         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37454         (two_way_short_needle): Use it.
37455         * string/strstr.c (AVAILABLE1_USES_J): Define.
37456         * string/strcasestr.c: Likewise.
37457
37458         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37459         array references.
37460         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37461
37462         [BZ #11607]
37463         * NEWS: Add an entry.
37464         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37465         define their defaults.
37466         (two_way_short_needle): Detect end-of-string on-the-fly.
37467         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37468         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37469         * string/bug-strcasestr1.c: New test.
37470         * string/Makefile: Run it.
37471
37472 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37473
37474         [BZ #11607]
37475         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37476         the first character.
37477
37478 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37479
37480         * csu/elf-init.c (__libc_csu_irel): Function removed.
37481         * csu/libc-start.c (apply_irel): New function.
37482         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37483
37484 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37485
37486         * sysdeps/unix/sysv/linux/kernel-features.h
37487         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37488         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37489         <kernel-features.h>.
37490         [__NR_fadvise64_64]: Make code unconditional.
37491         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37492         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37493         !__NR_fadvise64_64)]: Likewise.
37494         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37495         !__NR_fadvise64_64))]: Likewise.
37496         [__NR_fadvise64]: Make code unconditional.
37497         [!__NR_fadvise64]: Remove conditional code.
37498         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37499         <kernel-features.h>.
37500         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37501         unconditional.
37502         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37503         conditional code.
37504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37505         not include <kernel-features.h>.
37506         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37507         unconditional.
37508         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37509         conditional code.
37510         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37511         include <kernel-features.h>.
37512         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37513         unconditional.
37514         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37515         conditional code.
37516
37517 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37518
37519         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37520         slight instruction rearrangements per scrollpipe analysis.
37521         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37522
37523 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37524
37525         * manual/syslog.texi (syslog; vsyslog, closelog):
37526         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37527         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37528
37529         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37530         DSOCAPS to match condition on defining it.
37531
37532 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37533
37534         * sysdeps/unix/sysv/linux/kernel-features.h
37535         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37537         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37538         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37540         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37541         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37543         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37544         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37545
37546         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37547         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37548
37549         * sysdeps/unix/sysv/linux/kernel-features.h
37550         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37551         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37552         unconditional.
37553         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37554         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37555         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37556         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37557         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37558         Make code unconditional.
37559         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37560         (__mmap64) [!__NR_mmap2]: Likewise.
37561         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37562         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37563         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37564         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37565         [__NR_mmap2]: Make code unconditional.
37566         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37567         (__mmap64) [!__NR_mmap2]: Likewise.
37568
37569 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37570
37571         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37572
37573 2012-08-18  Andreas Jaeger  <aj@suse.de>
37574
37575         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37576
37577 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37578
37579         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37580         * include/unistd.h (__have_sock_cloexec): Likewise.
37581         (__have_pipe2): Likewise.
37582         (__have_dup3): Likewise.
37583
37584 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37585
37586         [BZ #9685]
37587         * include/unistd.h (__have_pipe2): Change define into an extern int.
37588         (__have_dup3): Likewise.
37589         * socket/have_sock_cloexec.c: Include fcntl.h.
37590         (__have_pipe2): New variable.
37591         (__have_dup3): Likewise.
37592
37593 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37594
37595         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37596
37597 2012-08-17  Marek Polacek  <polacek@redhat.com>
37598
37599         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37600         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37601
37602 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37603
37604         * configure.in: Add AC_SUBST for sysheaders.
37605         * configure: Regenerated.
37606         * config.make.in (sysheaders): New substituted variable.
37607
37608         * sysdeps/unix/mkfifo.c: Moved ...
37609         * sysdeps/posix/mkfifo.c: ... here.
37610         * sysdeps/unix/mkfifoat.c: Moved ...
37611         * sysdeps/posix/mkfifoat.c: ... here.
37612
37613         * sysdeps/unix/utime.c: Moved ...
37614         * sysdeps/posix/utime.c: ... here.
37615
37616         * sysdeps/unix/time.c: Moved ...
37617         * sysdeps/posix/time.c: ... here.
37618         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37619         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37620
37621         * sysdeps/unix/nice.c: Moved ...
37622         * sysdeps/posix/nice.c: ... here.
37623
37624         * sysdeps/unix/alarm.c: Moved ...
37625         * sysdeps/posix/alarm.c: ... here.
37626
37627         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37628
37629 2012-08-17  Jeff Law <law@redhat.com>
37630
37631         * intl/Makefile (codeset_mo): New variable.
37632         ($(codeset_mo)): New target.
37633         (tst-codeset.out): Depend on that.  Remove explicit rule.
37634         (tst-gettext3.out, tst-gettext5.out): Likewise.
37635         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37636         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37637         * intl/tst-codeset.sh: Remove.
37638         * intl/tst-gettext3.sh: Likewise.
37639         * intl/tst-gettext5.sh: Likewise.
37640
37641 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37642
37643         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37644         * sysdeps/unix/syscalls.list: ... here.
37645
37646         * sysdeps/posix/getaddrinfo.c
37647         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37648         (gaiconf_init, gaiconf_reload): Use them.
37649         [!_STATBUF_ST_NSEC]
37650         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37651         Define using time_t rather than struct timespec.
37652
37653         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37654         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37655         Macros removed.
37656         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37657         [!NO_THREADS].
37658         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37659         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37660         Likewise.
37661
37662         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37663         __libc_cleanup_push argument.
37664
37665         * bits/param.h: New file.
37666         * misc/sys/param.h: New file.
37667         * include/sys/param.h: New file.
37668         * misc/Makefile (headers): Add bits/param.h.
37669         * sysdeps/generic/sys/param.h: File removed.
37670         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37671         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37672         * sysdeps/mach/hurd/bits/param.h: New file.
37673         * sysdeps/mach/hurd/sys/param.h: File removed.
37674
37675         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37676         last change.
37677
37678         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37679         [_IO_MTSAFE_IO].
37680         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37681         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37682         New macros.
37683
37684         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37685         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37686         rather than -D_IO_MTSAFE_IO conditionally.
37687         * stdio-common/Makefile (CPPFLAGS): Likewise.
37688         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37689         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37690         Use $(libio-mtsafe).
37691         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37692         of -D_IO_MTSAFE_IO.
37693         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37694         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37695         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37696         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37697         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37698         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37699         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37700         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37701         (CFLAGS-fread_u_chk.c): Likewise.
37702         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37703         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37704         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37705         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37706         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37707         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37708         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37709         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37710         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37711
37712         * libio/Makefile: Test [$(libc-reentrant) = yes]
37713         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37714
37715         * Makeconfig
37716         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37717         * sysdeps/pthread/configure: File removed.
37718         * sysdeps/pthread/Makeconfig: New file.
37719         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37720         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37721
37722 2012-08-16  Gary Benson  <gbenson@redhat.com>
37723
37724         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37725         unmapping the first object in a namespace.
37726
37727 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37728
37729         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37730         (__internal_setnetgrent): ... this.  Add internal_function to
37731         definition.  Add libc_hidden_def.
37732         (setnetgrent): Update caller.
37733         (internal_endnetgrent): Renamed to ...
37734         (__internal_endnetgrent): ... this.  Add internal_function to
37735         definition.  Add libc_hidden_def.
37736         (endnetgrent): Update caller.
37737         (internal_getnetgrent_r): Renamed to ...
37738         (__internal_getnetgrent_r): ... this.  Add internal_function to
37739         definition.  Add libc_hidden_def.
37740         (__getnetgrent_r): Update caller.
37741         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
37742
37743 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37744
37745         * stdlib/longlong.h: Update from GCC.
37746
37747 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37748
37749         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37750         on _QL, which is set by umul_ppmm but never used.
37751         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37752         variables, which are set by GMP macros but never used.
37753         * stdio-common/_itowa.c (_itowa): Likewise.
37754         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37755         * stdlib/mod_1.c (mpn_mod_1): Likewise.
37756
37757 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
37758
37759         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37760         struct La_sh_regs is not constant.
37761         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37762         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37763         and struct La_sparc64_regs are not constant.
37764
37765 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37766
37767         * sysdeps/unix/sysv/linux/kernel-features.h
37768         (__ASSUME_POSIX_TIMERS): Remove.
37769         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37770         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37771         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37772         Make code unconditional.
37773         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37774         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37775         Make code unconditional.
37776         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37777         * sysdeps/unix/sysv/linux/clock_nanosleep.c
37778         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37779         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37780         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37781         Make code unconditional.
37782         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37783         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37784         (__libc_missing_posix_timers): Remove.
37785
37786 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37787
37788         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37789         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37790
37791         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37792
37793         * elf/dl-sym.c: Include <stdlib.h>.
37794
37795         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37796         constants, which avoids warnings in 32-bit builds.
37797
37798         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37799         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37800
37801         * misc/lseek.c: File moved to ...
37802         * io/lseek.c: ... here.
37803
37804         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37805
37806         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37807         shifting LEN more than 31 bits at once.
37808
37809 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37810
37811         [BZ #14195]
37812         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37813         segmentation fault for a case of two empty input strings.
37814         * string/test-strncasecmp.c (check1): Renamed to...
37815         (bz12205): ...this.
37816         (bz14195): Add new testcase for two empty input strings and N > 0.
37817         (test_main): Call new testcase, adapt for renamed function.
37818
37819 2012-08-15  Andreas Jaeger  <aj@suse.de>
37820
37821         [BZ #14090]
37822         * crypt/md5test2.c: New test, based on test supplied by Serge
37823         Belyshev <belyshev@depni.sinp.msu.ru>.
37824         * crypt/Makefile (xtests): Add md5test-giant..
37825         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37826
37827 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37828
37829         [BZ #14090]
37830         * crypt/md5.c (md5_process_block): Don't assume the buffer
37831         length is less than 2**32.
37832         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37833         length is less than 2**64.
37834
37835 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37836
37837         * string/str-two-way.h: Include <sys/param.h>.
37838         (MAX): Macro removed.
37839
37840         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37841         Move #define and #undef of memmove to just before and after
37842         including <string.h>.
37843
37844         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37845         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37846         and after including <string.h>.  Move declarations of
37847         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37848         to before #include "string/memmove.c".
37849
37850         * include/dirent.h: Declare __getdirentries.
37851
37852         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37853         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37854
37855 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37856
37857         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37858         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37859         * sysdeps/i386/configure: Regenerated.
37860         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37861         STABS_CURRENT_FILE, and STABS_FUN.
37862         (END): Remove call to STABS_FUN_END.
37863         (STABS_CURRENT_FILE1): Delete.
37864         (STABS_CURRENT_FILE): Likewise.
37865         (STABS_FUN): Likewise.
37866         (STABS_FUN_END): Likewise.
37867         (STABS_FUN2): Likewise.
37868         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37869         * sysdeps/x86_64/configure: Regenerated.
37870
37871 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37872
37873         * elf/dl-open.c: Include <atomic.h>.
37874         * elf/dl-lookup.c: Likewise.
37875
37876 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37877
37878         * sysdeps/unix/sysv/linux/kernel-features.h
37879         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37880         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37881         unconditionally.
37882         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37883         unconditionally.
37884         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37885         condition on __ASSUME_CLONE_THREAD_FLAGS.
37886
37887 2012-08-14  Andreas Jaeger  <aj@suse.de>
37888
37889         * sysdeps/i386/fpu/libm-test-ulps: Update.
37890
37891 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37892
37893         * include/atomic.h (atomic_exchange_and_add): Split into ...
37894         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37895         New atomic macros.
37896
37897 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37898
37899         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37900
37901 2012-08-13  Jeff Law <law@redhat.com>
37902
37903         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37904         null byte in the output string.
37905
37906 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37907
37908         * sysdeps/unix/sysv/linux/kernel-features.h
37909         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37910         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37911         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37912         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37913         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37914         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37915         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37916
37917 2012-08-09  Jeff Law <law@redhat.com>
37918
37919         [BZ #13939]
37920         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37921         When avoid_arena is set, don't retry in the that arena.  Pick the
37922         next one, whatever it might be.
37923         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37924         (arena_lock): Pass in new parameter to arena_get2.
37925         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37926         arena_get2.
37927         (__libc_malloc): Unify retrying after main arena failure with
37928         __libc_memalign version.
37929         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37930
37931 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37932
37933         [BZ #14166]
37934         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37935         to __redirect_strstr.
37936         (__strstr_sse42): Use typeof __redirect_strstr.
37937         (__strstr_ia32): Likewise.
37938         (__libc_strstr): New prototype.
37939         (strstr): Renamed to ...
37940         (__libc_strstr): This.
37941         (strstr): New strong alias of __libc_strstr.
37942         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37943         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37944         __redirect_time.
37945         Include <time.h>.
37946         (__libc_time): New prototype.
37947         (time_ifunc): Replace time with __libc_time.
37948         (time): New strong alias and hidden definition of __libc_time.
37949         (__GI_time): Remove strong alias.
37950         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37951         Include <stddef.h>.
37952         (memmove): Redefined to __redirect_memmove.
37953         (__memmove_sse2): Use typeof __redirect_memmove.
37954         (__memmove_ssse3): Likewise.
37955         (__memmove_ssse3_back): Likewise.
37956         (__libc_memmove): New prototype.
37957         (memmove): Renamed to ...
37958         (__libc_memmove): This.
37959         (memmove): New strong alias of __libc_memmove.
37960
37961 2012-08-08  Mark Salter  <msalter@redhat.com>
37962
37963         * elf/elf.h
37964         (R_MN10300_TLS_GD): Define.
37965         (R_MN10300_TLS_LD): Likewise.
37966         (R_MN10300_TLS_LDO): Likewise.
37967         (R_MN10300_TLS_GOTIE): Likewise.
37968         (R_MN10300_TLS_IE): Likewise.
37969         (R_MN10300_TLS_LE): Likewise.
37970         (R_MN10300_TLS_DTPMOD): Likewise.
37971         (R_MN10300_TLS_DTPOFF): Likewise.
37972         (R_MN10300_TLS_TPOFF): Likewise.
37973         (R_MN10300_SYM_DIFF): Likewise.
37974         (R_MN10300_ALIGN): Likewise.
37975         (R_MN10300_NUM): Update.
37976
37977 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37978
37979         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37980         Remove.
37981
37982 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37983
37984         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37985
37986         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37987         sysdeps/unix -> sysdeps/posix move.
37988         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37989
37990 2012-08-07      Allan McRae     <allan@archlinux.org>
37991
37992         [BZ #14303]
37993         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37994         (SUNOS_CPP): Likewise.
37995         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37996         not found.
37997         (open_input): Call CPP using execvp.
37998
37999 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38000
38001         * sysdeps/unix/sysv/linux/kernel-features.h
38002         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38003         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38004         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38005         (__ASSUME_WAITID_SYSCALL): Likewise.
38006         * sysdeps/unix/sysv/linux/dl-execstack.c
38007         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38008         code unconditional.
38009         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38010         conditional code.
38011         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38012         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38013         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38014         code.
38015         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38016         unconditional.
38017         [__ASSUME_WAITID_SYSCALL]: Likewise.
38018         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38019
38020 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38021
38022         * sysdeps/unix/closedir.c: Renamed to ...
38023         * sysdeps/posix/closedir.c: ... here.
38024         * sysdeps/unix/dirfd.c: Renamed to ...
38025         * sysdeps/posix/dirfd.c: ... here.
38026         * sysdeps/unix/dirstream.h: Renamed to ...
38027         * sysdeps/posix/dirstream.h: ... here.
38028         * sysdeps/unix/fdopendir.c: Renamed to ...
38029         * sysdeps/posix/fdopendir.c: ... here.
38030         * sysdeps/unix/opendir.c: Renamed to ...
38031         * sysdeps/posix/opendir.c: ... here.
38032         * sysdeps/unix/readdir.c: Renamed to ...
38033         * sysdeps/posix/readdir.c: ... here.
38034         * sysdeps/unix/readdir_r.c: Renamed to ...
38035         * sysdeps/posix/readdir_r.c: ... here.
38036         * sysdeps/unix/rewinddir.c: Renamed to ...
38037         * sysdeps/posix/rewinddir.c: ... here.
38038         * sysdeps/unix/seekdir.c: Renamed to ...
38039         * sysdeps/posix/seekdir.c: ... here.
38040         * sysdeps/unix/telldir.c: Renamed to ...
38041         * sysdeps/posix/telldir.c: ... here.
38042         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38043         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38044         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38045         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38046
38047         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38048         * bits/fcntl.h: ... here.
38049
38050         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38051         not 0.
38052         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38053         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38054         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38055         (struct flock): Move l_start, l_len to the beginning.
38056         Use __pid_t for l_pid.
38057         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38058         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38059         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38060         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38061         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38062         [__USE_LARGEFILE64] (struct flock64): New type.
38063         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38064
38065         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38066         * bits/dirent.h: ... here.
38067
38068         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38069         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38070
38071 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38072
38073         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38074         Change from 2.6.0 to 2.6.16.
38075         * sysdeps/unix/sysv/linux/configure: Regenerated.
38076         * sysdeps/unix/sysv/linux/kernel-features.h
38077         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38078         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38079         version.
38080         (__ASSUME_UTIMES): Likewise.
38081         (__ASSUME_CLONE_STOPPED): Remove.
38082         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38083         architectures, not kernel version.
38084         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38085         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38086         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38087         (__ASSUME_WAITID_SYSCALL): Likewise.
38088         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38089         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38090         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38091         refer to older versions.
38092
38093 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38094
38095         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38096         Define alphasort64 as an alias.
38097         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38098         Define versionsort64 as an alias.
38099         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38100         Define scandir64 as an alias.
38101         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38102         Define scandirat64 as an alias.
38103         * dirent/alphasort64.c (alphasort64):
38104         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38105         * dirent/versionsort64.c: Likewise.
38106         * dirent/scandir64.c: Likewise.
38107         * dirent/scandirat64.c: Likewise.
38108         * sysdeps/wordsize-64/alphasort.c: File removed.
38109         * sysdeps/wordsize-64/alphasort64.c: File removed.
38110         * sysdeps/wordsize-64/scandir.c: File removed.
38111         * sysdeps/wordsize-64/scandir64.c: File removed.
38112         * sysdeps/wordsize-64/scandirat.c: File removed.
38113         * sysdeps/wordsize-64/scandirat64.c: File removed.
38114         * sysdeps/wordsize-64/versionsort.c: File removed.
38115         * sysdeps/wordsize-64/versionsort64.c: File removed.
38116         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38117         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38118         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38119         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38120         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38121         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38122         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38123         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38124
38125         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38126         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38127         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38128         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38129         [defined __arch64__ || defined __sparcv9]
38130         (__INO_T_MATCHES_INO64_T): New macro.
38131         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38132         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38133         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38134         * sysdeps/unix/sysv/linux/bits/dirent.h
38135         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38136         (_DIRENT_MATCHES_DIRENT64): New macro.
38137
38138         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38139         Define lockf64 as an alias.
38140         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38141         Define fseeko64 as an alias.
38142         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38143         Define ftello64 as an alias.
38144         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38145         Define _IO_fgetpos64 and fgetpos64 as aliases.
38146         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38147         Define _IO_fsetpos64 and fsetpos64 as aliases.
38148         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38149         Conditionalize body on this.
38150         * libio/fseeko64.c: Likewise.
38151         * libio/ftello64.c: Likewise.
38152         * libio/iofgetpos64.c: Likewise.
38153         * libio/iofsetpos64.c: Likewise.
38154         * sysdeps/wordsize-64/lockf.c: File removed.
38155         * sysdeps/wordsize-64/lockf64.c: File removed.
38156         * sysdeps/wordsize-64/fseeko.c: File removed.
38157         * sysdeps/wordsize-64/fseeko64.c: File removed.
38158         * sysdeps/wordsize-64/ftello.c: File removed.
38159         * sysdeps/wordsize-64/ftello64.c: File removed.
38160         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38161         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38162         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38163         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38164         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38165         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38166         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38167         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38168         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38169         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38170         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38171         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38172         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38173         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38174
38175         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38176         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38177         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38178         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38179         [defined __arch64__ || defined __sparcv9]
38180         (__OFF_T_MATCHES_OFF64_T): New macro.
38181         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38182         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38183         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38184         (__OFF_T_MATCHES_OFF64_T): New macro.
38185
38186 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38187
38188         * stdlib/secure-getenv.c (__secure_getenv): Replace
38189         GLIBC_2_16 with GLIBC_2_17.
38190
38191 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38192
38193         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38194         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38195
38196 2012-08-03  David S. Miller  <davem@davemloft.net>
38197
38198         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38199
38200 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38201
38202         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38203         Remove.
38204         (__ASSUME_CORRECT_SI_PID): Likewise.
38205         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38206         (__ASSUME_TMPFS_NAME): Likewise.
38207         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38208         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38209         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38210         (HAVE_AUX_SECURE): Make definition unconditional.
38211         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38212         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38213
38214 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38215
38216         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38217         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38218         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38219         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38220         __eloop_threshold instead of SYMLOOP_MAX.
38221
38222         * sysdeps/generic/eloop-threshold.h: New file.
38223         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38224         of MAXSYMLINKS.
38225         * elf/chroot_canon.c (chroot_canon): Likewise.
38226
38227 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38228
38229         [BZ #13717]
38230         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38231         Change to 2.6.0 everywhere.
38232         * sysdeps/unix/sysv/linux/configure: Regenerated.
38233         * sysdeps/unix/sysv/linux/kernel-features.h
38234         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38235         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38236         kernel versions.
38237         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38238         (__ASSUME_FUTEX_REQUEUE): Remove.
38239         (__ASSUME_STATFS64): Define unconditionally.
38240         (__ASSUME_AT_SECURE): Likewise.
38241         (__ASSUME_CORRECT_SI_PID): Likewise.
38242         (__ASSUME_TGKILL): Define without depending on kernel version for
38243         i386.
38244         (__ASSUME_UTIMES): Likewise.
38245         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38246         kernel version.
38247         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38248         (__ASSUME_TMPFS_NAME): Likewise.
38249         * README: Update reference to Linux kernel versions.
38250
38251 2012-08-02  Marek Polacek  <polacek@redhat.com>
38252
38253         [BZ# 14150]
38254         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38255         libc_cv_asm_type_prefix with %.
38256         * configure: Regenerated.
38257         * include/libc-symbols.h: Remove comment about
38258         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38259         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38260         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38261         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38262         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38263         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38264         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38265         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38266         * elf/tst-unique2mod1.c: Likewise.
38267         * elf/tst-unique1mod2.c: Likewise.
38268         * elf/tst-unique1mod1.c: Likewise.
38269         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38270         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38271         Replace ASM_TYPE_DIRECTIVE with .type.
38272         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38273         * sysdeps/i386/sysdep.h: Likewise.
38274         * sysdeps/x86_64/sysdep.h: Likewise.
38275         * sysdeps/sh/sysdep.h: Likewise.
38276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38277         Do not define ASM_TYPE_DIRECTIVE.
38278         * sysdeps/powerpc/sysdep.h: Likewise.
38279         * sysdeps/powerpc/powerpc32/sysdep.h:
38280         Replace ASM_TYPE_DIRECTIVE with .type.
38281         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38282         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38283         * sysdeps/i386/fpu/e_powf.S: Likewise.
38284         * sysdeps/i386/fpu/e_expl.S: Likewise.
38285         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38286         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38287         * sysdeps/i386/fpu/e_pow.S: Likewise.
38288         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38289         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38290         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38291         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38292         * sysdeps/i386/fpu/e_log2.S: Likewise.
38293         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38294         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38295         * sysdeps/i386/fpu/e_powl.S: Likewise.
38296         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38297         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38298         * sysdeps/i386/fpu/e_logl.S: Likewise.
38299         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38300         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38301         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38302         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38303         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38304         * sysdeps/i386/fpu/e_log.S: Likewise.
38305         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38306         * sysdeps/i386/fpu/e_logf.S: Likewise.
38307         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38308         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38309         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38310         * sysdeps/i386/fpu/e_log10.S: Likewise.
38311         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38312         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38313         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38314         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38315         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38316         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38317         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38318         * sysdeps/i386/i686/strtok.S: Likewise.
38319         * sysdeps/i386/i386-mcount.S: Likewise.
38320         * sysdeps/i386/strtok.S: Likewise.
38321         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38322         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38323         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38324         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38325         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38326         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38327         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38328         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38329         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38330         * sysdeps/x86_64/_mcount.S: Likewise.
38331         * sysdeps/x86_64/strtok.S: Likewise.
38332         * sysdeps/sh/_mcount.S: Likewise.
38333
38334 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38335
38336         * libio/iofopen.c: Include <fcntl.h>.
38337         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38338         (_IO_fopen64, fopen64): Define as aliases.
38339         * libio/iofopen64.c: Include <fcntl.h>.
38340         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38341         Conditionalize body on this.
38342         * sysdeps/wordsize-64/iofopen.c: File removed.
38343         * sysdeps/wordsize-64/iofopen64.c: File removed.
38344
38345 2012-08-01  Marek Polacek  <polacek@redhat.com>
38346
38347         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38348         Use dlfcn directly instead of a variable.
38349         (binfmt-subdir): Do not define.
38350         (dlfcn): Likewise.
38351
38352 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38353
38354         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38355         Remove all definitions.
38356         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38357         <kernel-features.h>.
38358         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38359         (miss_F_GETOWN_EX): Remove all definitions.
38360         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38361         macro definition.
38362         [!__ASSUME_FCNTL64]: Remove conditional code.
38363         [__ASSUME_FCNTL64]: Make code unconditional.
38364         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38365         <kernel-features.h>.
38366         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38367         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38368         (lockf64) [__NR_fcntl64]: Make code unconditional.
38369         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38370
38371         * sysdeps/unix/sysv/linux/kernel-features.h
38372         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38373         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38374         Make code unconditional.
38375         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38376         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38378         [__NR_vfork]: Make code unconditional.
38379         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38380         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38382         [__NR_vfork]: Make code unconditional.
38383         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38384         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38385
38386 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38387
38388         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38389         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38390
38391         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38392         Define mkstemp64 as an alias.
38393         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38394         Define mkstemps64 as an alias.
38395         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38396         Define mkostemp64 as an alias.
38397         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38398         Define mkostemps64 as an alias.
38399         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38400         Conditionalize body on this.
38401         * misc/mkostemp64.c: Likewise.
38402         * misc/mkostemps64.c: Likewise.
38403         * misc/mkstemps64.c: Likewise.
38404         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38405         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38406         * sysdeps/wordsize-64/mkostemp.c: File removed.
38407         * sysdeps/wordsize-64/mkstemp.c: File removed.
38408         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38409         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38410         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38411         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38412
38413         [BZ #14138]
38414         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38415         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38416         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38417         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38418
38419         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38420         compat_symbol macros from <shlib-compat.h> rather than the underlying
38421         default_symbol_version and symbol_version macros, so that DEFAULT
38422         lines in shlib-versions are respected.
38423         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38424
38425 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38426
38427         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38428         Declare with warn_unused_result.
38429         (setgid, setregid, setegid, setresgid): Likewise.
38430         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38431         Likewise.
38432         * WUR-REPORT: Remove set*id functions.
38433
38434 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38435
38436         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38437
38438 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38439
38440         [BZ #10191]
38441         * include/sys/socket.h (__libc_accept, __libc_accept4):
38442         Add attribute_hidden.
38443         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38444
38445         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38446         use of PTR_MANGLE.
38447         * inet/getnetgrent_r.c (setup): Likewise.
38448
38449         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38450
38451 2012-07-31  David S. Miller  <davem@davemloft.net>
38452
38453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38454
38455 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38456
38457         [BZ #13629]
38458         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38459         value between 1.0 and 2.0 and smaller part has absolute value less
38460         than 1.0.
38461         * math/s_clog10.c (__clog10): Likewise.
38462         * math/s_clog10f.c (__clog10f): Likewise.
38463         * math/s_clog10l.c (__clog10l): Likewise.
38464         * math/s_clogf.c (__clogf): Likewise.
38465         * math/s_clogl.c (__clogl): Likewise.
38466         * math/libm-test.inc (clog_test): Add more tests.
38467         (clog10_test): Likewise.
38468         * sysdeps/i386/fpu/libm-test-ulps: Update.
38469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38470
38471 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38472
38473         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38474         Exit with zero in case no suitable GID is found, and write a
38475         message to standard error.
38476
38477 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38478
38479         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38480         rather than to 1.
38481         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38482         (MAXPATHLEN): Removed.
38483         (NOGROUP, NODEV): New macros.
38484         (setbit, clrbit, isset, isclr): New macros.
38485         (howmany, roundup, powerof2): New macros.
38486         (DEV_BSIZE): New macro.
38487
38488         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38489         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38490
38491         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38492         definition on [!__NO_LONG_DOUBLE_MATH].
38493
38494         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38495         PTR_MANGLE and PTR_DEMANGLE.
38496
38497         * socket/accept4.c (accept4): Rename to __libc_accept4.
38498         Define accept4 as a weak alias.
38499
38500         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38501         on [_DIRENT_HAVE_D_TYPE].
38502         * io/ftw.c (ftw_dir): Likewise.
38503
38504         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38505
38506         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38507
38508         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38509         Use the BSD numbers rather than the arbitrary ones we had.
38510         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38511         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38512         (SIGXCPU, SIGXFSZ): New macros.
38513         (_NSIG): Now 32.
38514
38515         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38516         initializer on [_LIBC_REENTRANT].
38517
38518         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38519         definitions inside [_POSIX_MAPPED_FILES].
38520
38521         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38522
38523         * dirent/opendir.c: Include <fcntl.h>.
38524
38525         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38526         (__libc_getspecific): Likewise.
38527         (__libc_key_create): Likewise.
38528
38529         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38530         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38531         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38532         (tmpfile64): Define as alias.
38533         * sysdeps/wordsize-64/tmpfile.c: File removed.
38534         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38535         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38536         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38537
38538         * stdio-common/vfscanf.c: Include <stdbool.h>.
38539         * nss/makedb.c: Likewise.
38540         * stdio-common/_i18n_number.h: Likewise.
38541         * argp/argp-help.c: Likewise.
38542         * posix/wordexp.c: Likewise.
38543         * sysdeps/posix/spawni.c: Likewise.
38544         * nss/nss_files/files-initgroups.c: Likewise.
38545         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38546         * nss/nss_files/files-initgroups.c: Likewise.
38547         * nss/nss_db/db-netgrp.c: Likewise.
38548         * nss/nss_db/db-initgroups.c: Likewise.
38549         * io/fchmodat.c: Include <sys/stat.h>.
38550
38551         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38552         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38553
38554         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38555         [HAVE_MMAP].
38556
38557         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38558         Add multiple inclusion protection.
38559
38560 2012-07-27  David S. Miller  <davem@davemloft.net>
38561
38562         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38563
38564 2012-07-27  Gary Benson  <gbenson@redhat.com>
38565
38566         [BZ #14298]
38567         * elf/rtld.c: Include <stap-probe.h>.
38568         (dl_main): Added static probes "init_start" and "init_complete".
38569         * elf/dl-load.c: Include <stap-probe.h>.
38570         (lose): Take new parameter "nsid".
38571         Added static probe "map_failed".
38572         (_dl_map_object_from_fd): Pass namespace id to lose.
38573         Added static probe "map_start".
38574         (open_verify): Pass namespace id to lose.
38575         * elf/dl-open.c: Include <stap-probe.h>.
38576         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38577         and "reloc_complete".
38578         * elf/dl-close.c: Include <stap-probe.h>.
38579         (_dl_close_worker): Added static probes "unmap_start" and
38580         "unmap_complete".
38581         * elf/rtld-debugger-interface.txt: New file documenting the above.
38582
38583 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38584
38585         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38586         rather than a string variable.
38587         * sunrpc/rpc_main.c (h_output): Likewise.
38588         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38589
38590 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38591
38592         * inet/check_native.c: New file.
38593
38594 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38595
38596         [BZ #13629]
38597         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38598         if larger part has absolute value 1.0.
38599         * math/s_clog10.c (__clog10): Likewise.
38600         * math/s_clog10f.c (__clog10f): Likewise.
38601         * math/s_clog10l.c (__clog10l): Likewise.
38602         * math/s_clogf.c (__clogf): Likewise.
38603         * math/s_clogl.c (__clogl): Likewise.
38604         * math/libm-test.inc (clog_test): Add more tests.
38605         (clog10_test): Likewise.
38606         * sysdeps/i386/fpu/libm-test-ulps: Update.
38607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38608
38609         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38610         (pltexit): Likewise.
38611         (La_regs): Likewise.
38612         (La_retval): Likewise.
38613         (int_retval): Likewise.
38614         Update #error for removed macros to refer only to definitions in
38615         tst-audit.h.
38616         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38617         macro.
38618         (pltexit): Likewise.
38619         (La_regs): Likewise.
38620         (La_retval): Likewise.
38621         (int_retval): Likewise.
38622         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38623         macro.
38624         (pltexit): Likewise.
38625         (La_regs): Likewise.
38626         (La_retval): Likewise.
38627         (int_retval): Likewise.
38628         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38629         macro.
38630         (pltexit): Likewise.
38631         (La_regs): Likewise.
38632         (La_retval): Likewise.
38633         (int_retval): Likewise.
38634         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38635         macro.
38636         (pltexit): Likewise.
38637         (La_regs): Likewise.
38638         (La_retval): Likewise.
38639         (int_retval): Likewise.
38640         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38641         macro.
38642         (pltexit): Likewise.
38643         (La_regs): Likewise.
38644         (La_retval): Likewise.
38645         (int_retval): Likewise.
38646         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38647         macro.
38648         (pltexit): Likewise.
38649         (La_regs): Likewise.
38650         (La_retval): Likewise.
38651         (int_retval): Likewise.
38652         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38653         macro definitions in tst-audit.h.
38654         * sysdeps/i386/tst-audit.h: New file.
38655         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38656         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38657         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38658         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38659         * sysdeps/sh/tst-audit.h: Likewise.
38660         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38661         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38662         * sysdeps/x86_64/tst-audit.h: Likewise.
38663
38664 2012-07-26  Andreas Jaeger  <aj@suse.de>
38665
38666         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38667         ptrace.
38668
38669         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38670         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38671         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38672         PTRACE_O_MASK.
38673         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38674         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38675         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38676
38677         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38678         value.
38679
38680         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38681         _sigsys.
38682         (si_call_addr, si_syscall, si_arch): Define new macro.
38683         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38684         _sigsys.
38685         (si_call_addr, si_syscall, si_arch): Define new marcro.
38686         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38687         _sigsys.
38688         (si_call_addr, si_syscall, si_arch): Define new macro.
38689         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38690         _sigsys.
38691         (si_call_addr, si_syscall, si_arch): Define new macro.
38692
38693 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38694
38695         [BZ #13717]
38696         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38697         Change to 2.4.21 where previously 2.4.1.
38698         * sysdeps/unix/sysv/linux/configure: Regenerated.
38699         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38700         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38701         Linux kernel version.
38702         (__ASSUME_STD_AUXV): Remove.
38703         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38704         kernel version.
38705         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38706         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38707         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38708         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38709         (__ASSUME_NETLINK_SUPPORT): Likewise.
38710         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38711         (__no_netlink_support): Remove conditional definition.
38712         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38713         Remove.
38714         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38715         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38716         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38717         (if_nameindex_ioctl): Remove.
38718         (if_nameindex_netlink): Do not handle __no_netlink_support.
38719         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38720         code.
38721         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38722         Remove conditional code.
38723         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38724         code.
38725         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38726         unconditional.
38727         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38728         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38729         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38730         Remove.
38731         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38732         [!__ASSUME_STD_AUXV]: Remove conditional code.
38733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38734         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38735         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38737         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38738         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38739         code.
38740         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38742         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38743         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38744         conditional code.
38745         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38747         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38748         code.
38749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38750         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38751         conditional code.
38752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38753         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38754         code unconditional.
38755         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38756         conditional code.
38757         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38758         unconditional.
38759         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38760         conditional code.
38761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38762         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38763         unconditional.
38764         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38765         conditional code.
38766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38767         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38768         code unconditional.
38769         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38770         conditional code.
38771         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38772         unconditional.
38773         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38774         conditional code.
38775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38776         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38777         code unconditional.
38778         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38779         conditional code.
38780         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38781         unconditional.
38782         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38783         conditional code.
38784
38785 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
38786
38787         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38788         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38789         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38790         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38791         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38792         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38793         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38794         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38795         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38796         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38797         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38798         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38799         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38800         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38801         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38802         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38803         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38804         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38805         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38806         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38807         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38808         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38809         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38810
38811 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38812
38813         * Versions.def: Add GLIBC_2.17.
38814         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38815         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38816         Introduce __libc_secure_getenv.
38817         * stdlib/Versions (2.17): Add secure_getenv
38818         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38819         * stdlib/secure-getenv.c: Rename __secure_getenv to
38820         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38821         symbol __secure_getenv for GLIBC_2.0.
38822         * stdlib/tst-secure-getenv.c: New.
38823         * stdlib/Makefile (tests): Add testcase.
38824         * manual/startup.texi (Environment Access): Document
38825         secure_getenv.
38826         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38827         __libc_secure_getenv.
38828         * inet/ruserpass.c (ruserpass): Likewise.
38829         * malloc/mtrace.c (mtrace): Likewise.
38830         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38831         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38832         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38833         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38834         HAVE_SECURE_GETENV.
38835         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38836         __secure_getenv to __libc_secure_getenv.
38837         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38839         Likewise.
38840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38841         Likewise.
38842         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38843         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38844         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38845         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38846         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38847         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38849
38850 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38851
38852         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38853         (struct La_i86_retval): Likewise.
38854         (struct La_x86_64_regs): Likewise.
38855         (struct La_x86_64_retval): Likewise.
38856         (struct La_x32_regs): Likewise.
38857         (struct La_x32_retval): Likewise.
38858         (struct La_ppc32_regs): Likewise.
38859         (struct La_ppc32_retval): Likewise.
38860         (struct La_ppc64_regs): Likewise.
38861         (struct La_ppc64_retval): Likewise.
38862         (struct La_sh_regs): Likewise.
38863         (struct La_sh_retval): Likewise.
38864         (struct La_s390_32_regs): Likewise.
38865         (struct La_s390_32_retval): Likewise.
38866         (struct La_s390_64_regs): Likewise.
38867         (struct La_s390_64_retval): Likewise.
38868         (struct La_sparc32_regs): Likewise.
38869         (struct La_sparc32_retval): Likewise.
38870         (struct La_sparc64_regs): Likewise.
38871         (struct La_sparc64_retval): Likewise.
38872         (struct audit_ifaces): Remove architecture-specific pltenter and
38873         pltexit members.
38874         * sysdeps/i386/ldsodefs.h: New file.
38875         * sysdeps/powerpc/ldsodefs.h: Likewise.
38876         * sysdeps/s390/ldsodefs.h: Likewise.
38877         * sysdeps/sh/ldsodefs.h: Likewise.
38878         * sysdeps/sparc/ldsodefs.h: Likewise.
38879         * sysdeps/x86_64/ldsodefs.h: Likewise.
38880
38881 2012-07-25  Marek Polacek  <polacek@redhat.com>
38882
38883         [BZ #6808]
38884         * math/libm-test.inc (yn_test): Add another test.
38885         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38886         to ERANGE when the result is +-Inf.
38887         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38888         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38889         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38890         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38891
38892 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38893
38894         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38895         equal to 0.
38896         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38897         clock_t.
38898         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38899
38900 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38901
38902         * configure.in <sysdeps resolving>: Correct printing
38903         Implies_before.
38904         * configure: Regenerate.
38905
38906 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38907
38908         * math/w_ilogb.c: Include <limits.h>.
38909         * math/w_ilogbl.c: Likewise.
38910
38911 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38912
38913         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38914         va_copy.  Document allowing for unavailable va_copy only as
38915         pre-C99 compatibility.
38916         * manual/string.texi (Copying and Concatenation): Use va_copy
38917         instead of __va_copy in concat example.
38918
38919 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38920
38921         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38922         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38923         it if not null.
38924
38925         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38926         with O_NOLINK passed to __file_name_lookup.
38927
38928         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38929         with O_NOLINK passed to __file_name_lookup.
38930
38931         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38932         negative N or less than NGIDS.
38933
38934         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38935         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38936         enough.  Use memcpy instead of strncpy.
38937
38938 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38939
38940         * elf/Makefile (check-data): Remove.
38941         (localplt.data): New vpath directive.
38942         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38943         instead of $(check-data).
38944         * scripts/data/localplt-generic.data: Move to ...
38945         * sysdeps/generic/localplt.data: ... here.
38946         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38947         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38948         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38950         ... here.
38951         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38953         ... here.
38954         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38956         ... here.
38957         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38958         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38959         ... here.
38960         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38961         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38962         ... here.
38963         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38965         ... here.
38966
38967 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38968
38969         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38970         PPC32 and PPC64 files.
38971         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38972         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38973
38974 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38975
38976         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38977         __makecontext_ret to ...
38978         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38979         ... here and call exit if uc_link is NULL.  New file.
38980         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38981         __makecontext_ret.S.
38982         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38983         __makecontext_ret to ...
38984         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38985         ... here and call exit if uc_link is NULL.  New file.
38986         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38987         __makecontext_ret.S.
38988
38989 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38990
38991         * elf/elf.h (R_390_IRELATIVE): New definition.
38992         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38993         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38994         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38995         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38996         (elf_machine_lazy_rel): Likewise.
38997         * sysdeps/s390/dl-irel.h: New file.
38998         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38999         * sysdeps/s390/s390-64/memset.S: New asm code.
39000         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39001         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39002         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39003         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39004         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39005         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39006         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39007         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39008         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39009         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39010         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39011         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39012         * sysdeps/s390/s390-32/memset.S: New asm code.
39013         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39014
39015 2012-07-17  Marek Polacek  <polacek@redhat.com>
39016
39017         [BZ #14349]
39018         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39019         * sysdeps/s390/s390-64/configure.in: Likewise.
39020         * sysdeps/sparc/configure.in: Likewise.
39021         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39022         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39023         * sysdeps/i386/configure.in: Likewise.
39024         * sysdeps/x86_64/configure.in: Likewise.
39025         * sysdeps/sh/configure.in: Likewise.
39026         * sysdeps/s390/s390-32/configure: Regenerated.
39027         * sysdeps/s390/s390-64/configure: Likewise.
39028         * sysdeps/x86_64/configure: Likewise.
39029         * sysdeps/sh/configure: Likewise.
39030         * sysdeps/powerpc/powerpc64/configure: Likewise.
39031         * sysdeps/powerpc/powerpc32/configure: Likewise.
39032         * sysdeps/sparc/configure: Likwise.
39033         * sysdeps/i386/configure: Likewise.
39034
39035         * elf/dl-open.c: Comment fixes.
39036
39037 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39038
39039         * Makefile [CXX] (check-data): Remove.
39040         [CXX] (c++-types.data): New vpath directive.
39041         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39042         vpath.  Do not allow for C++ type data being missing.
39043         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39044         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39045         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39046         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39047         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39048         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39049         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39051         ... here.
39052         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39054         ... here.
39055         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39057         ... here.
39058         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39059         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39060         ... here.
39061         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39063         ... here.
39064         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39066         ... here.
39067         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39068         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39069         ... here.
39070         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39071         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39072
39073         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39074         definitions to architecture-specific files.
39075         (TLS_IE): Likewise.
39076         (TLS_LD): Likewise.
39077         (TLS_GD): Likewise.
39078         * sysdeps/i386/tls-macros.h: New file.
39079         * sysdeps/powerpc/tls-macros.h: Likewise.
39080         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39081         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39082         * sysdeps/sh/tls-macros.h: Likewise.
39083         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39084         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39085         * sysdeps/x86_64/tls-macros.h: Likewise.
39086
39087 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39088
39089         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39090         zero value for regular exit case.
39091
39092         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39093         (__start_context): Preserve zero value for regular exit case.
39094
39095 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39096             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39097
39098         * manual/setjmp.texi (setcontext): Clarify normal process
39099         termination when uc_link is the null pointer.
39100         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39101         exit call.
39102
39103 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39104
39105         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39106         preprocessor.  Test for each exception mask separately.
39107
39108 2012-07-16  Andreas Jaeger  <aj@suse.de>
39109
39110         * po/ru.po: Update from translation team.
39111
39112 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39113
39114         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39115         equal to 0.
39116         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39117         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39118         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39119         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39120         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39121
39122 2012-07-13  Andreas Jaeger  <aj@suse.de>
39123
39124         * po/fr.po: Update from translation team.
39125
39126 2012-07-12  Marek Polacek  <polacek@redhat.com>
39127
39128         [BZ #14173]
39129         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39130         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39131         loop condition.
39132
39133 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39134
39135         [BZ #13717]
39136         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39137         Change to 2.4.1 where previously 2.4.0.
39138         * sysdeps/unix/sysv/linux/configure: Regenerated.
39139         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39140         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39141         version.
39142         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39143         (__ASSUME_AT_CLKTCK): Remove.
39144         (__ASSUME_AT_PAGESIZE): Likewise.
39145         (__ASSUME_AT_XID): Likewise.
39146         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39147         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39148         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39149         unconditionally.
39150         (HAVE_AUX_PAGESIZE): Likewise.
39151         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39152         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39153         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39154
39155 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39156
39157         [BZ #14307]
39158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39159         the temporary buffer used to invoke __gethostbyname2_r,
39160         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39161         host_data / struct gaih_addrtuple.
39162         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39163         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39164         header file nss/nsswitch.h.
39165         * nss/nsswitch.h (global scope): Add definition of implementation
39166         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39167         resolv/nss_dns/dns-host.c).
39168
39169 2012-07-11  Andreas Jaeger  <aj@suse.de>
39170
39171         * po/fr.po: Update from translation team.
39172
39173         * po/sv.po: Update from translation team
39174         * po/fr.po: Another update from translation team.
39175
39176 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39177
39178         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39179         for subnormals or multiply small sinh result by itself.
39180         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39181         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39182
39183 2012-07-11  David S. Miller  <davem@davemloft.net>
39184
39185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39186
39187 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39188
39189         [BZ #14347]
39190         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39191         (INTERNAL_MARK): Shift it here.
39192
39193 2012-07-10  Marek Polacek  <polacek@redhat.com>
39194
39195         [BZ #14151]
39196         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39197         libc_cv_asm_global_directive with .globl.
39198         * configure: Regenerated.
39199         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39200         with .globl.
39201         * sysdeps/i386/configure: Regenerated.
39202         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39203         with .globl.
39204         * sysdeps/x86_64/configure: Regenerated.
39205         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39206         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39207         * elf/tst-unique2mod2.c: Likewise.
39208         * elf/tst-unique2mod1.c: Likewise.
39209         * elf/tst-unique1mod2.c: Likewise.
39210         * elf/tst-unique1mod1.c: Likewise.
39211         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39212         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39213         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39214         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39215         * sysdeps/mach/sysdep.h: Likewise.
39216         * sysdeps/i386/sysdep.h: Likewise.
39217         * sysdeps/i386/i386-mcount.S: Likewise.
39218         * sysdeps/x86_64/_mcount.S: Likewise.
39219         * sysdeps/x86_64/sysdep.h: Likewise.
39220         * sysdeps/sh/_mcount.S: Likewise.
39221         * sysdeps/sh/sysdep.h: Likewise.
39222         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39223         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39224         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39225         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39226         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39227         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39228         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39229         * locale/localeinfo.h: Likewise.
39230         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39231         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39232
39233 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39234
39235         [BZ #14336]
39236         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39237         system".
39238         * manual/message.texi (The Uniforum approach): Likewise.
39239         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39240         (glibc iconv Implementation): Likewise.
39241
39242 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39243
39244         [BZ #14337]
39245         * math/s_clog.c (__clog): Avoid scaling a value down where that
39246         could result in underflow.
39247         * math/s_clog10.c (__clog10): Likewise.
39248         * math/s_clog10f.c (__clog10f): Likewise.
39249         * math/s_clog10l.c (__clog10l): Likewise.
39250         * math/s_clogf.c (__clogf): Likewise.
39251         * math/s_clogl.c (__clogl): Likewise.
39252         * math/libm-test.inc (clog_test): Add more tests.
39253         (clog10_test): Likewise.
39254         * sysdeps/i386/fpu/libm-test-ulps: Update.
39255         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39256
39257 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39258
39259         [BZ #14283]
39260         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39261         by 7 not 8 to examine high bit of fractional part.
39262
39263         [BZ #14042]
39264         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39265         for call to __mcount_internal.
39266         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39267         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39268         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39269
39270 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39271
39272         [BZ #14154]
39273         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39274         approximation for values within 0x1p-13f of an odd multiple of
39275         pi/4.
39276         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39277         exception.  Add more tests.
39278         * sysdeps/i386/fpu/libm-test-ulps: Update.
39279
39280         [BZ #6778]
39281         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39282         inputs and return -1 for them.  Do not check for +Inf in case not
39283         reachable for +Inf.
39284         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39285         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39286         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39287         and return -1 for them.  Do not check for +Inf in case not
39288         reachable for +Inf.
39289         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39290         define.
39291         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39292         and return -1 for them.  Do not check for +Inf in case not
39293         reachable for +Inf.
39294         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39295         spurious underflow.
39296         * sysdeps/i386/fpu/libm-test-ulps: Update.
39297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39298
39299 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39300
39301         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39302
39303 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39304
39305         [BZ #14157]
39306         [BZ #14331]
39307         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39308         could result in spurious underflow.  Scale down values above
39309         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39310         * math/s_csqrtf.c (__csqrtf): Likewise.
39311         * math/s_csqrtl.c (__csqrtl): Likewise.
39312         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39313         spurious underflow.
39314         * sysdeps/i386/fpu/libm-test-ulps: Update.
39315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39316
39317 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39318
39319         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39320         xopen-msg.sed.
39321         * catgets/xopen-msg.awk: New file.
39322         * catgets/xopen-msg.sed: Removed.
39323
39324         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39325         po2text.sed.
39326         * intl/po2test.awk: New file.
39327         * intl/po2test.sed: Removed.
39328
39329 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39330
39331         [BZ #14328]
39332         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39333         or multiply small sinh result by itself.
39334         * math/s_ctanf.c (__ctanf): Likewise.
39335         * math/s_ctanh.c (__ctanh): Likewise.
39336         * math/s_ctanhf.c (__ctanhf): Likewise.
39337         * math/s_ctanhl.c (__ctanhl): Likewise.
39338         * math/s_ctanl.c (__ctanl): Likewise.
39339         * math/libm-test.inc (ctan_test_tonearest): New function.
39340         (ctan_test_towardzero): Likewise.
39341         (ctan_test_downward): Likewise.
39342         (ctan_test_upward): Likewise.
39343         (ctanh_test_tonearest): Likewise.
39344         (ctanh_test_towardzero): Likewise.
39345         (ctanh_test_downward): Likewise.
39346         (ctanh_test_upward): Likewise.
39347         (main): Call these new functions.
39348         * sysdeps/i386/fpu/libm-test-ulps: Update.
39349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39350
39351 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39352
39353         * .gitignore: Delete /ports entry.
39354
39355 2012-07-03  Andreas Jaeger  <aj@suse.de>
39356
39357         * po/bg.po: Update from translation team.
39358         * po/cs.po: Likewise.
39359         * po/de.po: Likewise.
39360         * po/hr.po: Likewise.
39361         * po/nl.pl: Likewise.
39362         * po/pl.po: Likewise.
39363         * po/vi.po: Likewise.
39364
39365 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39366
39367         * Makeconfig [!+link] (+link-before-libc): New variable.
39368         [!+link] (+link-after-libc): Likewise.
39369         [!+link] (+link-tests): Likewise.
39370         [!+link] (+link): Define in terms of $(+link-before-libc) and
39371         $(+link-after-libc).
39372         [!+link-static] (+link-static-before-libc): New variable.
39373         [!+link-static] (+link-static-after-libc): Likewise.
39374         [!+link-static] (+link-static-tests): Likewise.
39375         [!+link-static] (+link-static): Define in terms of
39376         $(+link-static-before-libc) and $(+link-static-after-libc).
39377         [build-shared] (link-libc-before-gnulib): New variable.
39378         [build-shared] (link-libc-tests): Likewise.
39379         [build-shared] (link-libc): Define in terms of
39380         $(link-libc-before-gnulib).
39381         [!build-shared] (link-libc-tests): New variable.
39382         (link-libc-static-tests): New variable.
39383         [!gnulib] (gnulib-arch): New variable.
39384         [!gnulib] (gnulib-tests): Likewise.
39385         [!gnulib] (static-gnulib-arch): Likewise.
39386         [!gnulib] (static-gnulib-tests): Likewise.
39387         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39388         Define with "=" instead of ":=".
39389         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39390         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39391         * Rules (binaries-all-notests): New variable.
39392         (binaries-all-tests): Likewise.
39393         (binaries-static-notests): Likewise.
39394         (binaries-static-tests): Likewise.
39395         (binaries-all): Define using $(binaries-all-notests) and
39396         $(binaries-all-tests).
39397         (binaries-static): Define using $(binaries-static-notests) and
39398         $(binaries-static-tests).
39399         (binaries-shared-tests): New variable.
39400         (binaries-shared-notests): Likewise.
39401         (binaries-shared): Remove variable.
39402         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39403         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39404         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39405         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39406         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39407         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39408         * elf/Makefile (sln-modules): New variable.
39409         (extra-objs): Add $(sln-modules:=.o).
39410         (ldconfig-modules): Add static-stubs.
39411         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39412         * elf/static-stubs.c: New file.
39413
39414         [BZ #14283]
39415         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39416         by 7 not 8 to examine high bit of fractional part.  Use volatile
39417         variables when splitting into final array of floats if
39418         __FLT_EVAL_METHOD__ != 0.
39419         * math/libm-test.inc (cos_test): Add another test.
39420         (sin_test): Likewise.
39421         * sysdeps/i386/fpu/libm-test-ulps: Update.
39422
39423         [BZ #14273]
39424         * math/libm-test.inc (cosh_test): Add more tests.
39425
39426         * version.h (RELEASE): Set to "development".
39427         (VERSION): Set to "2.16.90".
39428
39429 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39430
39431         * NEWS: Update copyright. Remove last-updated date.
39432         Mention math library bug fixes and timezone data changes.
39433         * README: Mention GNU/Hurd, x32, and HPPA support status.
39434
39435 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39436
39437         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39438
39439 2012-06-27  Andreas Jaeger  <aj@suse.de>
39440
39441         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39442
39443 2012-06-25  Andreas Jaeger  <aj@suse.de>
39444
39445         * sysdeps/s390/fpu/libm-test-ulps: Update.
39446
39447 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39448             Thomas Schwinge  <thomas@codesourcery.com>
39449
39450         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39451         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39452         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39453         fanotify_mark.
39454
39455 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39456
39457         * sysdeps/mach/start.c: Remove file.
39458         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39459         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39460         * sysdeps/sh/init-first.c: Likewise.
39461
39462         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39463         registers for frame unwinding purposes, add CFI directives.
39464         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39465         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39466         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39467         Likewise.
39468
39469         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39470         __fortify_fail returning.
39471         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39472
39473         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39474         sysdeps/sh/____longjmp_chk.S.
39475         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39476         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39477         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39478         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39479
39480         * sysdeps/sh/abort-instr.h: New file.
39481         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39482         process in case exit returns.
39483
39484         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39485         initialize the GOT register before use.
39486
39487         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39488         calculation of ARGC > 4.
39489
39490         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39491         meaningful names to some local labels.
39492
39493 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39494             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39495
39496         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39497         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39498         (__arch_compare_and_exchange_val_16_acq): Likewise.
39499         (__arch_compare_and_exchange_val_32_acq): Likewise.
39500         (atomic_exchange_and_add): Fix gUSA sequence.
39501         (atomic_add): Likewise.
39502         (atomic_add_negative): Likewise.
39503         (atomic_add_zero): Likewise.
39504         (atomic_bit_test_set): Likewise.
39505
39506 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39507
39508         [BZ #13579]
39509         * include/link.h (struct link_map): Add l_free_initfini.
39510         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39511         l_initfini.
39512         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39513         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39514         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39515         set.
39516
39517 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39518
39519         * configure.in: Use AC_LANG_SOURCE.
39520         * configure: Regenerate.
39521
39522 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39523
39524         * configure.in (libc_cv_localstatedir): New substituted variable.
39525         * configure: Regenerated.
39526         * config.make.in (localstatedir): New variable, substituted from
39527         libc_cv_localstatedir.
39528         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39529         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39530         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39531         * sysdeps/gnu/configure: Regenerated.
39532
39533 2012-06-21  Jeff Law  <law@redhat.com>
39534
39535         [BZ #14277]
39536         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39537         free.  Simplify list management for _LIBC case.
39538
39539 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39540
39541         [BZ #14273]
39542         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39543         Clear sign bit of 64-bit integer value before comparing against
39544         overflow value.
39545
39546         * sysdeps/mach/configure: Regenerated.
39547
39548 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39549
39550         [BZ #14278]
39551         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39552
39553 2012-06-21  Jeff Law  <law@redhat.com>
39554
39555         [BZ #13882]
39556         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39557         uint16_t for elements in the "seen" array to avoid char overflows.
39558         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39559         * elf/dl-open.c (dl_open_worker): Likewise.
39560
39561 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39562
39563         * scripts/list-sources.sh: Scan PORTS for translations.
39564         * po/libc.pot: Regenerated.
39565
39566 2012-06-21  Andreas Jaeger  <aj@suse.de>
39567
39568         [BZ #12194]
39569         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39570         warning.
39571         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39572         * bits/byteswap-16.h (__bswap_16): Likewise.
39573         * bits/byteswap.h (__bswap_constant_16): Likewise.
39574
39575 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39576
39577         [BZ #14117]
39578         * sysdeps/i386/fpu_control.h: Removed.
39579         * sysdeps/x86_64/fpu_control.h: Moved to ...
39580         * sysdeps/x86/fpu_control.h: Here.
39581
39582         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39583         (_FPU_SETCW): Likewise.
39584
39585 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39586
39587         [BZ #14117]
39588         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39589         * sysdeps/x86/fpu/bits/mathinline.h: This.
39590         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39591
39592         [BZ #14050]
39593         [BZ #14117]
39594         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39595         functions if __x86_64__ is defined.
39596
39597 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39598
39599         * string/endian.h: Add !__ASSEMBLER__ condition for including
39600         conversion interfaces.
39601
39602 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39603
39604         [BZ #14241]
39605         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39606         of ABS(x) in calculating zero to negative powers other than odd
39607         integers.
39608         * math/libm-test.inc (pow_test): Add more tests.
39609
39610 2012-06-15  Andreas Jaeger  <aj@suse.de>
39611
39612         * manual/contrib.texi (Contributors): Update entry of Liubov
39613         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39614         Machado Filho.
39615
39616 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39617
39618         * string/string.h: Add __wur to GNU version of strerror_r.
39619
39620 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39621
39622         [BZ #14229]
39623         * string/Makefile (tests): Add tst-strtok_r.
39624         * string/tst-strtok_r.c: New file.
39625         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39626         RAX_LP/RDX_LP on SAVE_PTR.
39627
39628 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39629
39630         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39631
39632 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39633
39634         * libm_test.inc (csqrt_test): Allow more spurious underflow
39635         exceptions.
39636         (j0_test): Likewise.
39637         (j1_test): Likewise.
39638         (y0_test): Likewise.
39639         (y1_test): Likewise.
39640
39641 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39642
39643         * po/Makefile (libc.pot): Use UTF-8 charset.
39644
39645 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39646
39647         [BZ #14210]
39648         Suppress sign-conversion warning from FD_SET.
39649         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39650         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39651         not unsigned long int.
39652         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39653
39654 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39655
39656         [BZ #14050]
39657         [BZ #14117]
39658         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39659         __extern_always_inline instead of __extern_inline.
39660         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39661         (__signbit): Likewise.
39662         (__signbitl): Support C++ namespace.
39663         (lrintf): New inline function.
39664         (lrint): Likewise.
39665         (llrintf): Likewise.
39666         (llrint): Likewise.
39667         (fmaxf): Likewise.
39668         (fmax): Likewise.
39669         (fminf): Likewise.
39670         (fmin): Likewise.
39671         (rint): Likewise.
39672         (rintf): Likewise.
39673         (ceil): Likewise.
39674         (ceilf): Likewise.
39675         (floor): Likewise.
39676         (floorf): Likewise.
39677         (nearbyint): Likewise.
39678         (nearbyintf): Likewise.
39679
39680 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39681
39682         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39683         non-default versions.
39684
39685 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39686
39687         [BZ #14218]
39688         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39689
39690 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39691
39692         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39693         (FE_UPWARD, FE_DOWNWARD): Don't define.
39694         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39695         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39696
39697         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39698         reading it.
39699         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39700         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39701
39702 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39703
39704         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39705         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39706         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39707         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39708
39709 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39710
39711         [BZ #14117]
39712         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39713         * sysdeps/i386/fpu/Implies: New file.
39714         * sysdeps/x86_64/fpu/Implies: Likewise.
39715         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39716         * sysdeps/x86/fpu/bits/fenv.h: This.
39717
39718         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39719         __SSE_MATH__.
39720
39721 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39722
39723         [BZ #14134]
39724         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39725         character 0xffff that matches the last element of the
39726         conversion table.
39727
39728 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39729
39730         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39731         fmodl commit.
39732
39733 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39734
39735         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39736         values higher than 25.6283.
39737
39738 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39739
39740         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39741         subnormal exponent extraction and add some __builtin_expect.
39742         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39743         Fix for subnormal mantissa calculation.
39744
39745 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
39746
39747         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39748         cpu2 is -1 and errno is not ENOSYS.
39749
39750 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
39751
39752         [BZ #14117]
39753         * sysdeps/i386/i486/bits/string.h: Renamed to ...
39754         * sysdeps/x86/bits/string.h: This.
39755         * sysdeps/x86_64/bits/string.h: Removed.
39756
39757         * sysdeps/i386/i486/bits/string.h: Define inline functions only
39758         if not compiling for x86-64, but compiling for >= i486.
39759
39760         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39761         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39762
39763         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39764         New macro from Linux kernel 3.4.0.
39765         (FP_XSTATE_MAGIC2): Likewise.
39766         (FP_XSTATE_MAGIC2_SIZE): Likewise.
39767         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39768         (struct _fpx_sw_bytes): New struct.
39769         (struct _xsave_hdr): Likewise.
39770         (struct _ymmh_state): Likewise.
39771         (struct _xstate): Likewise.
39772
39773         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39774         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39775         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39776         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39777         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39778         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39779
39780         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39781         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39782         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39783         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39784         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39785         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39786
39787 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39788
39789         [BZ #13743]
39790         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39791         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39792         (sysdep_headers): Include sys/platform/ppc.h.
39793         * sysdeps/powerpc/test-gettimebase.c: Test for
39794         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39795         * manual/Makefile (appendices): Include platform.texi.
39796         * manual/contrib.texi (Contributors): Update @node pointers.
39797         * manual/maint.texi (Maintenance): Likewise.
39798         (Platform): New node.
39799         * manual/platform.texi: New file.  Document the new features.
39800
39801 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39802             Jakub Jelinek  <jakub@redhat.com>
39803
39804         [BZ #14188]
39805         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39806         where __builtin_expect is unavailable.
39807
39808 2012-06-03  David S. Miller  <davem@davemloft.net>
39809
39810         * stdlib/longlong.h: Updated from GCC.
39811
39812 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39813
39814         [BZ #14042]
39815         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39816         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39817         __mcount_internal.
39818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39819         (GLIBC_2.16): Likewise.
39820
39821 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39822
39823         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39824
39825 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39826
39827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39828         (default-abi): New variable.
39829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39830         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39831         variable.
39832         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39833         Likewise.
39834         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39835         Likewise.
39836         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39837         Likewise.
39838
39839         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39840         definition.  Document in comment.
39841
39842 2012-06-01  David S. Miller  <davem@davemloft.net>
39843
39844         * stdlib/longlong.h: Updated from GCC.
39845
39846 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39847
39848         [BZ #14117]
39849         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39850         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39851         sys/debugreg.h sys/io.h here.
39852         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39853         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39854         sys/io.h.
39855         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39856         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39857         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39858         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39859         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39860         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39861
39862         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39863         Define only if __x86_64__ is defined.
39864
39865 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39866
39867         [BZ #14048]
39868         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39869         Use int64_t for variable i.
39870         * math/libm-test.inc (fmod_test): Add more tests.
39871
39872         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39873         z computation is not scheduled after fetestexcept.
39874         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39875         Use math_force_eval instead of asm to ensure calculation scheduled
39876         before exception test.
39877         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39878         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39879
39880 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39881
39882         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39883         computation is not scheduled after fetestexcept.
39884
39885 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39886
39887         [BZ #14117]
39888         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39889         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39890
39891 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39892
39893         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39894         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39895
39896 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39897
39898         [BZ #14117]
39899         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39900         <bits/wordsize.h>.
39901         (__WCHAR_MIN): Support __WORDSIZE == 64.
39902         (__WCHAR_MAX): Likewise.
39903
39904         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39905         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39906
39907         [BZ #14183]
39908         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39909         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39910
39911         [BZ #14117]
39912         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39913         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39914
39915         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39916         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39917
39918         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39919         Defined to 1 if __x86_64__ isn't defined.
39920         (_STAT_VER_LINUX_OLD): New.
39921         (st_atime): Remove duplicate.
39922         (st_mtime): Likewise.
39923         (st_ctime): Likewise.
39924
39925 2012-05-31  David S. Miller  <davem@davemloft.net>
39926
39927         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39928         entries.
39929
39930 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39931
39932         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39933         gen-libm-test.pl.
39934
39935         [BZ #14132]
39936         * elf/dl-reloc.c: Include <_itoa.h>.
39937         (_dl_reloc_bad_type): Remove use of INTUSE.
39938         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39939         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39940         * stdio-common/psiginfo.c (psiginfo): Likewise.
39941         * stdio-common/psignal.c (psignal): Likewise.
39942         * string/strsignal.c (strsignal): Likewise.
39943         * include/signal.h (_sys_siglist): Declare hidden proto.
39944         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39945         INTVARDEF with libc_hidden_data_def.
39946         * stdio-common/itoa-udigits.c: Likewise.
39947         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39948         (_itoa_lower_digits_internal): Remove declaration.
39949         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39950         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39951         (_sys_sigabbrev_internal): Remove aliases.
39952         (_sys_siglist): Define hidden alias.
39953
39954 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39955
39956         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39957         bits/sysctl.h.
39958
39959 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39960
39961         [BZ #14117]
39962         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39963         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39964
39965         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39966         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39967         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39968         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39969         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39970         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39971
39972         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39973         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39974         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39975
39976         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39977         with __addr.
39978         (insw): Likewise.
39979         (insl): Likewise.
39980         (outsb): Likewise.
39981         (outsw): Likewise.
39982         (outsl): Likewise.
39983
39984         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39985         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39986         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39987
39988         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39989         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39990         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39991         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39992         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39993         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39994
39995         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39996         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39997
39998         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39999         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40000
40001         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40002         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40003         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40004
40005         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40006         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40007         to ...
40008         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40009
40010         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40011         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40012         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40013
40014         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40015         for x86-64.
40016         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40017
40018 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40019
40020         * math/math.h (M_El): Use two more decimal places.
40021         (M_LOG2El): Likewise.
40022         (M_LOG10El): Likewise.
40023         (M_LN2l): Likewise.
40024         (M_LN10l): Likewise.
40025         (M_PIl): Likewise.
40026         (M_PI_2l): Likewise.
40027         (M_PI_4l): Likewise.
40028         (M_1_PIl): Likewise.
40029         (M_2_PIl): Likewise.
40030         (M_2_SQRTPIl): Likewise.
40031         (M_SQRT2l): Likewise.
40032         (M_SQRT1_2l): Likewise.
40033
40034 2012-05-31  David S. Miller  <davem@davemloft.net>
40035
40036         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40037         values between float registers.
40038         * sysdeps/sparc/sparc64/memset.S: Likewise.
40039         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40040
40041 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40042
40043         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40044         -D_FORTIFY_SOURCE=1.
40045         (CPPFLAGS-tst-longjmp_chk.c): Define.
40046         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40047         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40048         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40049         CFLAGS-tst-wchar-h.c.
40050
40051 2012-05-31  Marek Polacek  <polacek@redhat.com>
40052
40053         [BZ #14132]
40054         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40055         __endmntent_internal): Remove declaration.
40056         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40057         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40058         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40059
40060 2012-05-30  David S. Miller  <davem@davemloft.net>
40061
40062         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40063         (___Q_simulate_exceptions): Use real FP ops rather than writing
40064         into the %fsr.
40065         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40066         Likewise.
40067
40068 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40069
40070         [BZ #14117]
40071         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40072         * sysdeps/x86/bits/xtitypes.h: This.
40073
40074         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40075         * sysdeps/x86/bits/wordsize.h: This.
40076
40077         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40078         * sysdeps/x86/bits/huge_vall.h: This.
40079
40080         * sysdeps/i386/bits/select.h: Removed.
40081         * sysdeps/x86_64/bits/select.h: Renamed to ...
40082         * sysdeps/x86/bits/select.h: This.
40083
40084         * sysdeps/i386/bits/setjmp.h: Removed.
40085         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40086         * sysdeps/x86/bits/setjmp.h: This.
40087
40088         * sysdeps/i386/bits/mathdef.h: Removed.
40089         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40090         * sysdeps/x86/bits/mathdef.h: This.
40091
40092 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40093
40094         [BZ #14132]
40095         * include/sys/socket.h (__connect_internal)
40096         (__libc_sa_len_internal): Remove declaration.
40097         (__connect, __libc_sa_len): Declare hidden_proto.
40098         (SA_LEN): Remove use of INTUSE.
40099         * socket/connect.c: Add libc_hidden_def.
40100         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40101         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40102         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40103         alias.
40104         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40105         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40106         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40107         of adding _internal alias.
40108
40109 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40110
40111         [BZ #14117]
40112         * sysdeps/i386/bits/link.h: Removed.
40113         * sysdeps/i386/bits/linkmap.h: Likewise.
40114         * sysdeps/x86_64/bits/link.h: Renamed to ...
40115         * sysdeps/x86/bits/link.h: This.
40116         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40117         * sysdeps/x86/bits/linkmap.h: This.
40118
40119         * sysdeps/i386/bits/endian.h: Removed.
40120         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40121         * sysdeps/x86/bits/endian.h: This.
40122
40123         * sysdeps/i386/bits/byteswap.h: Removed.
40124         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40125         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40126         * sysdeps/x86/bits/byteswap.h: This.
40127         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40128         * sysdeps/x86/bits/byteswap-16.h: This.
40129         * sysdeps/i386/Implies: Add x86.
40130         * sysdeps/x86_64/Implies: Likewise.
40131
40132 2012-05-30  David S. Miller  <davem@davemloft.net>
40133
40134         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40135         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40136         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40137         (FP_TRAPPING_EXCEPTIONS): Define.
40138         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40139         (FP_TRAPPING_EXCEPTIONS): Define.
40140         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40141         subnormals only when inexact has been signalled or underflow
40142         exceptions are enabled.
40143         (_FP_PACK_CANONICAL): Likewise.
40144
40145 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40146
40147         [BZ #14183]
40148         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40149         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40150
40151 2012-05-30  Richard Henderson  <rth@twiddle.net>
40152
40153         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40154         with #ifndef NOT_IN_libc.
40155
40156         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40157         marked to avoid plt entry.
40158
40159 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40160
40161         [BZ #14112]
40162         * Makeconfig (default-abi): New macro.
40163         (abi-includes): Likewise.
40164         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40165         $(abi-$(default-abi)-lib-soname) for soname if defined.
40166         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40167         abi-variants.
40168         * Makefile (installed-stubs): Likewise.
40169         * include/stubs-biarch.h: Removed.
40170         * scripts/lib-names.awk: Only handle one library at a time.
40171         * scripts/soversions.awk: Remove WORDSIZE support.
40172         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40173         entries.
40174         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40175         Removed.
40176         (syscall-list-default-condition): Likewise.
40177         (syscall-list-default-condition): Likewise.
40178         (syscall-list-includes): Likewise.
40179         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40180         syscall-list-* with abi-*.  Handle undefined abi-variants.
40181         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40182         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40183         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40184         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40185         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40186         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40187         Removed.
40188         (syscall-list-32-options): Likewise.
40189         (syscall-list-32-condition): Likewise.
40190         (syscall-list-64-options): Likewise.
40191         (syscall-list-64-condition): Likewise.
40192         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40193         macro.
40194         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40195         Renamed to ...
40196         (abi-*): This.
40197         (abi-64-ld-soname): New macro.
40198         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40199         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40200         Renamed to ...
40201         (abi-*): This.
40202         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40203         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40204
40205 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40206
40207         * sysdeps/unix/sysv/linux/kernel-features.h
40208         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40209         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40210         include <kernel-features.h>.
40211         [!__NR_ftruncate64]: Remove conditional code.
40212         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40213         [__NR_ftruncate64]: Make code unconditional.
40214         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40215         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40216         include <kernel-features.h>.
40217         [!__NR_ftruncate64]: Remove conditional code.
40218         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40219         [__NR_ftruncate64]: Make code unconditional.
40220         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40222         include <kernel-features.h>.
40223         [!__NR_ftruncate64]: Remove conditional code.
40224         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40225         [__NR_ftruncate64]: Make code unconditional.
40226         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40228         include <kernel-features.h>.
40229         [!__NR_ftruncate64]: Remove conditional code.
40230         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40231         [__NR_ftruncate64]: Make code unconditional.
40232         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40233
40234         * configure.in (libc_cv_fpie): Weaken to a compile test using
40235         LIBC_TRY_CC_OPTION.
40236         * configure: Regenerated.
40237
40238 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40239
40240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40244         Refreshed.
40245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40247         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40248         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40249         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40250         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40251         Refreshed.
40252
40253 2012-05-27  David S. Miller  <davem@davemloft.net>
40254
40255         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40256         (___Q_zero): New.
40257         (__Q_simulate_exceptions): Return void.  Change to simulate
40258         exceptions by writing into the %fsr.
40259         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40260         (__Qp_handle_exceptions): Likewise.
40261         (numbers): Delete.
40262         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40263         __Qp_handle_exceptions.
40264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40265         __Qp_handle_exceptions.
40266         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40267         as unused and give dummy FP_RND_NEAREST initializer.
40268         (FP_INHIBIT_RESULTS): Define.
40269         (___Q_simulate_exceptions): Update declaration.
40270         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40271         formatting.
40272         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40273         as unused and give dummy FP_RND_NEAREST initializer.
40274         (__Qp_handle_exceptions): Update declaration.
40275         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40276         formatting.
40277
40278 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40279
40280         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40281         the temporary FPU control word.
40282         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40283         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40284         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40285         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40286         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40287         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40288         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40289         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40290         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40291         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40292         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40293
40294 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40295
40296         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40297         fields.
40298
40299 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40300
40301         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40302         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40303         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40304         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40305         Likewise.
40306         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40307         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40308         Likewise.
40309
40310 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40311
40312         * po/h.po: Update from translation team.
40313
40314 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40315
40316         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40317
40318         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40319         handling of denormals.
40320         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40321         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40322         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40323         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40324         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40325         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40326         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40327         Likewise.
40328
40329 2012-05-26  Marek Polacek  <polacek@redhat.com>
40330
40331         [BZ #14152]
40332         * math/libm-test.inc (fma_test): Don't always expect underflow
40333         exception.
40334
40335 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40336
40337         [BZ #12416]
40338         * elf/tst-execstack.c: Include stackinfo.h.
40339         (do_test): Adjust test case to ensure that pthread_getattr_np
40340         behaviour remains the same after marking stack executable.
40341
40342 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40343
40344         * sysdeps/unix/sysv/linux/kernel-features.h
40345         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40346         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40347         kernel-features.h.
40348         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40349         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40350         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40351         kernel-features.h.
40352         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40353         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40354
40355 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40356
40357         * configure.in: Define the default includes to being none.
40358         * configure: Regenerated.
40359
40360 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40361
40362         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40363         * sysdeps/x86_64/setjmp.S: Likewise.
40364         * sysdeps/i386/bsd-setjmp.S: Likewise.
40365         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40366         * sysdeps/i386/setjmp.S: Likewise.
40367         * sysdeps/i386/__longjmp.S: Likewise.
40368         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40369         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40370
40371         * include/stap-probe.h: New file.
40372         * configure.in: Handle --enable-systemtap.
40373         * configure: Regenerated.
40374         * config.h.in (USE_STAP_PROBE): New #undef.
40375         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40376         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40377         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40378
40379 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40380
40381         [BZ #13717]
40382         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40383         to 2.4.0 where earlier.
40384         * sysdeps/unix/sysv/linux/configure: Regenerated.
40385         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40386         <kernel-features.h>.
40387         [__ASSUME_32BITUIDS]: Make code unconditional.
40388         [!__ASSUME_32BITUIDS]: Remove conditional code.
40389         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40390         <kernel-features.h>.
40391         [__ASSUME_32BITUIDS]: Make code unconditional.
40392         [!__ASSUME_32BITUIDS]: Remove conditional code.
40393         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40394         [__ASSUME_32BITUIDS]: Make code unconditional.
40395         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40396         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40397         <kernel-features.h>.
40398         [__ASSUME_32BITUIDS]: Make code unconditional.
40399         [!__ASSUME_32BITUIDS]: Remove conditional code.
40400         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40401         <kernel-features.h>.
40402         [__ASSUME_32BITUIDS]: Make code unconditional.
40403         [!__ASSUME_32BITUIDS]: Remove conditional code.
40404         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40405         <kernel-features.h>.
40406         [__ASSUME_32BITUIDS]: Make code unconditional.
40407         [!__ASSUME_32BITUIDS]: Remove conditional code.
40408         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40409         <kernel-features.h>.
40410         [__ASSUME_32BITUIDS]: Make code unconditional.
40411         [!__ASSUME_32BITUIDS]: Remove conditional code.
40412         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40413         <kernel-features.h>.
40414         [__ASSUME_32BITUIDS]: Make code unconditional.
40415         [!__ASSUME_32BITUIDS]: Remove conditional code.
40416         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40417         <kernel-features.h>.
40418         [__ASSUME_32BITUIDS]: Make code unconditional.
40419         [!__ASSUME_32BITUIDS]: Remove conditional code.
40420         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40421         <kernel-features.h>.
40422         [__ASSUME_32BITUIDS]: Make code unconditional.
40423         [!__ASSUME_32BITUIDS]: Remove conditional code.
40424         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40425         <kernel-features.h>.
40426         [__ASSUME_32BITUIDS]: Make code unconditional.
40427         [!__ASSUME_32BITUIDS]: Remove conditional code.
40428         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40429         <kernel-features.h>.
40430         [__ASSUME_32BITUIDS]: Make code unconditional.
40431         [!__ASSUME_32BITUIDS]: Remove conditional code.
40432         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40433         <kernel-features.h>.
40434         [__ASSUME_32BITUIDS]: Make code unconditional.
40435         [!__ASSUME_32BITUIDS]: Remove conditional code.
40436         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40437         <kernel-features.h>.
40438         [__NR_setresgid] (__setresgid): Do not declare.
40439         [__ASSUME_32BITUIDS]: Make code unconditional.
40440         [!__ASSUME_32BITUIDS]: Remove conditional code.
40441         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40442         <kernel-features.h>.
40443         [__NR_setresuid] (__setresuid): Do not declare.
40444         [__ASSUME_32BITUIDS]: Make code unconditional.
40445         [!__ASSUME_32BITUIDS]: Remove conditional code.
40446         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40447         <kernel-features.h>.
40448         [__ASSUME_32BITUIDS]: Make code unconditional.
40449         [!__ASSUME_32BITUIDS]: Remove conditional code.
40450         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40451         <kernel-features.h>.
40452         [__ASSUME_32BITUIDS]: Make code unconditional.
40453         [!__ASSUME_32BITUIDS]: Remove conditional code.
40454         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40455         <kernel-features.h>.
40456         [__ASSUME_32BITUIDS]: Make code unconditional.
40457         [!__ASSUME_32BITUIDS]: Remove conditional code.
40458         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40459         <kernel-features.h>.
40460         [__ASSUME_32BITUIDS]: Make code unconditional.
40461         [!__ASSUME_32BITUIDS]: Remove conditional code.
40462         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40463         <kernel-features.h>.
40464         [__ASSUME_32BITUIDS]: Make code unconditional.
40465         [!__ASSUME_32BITUIDS]: Remove conditional code.
40466         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40467         <kernel-features.h>.
40468         [__ASSUME_32BITUIDS]: Make code unconditional.
40469         [!__ASSUME_32BITUIDS]: Remove conditional code.
40470         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40471         <kernel-features.h>.
40472         [__ASSUME_32BITUIDS]: Make code unconditional.
40473         [!__ASSUME_32BITUIDS]: Remove conditional code.
40474         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40475         <kernel-features.h>.
40476         [__ASSUME_32BITUIDS]: Make code unconditional.
40477         [!__ASSUME_32BITUIDS]: Remove conditional code.
40478         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40479         <kernel-features.h>.
40480         [__ASSUME_32BITUIDS]: Make code unconditional.
40481         [!__ASSUME_32BITUIDS]: Remove conditional code.
40482         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40483         <kernel-features.h>.
40484         [__ASSUME_32BITUIDS]: Make code unconditional.
40485         [!__ASSUME_32BITUIDS]: Remove conditional code.
40486         * sysdeps/unix/sysv/linux/kernel-features.h
40487         (__ASSUME_SETRESUID_SYSCALL): Remove.
40488         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40489         (__ASSUME_32BITUIDS): Likewise.
40490         (__ASSUME_LDT_WORKS): Likewise.
40491         (__ASSUME_O_DIRECTORY): Likewise.
40492         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40493         architecture but not kernel version.
40494         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40495         (__ASSUME_MMAP2_SYSCALL): Likewise.
40496         (__ASSUME_STAT64_SYSCALL): Likewise.
40497         (__ASSUME_IPC64): Likewise.
40498         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40499         <kernel-features.h>.
40500         [__ASSUME_32BITUIDS]: Make code unconditional.
40501         [!__ASSUME_32BITUIDS]: Remove conditional code.
40502         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40503         <kernel-features.h>.
40504         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40505         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40506         132096]: Remove conditional code.
40507         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40508         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40509         <kernel-features.h>.
40510         [__ASSUME_32BITUIDS]: Make code unconditional.
40511         [!__ASSUME_32BITUIDS]: Remove conditional code.
40512         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40513         <kernel-features.h>.
40514         [__ASSUME_32BITUIDS]: Make code unconditional.
40515         [!__ASSUME_32BITUIDS]: Remove conditional code.
40516         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40517         <kernel-features.h>.
40518         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40519         unconditional.
40520         (__setresgid): Do not declare.
40521         [__ASSUME_32BITUIDS]: Make code unconditional.
40522         [!__ASSUME_32BITUIDS]: Remove conditional code.
40523         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40524         <kernel-features.h>.
40525         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40526         unconditional.
40527         (__setresuid): Do not declare.
40528         [__ASSUME_32BITUIDS]: Make code unconditional.
40529         [!__ASSUME_32BITUIDS]: Remove conditional code.
40530         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40531         <kernel-features.h>.
40532         [__ASSUME_32BITUIDS]: Make code unconditional.
40533         [!__ASSUME_32BITUIDS]: Remove conditional code.
40534         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40535         <kernel-features.h>.
40536         [__ASSUME_32BITUIDS]: Make code unconditional.
40537         [!__ASSUME_32BITUIDS]: Remove conditional code.
40538
40539 2012-05-25  Richard Henderson  <rth@twiddle.net>
40540
40541         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40542         dl_hwcap to ifunc resolver.
40543         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40544         elf_ifunc_invoke.
40545         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40546         dl_hwcap to ifunc resolver.
40547         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40548
40549 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40550
40551         [BZ #14153]
40552         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40553         for |x| <= 2**-26, not 2**-57.
40554         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40555         exception.
40556
40557 2012-05-24  Jeff Law  <law@redhat.com>
40558
40559         * stdio-common/Makefile (tests): Add bug25.
40560         * stdio-common/bug25.c: New test.
40561
40562 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40563
40564         [BZ #13576]
40565         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40566         multiple of MALLOC_ALIGNMENT in size.
40567         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40568
40569 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40570
40571         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40572         Require >= 256.
40573         (FILENAME_MAX): Use macro-int-constant.
40574         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40575         (_IOFBF): Use macro-int-constant.
40576         (_IOLBF): Likewise.
40577         (_IONBF): Likewise.
40578         (SEEK_CUR): Likewise.
40579         (SEEK_END): Likewise.
40580         (SEEK_SET): Likewise.
40581         (TMP_MAX): Likewise.
40582         (EOF): Use macro-int-constant.  Require < 0.
40583         (NULL): Use macro-constant.  Require == 0.
40584         (stdin): Require type to be FILE *.
40585         (stdout): Likewise.
40586         (stderr): Likewise.
40587         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40588         macro-int-constant.
40589         (EXIT_SUCCESS): Likewise.
40590         (NULL): Use macro-constant.  Require == 0.
40591         (RAND_MAX): Use macro-int-constant.
40592         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40593         [C99-based standards] (strtof): Require function.
40594         [C99-based standards] (strtold): Likewise.
40595         [C99-based standards] (strtoll): Likewise.
40596         [C99-based standards] (strtoull): Likewise.
40597         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40598         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40599         [ISO || ISO99 || ISO11] (math.h): Likewise.
40600         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40601         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40602         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40603
40604 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40605
40606         [BZ #14132]
40607         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40608         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40609         * intl/dgettext.c (DCGETTEXT): Likewise.
40610         * intl/gettext.c (DCGETTEXT): Likewise.
40611         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40612         * posix/regex_internal.h (gettext): Likewise.
40613         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40614         Remove declaration.
40615         * include/argz.h (__argz_count_internal)
40616         (__argz_stringify_internal): Remove declaration.
40617         (__argz_count, __argz_stringify): Declare hidden proto.
40618         * intl/dcgettext.c: Remove use of INTDEF.
40619         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40620         * string/argz-stringify.c: Likewise.
40621         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40622         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40623         Declare hidden proto.
40624         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40625         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40626         Declare hidden proto.
40627         * include/stdio.h (__asprintf_internal): Don't declare.
40628         (__asprintf): Don't define as macro.  Declare hidden proto.
40629         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40630         (__fsetlocking): Declare hidden proto.
40631         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40632         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40633         hidden proto.
40634         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40635         (_IO_setlinebuf): Remove use of INTUSE.
40636         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40637         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40638         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40639         Remove declaration.
40640         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40641         (_IO_do_flush): Remove use of INTUSE.
40642         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40643         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40644         (_IO_adjust_column, _IO_least_wmarker)
40645         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40646         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40647         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40648         (_IO_default_doallocate, _IO_wdefault_doallocate)
40649         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40650         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40651         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40652         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40653         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40654         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40655         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40656         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40657         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40658         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40659         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40660         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40661         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40662         proto.
40663         (_IO_flush_all_internal, _IO_adjust_column_internal)
40664         (_IO_default_uflow_internal, _IO_default_finish_internal)
40665         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40666         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40667         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40668         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40669         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40670         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40671         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40672         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40673         (_IO_file_close_internal, _IO_file_close_it_internal)
40674         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40675         (_IO_file_init_internal, _IO_file_attach_internal)
40676         (_IO_file_fopen_internal, _IO_file_read_internal)
40677         (_IO_file_sync_internal, _IO_file_seek_internal)
40678         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40679         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40680         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40681         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40682         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40683         (_IO_list_all_internal, _IO_link_in_internal)
40684         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40685         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40686         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40687         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40688         (_IO_do_write_internal, _IO_padn_internal)
40689         (_IO_getline_info_internal, _IO_getline_internal)
40690         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40691         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40692         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40693         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40694         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40695         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40696         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40697         with libc_hidden_ver, remove use of INTUSE.
40698         * libio/genops.c: Likewise.
40699         * libio/freopen.c: Likewise.
40700         * libio/freopen64.c: Likewise.
40701         * libio/iofclose.c: Likewise.
40702         * libio/iofdopen.c: Likewise.
40703         * libio/iofflush.c: Likewise.
40704         * libio/iofflush_u.c: Likewise.
40705         * libio/iofgets.c: Likewise.
40706         * libio/iofgets_u.c: Likewise.
40707         * libio/iofopen.c: Likewise.
40708         * libio/iofopncook.c: Likewise.
40709         * libio/iofread.c: Likewise.
40710         * libio/iofread_u.c: Likewise.
40711         * libio/ioftell.c: Likewise.
40712         * libio/iofwrite.c: Likewise.
40713         * libio/iogetline.c: Likewise.
40714         * libio/iogets.c: Likewise.
40715         * libio/iogetwline.c: Likewise.
40716         * libio/iopadn.c: Likewise.
40717         * libio/iopopen.c: Likewise.
40718         * libio/ioseekoff.c: Likewise.
40719         * libio/ioseekpos.c: Likewise.
40720         * libio/iosetbuffer.c: Likewise.
40721         * libio/iosetvbuf.c: Likewise.
40722         * libio/ioungetc.c: Likewise.
40723         * libio/ioungetwc.c: Likewise.
40724         * libio/iovdprintf.c: Likewise.
40725         * libio/iovsprintf.c: Likewise.
40726         * libio/iovsscanf.c: Likewise.
40727         * libio/memstream.c: Likewise.
40728         * libio/obprintf.c: Likewise.
40729         * libio/oldfileops.c: Likewise.
40730         * libio/oldiofclose.c: Likewise.
40731         * libio/oldiofdopen.c: Likewise.
40732         * libio/oldiofopen.c: Likewise.
40733         * libio/oldiopopen.c: Likewise.
40734         * libio/oldstdfiles.c: Likewise.
40735         * libio/putc.c: Likewise.
40736         * libio/setbuf.c: Likewise.
40737         * libio/setlinebuf.c: Likewise.
40738         * libio/stdfiles.c: Likewise.
40739         * libio/strops.c: Likewise.
40740         * libio/vasprintf.c: Likewise.
40741         * libio/vscanf.c: Likewise.
40742         * libio/vsnprintf.c: Likewise.
40743         * libio/vswprintf.c: Likewise.
40744         * libio/wfiledoalloc.c: Likewise.
40745         * libio/wfileops.c: Likewise.
40746         * libio/wgenops.c: Likewise.
40747         * libio/wmemstream.c: Likewise.
40748         * libio/wstrops.c: Likewise.
40749         * libio/__fpurge.c: Likewise.
40750         * libio/__fsetlocking.c: Likewise.
40751         * assert/assert.c: Likewise.
40752         * debug/fgets_chk.c: Likewise.
40753         * debug/fgets_u_chk.c: Likewise.
40754         * debug/fread_chk.c: Likewise.
40755         * debug/fread_u_chk.c: Likewise.
40756         * debug/gets_chk.c: Likewise.
40757         * debug/obprintf_chk.c: Likewise.
40758         * debug/vasprintf_chk.c: Likewise.
40759         * debug/vdprintf_chk.c: Likewise.
40760         * debug/vsnprintf_chk.c: Likewise.
40761         * debug/vsprintf_chk.c: Likewise.
40762         * malloc/mtrace.c: Likewise.
40763         * misc/error.c: Likewise.
40764         * misc/syslog.c: Likewise.
40765         * stdio-common/asprintf.c: Likewise.
40766         * stdio-common/fxprintf.c: Likewise.
40767         * stdio-common/getw.c: Likewise.
40768         * stdio-common/isoc99_fscanf.c: Likewise.
40769         * stdio-common/isoc99_scanf.c: Likewise.
40770         * stdio-common/isoc99_vfscanf.c: Likewise.
40771         * stdio-common/isoc99_vscanf.c: Likewise.
40772         * stdio-common/isoc99_vsscanf.c: Likewise.
40773         * stdio-common/printf-prs.c: Likewise.
40774         * stdio-common/printf_fp.c: Likewise.
40775         * stdio-common/printf_fphex.c: Likewise.
40776         * stdio-common/printf_size.c: Likewise.
40777         * stdio-common/putw.c: Likewise.
40778         * stdio-common/scanf.c: Likewise.
40779         * stdio-common/sprintf.c: Likewise.
40780         * stdio-common/tmpfile.c: Likewise.
40781         * stdio-common/vfprintf.c: Likewise.
40782         * stdio-common/vfscanf.c: Likewise.
40783         * stdlib/strfmon_l.c: Likewise.
40784         * sunrpc/openchild.c: Likewise.
40785         * sunrpc/xdr_stdio.c: Likewise.
40786         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40787         * sysdeps/mach/hurd/tmpfile.c: Likewise.
40788
40789 2012-05-24  Roland McGrath  <roland@hack.frob.com>
40790
40791         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40792
40793         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40794         in the third column, to generate for the shared library an IFUNC
40795         that uses _dl_vdso_vsym.
40796         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40797         * Makeconfig (object-suffixes-noshared): New variable.
40798
40799         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40800         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40801         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40802         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40803
40804         [BZ #14132]
40805         * include/sys/time.h (__gettimeofday): Remove macro.
40806         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40807         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40808         Remove INTDEF.
40809         (__gettimeofday): Add libc_hidden_def.
40810         (gettimeofday): Add libc_hidden_weak.
40811         * sysdeps/mach/gettimeofday.c: Likewise.
40812         * sysdeps/posix/gettimeofday.c: Likewise.
40813         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40814         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40815         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40816         (__gettimeofday_internal): Remove strong_alias.
40817         (__gettimeofday): Add libc_hidden_def.
40818         (gettimeofday): Add libc_hidden_weak.
40819         * sysdeps/unix/syscalls.list (gettimeofday):
40820         Remove __gettimeofday_internal alias.
40821
40822 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40823             H.J. Lu  <hongjiu.lu@intel.com>
40824
40825         [BZ #12495]
40826         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40827         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40828         (largebin_index_32_big): New.
40829         (largebin_index): Use it for 16-byte alignment.
40830         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40831         correction with front_misalign.
40832
40833 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40834
40835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40836         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40837         Likewise.
40838         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40839         Likewise.
40840         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40841         Likewise.
40842         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40843         Likewise.
40844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40845         Likewise.
40846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40847         Likewise.
40848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40849         Likewise.
40850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40851         Likewise.
40852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40853         Likewise.
40854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40855         Likewise.
40856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40857         Likewise.
40858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40859         Likewise.
40860
40861         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40862         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40863
40864 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40865
40866         [BZ #10846]
40867         [BZ #14036]
40868         * math/libm-test.inc (exp_test): Add test from bug 14036.
40869         (pow_test): Add test from bug 10846.
40870
40871         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40872         and other flags.
40873         (special_function): Do not include flags in test name.
40874         (parse_args): Likewise.
40875         * sysdeps/i386/fpu/libm-test-ulps: Update.
40876         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40877         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40878         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40880
40881         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40882         exceptions.
40883         * math/libm-test.inc ("Philosophy"): Update comment about
40884         exception testing.
40885         (UNDERFLOW_EXCEPTION): New macro.
40886         (UNDERFLOW_EXCEPTION_OK): Likewise.
40887         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40888         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40889         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40890         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40891         (INVALID_EXCEPTION_OK): Update value.
40892         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40893         (OVERFLOW_EXCEPTION_OK): Likewise.
40894         (IGNORE_ZERO_INF_SIGN): Likewise.
40895         (test_exceptions): Handle underflow exceptions.
40896         (acos_test): Update for underflow exception expectations.
40897         (cexp_test): Likewise.
40898         (clog_test): Likewise.
40899         (clog10_test): Likewise.
40900         (csqrt_test): Likewise.
40901         (ctan_test): Likewise.
40902         (ctanh_test): Likewise.
40903         (exp_test): Likewise.
40904         (exp10_test): Likewise.
40905         (exp2_test): Likewise.
40906         (expm1_test): Likewise.
40907         (fma_test): Likewise.
40908         (j0_test): Likewise.
40909         (jn_test): Likewise.
40910         (nexttoward_test): Likewise.
40911         (pow_test): Likewise.
40912         (scalbn_test): Likewise.
40913         (scalbln_test): Likewise.
40914         (tan_test): Likewise.
40915         (y1_test): Likewise.
40916         * sysdeps/i386/fpu/libm-test-ulps: Update.
40917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40918
40919 2012-05-23  David S. Miller  <davem@davemloft.net>
40920
40921         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40922         (__libc_sigaction): Remove unused local variables.
40923
40924 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40925
40926         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40927
40928 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40929
40930         mktime: avoid signed integer overflow
40931         * time/mktime.c (__mktime_internal): Do not mishandle the case
40932         where diff == INT_MIN.
40933
40934         mktime: simplify computation of average
40935         * time/mktime.c (ranged_convert): Use new time_t_avg function
40936         instead of rolling our own (probably-slower) code.
40937
40938         mktime: do not assume signed right shift propagates sign bit
40939         * time/mktime.c (isdst_differ): New static function.
40940         (__mktime_internal): No need to normalize tm_isdst now.
40941         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40942         tm_isdst values.
40943
40944         mktime: merge another wrapv change from gnulib
40945         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40946         from some compilers.
40947
40948         mktime: remove incorrect attempt at unusual arithmetics
40949         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40950         The code didn't really work on such machines anyway.
40951         (TYPE_MINIMUM): Assume two's complement.
40952         (twos_complement_arithmetic): Verify that long_int and time_t
40953         are two's complement (or unsigned, in the latter case).
40954
40955         mktime: check signed shifts on long_int and time_t, too
40956         * time/mktime.c (SHR): Check that shifts work as desired
40957         on the types long_int and time_t too, as SHR is used on
40958         such types.
40959
40960         mktime: do not assume 'long' is wide enough
40961         * time/mktime.c (verify): Move decl up.
40962         (long_int): New type.
40963         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40964         to remove assumption in the code that 'long' is wide enough to
40965         store year values.  This assumption is not true on x32 and on
40966         some non-glibc platforms.
40967
40968         mktime: merge wrapv change from gnulib
40969         * time/mktime.c (WRAPV): New macro.
40970         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40971         (guess_time_tm, __mktime_internal): Do not assume that signed
40972         integer overflow wraps around; modern compilers generate code
40973         where this assumption is no longer valid.
40974
40975 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40976
40977         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40978         Replace "jmp L(pseudo_end)" with "ret".
40979         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40980         Likewise.
40981
40982 2012-05-23  Andreas Jaeger  <aj@suse.de>
40983
40984         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40985         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40986
40987 2012-05-23  Andreas Jaeger  <aj@suse.de>
40988             Maximilian Attems  <max@stro.at>
40989
40990         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40991         New macros.
40992
40993 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40994
40995         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40996         code so that pseudo_end is just ret and the stack pointer is
40997         correct also for static library in error case.
40998
40999 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41000
41001         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41002         move to syscalls.list.
41003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41007
41008         * manual/install.texi (Running make install): Do not mention Linux
41009         kernel version for which pt_chown is not needed.
41010         (Linux): Do not mention problems with nscd with 2.0 kernels.
41011         * INSTALL: Regenerated.
41012
41013 2012-05-23  Andreas Jaeger  <aj@suse.de>
41014
41015         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41016         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41017         macro.
41018         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41019         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41020         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41021         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41022         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41023         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41024         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41025         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41026         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41027         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41028         * sysdeps/unix/sysv/linux/bits/in.h
41029         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41030
41031 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41032
41033         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41034         (PREPARE_VERSION): Just use assert instead, it will be elided
41035         under [NDEBUG] anyway.
41036
41037 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41038
41039         * sysdeps/unix/sysv/linux/Makefile: Include
41040         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41041         (sysdep_routines): Remove sysctl.
41042         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41043         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41044         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41045         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41046         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41047
41048 2012-05-22  Andreas Jaeger  <aj@suse.de>
41049
41050         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41051         that pseudo_end is just ret and the stack pointer is correct also
41052         for static library in error case.
41053
41054 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41055
41056         [BZ #14122]
41057         * nss/nsswitch.c (defconfig_entries): New variable.
41058         (__nss_database_lookup): Don't leak defconfig entries.
41059         (nss_parse_service_list): Don't leak on error paths.
41060         (free_database_entries): New function.
41061         (free_defconfig): New function.
41062         (free_mem): Move common code to free_database_entries.
41063
41064 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41065
41066         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41067         Add arch_prctl.
41068         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41069
41070         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41071         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41072         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41073         New macro.
41074         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41075         (INTERNAL_SYSCALL_TYPES): Likewise.
41076         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41077         (LOAD_REGS_TYPES_[1-6]): Likewise.
41078         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41079         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41080
41081 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41082
41083         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41084         copysignl for GLIBC_2_0.
41085         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41086         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41087         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41088         logbl for GLIBC_2_0.
41089         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41090         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41091
41092 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41093
41094         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41095         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41096
41097         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41098         Use "neg %eax".
41099
41100         * time/mktime.c: Update copyright years.
41101
41102 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41103
41104         mktime: merge comment-quoting-style change from gnulib
41105         * time/mktime.c: Quote 'like this' in comments.
41106         The GNU coding standards suggest that we no longer quote `like this',
41107         as "`" and "'" are typically rendered asymmetrically nowadays.
41108         The typical gnulib style is to quote 'like this' when quoting
41109         code, and "like this" when quoting English.
41110
41111         * time/mktime.c (compile-command): Add "-I.".
41112
41113         mktime: merge mktime-internal.h change from gnulib
41114         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41115
41116         mktime: merge time_r change from gnulib
41117         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41118
41119         mktime: merge DEBUG change from gnulib
41120         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41121         case system <time.h> has a #define.
41122
41123         mktime: merge <sys/types.h> change from gnulib
41124         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41125         since <time.t> is now guaranteed to define time_t.
41126
41127         mktime: merge HAVE_CONFIG_H change from gnulib
41128         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41129
41130 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41131
41132         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41133         Use "neg %eax".
41134
41135         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41136         __rlim_t cast.
41137         (struct rusage): Use anonymous union to pad each field to
41138         __syscall_slong_t.
41139
41140 2012-05-21  David S. Miller  <davem@davemloft.net>
41141
41142         * Makefules (o-iterator): Remove .s cases.
41143         (compile-command.s): Delete.
41144         (COMPILE.s): Delete.
41145         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41146
41147 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41148
41149         * configure.in (libc_cv_predef_stack_protector): Only consider
41150         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41151         * configure: Regenerated.
41152
41153 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41154
41155         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41156         New macro.  Use R*LP on int and pointer.
41157         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41158         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41159         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41160         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41161
41162         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41163         [__WORDSIZE_TIME64_COMPAT32] instead of
41164         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41165         (struct utmp): Likewise.
41166         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41167         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41168         Renamed to ...
41169         (__WORDSIZE_TIME64_COMPAT32): This.
41170         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41171         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41172         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41173         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41174         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41175         (__WORDSIZE_TIME64_COMPAT32): New macro.
41176
41177 2012-05-21  Andreas Jaeger  <aj@suse.de>
41178
41179         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41180         only if [SHARED]. Add prototype for __wcschr_ia32.
41181
41182 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41183
41184         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41185         of %rbp unmolested in the jmp_buf while mangling the low bits.
41186         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41187         unmolested high bits of %rbp while demangling the low bits.
41188         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41189
41190 2012-05-21  Andreas Jaeger  <aj@suse.de>
41191
41192         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41193         * sunrpc/svc_simple.c: Use it for registerrpc.
41194         * sunrpc/xcrypt.c: Use it for passwd2des.
41195
41196         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41197
41198 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41199
41200         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41201         Don't define if [__SYSCALL_WORDSIZE != 32].
41202         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41203         New macro.
41204
41205 2012-05-21  Bruno Haible  <bruno@clisp.org>
41206             Andreas Jaeger  <aj@suse.de>
41207
41208         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41209         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41210         inptr and inend for must_buffer_ch.
41211         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41212         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41213         * stdio-common/Makefile (tests): Remove bug15.
41214         (bug15-ENV): Remove macro.
41215         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41216         anymore.
41217
41218 2012-05-19  Andreas Jaeger  <aj@suse.de>
41219             Roland McGrath  <roland@hack.frob.com>
41220
41221         * manual/contrib.texi: Completely rewritten. It contains now an
41222         alphabetical list of contributors and their contributions.
41223
41224 2012-05-21  Richard Henderson  <rth@twiddle.net>
41225
41226         * misc/getauxval.c (__getauxval): Use unsigned long int.
41227         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41228         (getauxval): Use unsigned long int.
41229
41230 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41231
41232         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41233
41234 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41235
41236         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41237         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41238         __alignof__ (long double).
41239
41240 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41241
41242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41243
41244 2012-05-20  Richard Henderson  <rth@twiddle.net>
41245
41246         * misc/getauxval.c: New file.
41247         * misc/sys/auxv.h: New file.
41248         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41249         (routines): Add getauxval.
41250         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41251         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41252         * elf/dl-sysdep.c (_dl_auxv): Remove.
41253         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41254         * elf/dl-support.c (_dl_auxv): New variable.
41255         (_dl_aux_init): Initialize it.
41256         * manual/startup.texi (Auxiliary Vector): New node.
41257         * sysdeps/generic/bits/hwcap.h: New file.
41258         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41259         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41260         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41261         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41262         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41263         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41265         Update.
41266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41268         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41269         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41270         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41271         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41273         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41274
41275 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41276
41277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41278
41279 2012-05-19  David S. Miller  <davem@davemloft.net>
41280
41281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41282
41283 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41284
41285         [BZ #14123]
41286         * math/s_ccosh.c: Include <float.h>
41287         (__ccosh): Avoid internal overflow calculating sinh and cosh
41288         values before multiplying by sin and cos values.
41289         * math/s_ccoshf.c: Likewise.
41290         * math/s_ccoshl.c: Likewise.
41291         * math/s_csin.c: Likewise.
41292         * math/s_csinf.c: Likewise.
41293         * math/s_csinl.c: Likewise.
41294         * math/s_csinh.c: Likewise.
41295         * math/s_csinhf.c: Likewise.
41296         * math/s_csinhl.c: Likewise.
41297         * math/libm-test.inc (ccos_test): Add more tests.
41298         (ccosh_test): Likewise.
41299         (csin_test): Likewise.
41300         (csinh_test): Likewise.
41301         * sysdeps/i386/fpu/libm-test-ulps: Update.
41302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41303
41304 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41305
41306         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41307         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41308
41309         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41310
41311 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41312
41313         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41314         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41315         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41316         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41317         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41318         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41319         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41320         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41321         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41322         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41323         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41324         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41325         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41326         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41327         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41328         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41329         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41330         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41331         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41332         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41333         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41334         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41335         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41336         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41337         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41338         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41339         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41340         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41341         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41342         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41343         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41344
41345 2012-05-18  Andreas Jaeger  <aj@suse.de>
41346
41347         * csu/.gitignore: Delete.
41348
41349 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41350
41351         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41352         (timex): Use __syscall_slong_t.
41353
41354 2012-05-18  Andreas Jaeger  <aj@suse.de>
41355             Carlos O'Donell  <carlos_odonell@mentor.com>
41356
41357         * manual/install.texi (Configuring and compiling): Update
41358         description about files modified in the source directory.
41359         * INSTALL: Regenerated.
41360
41361 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41362
41363         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41364         value.  Use "or" to set return value to -1.
41365         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41366         negate return value.
41367
41368 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41369
41370         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41371         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41372         failure if the compiler has Graphite support disabled.
41373         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41374         Likewise.
41375         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41376         (CFLAGS-memmove.c): Likewise.
41377         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41378         Likewise.
41379
41380 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41381
41382         * sysdeps/x86_64/x32/_itoa.h: New file.
41383
41384         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41385         getdents system call only if kernel and user dirents have the
41386         same d_ino and d_off.
41387
41388         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41389         LLONG_MAX != LONG_MAX.
41390         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41391         (_fitoa_word): Likewise.
41392
41393         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41394         years.
41395         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41396         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41397         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41398
41399         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41400         include <bits/wordsize.h>.  Check __x86_64__ instead of
41401         __WORDSIZE.
41402         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41403         if __x86_64__ is defined.  Use anonymous union on fpstate.
41404
41405         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41406         anonymous union.
41407
41408 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41409
41410         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41411         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41412         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41413         Refer to _rtld_local_ro instead of _rtld_global_ro.
41414         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41415         Likewise.
41416         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41417         Likewise.
41418         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41419         Likewise.
41420         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41421         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41422         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41423
41424         * sysdeps/powerpc/powerpc32/dl-machine.c
41425         (__elf_machine_runtime_setup) [PROF]: Don't reference
41426         _dl_prof_resolve.
41427
41428 2012-05-18  Andreas Jaeger  <aj@suse.de>
41429
41430         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41431         function only available for GCCs before 3.4 since GCC 3.4
41432         introduced a builtin.
41433         (lrint): Likewise.
41434         (llrintf): Likewise.
41435         (llrint): Likewise.
41436         (fmaxf): Likewise.
41437         (fmax): Likewise.
41438         (fminf): Likewise.
41439         (fmin): Likewise.
41440         (rint): Likewise.
41441         (rintf): Likewise.
41442         (nearbyint): Likewise.
41443         (nearbyintf): Likewise.
41444         (ceil): Likewise.
41445         (ceilf): Likewise.
41446         (floor): Likewise.
41447         (floorf): Likewise.
41448
41449 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41450
41451         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41452         on both fields and cast pointer to __syscall_ulong_t.
41453
41454         * bits/types.h (__fsword_t): New type.
41455         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41456         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41457         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41458         (__FSWORD_T_TYPE): Likewise.
41459         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41460         (__FSWORD_T_TYPE): Likewise.
41461         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41462         (__FSWORD_T_TYPE): Likewise.
41463         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41464         (__FSWORD_T_TYPE): Likewise.
41465         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41466         __SWORD_TYPE with __fsword_t.
41467         (statfs64): Likewise.
41468
41469 2012-05-17  David S. Miller  <davem@davemloft.net>
41470
41471         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41472
41473 2012-05-17  Andreas Jaeger  <aj@suse.de>
41474
41475         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41476         warning.
41477
41478 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41479
41480         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41481
41482 2012-05-17  Andreas Jaeger  <aj@suse.de>
41483
41484         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41485         when it is used.
41486
41487 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41488
41489         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41490
41491 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41492
41493         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41494         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41495
41496 2012-05-17  Andreas Jaeger  <aj@suse.de>
41497             Carlos O'Donell  <carlos_odonell@mentor.com>
41498
41499         [BZ #14059]
41500         * sysdeps/x86_64/multiarch/init-arch.h
41501         (bit_YMM_Usable): Rename to...
41502         (bit_AVX_Usable): ... this.
41503         (bit_FMA4_Usable): New macro.
41504         (bit_XMM_state): New macro.
41505         (bit_YMM_state): New macro.
41506         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41507         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41508         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41509         (CPUID_OSXSAVE): New macro.
41510         (CPUID_AVX): New macro.
41511         (CPUID_FMA4): New macro.
41512         (index_YMM_Usable): Rename to...
41513         (index_AVX_Usable): ... this.
41514         (HAS_AVX): Use HAS_ARCH_FEATURE.
41515         (HAS_FMA4): Likewise.
41516         (HAS_YMM_USABLE): Remove.
41517         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41518         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41519         are present.
41520         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41521         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41522         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41523         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41524         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41525
41526 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41527
41528         * math/libm-test.c: Support platforms without multiple rounding modes.
41529         * math/bug-nextafter.c: Support platforms without FP exceptions.
41530         * math/bug-nexttoward.c: Likewise.
41531         * math/test-fenv.c: Likewise.
41532         * math/test-misc.c: Likewise.
41533         * stdlib/bug-getcontext.c: Likewise.
41534
41535 2012-05-17  Andreas Jaeger  <aj@suse.de>
41536
41537         * manual/examples/search.c (critter_cmp): Change signature to
41538         avoid warnings.
41539         * manual/string.texi (Collation Functions): Likewise.
41540
41541 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41542
41543         * bits/types.h: Fold copyright years.
41544         * bits/typesizes.h: Likewise.
41545         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41546         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41547         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41548         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41549         * time/time.h: Likewise.
41550
41551 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41552
41553         [BZ #208]
41554         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41555         in instead of returning them.  Return void.
41556         (__libc_mallinfo): Accumulate over all arenas.
41557         (__malloc_stats): Adjust for change in int_mallinfo interface.
41558
41559 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41560
41561         [BZ #10375]
41562         * configure.in (NM): Add AC_CHECK_TOOL for it.
41563         (libc_extra_cflags): New substituted variable.
41564         Check for -fstack-protector being used implicitly.
41565         * configure: Regenerated.
41566         * config.make.in (config-extra-cflags): New variable,
41567         gets @libc_extra_cflags@.
41568         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41569
41570         [BZ #10375]
41571         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41572         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41573         * configure: Regenerated.
41574         * config.make.in (CPPUNDEFS): New substituted variable.
41575         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41576         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41577         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41578
41579 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41580
41581         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41582         (mq_attr): Use __syscall_slong_t.
41583
41584 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41585
41586         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41587         Check __x86_64__ instead of __WORDSIZE.
41588         (_STAT_VER_LINUX): Likewise.
41589         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41590         __syscall_ulong_t and __syscall_slong_t.
41591         (stat64): Likewise.
41592
41593 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41594
41595         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41596
41597 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41598
41599         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41600
41601 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41602
41603         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41604         __syscall_ulong_t.
41605
41606         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41607         include <bits/wordsize.h>.  Check __x86_64__ instead of
41608         __WORDSIZE.
41609         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41610         defined.
41611         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41612
41613         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41614         include <bits/wordsize.h>.  Check __x86_64__ instead of
41615         __WORDSIZE.
41616         (user_regs_struct): Use "__extension__ unsigned long long"
41617         instead of "unsigned long" if __x86_64__ is defined.
41618         (user): Likewise.  Pad after pointer field if __ILP32__ is
41619         defined.
41620
41621 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41622
41623         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41624         versions 5 to 9.
41625         * configure: Regenerated.
41626         * manual/install.texi (texinfo): Increase version requirement to
41627         4.5 or later.
41628         * INSTALL: Regenerated.
41629
41630         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41631
41632 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41633
41634         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41635
41636         * sysdeps/x86_64/x32/ffs.c: New file.
41637
41638         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41639         __syscall_ulong_t.
41640         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41641         defined.  Use __syscall_ulong_t.
41642         (shminfo): Use __syscall_ulong_t.
41643         (shm_info): Likewise.
41644
41645         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41646         __syscall_ulong_t.
41647
41648         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41649         <bits/wordsize.h>.
41650         (msgqnum_t): Use __syscall_ulong_t.
41651         (msglen_t): Likewise.
41652         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41653         __syscall_ulong_t.
41654
41655         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41656         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41657
41658         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41659
41660         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41661         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41662
41663         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41664         __syscall_slong_t.
41665
41666         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41667         include <bits/wordsize.h>.  Check __x86_64__ instead of
41668         __WORDSIZE.
41669
41670         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41671         "unsigned long long int" if __x86_64__ is defined.
41672         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41673
41674         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41675         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41676         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41677
41678         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41679         <stdint.h>.
41680         (GET_PC): Cast to uintptr_t first.
41681         (GET_FRAME): Likewise.
41682         (GET_STACK): Likewise.
41683
41684         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41685         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41686         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41687         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41688         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41689         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41690         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41691         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41692         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41693         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41694         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41695         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41696         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41697         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41698         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41699         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41700         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41701         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41702         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41703         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41704         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41705         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41706         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41707         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41708         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41709         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41710         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41711         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41712         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41713
41714 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41715
41716         * Makerules (+depfiles): Also collect depfiles from .oS in
41717         $(extra-objs).
41718         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41719         .oS, $(libnldbl-routines)).
41720
41721         * Makerules (native-compile-mkdep-flags): Define.
41722         * sunrpc/Makefile (extra-objs): Add $(addprefix
41723         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41724         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41725         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41726         calling $(make-target-directory).
41727
41728 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41729
41730         * bits/types.h (__snseconds_t): Removed.
41731         * time/time.h (struct timespec): Replace __snseconds_t with
41732         __syscall_slong_t.
41733         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41734         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41735         Likewise.
41736         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41737         (__SNSECONDS_T_TYPE): Likewise.
41738         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41739         (__SNSECONDS_T_TYPE): Likewise.
41740         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41741         (__SNSECONDS_T_TYPE): Likewise.
41742
41743 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41744
41745         * sysdeps/mach/hurd/bits/typesizes.h
41746         (__SYSCALL_SLONG_TYPE): New macro.
41747         (__SYSCALL_ULONG_TYPE): Likewise.
41748
41749 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41750
41751         * bits/types.h (__syscall_slong_t): New type.
41752         (__syscall_ulong_t): Likewise.
41753
41754         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41755         (__SYSCALL_ULONG_TYPE): Likewise.
41756         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41757         (__SYSCALL_SLONG_TYPE): Likewise.
41758         (__SYSCALL_ULONG_TYPE): Likewise.
41759         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41760         (__SYSCALL_SLONG_TYPE): Likewise.
41761         (__SYSCALL_ULONG_TYPE): Likewise.
41762         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41763         (__SYSCALL_SLONG_TYPE): Likewise.
41764         (__SYSCALL_ULONG_TYPE): Likewise.
41765
41766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41767
41768         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41769         Add sigaltstack-offsets.sym.
41770         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41771         <sigaltstack-offsets.h>.
41772         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
41773         longjmp_msg pointer.
41774         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
41775         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41776         signal stack.
41777         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41778
41779 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41780
41781         * elf/stackguard-macros.h: Remove file.
41782         * sysdeps/generic/stackguard-macros.h: New file.
41783         * sysdeps/i386/stackguard-macros.h: Likewise.
41784         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41785         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41786         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41787         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41788         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41789         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41790         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41791         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41792         <elf/stackguard-macros.h>.
41793
41794         [BZ #14109]
41795         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41796         __aligned__ in attribute.
41797         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41798         (gregset_t): Likewise.
41799
41800 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41801
41802         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41803         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41804         * sysdeps/x86_64/x32/Implies-after: New file.
41805
41806 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41807
41808         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41809         and access return value for _dl_profile_fixup.  Use R10_LP to
41810         load frame size.
41811
41812 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41813
41814         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41815
41816 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41817
41818         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41819         * sysdeps/x86_64/x32/sysdep.h: New file.
41820
41821 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41822
41823         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41824         * sysdeps/x86_64/setjmp.S: Likewise.
41825
41826 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41827
41828         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41829         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41830         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41831         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41832         remove unused global constant.
41833
41834 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41835
41836         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41837         include of <not-cancel.h>.
41838
41839 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41840
41841         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41842
41843 2012-05-15  Jeff Law  <law@redhat.com>
41844             Andreas Jaeger  <aj@suse.de>
41845
41846         [BZ #13594]
41847         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41848         out from...
41849         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41850         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41851         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41852         code changing __hst_map_handle.map.
41853
41854 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41855
41856         * configure.in (sysnames): Look for Implies-before and Implies-after
41857         files.
41858         * configure: Regenerated.
41859
41860 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41861
41862         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41863         8-byte data alignment with LP_SIZE alignment.
41864
41865 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41866
41867         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41868         into R10_LP.
41869
41870 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41871
41872         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41873
41874 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41875
41876         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41877         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41878         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41879         Likewise.
41880         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41881
41882 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41883
41884         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41885         (stackinfo_sub_sp): Likewise.
41886
41887 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41888
41889         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41890         RAX_LP.
41891
41892 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41893
41894         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41895         into R*_LP.
41896
41897 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41898
41899         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41900         sizes into R*_LP.
41901
41902 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41903
41904         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41905
41906 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41907
41908         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41909         into R11_LP and load __x86_64_shared_cache_size_half into
41910         R8_LP.
41911
41912 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41913
41914         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41915         R8_LP.
41916
41917 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41918
41919         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41920         logb for POWER7.
41921         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41922         logbf for POWER7.
41923         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41924         logbl for POWER7.
41925         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41926         powerpc32/power7/fpu/s_logb.c via #include.
41927         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41928         powerpc32/power7/fpu/s_logbf.c via #include.
41929         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41930         powerpc32/power7/fpu/s_logbl.c via #include.
41931
41932 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41933
41934         * README.libm: Remove file.
41935
41936 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41937
41938         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41939         count for x32.  Use R*_LP and omit operand-size suffix.
41940
41941 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41942
41943         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41944         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41945         * sysdeps/x86_64/x32/shlib-versions: New file.
41946
41947 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41948
41949         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41950         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41951         Use _dl_fatal_printf instead.
41952
41953 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41954
41955         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41956         set if not set by the user.  Do not allow for being unset.
41957         * sysdeps/unix/sysv/linux/configure: Regenerated.
41958
41959 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41960
41961         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41962         the `q' suffix from lea and replace .quad with ASM_ADDR.
41963
41964 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41965
41966         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41967         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41968         instead of $17.
41969         (PTR_DEMANGLE): Likewise.
41970
41971 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41972
41973         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41974         (LP_OP): Likewise.
41975         (ASM_ADDR): Likewise.
41976         (RAX_LP): Likewise.
41977         (RBP_LP): Likewise.
41978         (RBX_LP): Likewise.
41979         (RCX_LP): Likewise.
41980         (RDI_LP): Likewise.
41981         (RSI_LP): Likewise.
41982         (RSP_LP): Likewise.
41983         (R8_LP): Likewise.
41984         (R9_LP): Likewise.
41985         (R10_LP): Likewise.
41986         (R10_LP): Likewise.
41987         (R11_LP): Likewise.
41988         (R12_LP): Likewise.
41989         (R13_LP): Likewise.
41990         (R14_LP): Likewise.
41991         (R15_LP): Likewise.
41992
41993 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41994
41995         * sysdeps/x86_64/x32/dl-machine.h: New file.
41996
41997 2012-05-14  Andreas Jaeger  <aj@suse.de>
41998
41999         * manual/Makefile (subdir): Remove export of subdir.
42000         (all): Remove target.
42001         (.PHONY): Remove all from list.
42002         (mkinstalldirs): Remove.
42003         (.PHONY): Remove installdirs from list.
42004         ($(inst_infodir)/libc.info): Use make-target-directory.
42005         (installdirs): Remove.
42006         (subdir_%): Remove.
42007         (glibc-targets): Remove.
42008         (lib): Remove.
42009         (stubs): Remove.
42010         ($(objpfx)stubs ../po/manual.pot): Remove.
42011         ($(objpfx)stamp%): Remove.
42012         (make-target-directory): Remove.
42013         (subdir_install): Remove.
42014         (routines): Remove.
42015         (aux): Remove.
42016         (sources): Remove.
42017         (objects): Remove.
42018         (headers): Remove.
42019
42020         [BZ #13750]
42021         * manual/.gitignore: Remove, it's not needed anymore.
42022         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42023         all files in it.
42024         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42025         directory.
42026         (texis): Renamed to $(objpfx)texis.
42027         (texis-path): New, contains path to generated files.
42028         (chapters.%): Use texis-path for complete path, add extra argument
42029         libc-texinfo.sh.
42030         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42031         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42032         (summary,texi, stamp-summary): Use complete path of
42033         files. Generate files in build dir.
42034         (dir-add.texi): Build in build dir.
42035         (libm-err.texi,stamp-libm-err): Likewise.
42036         (version.texi, stamp-version): Likewise.
42037         (.%c.texi): Likewise.
42038         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42039         (mostlyclean): Remove target.
42040         (realclean): Remove target.
42041         (generated): Add new variable with contents from mostlyclean and
42042         realclean, remove entries duplicated in common-mostlyclean, add
42043         stamp-libm-err and stamp-version.
42044         (generated-dirs): Add libc directory.
42045         ($(inst_infodir)/libc.info): Install files from build dir.
42046
42047         * manual/install.texi (Configuring and compiling): Adjust since
42048         the info files are not part of the tar ball anymore.
42049
42050 2012-05-14  Andreas Jaeger  <aj@suse.de>
42051
42052         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42053         variable.
42054
42055 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42056
42057         [BZ #13717]
42058         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42059         to 2.2.0 where earlier.
42060         * sysdeps/unix/sysv/linux/configure: Regenerated.
42061         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42062         Remove conditional code.
42063         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42064         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42065         Remove conditional code.
42066         [!__NR_lchown]: Likewise.
42067         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42068         [__NR_lchown]: Likewise.
42069         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42070         comment referencing __ASSUME_LCHOWN_SYSCALL.
42071         * sysdeps/unix/sysv/linux/i386/sigaction.c
42072         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42073         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42074         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42075         Remove conditional code.
42076         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42077         (__protocol_available): Remove #if 0 code.
42078         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42079         conditional code.
42080         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42081         * sysdeps/unix/sysv/linux/kernel-features.h
42082         (__ASSUME_GETCWD_SYSCALL): Don't define.
42083         (__ASSUME_REALTIME_SIGNALS): Likewise.
42084         (__ASSUME_PREAD_SYSCALL): Likewise.
42085         (__ASSUME_PWRITE_SYSCALL): Likewise.
42086         (__ASSUME_POLL_SYSCALL): Likewise.
42087         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42088         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42089         non-SPARC.
42090         (__ASSUME_SIOCGIFNAME): Don't define.
42091         (__ASSUME_MSG_NOSIGNAL): Likewise.
42092         (__ASSUME_SENDFILE): Define unconditionally.
42093         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42094         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42095         conditional code.
42096         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42097         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42098         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42099         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42100         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42101         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42102         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42104         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42105         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42107         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42108         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42110         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42111         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42113         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42114         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42116         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42117         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42119         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42120         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42122         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42123         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42125         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42126         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42127         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42128         Remove conditional code.
42129         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42130         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42131         Remove conditional code.
42132         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42133         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42134         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42135         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42136         Remove conditional code.
42137         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42138         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42139         Remove conditional code.
42140         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42141         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42142         Remove conditional code.
42143         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42144         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42145         Remove conditional code.
42146         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42147         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42148         Remove conditional code.
42149         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42150         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42151         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42152         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42153         * sysdeps/unix/sysv/linux/sigaction.c
42154         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42155         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42156         * sysdeps/unix/sysv/linux/sigpending.c
42157         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42158         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42159         * sysdeps/unix/sysv/linux/sigprocmask.c
42160         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42161         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42162         * sysdeps/unix/sysv/linux/sigsuspend.c
42163         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42164         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42165         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42166         (__libc_missing_rt_sigs): Remove.
42167         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42168         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42169         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42170         Remove conditional code.
42171         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42172         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42173         return 1.
42174         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42175         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42176         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42177         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42178
42179 2012-05-14  Andreas Jaeger  <aj@suse.de>
42180
42181         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42182         it's not used in glibc.
42183         (__coshm1): Likewise.
42184         (__acosh1p): Likewise.
42185         (__sgn): Likewise.
42186
42187         * manual/string.texi (Copying and Concatenation): Add missing
42188         variable in concat example.
42189         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42190
42191 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42192
42193         [BZ #14103]
42194         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42195         __builtin_clzl with __builtin_clzll.
42196
42197 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42198
42199         [BZ #14104]
42200         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42201         libc_freeres_ptr.
42202
42203 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42204
42205         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42206         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42207         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42208         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42209
42210 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42211
42212         * NEWS: Update ia64 info.
42213
42214 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42215
42216         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42217         used as bcopy.
42218
42219 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42220
42221         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42222         * sysdeps/unix/syscalls.list (dup3): Likewise.
42223         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42224         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42225
42226 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42227
42228         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42229         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42230
42231 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42232
42233         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42234         thread pointer.
42235         (TLS_IE): Use mov/add instead of movq/addq to load thread
42236         pointer.
42237         (TLS_GD_PREFIX): New.
42238         (TLS_GD): Use it.
42239
42240 2012-05-11  David S. Miller  <davem@davemloft.net>
42241
42242         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42243         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42244         (_FPU_SETCW): Likewise.
42245
42246 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42247
42248         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42249         is 32-byte aligned.
42250
42251 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42252
42253         [BZ #11837]
42254         * iconvdata/gb18030.c: Update tables.
42255         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42256         characters specially.
42257         (BODY for TO_LOOP): Add encoding of missing ranges.
42258
42259 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42260
42261         [BZ #13673]
42262         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42263         * sysdeps/mach/hurd/dup3.c: Likewise.
42264         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42265         * sysdeps/powerpc/memmove.c:: Likewise.
42266
42267 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42268
42269         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42270         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42271
42272 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42273
42274         * elf/elf.h (R_X86_64_RELATIVE64): New.
42275         (R_X86_64_NUM): Updated.
42276         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42277         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42278         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42279         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42280         tst-quad1pie tst-quad2pie
42281         (modules-names): Add tst-quadmod1 tst-quadmod2.
42282         ($(objpfx)tst-quad1): New dependency.
42283         ($(objpfx)tst-quad2): Likewise.
42284         ($(objpfx)tst-quad1pie): Likewise.
42285         ($(objpfx)tst-quad2pie): Likewise.
42286         * sysdeps/x86_64/tst-quad1.c: New file.
42287         * sysdeps/x86_64/tst-quad1pie.c: New file.
42288         * sysdeps/x86_64/tst-quad2.c: Likewise.
42289         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42290         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42291         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42292         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42293         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42294
42295 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42296
42297         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42298         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42299         * streams/stropts.h (t_scalar_t): Define type.
42300
42301         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42302         (_PATH_PRESERVE): Set to "/var/lib".
42303         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42304
42305         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42306         instead of int.
42307
42308         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42309         if __dir_mkfile succeeded.
42310
42311         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42312         checking for _hurd_dtablesize.  Unlock it right after having
42313         finished _hurd_dtable allocation.
42314
42315 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42316
42317         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42318         * sysdeps/mach/hurd/configure: Regenerated.
42319         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42320         special-casing to...
42321         * sysdeps/gnu/configure.in: ... this new file.
42322         * sysdeps/unix/sysv/linux/configure: Regenerated.
42323         * sysdeps/gnu/configure: New generated file.
42324
42325         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42326         for Linux: use nsec instead of usec, as well as:
42327         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42328         members of type struct timespec.
42329         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42330         New macros.
42331         (struct stat64): Likewise.
42332         (_STATBUF_ST_NSEC): New macro.
42333         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42334
42335         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42336         __strtoul_internal rather than strtoul.
42337
42338 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42339
42340         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42341         and reject them.
42342
42343 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42344
42345         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42346         which preserves existing values.
42347         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42348
42349 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42350
42351         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42352         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42353         greater than FD_SETSIZE.
42354
42355 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42356
42357         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42358         allocated, call __vm_protect to finish enabling the existing space, and
42359         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42360         allocate the remainder.
42361
42362 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42363
42364         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42365         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42366
42367 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42368
42369         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42370         sysdeps/mach/hurd/readlink.c.
42371
42372         * posix/tst-sysconf.c (posix_options): Only use
42373         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42374         _POSIX_SYNCHRONIZED_IO when they are defined
42375         * sysdeps/mach/hurd/bits/posix_opt.h:
42376         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42377         (_XOPEN_REALTIME): Undefine macro.
42378         (_XOPEN_REALTIME_THREADS): Undefine macro.
42379         (_XOPEN_SHM): Undefine macro.
42380         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42381         macro to -1.
42382         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42383         macro to -1.
42384         (_POSIX_ASYNC_IO): Undefine macro.
42385         (_POSIX_PRIORITIZED_IO): Undefine macro.
42386         (_POSIX_SPIN_LOCKS): Define macro to -1.
42387
42388         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42389         SA_NODEFER, SA_RESETHAND.
42390         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42391         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42392         F_DUPFD_CLOEXEC.
42393
42394 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42395
42396         * elf/Makefile (pldd-modules): Define unconditionally.
42397
42398 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42399
42400         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42401
42402 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42403
42404         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42405         Return ENOENT when name is empty.
42406         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42407
42408 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42409
42410         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42411
42412         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42413
42414 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42415
42416         Fix mlock in all cases except non-readable pages.
42417         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42418         instead of VM_PROT_ALL as parameter to __vm_wire function.
42419
42420         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42421         (__mkdir): When path is `/', just fail with EEXIST.
42422         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42423
42424 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42425
42426         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42427         <sys/uio.h> (for writev).
42428         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42429         and <sys/param.h> (for MIN).
42430
42431 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42432
42433         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42434         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42435         if interrupted.
42436
42437 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42438
42439         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42440         Depend on against $(link-rpcuserlibs).
42441
42442 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42443
42444         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42445         (__libc_stack_end): Do not use attribute_relro.
42446         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42447         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42448         to libthread-provided value.
42449         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42450         attribute_relro.
42451
42452 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42453
42454         [BZ #3748]
42455         * bits/libc-lock.h (__libc_once_get): New macro.
42456         * sysdeps/mach/bits/libc-lock.h: Likewise.
42457         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42458         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42459         instead of using implementation details.
42460
42461         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42462         * libio/freopen.c: Likewise.
42463         * libio/freopen64.c: Likewise.
42464         * misc/syslog.c: Likewise.
42465         * nscd/connections.c: Likewise.
42466         * nscd/netgroupcache.c: Likewise.
42467         * sysdeps/posix/getcwd.c: Likewise.
42468
42469 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42470
42471         * math/w_ilogbf.c: Add #include <limits.h>.
42472
42473 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42474
42475         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42476         path instead of returning without unlocking.
42477
42478         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42479         immediate-write ioctls.
42480         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42481
42482 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42483
42484         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42485         __builtin_frame_address instead of making assumptions about the
42486         location of the return address relative to DATA.  Force early load of
42487         the return address.
42488         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42489         __builtin_frame_address.
42490
42491         dup3 for GNU Hurd.
42492         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42493         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42494         implement dup3 and do some further code clean-ups.
42495         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42496         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42497
42498 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42499
42500         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42501
42502         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42503         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42504         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42505         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42506         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42507         d->port.lock.
42508
42509         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42510         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42511         when handler == SIG_ERR, not when handler != SIG_ERR.
42512
42513 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42514
42515         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42516         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42517         definitions.
42518
42519         accept4 for GNU Hurd.
42520         * include/sys/socket.h (__libc_accept4): New prototype.
42521         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42522         to implement __libc_accept4.
42523         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42524         __libc_accept4.
42525         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42526
42527         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42528         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42529         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42530         signal-defines.sym.
42531
42532 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42533
42534         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42535
42536 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42537
42538         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42539         assertion on O_CLOEXEC flag.
42540         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42541         * hurd/intern-fd.c: Likewise.
42542         * hurd/port2fd.c: Likewise.
42543
42544 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42545
42546         [BZ #3906]
42547         * bits/in.h (IPV6_PKTINFO): Define new macro.
42548         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42549
42550 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42551
42552         [BZ #13954]
42553         [BZ #13955]
42554         [BZ #13956]
42555         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42556         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42557         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42558         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42559         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42560         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42561         * math/libm-test.inc (logb_test) : Additional logb tests.
42562
42563 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42564             Andreas Jaeger  <aj@suse.de>
42565
42566         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42567         * configure: Regenerated.
42568         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42569         * config.make.in (link-obsolete-rpc): New substituted variable.
42570         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42571         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42572         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42573         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42574         so that libc.a contains the symbols.
42575         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42576         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42577         * sunrpc/auth_none.c: Likewise.
42578         * sunrpc/auth_unix.c: Likewise.
42579         * sunrpc/authdes_prot.c: Likewise.
42580         * sunrpc/authuxprot.c: Likewise.
42581         * sunrpc/clnt_gen.c: Likewise.
42582         * sunrpc/clnt_perr.c: Likewise.
42583         * sunrpc/clnt_raw.c: Likewise.
42584         * sunrpc/clnt_simp.c: Likewise.
42585         * sunrpc/clnt_tcp.c: Likewise.
42586         * sunrpc/clnt_udp.c: Likewise.
42587         * sunrpc/clnt_unix.c: Likewise.
42588         * sunrpc/des_crypt.c: Likewise.
42589         * sunrpc/des_soft.c: Likewise.
42590         * sunrpc/get_myaddr.c: Likewise.
42591         * sunrpc/key_call.c: Likewise.
42592         * sunrpc/key_prot.c: Likewise.
42593         * sunrpc/netname.c: Likewise.
42594         * sunrpc/pm_getmaps.c: Likewise.
42595         * sunrpc/pm_getport.c: Likewise.
42596         * sunrpc/pmap_clnt.c: Likewise.
42597         * sunrpc/pmap_prot.c: Likewise.
42598         * sunrpc/pmap_prot2.c: Likewise.
42599         * sunrpc/pmap_rmt.c: Likewise.
42600         * sunrpc/publickey.c: Likewise.
42601         * sunrpc/rpc_cmsg.c: Likewise.
42602         * sunrpc/rpc_common.c: Likewise.
42603         * sunrpc/rpc_dtable.c: Likewise.
42604         * sunrpc/rpc_prot.c: Likewise.
42605         * sunrpc/rpc_thread.c: Likewise.
42606         * sunrpc/rtime.c: Likewise.
42607         * sunrpc/svc.c: Likewise.
42608         * sunrpc/svc_auth.c: Likewise.
42609         * sunrpc/svc_raw.c: Likewise.
42610         * sunrpc/svc_run.c: Likewise.
42611         * sunrpc/svc_tcp.c: Likewise.
42612         * sunrpc/svc_udp.c: Likewise.
42613         * sunrpc/svc_unix.c: Likewise.
42614         * sunrpc/svcauth_des.c: Likewise.
42615         * sunrpc/xcrypt.c: Likewise.
42616         * sunrpc/xdr.c: Likewise.
42617         * sunrpc/xdr_array.c: Likewise.
42618         * sunrpc/xdr_float.c: Likewise.
42619         * sunrpc/xdr_intXX_t.c: Likewise.
42620         * sunrpc/xdr_mem.c: Likewise.
42621         * sunrpc/xdr_rec.c: Likewise.
42622         * sunrpc/xdr_ref.c: Likewise.
42623         * sunrpc/xdr_sizeof.c: Likewise.
42624         * sunrpc/xdr_stdio.c: Likewise.
42625
42626 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42627
42628         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42629         change.  Update copyright years.
42630
42631 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42632
42633         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42634
42635 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42636             Joseph Myers  <joseph@codesourcery.com>
42637             Paul Pluzhnikov  <ppluzhnikov@google.com>
42638
42639         [BZ #14012]
42640         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42641         requiring rpcgen.
42642         [cross-compiling] (extra-libs): Likewise.
42643         [cross-compiling] (extra-libs-others): Likewise.
42644         [cross-compiling] (librpcsvc-routines): Likewise.
42645         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42646         [cross-compiling] (omit-deps): Likewise.
42647         (sunrpc-CPPFLAGS): New variable.
42648         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42649         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42650         (cross-rpcgen-objs): New variable.
42651         (extra-objs): Append $(cross-rpcgen-objs).
42652         ($(cross-rpcgen-objs)): New rule.
42653         ($(objpfx)cross-rpcgen): Likewise.
42654         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42655         comment.
42656         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42657         ($(objpfx)x%.stmp): Likewise.
42658         * sunrpc/proto.h [IS_IN_build] (_): Define.
42659         [IS_IN_build] (_libc_intl_domainname): Likewise.
42660
42661 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42662
42663         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42664         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42665         and R_X86_64_TPOFF64.
42666
42667 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42668
42669         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42670         sysdeps/unix/sysv/syscalls.list.
42671         (stime): Likewise.
42672         (utime): Likewise.
42673         * sysdeps/unix/sysv/syscalls.list: Remove file.
42674
42675 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42676
42677         [BZ #3440]
42678         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42679         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42680         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42681         (__LC_IDENTIFICATION): Make these macros useful in #if
42682         expressions, as required by C99.
42683
42684 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42685
42686         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42687         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42688         after this.
42689
42690 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42691
42692         * stdlib/longlong.h: Updated from GCC.
42693
42694 2012-05-09  Andreas Jaeger  <aj@suse.de>
42695
42696         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42697         default is first entry.
42698         (run_mode): Set type.
42699         (main): Remove informal message about syslog.
42700         (options): Fix typo.
42701
42702         [BZ #14053]
42703         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42704         to asm.
42705         (lrint): Likewise.
42706         (llrintf): Likewise.
42707         (llrint): Likewise.
42708         (rint): Likewise.
42709         (rintf): Likewise.
42710         (nearbyint): Likewise.
42711         (nearbyintf): Likewise.
42712
42713 2012-05-09  Andreas Jaeger  <aj@suse.de>
42714             Pedro Alves  <palves@redhat.com>
42715
42716         * nscd/nscd.c (run_mode): Use enum.
42717         (main): Cleanup coding style issue.
42718
42719 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42720             Andreas Jaeger  <aj@suse.de>
42721
42722         * nscd/nscd.c (go_background): Replaced with...
42723         (run_mode): ... this.
42724         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42725         (options): Add -F --foreground.
42726         (main): Implement it.
42727         (parse_opt): Parse it.
42728
42729 2012-05-09  Andreas Jaeger  <aj@suse.de>
42730
42731         [BZ #14083]
42732         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42733         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42734         -Wconversion warning.
42735         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42736         Likewise.
42737
42738 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
42739
42740         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
42741         == 0.
42742         (LC_ALL): Use macro-int-constant.
42743         (LC_COLLATE): Likewise.
42744         (LC_CTYPE): Likewise.
42745         (LC_MESSAGES): Likewise.
42746         (LC_MONETARY): Likewise.
42747         (LC_NUMERIC): Likewise.
42748         (LC_TIME): Likewise.
42749         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42750         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42751         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42752         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42753         Specify type.
42754         [C99-based standards] (float_t): Expect type.
42755         [C99-based standards] (double_t): Expect type.
42756         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
42757         type.
42758         [C99-based standards] (HUGE_VALL): Likewise.
42759         [C99-based standards] (INFINITY): Likewise.
42760         [C99-based standards] (NAN): Likewise.
42761         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42762         [C99-based standards] (FP_NAN): Likewise.
42763         [C99-based standards] (FP_NORMAL): Likewise.
42764         [C99-based standards] (FP_SUBNORMAL): Likewise.
42765         [C99-based standards] (FP_ZERO): Likewise.
42766         [C99-based standards] (FP_FAST_FMA): Use
42767         optional-macro-int-constant.  Specify type.  Require == 1.
42768         [C99-based standards] (FP_FAST_FMAF): Likewise.
42769         [C99-based standards] (FP_FAST_FMAL): Likewise.
42770         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42771         [C99-based standards] (FP_ILOGBNAN): Likewise.
42772         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42773         Specify type.
42774         [C99-based standards] (MATH_ERREXCEPT): Likewise.
42775         [C99-based standards] (math_errhandling): Specify type.
42776         [ISO99 || ISO11] (signgam): Do not allow.
42777         [non-C99-based standards] (copysignf): Do not allow.
42778         [non-C99-based standards] (exp2f): Likewise.
42779         [non-C99-based standards] (log2f): Likewise.
42780         [non-C99-based standards] (modff): Allow.
42781         [non-C99-based standards] (erff): Do not allow.
42782         [non-C99-based standards] (erfcf): Likewise.
42783         [non-C99-based standards] (gammaf): Likewise.
42784         [non-C99-based standards] (hypotf): Likewise.
42785         [non-C99-based standards] (j0f): Likewise.
42786         [non-C99-based standards] (j1f): Likewise.
42787         [non-C99-based standards] (jnf): Likewise.
42788         [non-C99-based standards] (lgammaf): Likewise.
42789         [non-C99-based standards] (tgammaf): Likewise.
42790         [non-C99-based standards] (y0f): Likewise.
42791         [non-C99-based standards] (y1f): Likewise.
42792         [non-C99-based standards] (ynf): Likewise.
42793         [non-C99-based standards] (isnanf): Likewise.
42794         [non-C99-based standards] (acoshf): Likewise.
42795         [non-C99-based standards] (asinhf): Likewise.
42796         [non-C99-based standards] (atanhf): Likewise.
42797         [non-C99-based standards] (cbrtf): Likewise.
42798         [non-C99-based standards] (expm1f): Likewise.
42799         [non-C99-based standards] (ilogbf): Likewise.
42800         [non-C99-based standards] (log1pf): Likewise.
42801         [non-C99-based standards] (logbf): Likewise.
42802         [non-C99-based standards] (nextafterf): Likewise.
42803         [non-C99-based standards] (remainderf): Likewise.
42804         [non-C99-based standards] (rintf): Likewise.
42805         [non-C99-based standards] (scalbf): Likewise.
42806         [non-C99-based standards] (copysignl): Likewise.
42807         [non-C99-based standards] (exp2l): Likewise.
42808         [non-C99-based standards] (log2l): Likewise.
42809         [non-C99-based standards] (modfl): Allow.
42810         [non-C99-based standards] (erfl): Do not allow.
42811         [non-C99-based standards] (erfcl): Likewise.
42812         [non-C99-based standards] (gammal): Likewise.
42813         [non-C99-based standards] (hypotl): Likewise.
42814         [non-C99-based standards] (j0l): Likewise.
42815         [non-C99-based standards] (j1l): Likewise.
42816         [non-C99-based standards] (jnl): Likewise.
42817         [non-C99-based standards] (lgammal): Likewise.
42818         [non-C99-based standards] (tgammal): Likewise.
42819         [non-C99-based standards] (y0l): Likewise.
42820         [non-C99-based standards] (y1l): Likewise.
42821         [non-C99-based standards] (ynl): Likewise.
42822         [non-C99-based standards] (isnanl): Likewise.
42823         [non-C99-based standards] (acoshl): Likewise.
42824         [non-C99-based standards] (asinhl): Likewise.
42825         [non-C99-based standards] (atanhl): Likewise.
42826         [non-C99-based standards] (cbrtl): Likewise.
42827         [non-C99-based standards] (expm1l): Likewise.
42828         [non-C99-based standards] (ilogbl): Likewise.
42829         [non-C99-based standards] (log1pl): Likewise.
42830         [non-C99-based standards] (logbl): Likewise.
42831         [non-C99-based standards] (nextafterl): Likewise.
42832         [non-C99-based standards] (remainderl): Likewise.
42833         [non-C99-based standards] (rintl): Likewise.
42834         [non-C99-based standards] (scalbl): Likewise.
42835         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42836         [non-C99-based standards] (FP_*): Do not allow.
42837         [C99-based standards] (FP_*): Change to
42838         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42839         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42840         allow.
42841         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42842         (SIG_ERR): Likewise.
42843         [X/Open-based standards] (SIG_HOLD): Likewise.
42844         (SIG_IGN): Likewise.
42845         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42846         positive value.
42847         (SIGFPE): Likewise.
42848         (SIGILL): Likewise.
42849         (SIGINT): Likewise.
42850         (SIGSEGV): Likewise.
42851         (SIGTER): Likewise.
42852         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42853         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42854         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42855         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42856         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42857         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42858         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42859         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42860         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42861         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42862         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42863         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42864         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42865         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42866         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42867         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42868         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42869         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42870         [X/Open-based standards] (SIGTRAP): Likewise.
42871         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42872         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42873         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42874         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42875         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42876         allow.
42877
42878 2012-05-08  Ian Wienand  <ianw@vmware.com>
42879
42880         [BZ #14080]
42881         * time/tzset.c (__tzset_parse_tz): Update default rules for
42882         daylight time changes in the Energy Policy Act of 2005.
42883
42884 2012-05-09  Andreas Jaeger  <aj@suse.de>
42885
42886         [BZ #13983]
42887         * elf/ldconfig.c (parse_conf): Change string to make clear that
42888         ldconfig only issued a warning if ld.so.conf does not exist.
42889
42890 2012-05-08  David S. Miller  <davem@davemloft.net>
42891
42892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42893         movxtod instead of popping the value on the stack.
42894
42895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42896
42897 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42898
42899         * config.h.in: Add HAVE_ARM_PCS_VFP.
42900
42901 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42902
42903         [BZ #13979]
42904         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42905         checking but the checks are disabled for any reason.
42906
42907 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42908
42909         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42910         and ELF64_R_TYPE with ELFW(R_TYPE).
42911
42912 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42913
42914         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42915         (ulimit): Likewise.
42916
42917         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42918         (settimeofday): Likewise.
42919
42920 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42921
42922         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42923         a struct th_u2 inside the union, and move tu_block/tu_code into
42924         a new th_u3 union of tu_block/tu_code inside of that.  Move
42925         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42926         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42927         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42928         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42929         (th_stuff): Change to th_u1.tu_stuff.
42930         (th_data): Define.
42931         (th_msg): Change to th_u1.th_u2.tu_data.
42932
42933 2012-05-07  David S. Miller  <davem@davemloft.net>
42934
42935         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42936
42937         [BZ #14074]
42938         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42939         (SETUP_PIC_REG): Use it.
42940         (SETUP_PIC_REG_LEAF): Use it.
42941
42942 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42943
42944         [BZ #13885]
42945         [BZ #13923]
42946         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42947         USE_AS_EXPM1L.
42948         (EXPL_FINITE): Likewise.
42949         (FLDLOG): Likewise.
42950         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42951         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42952         e_expl.S.
42953         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42954         USE_AS_EXPM1L.
42955         (EXPL_FINITE): Likewise.
42956         (FLDLOG): Likewise.
42957         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42958         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42959         e_expl.S.
42960         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42961         test of -max_value argument for long double.
42962         * sysdeps/i386/fpu/libm-test-ulps: Update.
42963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42964
42965 2012-05-06  David S. Miller  <davem@davemloft.net>
42966
42967         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42968         quad soft-float symbols whose references which are compiler
42969         generated.
42970         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42971
42972 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42973
42974         [BZ #13884]
42975         [BZ #13914]
42976         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42977         USE_AS_EXP10L.
42978         (EXPL_FINITE): Likewise.
42979         (FLDLOG): Likewise.
42980         (c0): Likewise.
42981         (c1): Likewise.
42982         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42983         Adjust comments for base varying.
42984         (__expl_finite): Change alias to EXPL_FINITE.
42985         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42986         e_expl.S.
42987         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42988         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42989         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42990         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42991         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42992         USE_AS_EXP10L.
42993         (EXPL_FINITE): Likewise.
42994         (FLDLOG): Likewise.
42995         (c0): Likewise.
42996         (c1): Likewise.
42997         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42998         Adjust comments for base varying.
42999         (__expl_finite): Change alias to EXPL_FINITE.
43000         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43001         tests for bugs.
43002         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43003
43004         [BZ #14064]
43005         * math/libm-test.inc (check_float_internal): Correct ulp
43006         calculation for subnormal expected results.
43007
43008 2012-05-06  Andreas Jaeger  <aj@suse.de>
43009
43010         * Makeconfig (+math-flags): New, set to -frounding-math.
43011         (+cflags): Add +math-flags so that all of glibc gets compiled with
43012         it.
43013
43014         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43015
43016 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43017
43018         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43019         Disable one test.
43020
43021         [BZ #13787]
43022         [BZ #13922]
43023         [BZ #14036]
43024         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43025         (__ieee754_expl): Allow for and saturate large arguments.
43026         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43027         (u_threshold): Likewise.
43028         (__exp): Call __ieee754_exp before checking for overflow and
43029         underflow.
43030         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43031         (u_threshold): Likewise.
43032         (__expf): Call __ieee754_expf before checking for overflow and
43033         underflow.
43034         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43035         (u_threshold): Likewise.
43036         (__expl): Call __ieee754_expl before checking for overflow and
43037         underflow.
43038         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43039         (__ieee754_expl): Allow for and saturate large arguments.
43040         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43041         missing overflow exception on overflow.
43042         (expm1_test): Do not allow missing overflow exception on overflow.
43043
43044         * sysdeps/i386/fpu/e_expl.c: Move to ...
43045         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43046         rather than using inline asm.
43047         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43048         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43049         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43050
43051         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43052         (nice): Likewise.
43053         (poll): Likewise.
43054         (signal): Likewise.
43055         (time): Likewise.
43056         (times): Likewise.
43057
43058 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43059
43060         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43061         sysdeps/unix/common/syscalls.list.
43062         (fchmod): Likewise.
43063         (fchown): Likewise.
43064         (ftruncate): Likewise.
43065         (getrusage): Likewise.
43066         (gettimeofday): Likewise.
43067         (setpgid): Likewise.
43068         (setregid): Likewise.
43069         (setreuid): Likewise.
43070         (sigaction): Likewise.
43071         (truncate): Likewise.
43072         (vhangup): Likewise.
43073         * sysdeps/unix/common/syscalls.list: Remove file.
43074         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43075         * sysdeps/unix/sysv/linux/Implies: Likewise.
43076
43077 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43078
43079         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43081         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43082         Moved to ...
43083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43084         Here.
43085         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43086         to ...
43087         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43088         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43089         to ...
43090         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43091         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43092         to ...
43093         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43094         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43095         to ...
43096         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43097         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43098         to ...
43099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43100         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43101         to ...
43102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43103         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43104         to ...
43105         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43106         Here.
43107         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43108         to ...
43109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43110         Here.
43111         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43112         to ...
43113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43114         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43115         Moved to ...
43116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43117         Here.
43118         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43119         to ...
43120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43121
43122 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43123
43124         * sysdeps/unix/common/bits/dirent.h: Remove file.
43125         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43126
43127         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43128         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43129         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43130         * sysdeps/unix/bsd/isatty.c: Likewise.
43131         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43132         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43133         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43134
43135 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43136
43137         [BZ #13563]
43138         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43139         long double comparison inaccuracies.
43140         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43141         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43142
43143 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43144
43145         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43146         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43147
43148 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43149
43150         [BZ #14049]
43151         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43152         nonzero digits before rounding a hex value.
43153         * stdlib/tst-strtod.c (tests): Add another test.
43154
43155 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43156
43157         * sysdeps/s390/fpu/libm-test-ulps: Update.
43158
43159 2012-05-03  Andreas Jaeger  <aj@suse.de>
43160
43161         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43162         does not get optimized out.
43163         (malloc_opt_barrier): New.
43164
43165 2012-05-03  Andreas Jaeger  <aj@suse.de>
43166             Roland McGrath  <roland@hack.frob.com>
43167
43168         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43169         intermediate file deletion.
43170         (generated): Add .symlist files.
43171
43172 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43173
43174         [BZ #13775]
43175         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43176         Redirect under this condition.
43177         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43178         [__USE_GNU] (__dprintf_chk): Not under this condition.
43179         [__USE_GNU] (__vdprintf_chk): Likewise.
43180         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43181         under this condition.
43182         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43183         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43184         [__USE_XOPEN2K8] (vdprintf): Likewise.
43185         [__USE_GNU] (__dprintf_chk): Not under this condition.
43186         [__USE_GNU] (__vdprintf_chk): Likewise.
43187         [__USE_GNU] (dprintf): Likewise.
43188         [__USE_GNU] (vdprintf): Likewise.
43189
43190 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43191
43192         * elf/Makefile (common-generated): Set this instead of generated for
43193         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43194         $(all-built-dso)-derived lists.
43195
43196 2012-05-03  Andreas Jaeger  <aj@suse.de>
43197
43198         * sysdeps/i386/fpu/libm-test-ulps: Update.
43199
43200         * FAQ: Removed.
43201         * FAQ.in: Likewise.
43202         * scripts/gen-FAQ.pl: Likewise.
43203         * manual/install.texi (Installation): Point to online location of
43204         FAQ.
43205         * Makefile (files-for-dist): Remove FAQ.
43206         (FAQ): Remove.
43207
43208 2012-05-02  Allan McRae  <allan@archlinux.org>
43209
43210         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43211         (LDFLAGS-reldepmod5.so): Likewise.
43212         (LDFLAGS-reldep6mod1.so): Likewise.
43213         (LDFLAGS-reldep6mod4.so): Likewise.
43214         (LDFLAGS-reldep8mod3.so): Likewise.
43215         (LDFLAGS-unload4mod1.so): Likewise.
43216         (LDFLAGS-unload4mod2.so): Likewise.
43217         (LDFLAGS-tst-initorder): Likewise.
43218         (LDFLAGS-tst-initordera2.so): Likewise.
43219         (LDFLAGS-tst-initordera3.so): Likewise.
43220         (LDFLAGS-tst-initordera4.so): Likewise.
43221         (LDFLAGS-tst-initorderb2.so): Likewise.
43222         (LDFLAGS-noload): Likewise.
43223         (LDFLAGS-next): Likewise.
43224         (LDFLAGS-order2mod1.so): Likewise.
43225         (LDFLAGS-order2mod2.so): Likewise.
43226         (LDFLAGS-tst-initorder2): Likewise.
43227         (LDFLAGS-tst-initorder2a.so): Likewise.
43228         (LDFLAGS-tst-initorder2b.so): Likewise.
43229         (LDFLAGS-tst-initorder2c.so): Likewise.
43230         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43231
43232 2012-05-02  David S. Miller  <davem@davemloft.net>
43233
43234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43235
43236 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43237
43238         [BZ #14055]
43239         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43240
43241 2012-05-02  Andreas Jaeger  <aj@suse.de>
43242
43243         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43244         since we manipulate rounding mode.
43245         (CPPFLAGS-test-idouble.c): Likewise.
43246         (CPPFLAGS-test-ifloat.c): Likewise.
43247         (CFLAGS-test-ldouble.c): Likewise.
43248         (CFLAGS-test-double.c): Likewise.
43249         (CFLAGS-test-float.c): Likewise.
43250         (CFLAGS-test-misc.c): Likewise.
43251         (CFLAGS-test-test-fenv.c): Likewise.
43252
43253 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43254
43255         [BZ #2550]
43256         [BZ #2570]
43257         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43258         comparisons to determine direction to adjust input.
43259
43260 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43261
43262         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43263         output to the target.
43264
43265         * scripts/localplt.awk: New file.
43266         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43267         (check-localplt-CFLAGS): Variable removed.
43268         ($(all-built-dso:=.jmprel)): New static pattern rule.
43269         (generated): Add those targets.
43270         (localplt-built-dso): New variable.
43271         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43272
43273         * elf/check-localplt.c: File removed.
43274
43275         * scripts/check-execstack.awk: New file.
43276         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43277         (check-execstack-CFLAGS): Variable removed.
43278         ($(objpfx)check-execstack.h): Target removed.
43279         ($(objpfx)execstack-default): New target.
43280         (generated): Add that instead of check-execstack.h.
43281         ($(all-built-dso:=.phdr)): New static pattern rule.
43282         (generated): Add those targets.
43283         * elf/check-execstack.c: File removed.
43284
43285         * scripts/check-textrel.awk: New file.
43286         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43287         (check-textrel-CFLAGS): Variable removed.
43288         (all-built-dso): Use := to define.o
43289         ($(all-built-dso:=.dyn)): New static pattern rule.
43290         (generated): Add those targets.
43291         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43292         * config.make.in (READELF): New substituted variable.
43293         * elf/check-textrel.c: File removed.
43294
43295 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43296
43297         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43298         allow.
43299         * conform/data/ctype.h-data [C99-based standards] (isblank):
43300         Expect function.
43301         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43302         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43303         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43304         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43305         Specify type.  Require positive value.
43306         (EILSEQ): Likewise.
43307         (ERANGE): Likewise.
43308         [ISO || POSIX] (EILSEQ): Do not expect.
43309         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43310         Specify type.  Require positive value.
43311         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43312         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43313         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43314         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43315         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43316         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43317         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43318         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43319         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43320         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43321         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43322         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43323         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43324         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43325         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43326         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43327         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43328         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43329         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43330         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43331         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43332         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43333         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43334         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43335         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43336         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43337         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43338         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43339         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43340         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43341         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43342         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43343         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43344         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43345         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43346         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43347         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43348         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43349         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43350         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43351         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43352         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43353         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43354         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43355         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43356         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43357         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43358         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43359         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43360         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43361         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43362         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43363         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43364         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43365         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43366         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43367         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43368         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43369         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43370         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43371         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43372         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43373         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43374         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43375         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43376         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43377         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43378         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43379         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43380         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43381         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43382         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43383         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43384         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43385         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43386         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43387         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43388         Require >= 2.
43389         (FLT_ROUNDS): Expect as macro, not constant.
43390         (FLT_MANT_DIG): Use macro-int-constant.
43391         (DBL_MANT_DIG): Likewise.
43392         (LDBL_MANT_DIG): Likewise.
43393         (FLT_DIG): Likewise.
43394         (DBL_DIG): Likewise.
43395         (LDBL_DIG): Likewise.
43396         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43397         (DBL_MIN_EXP): Likewise.
43398         (LDBL_MIN_EXP): Likewise.
43399         (FLT_MAX_EXP): Use macro-int-constant.
43400         (DBL_MAX_EXP): Likewise.
43401         (LDBL_MAX_EXP): Likewise.
43402         (FLT_MAX_10_EXP): Likewise.
43403         (DBL_MAX_10_EXP): Likewise.
43404         (LDBL_MAX_10_EXP): Likewise.
43405         (FLT_MAX): Use macro-constant.
43406         (DBL_MAX): Likewise.
43407         (LDBL_MAX): Likewise.
43408         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43409         (DBL_EPSILON): Likewise.
43410         (LDBL_EPSILON): Likewise.
43411         (FLT_MIN): Likewise.
43412         (DBL_MIN): Likewise.
43413         (LDBL_MIN): Likewise.
43414         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43415         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43416         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43417         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43418         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43419         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43420         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43421         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43422         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43423         [ISO11] (FLT_TRUE_MIN): Likewise.
43424         [ISO11] (LDBL_TRUE_MIN): Likewise.
43425         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43426         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43427         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43428         (SCHAR_MAX): Likewise.
43429         (UCHAR_MAX): Likewise.
43430         (CHAR_MIN): Likewise.
43431         (CHAR_MAX): Likewise.
43432         (MB_LEN_MAX): Use macro-int-constant.
43433         (SHRT_MIN): Use macro-int-constant.  Specify type.
43434         (SHRT_MAX): Likewise.
43435         (USHRT_MAX): Likewise.
43436         (INT_MAX): Likewise.
43437         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43438         bound negative.
43439         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43440         bound with "U".
43441         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43442         bound with "L".
43443         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43444         bound negative.  Suffix upper bound with "L".
43445         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43446         bound with "UL".
43447         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43448         Specify type.
43449         [C99-based standards] (LLONG_MAX): Likewise.
43450         [C99-based standards] (ULLONG_MAX): Likewise.
43451         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43452         == 0.
43453         [ISO11] (max_align_t): Require type.
43454         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43455
43456         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43457         from $CFLAGS, without defining away __attribute__ calls.
43458         (checknamespace): Use $CFLAGS_namespace.
43459
43460         * conform/conformtest.pl (@keywords): Only include C99 keywords
43461         for standards based on C99 or C11.
43462
43463         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43464         Disable tests.
43465         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43466         UNIX98]: Likewise.
43467
43468         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43469         usability of symbols in #if.
43470
43471         * conform/conformtest.pl: If macro or constant types start
43472         "promoted:", expect the symbol to be of the following type
43473         promoted by the integer promotions.
43474
43475         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43476         in one place.  Also handle "macro-constant".
43477
43478         * conform/conformtest.pl: Only accept expected macro values with
43479         "==".  Parse all "macro" lines in one place.
43480         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43481
43482         * conform/conformtest.pl: Handle braced types on "constant" lines
43483         instead of handling "typed-constant".
43484         * conform/data/signal.h-data: Use "constant" instead of
43485         "typed-constant".
43486
43487         * conform/conformtest.pl: Handle "optional-" at start of lines in
43488         one place rather than duplicating several cases.  Handle each
43489         format of "macro" line with initial "optional-".
43490
43491         * conform/conformtest.pl: Only accept expected constant or
43492         optional-constant values with "==".  Parse all "constant" lines in
43493         one place.  Parse all "optional-constant" lines in one place.
43494         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43495         * conform/data/fmtmsg.h-data: Likewise.
43496         * conform/data/netinet/in.h-data: Likewise.
43497         * conform/data/tar.h-data: Likewise.
43498         * conform/data/limits.h-data: Use "==" form on "constant" and
43499         "optional-constant" lines.
43500
43501         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43502         Use -std=c99 for XOPEN2K.
43503         (@knownproblems): Remove.
43504         (newtoken): Don't check %isknown.
43505
43506         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43507         Do not expect macro.
43508         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43509         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43510         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43511         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43512         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43513         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43514         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43515         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43516         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43517         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43518         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43519         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43520         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43521         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43522         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43523         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43524         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43525         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43526         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43527         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43528         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43529         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43530         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43531         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43532         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43533         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43534         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43535         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43536         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43537         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43538         [XPG3] (acosh): Likewise.
43539         [XPG3] (asinh): Likewise.
43540         [XPG3] (atanh): Likewise.
43541         [XPG3] (cbrt): Likewise.
43542         [XPG3] (expm1): Likewise.
43543         [XPG3] (ilogb): Likewise.
43544         [XPG3] (log1p): Likewise.
43545         [XPG3] (logb): Likewise.
43546         [XPG3] (nextafter): Likewise.
43547         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43548         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43549         [XPG3] (remainder): Likewise.
43550         [XPG3] (rint): Likewise.
43551         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43552         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43553         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43554         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43555         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43556         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43557         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43558         [UNIX98 || XOPEN2K] (scalb): Expect.
43559         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43560         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43561         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43562         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43563         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43564         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43565         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43566         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43567         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43568         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43569         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43570         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43571         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43572         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43573         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43574         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43575         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43576         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43577         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43578         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43579         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43580         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43581         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43582         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43583         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43584         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43585         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43586         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43587         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43588         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43589         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43590         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43591         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43592         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43593         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43594         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43595         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43596         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43597         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43598         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43599         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43600         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43601         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43602         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43603         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43604         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43605         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43606         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43607         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43608         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43609         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43610         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43611         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43612         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43613         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43614         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43615         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43616         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43617         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43618         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43619         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43620         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43621         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43622         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43623         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43624         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43625         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43626         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43627         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43628         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43629         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43630         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43631         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43632         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43633         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43634         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43635         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43636         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43637         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43638         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43639         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43640         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43641         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43642         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43643         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43644         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43645         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43646         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43647         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43648         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43649         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43650         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43651         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43652         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43653         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43654         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43655         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43656         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43657         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43658         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43659         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43660         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43661         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43662         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43663         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43664         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43665         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43666         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43667         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43668         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43669         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43670         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43671         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43672         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43673         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43674         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43675         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43676         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43677         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43678         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43679         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43680         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43681         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43682         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43683         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43684         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43685         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43686         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43687         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43688         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43689         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43690         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43691         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43692         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43693         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43694         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43695         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43696
43697         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43698         _XOPEN_SOURCE_EXTENDED for XPG4.
43699
43700         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43701
43702         * Makeconfig (localtime): Remove variable.
43703         (inst_localtime-file): Likewise.
43704
43705 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43706
43707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43708         Update.
43709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43710         Update.
43711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43712         Update.
43713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43714         Update.
43715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43716         Update.
43717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43718         Update.
43719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43720         Update.
43721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43722         Update.
43723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43724         Update.
43725
43726 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43727
43728         [BZ #2550]
43729         [BZ #2570]
43730         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43731         comparisons to determine direction to adjust input.
43732         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43733         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43734         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43735         Likewise.
43736         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43737         Likewise.
43738         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43739         Likewise.
43740         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43741         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43742         Likewise.
43743         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43744         Likewise.
43745         * math/libm-test.inc (nexttoward_test): Add more tests.
43746
43747 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43748
43749         [BZ #14040]
43750         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43751         in version GLIBC_2.1, not GLIBC_2.0.
43752         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43753         Likewise.
43754
43755 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
43756
43757         [BZ #13942]
43758         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43759         (1 - x) * (1 + x).
43760         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43761         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43762         * math/libm-test.inc (acos_test): Add more tests.
43763         (asin_test): Likewise.
43764         * sysdeps/i386/fpu/libm-test-ulps: Update.
43765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43766
43767         [BZ #14034]
43768         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43769         of square root.
43770         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43771         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43772         * math/libm-test.inc (acos_test_tonearest): New function.
43773         (acos_test_towardzero): Likewise.
43774         (acos_test_downward): Likewise.
43775         (acos_test_upward): Likewise.
43776         (asin_test_tonearest): Likewise.
43777         (asin_test_towardzero): Likewise.
43778         (asin_test_downward): Likewise.
43779         (asin_test_upward): Likewise.
43780         (main): Call the new functions.
43781         * sysdeps/i386/fpu/libm-test-ulps: Update.
43782         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43783
43784         [BZ #13884]
43785         [BZ #13924]
43786         * math/e_exp10.c: Include <float.h>.
43787         (__ieee754_exp10): Handle underflow here rather than multiplying
43788         large negative argument by M_LN10.
43789         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43790         of __ieee754_expf.
43791         * math/e_exp10l.c: Include <float.h>.
43792         (__ieee754_exp10l): Handle underflow here rather than multiplying
43793         large negative argument by M_LN10l.
43794         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43795         spurious overflow exception on underflow.
43796
43797 2012-04-29  Marek Polacek  <polacek@redhat.com>
43798
43799         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43800         (__fortify_function): New macro.
43801         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43802         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43803         __extern_always_inline.
43804         * libio/bits/stdio2.h: Likewise.
43805         * libio/bits/stdio.h: Likewise.
43806         * string/string.h: Likewise.
43807         * string/bits/string3.h: Likewise.
43808         * include/stdio.h: Likewise.
43809         * stdlib/bits/stdlib.h: Likewise.
43810         * stdlib/stdlib.h: Likewise.
43811         * rt/bits/mqueue2.h: Likewise.
43812         * rt/mqueue.h: Likewise.
43813         * posix/bits/unistd.h: Likewise.
43814         * posix/unistd.h: Likewise.
43815         * io/bits/poll2.h: Likewise.
43816         * io/bits/fcntl2.h: Likewise.
43817         * io/fcntl.h: Likewise.
43818         * io/sys/poll.h: Likewise.
43819         * misc/bits/syslog.h: Likewise.
43820         * misc/bits/syslog-ldbl.h: Likewise.
43821         * misc/sys/syslog.h: Likewise.
43822         * socket/bits/socket2.h: Likewise.
43823         * socket/sys/socket.h: Likewise.
43824         * debug/tst-chk1.c: Likewise.
43825         * wcsmbs/bits/wchar2.h: Likewise.
43826         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43827         * wcsmbs/wchar.h: Likewise.
43828
43829 2012-04-29  Andreas Jaeger  <aj@suse.de>
43830
43831         * Makerules (tests): Remove enable-check-abi protection.
43832         (check-abi-warn): Remove.
43833         (check-abi-%): Remove check-abi-warn usage.
43834
43835         * configure.in: Remove check-abi configure option.
43836         * configure: Regenerated.
43837         * config.make.in (enable-check-abi): Remove.
43838
43839 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43840
43841         [BZ #14033]
43842         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43843         double functions to double *_finite functions.
43844
43845         [BZ #13941]
43846         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43847         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43848         LDBL_MIN_EXP.
43849         * stdio-common/Makefile (tests): Add tst-sprintf3.
43850         * stdio-common/tst-sprintf3.c: New file.
43851
43852         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43853         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43854
43855 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43856
43857         * conform/conformtest.pl: Remove duplicate typed-constant
43858         handling.
43859
43860 2012-04-28  David S. Miller  <davem@davemloft.net>
43861
43862         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43863         (check-abi-%): Remove AWK script prerequisite and explicit
43864         abilist directory.
43865         (check-abi): Rewrite to just diff the symlist with the abilist.
43866         (config-tls, config-abi-config): Delete, no longer used.
43867         (update-abi-%): Remove AWK script and explicit abilist directory.
43868         (update-abi): Rewrite to simply compare and conditionally copy the
43869         symlist and the sysdep abilist file.  Remove update-abi-config
43870         checks.
43871         * abilist/ld.abilist: Remove.
43872         * abilist/libBrokenLocale.abilist: Remove.
43873         * abilist/libanl.abilist: Remove.
43874         * abilist/libcrypt.abilist: Remove.
43875         * abilist/libdl.abilist: Remove.
43876         * abilist/librt.abilist: Remove.
43877         * abilist/libthread_db.abilist: Remove.
43878         * abilist/libutil.abilist: Remove.
43879         * scripts/extract-abilist.awk: Remove.
43880         * scripts/merge-abilist.awk: Remove.
43881         * sysdeps/generic/libcidn.abilist: New file.
43882         * sysdeps/generic/libnss_compat.abilist: New file.
43883         * sysdeps/generic/libnss_db.abilist: New file.
43884         * sysdeps/generic/libnss_dns.abilist: New file.
43885         * sysdeps/generic/libnss_files.abilist: New file.
43886         * sysdeps/generic/libnss_hesiod.abilist: New file.
43887         * sysdeps/generic/libnss_nis.abilist: New file.
43888         * sysdeps/generic/libnss_nisplus.abilist: New file.
43889         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43890         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43891         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43892         file.
43893         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43894         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43895         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43896         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43897         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43898         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43899         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43900         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43901         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43902         file.
43903         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43904         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43905         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43906         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43907         file.
43908         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43909         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43910         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43911         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43912         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43913         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43914         file.
43915         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43916         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43917         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43918         file.
43919         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43920         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43921         New file.
43922         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43923         New file.
43924         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43925         New file.
43926         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43927         New file.
43928         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43929         New file.
43930         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43931         New file.
43932         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43933         New file.
43934         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43935         New file.
43936         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43937         New file.
43938         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43939         New file.
43940         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43941         New file.
43942         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43943         New file.
43944         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43945         New file.
43946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43947         file.
43948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43949         New file.
43950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43951         New file.
43952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43953         file.
43954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43955         New file.
43956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43957         New file.
43958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43959         file.
43960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43961         New file.
43962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43963         New file.
43964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43965         New file.
43966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43967         New file.
43968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43969         New file.
43970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43971         New file.
43972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43973         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43974         file.
43975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43976         New file.
43977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43978         file.
43979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43980         file.
43981         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43982         file.
43983         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43984         file.
43985         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43986         file.
43987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43988         New file.
43989         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43990         file.
43991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43992         file.
43993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43994         New file.
43995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43996         file.
43997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43998         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43999         file.
44000         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44001         New file.
44002         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44003         file.
44004         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44005         file.
44006         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44007         file.
44008         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44009         file.
44010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44011         file.
44012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44013         New file.
44014         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44015         file.
44016         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44017         file.
44018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44019         New file.
44020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44021         file.
44022         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44023         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44024         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44025         file.
44026         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44027         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44028         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44029         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44030         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44031         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44032         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44033         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44034         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44035         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44036         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44037         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44038         file.
44039         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44040         New file.
44041         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44042         file.
44043         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44044         file.
44045         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44046         file.
44047         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44048         file.
44049         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44050         file.
44051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44052         New file.
44053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44054         New file.
44055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44056         file.
44057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44058         New file.
44059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44060         file.
44061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44062         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44063         file.
44064         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44065         New file.
44066         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44067         file.
44068         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44069         file.
44070         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44071         file.
44072         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44073         file.
44074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44075         file.
44076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44077         New file.
44078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44079         New file.
44080         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44081         file.
44082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44083         New file.
44084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44085         file.
44086
44087 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44088
44089         * conform/conformtest.pl: Fix typo in handling typed-constant from
44090         allow-header.
44091
44092 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44093
44094         * README: Cut down references to pre-2.6 Linux kernels and
44095         Linuxthreads.  Update lists of configurations in libc and ports
44096         and sort alphabetically.  Say "or newer" with Linux kernel version
44097         requirements.
44098
44099         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44100
44101 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44102
44103         [BZ #887]
44104         * math/libm-test.inc (logb_test_downward): New test to expose
44105         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44106         rounding mode.
44107
44108 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44109
44110         [BZ #14027]
44111         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44112         to be done.
44113         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44114         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44115
44116 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44117
44118         * sysdeps/unix/i386/brk.S: Remove file.
44119         * sysdeps/unix/i386/dl-brk.S: Likewise.
44120         * sysdeps/unix/i386/pipe.S: Likewise.
44121         * sysdeps/unix/i386/sigreturn.S: Likewise.
44122         * sysdeps/unix/i386/syscall.S: Likewise.
44123         * sysdeps/unix/i386/vfork.S: Likewise.
44124         * sysdeps/unix/i386/wait.S: Likewise.
44125
44126         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44127         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44128
44129         * configure.in (arm*-none*): Do not allow without
44130         --enable-hacker-mode.
44131         (netbsd*): Remove case setting base_os.
44132         (386bsd*): Likewise.
44133         (freebsd*): Likewise.
44134         (bsdi*): Likewise.
44135         (osf*): Likewise.
44136         (sunos*): Likewise.
44137         (ultrix*): Likewise.
44138         (newsos*): Likewise.
44139         (dynix*): Likewise.
44140         (*bsd*): Likewise.
44141         (sysv*): Likewise.
44142         (isc*): Likewise.
44143         (esix*): Likewise.
44144         (sco*): Likewise.
44145         (minix*): Likewise.
44146         (irix4*): Likewise.
44147         (irix6*): Likewise.
44148         (solaris[2-9]*): Likewise.
44149         (none): Likewise.
44150         * configure: Regenerated.
44151
44152 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44153
44154         [BZ #11521]
44155         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44156         overflow or cancellation in calculating denominator.
44157         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44158         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44159         down expression to avoid unexpected rounding in newer GCCs.
44160         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44161
44162 2012-04-26  David S. Miller  <davem@davemloft.net>
44163
44164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44165         long-double compat symbols.
44166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44171         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44172         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44177         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44178         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44179
44180 2012-04-25  David S. Miller  <davem@davemloft.net>
44181
44182         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44183         HWCAP_* values only after the memory barriers have been defined.
44184         (atomic_full_barrier): Define.
44185         (atomic_read_barrier): Define.
44186         (atomic_write_barrier): Define.
44187
44188 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44189
44190         * shlib-versions: Add libgcc_s version information.
44191         * sysdeps/generic/libgcc_s.h: Remove.
44192         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44193         libgcc_s.h.
44194         * sysdeps/gnu/unwind-resume.c: Likewise.
44195         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44196
44197 2012-04-25  David S. Miller  <davem@davemloft.net>
44198
44199         * sysdeps/unix/sparc/brk.S: Delete.
44200         * sysdeps/unix/sparc/dl-brk.S: Delete.
44201         * sysdeps/unix/sparc/pipe.S: Delete.
44202         * sysdeps/unix/sparc/sysdep.S: Delete.
44203         * sysdeps/unix/sparc/sysdep.h: Delete.
44204         * sysdeps/unix/sparc/vfork.S: Delete.
44205         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44206         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44207         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44208         (ret_ERRVAL, r0, r1, MOVE): Define.
44209         (JUMPTARGET): Remove.
44210         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44211         sysdeps/unix/sparc/sysdep.h
44212         (ENTRY, END): Remove.
44213         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44214
44215 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44216
44217         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44218         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44219         -DIS_IN_build.
44220
44221         * timezone/README: Update upstream location and email address for
44222         tzcode and tzdata.
44223         * timezone/zdump.c: Update from tzcode 2012b.
44224         * timezone/zic.c: Likewise.
44225
44226         * configure.in (libc_cv_as_needed): Remove test.
44227         * configure: Regenerated.
44228         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44229         conditional definition.
44230         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44231         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44232         * config.make.in (have-as-needed): Remove variable.
44233
44234 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44235             Paul Pluzhnikov  <ppluzhnikov@google.com>
44236
44237         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44238         strings correctly.
44239
44240 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44241
44242         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44243         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44244         * sysdeps/sh/strlen.S: Likewise.
44245
44246 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44247
44248         * sysdeps/unix/fork.S: Remove file.
44249         * sysdeps/unix/i386/fork.S: Likewise.
44250         * sysdeps/unix/sparc/fork.S: Likewise.
44251
44252         * sysdeps/unix/system.c: Remove file.
44253         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44254
44255         * sysdeps/unix/getegid.S: Remove file.
44256         * sysdeps/unix/geteuid.S: Likewise.
44257
44258 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44259
44260         * scripts/check-localplt.awk: New file.
44261         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44262         of diff.
44263         * scripts/data/localplt-generic.data: Add a comment.
44264
44265         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44266         NODE when __dir_mkfile failed.
44267         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44268         Reported by Ludovic Courtès <ludo@gnu.org>.
44269
44270 2012-04-24  Andreas Jaeger  <aj@suse.de>
44271
44272         * Makerules (common-clean): Also remove gen-as-const-headers
44273         files.
44274
44275 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44276
44277         * Makerules (native-compile): Do not change working directory for
44278         build.  Use $(OUTPUT_OPTION) in command.
44279         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44280
44281 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44282
44283         [BZ #13886]
44284         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44285         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44286         * math/libm-test.inc (floor_test): Add more tests.
44287         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44288
44289 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44290
44291         * sysdeps/unix/getdents.c: Remove file.
44292         * sysdeps/unix/sysv/getdents.c: Likewise.
44293         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44294
44295         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44296         sysdeps/unix/mman/syscalls.list.
44297         (mmap): Likewise.
44298         (mprotect): Likewise.
44299         (msync): Likewise.
44300         (munmap): Likewise.
44301         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44302         * sysdeps/unix/mman/syscalls.list: Remove.
44303         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44304
44305         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44306         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44307         * configure: Regenerated.
44308         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44309         $(libgcc_s_suffix).
44310         * config.make.in (libgcc_s_suffix): Remove variable.
44311
44312 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44313
44314         * sysdeps/unix/sysv/gethostname.c: Move to ...
44315         * sysdeps/posix/gethostname.c: ... here.
44316
44317         * sysdeps/unix/execve.S: Remove file.
44318
44319         * sysdeps/unix/_exit.S: Remove file.
44320
44321 2012-04-23  Andreas Jaeger  <aj@suse.de>
44322
44323         [BZ #13739]
44324         * manual/Makefile: Remove make dist support, there's no
44325         need for a stand-alone documentation tar ball.
44326         (TEXI2DVI): Define always, it's not in Makeconfig.
44327         (dist): Removed.
44328         (tar-it): Removed.
44329         (edition): Removed.
44330         (glibc-doc-$(edition).tar): Removed
44331         (%.Z): Removed.
44332         (%.gz): Removed.
44333         (%.uu): Removed.
44334         (ETAGS): Remove, it's in Makeconfig.
44335         (move-if-change): Remove, it's in Makeconfig.
44336
44337 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44338
44339         [BZ #13970]
44340         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44341         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44342         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44343         (strtod_l, strtof_l, strtold_l): Remove __wur.
44344         It is not necessarily an error to ignore strtol's return value.
44345         One can reliably look at the stored endptr to decide whether
44346         the number had valid syntax.
44347
44348 2012-04-21  Andreas Jaeger  <aj@suse.de>
44349
44350         [BZ #13739]
44351         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44352
44353 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44354
44355         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44356         * sysdeps/unix/sysv/Versions: Remove file.
44357
44358 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44359
44360         [BZ #13927]
44361         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44362
44363 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44364
44365         [BZ #7064]
44366         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44367         version from __vm86.
44368
44369 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44370
44371         * sysdeps/unix/common/lxstat.c: Remove file.
44372         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44373
44374         * sysdeps/unix/sysv/Makefile: Remove file.
44375
44376         * sysdeps/unix/sysv/direct.h: Remove file.
44377
44378         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44379         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44380         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44381         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44382         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44383         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44384         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44385
44386         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44387
44388         * sysdeps/unix/xmknod.c: Remove file.
44389         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44390
44391         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44392
44393         * sysdeps/unix/sysv/i386/time.S: Remove file.
44394
44395         * sysdeps/unix/fxstat.c: Remove file.
44396         * sysdeps/unix/xstat.c: Likewise.
44397         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44398
44399         * sysdeps/unix/sysv/sigaction.c: Remove file.
44400
44401         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44402         (sysdep_headers): Remove variable.
44403         [termio.h not in sysdep_headers] (generated): Likewise.
44404         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44405         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44406         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44407         * sysdeps/unix/sysv/tcflow.c: Likewise.
44408         * sysdeps/unix/sysv/tcflush.c: Likewise.
44409         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44410         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44411         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44412         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44413         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44414
44415         * sysdeps/unix/siglist.c: Remove file.
44416
44417         * sysdeps/unix/getppid.S: Remove file.
44418
44419         * sysdeps/unix/mkdir.c: Remove file.
44420         * sysdeps/unix/rmdir.c: Likewise.
44421
44422 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44423
44424         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44425         ERR_MAX value.
44426         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44427         errlist-compat value.
44428
44429 2012-04-18  David S. Miller  <davem@davemloft.net>
44430
44431         * sysdeps/generic/memcopy.h (reg_char): Delete.
44432         * debug/strcat_chk.c: Use char, not reg_char.
44433         * debug/strcpy_chk.c: Likewise.
44434         * debug/strncat_chk.c: Likewise.
44435         * debug/strncpy_chk.c: Likewise.
44436         * string/memchr.c: Likewise.
44437         * string/memrchr.c: Likewise.
44438         * string/rawmemchr.c: Likewise.
44439         * string/strcat.c: Likewise.
44440         * string/strchr.c: Likewise.
44441         * string/strchrnul.c: Likewise.
44442         * string/strcmp.c: Likewise.
44443         * string/strcpy.c: Likewise.
44444         * string/strncat.c: Likewise.
44445         * string/strncmp.c: Likewise.
44446         * string/strncpy.c: Likewise.
44447
44448 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44449
44450         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44451         __builtin_memcopy is called when src and dest ranges are known to not
44452         overlap.
44453
44454 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44455
44456         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44457         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44458         fwd_align_merge macro call.
44459         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44460         bwd_align_merge macro call.
44461         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44462
44463 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44464
44465         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44466         bwd_align_merge macros.
44467         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44468         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44469         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44470
44471 2012-04-18  David S. Miller  <davem@davemloft.net>
44472
44473         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44474
44475 2012-04-18  Andreas Jaeger  <aj@suse.de>
44476
44477         [BZ# 6794]
44478         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44479         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44480         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44481
44482         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44483         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44484         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44485
44486         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44487         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44488         Adjust for changed ldbl-128 files.
44489
44490         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44491         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44492         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44493
44494 2012-04-17  David S. Miller  <davem@davemloft.net>
44495
44496         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44497
44498 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44499
44500         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44501         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44502         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44503         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44504         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44505         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44506
44507 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44508
44509         [BZ #6794]
44510         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44511         * math/libm-test.inc: Add ilogb errno and exception tests.
44512         * math/w_ilogb.c: New file: ilogb wrapper.
44513         * math/w_ilogbf.c: New file: ilogbf wrapper.
44514         * math/w_ilogbl.c: New file: ilogbl wrapper.
44515         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44516         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44517         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44518         exception being thrown with 0.0 as argument.
44519         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44520         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44521         exception being thrown with 0.0 as argument.
44522         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44523         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44524         exception being thrown with 0.0 as argument.
44525         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44526         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44527         exception being thrown with 0.0 as argument.
44528         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44529         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44530         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44531         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44532         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44533         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44534         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44535         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44536         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44537
44538 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44539
44540         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44541         with altivec.
44542
44543 2012-04-16  Marek Polacek  <polacek@redhat.com>
44544
44545         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44546
44547 2012-04-16  Marek Polacek  <polacek@redhat.com>
44548
44549         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44550         operands of fdivp instruction.
44551
44552 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44553
44554         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44555         * elf/tst-auditmod3b.c: Likewise.
44556         * elf/tst-auditmod4b.c: Likewise.
44557         * elf/tst-auditmod5b.c: Likewise.
44558         * elf/tst-auditmod6b.c: Likewise.
44559         * elf/tst-auditmod6c.c: Likewise.
44560         * elf/tst-auditmod7b.c: Likewise.
44561         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44562         * sysdeps/x86_64/preconfigure.in: Likewise.
44563         * sysdeps/x86_64/preconfigure: Regenerated.
44564
44565 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44566
44567         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44568         __ILP32__.
44569
44570 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44571
44572         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44573         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44574
44575 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44576
44577         [BZ #13973]
44578         * locale/iso-639.def: Fix gl language name. Spotted by
44579         Yaron Shahrabani.
44580
44581 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44582
44583         [BZ #2074]
44584         * libio/libio.h (__io_write_fn): Update comment.
44585
44586 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44587
44588         [BZ #2074]
44589         * stdio.texi (Hook Functions): The user provided writer function
44590         is not allowed to return -1.
44591
44592 2012-04-11  David S. Miller  <davem@davemloft.net>
44593
44594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44595
44596 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44597
44598         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44599         Add a leading slash to rtkaio.
44600
44601 2012-04-11  Jim Meyering  <meyering@redhat.com>
44602
44603         [BZ #11959]
44604         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44605         It is not necessarily an error to ignore fwrite's return
44606         value.  One can reliably use ferror to test for errors after
44607         the fact.
44608
44609 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44610
44611         * bits/types.h (__snseconds_t): New type.
44612         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44613
44614         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44615         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44616         (__SNSECONDS_T_TYPE): Likewise.
44617         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44618         (__SNSECONDS_T_TYPE): Likewise.
44619         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44620         (__SNSECONDS_T_TYPE): Likewise.
44621
44622 2012-04-10  Andreas Jaeger  <aj@suse.de>
44623
44624         [BZ #2636]
44625         * manual/time.texi (Processor Time): Return type of times is
44626         elapsed real time since an arbitrary point in the past.
44627         (CPU Time): Move CLK_TCK from here...
44628         (Processor Time): ...to here.  Correct description.
44629         * manual/conf.texi (Constants for Sysconf): Correct description of
44630         _SC_CLK_TCK.
44631
44632 2012-04-10  David S. Miller  <davem@davemloft.net>
44633
44634         [BZ #13967]
44635         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44636         where the is a gap between DT_REL(A) and DT_JMPREL.
44637
44638 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44639
44640         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44641         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44642         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44643
44644 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44645
44646         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44647         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44648         (dl_main): Handle --inhibit-cache.
44649         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44650         _dl_inhibit_cache.
44651         * elf/dl-load.c (_dl_map_object): Use it.
44652         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44653
44654 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44655
44656         [BZ #13872]
44657         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44658         (__ieee754_powl): Saturate large exponents rather than testing for
44659         overflow of y*log2(x).
44660         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44661         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44662         exceptions.
44663
44664         [BZ #11521]
44665         * math/s_ctan.c: Include <float.h>.
44666         (__ctan): Avoid internal overflow or cancellation in calculating
44667         denominator.
44668         * math/s_ctanf.c: Likewise.
44669         * math/s_ctanl.c: Likewise.
44670         * math/s_ctanh.c: Likewise.
44671         * math/s_ctanhf.c: Likewise.
44672         * math/s_ctanhl.c: Likewise.
44673         * math/libm-test.inc (ctan_test): Add more tests.
44674         (ctanh_test): Likewise.
44675         * sysdeps/i386/fpu/libm-test-ulps: Update.
44676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44677
44678 2012-04-09  Andreas Jaeger  <aj@suse.de>
44679
44680         [BZ #6894]
44681         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44682         is an optional BSD extension.
44683
44684         [BZ #10254]
44685         * manual/stdio.texi (Opening Streams): Document additional fopen
44686         parameters.
44687
44688 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44689
44690         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44691         %eax without telling the compiler.
44692
44693 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44694
44695         [BZ # 13963]
44696         * manual/install.texi: Use sourceware.org.
44697
44698 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44699
44700         [BZ #13873]
44701         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44702         (__ieee754_pow): Generate overflow and underflow using huge*huge
44703         and tiny*tiny rather than just returning constant infinity or zero
44704         for large exponents.
44705         * math/libm-test.inc (pow_test): Require overflow exceptions for
44706         applicable cases of large exponents.
44707
44708         [BZ #706]
44709         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44710         (__ieee754_pow): Use iterative multiplication algorithm only for
44711         integer exponents with absolute value below 1024.  Check for odd
44712         integer exponents when using algorithm for real exponents.
44713         * math/libm-test.inc (pow_test): Add more tests.
44714         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44715
44716 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44717
44718         [BZ #13705]
44719         * math/libm-test.inc (exp_test): Do not allow overflow exception
44720         on underflow test.
44721
44722 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44723
44724         [BZ #13705]
44725         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44726         instead of __kernel_standard_f.
44727
44728 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44729
44730         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44731         * sysdeps/x86_64/memset_chk.S: Likewise.
44732
44733 2012-04-08  Andreas Jaeger  <aj@suse.de>
44734
44735         [BZ #10153]
44736         * manual/startup.texi (Environment Access): Describe return value
44737         for putenv and setenv.
44738
44739         [BZ #6895]
44740         * manual/filesys.texi (Directory Entries): Add description for
44741         DT_LNK.
44742
44743         [BZ #6890]
44744         * manual/filesys.texi (Directory Entries): Clarify that it's file
44745         system not operating system in the description of DT_UNKNOWN.
44746
44747         [BZ #6578]
44748         * manual/syslog.texi (closelog): Fix reference, it's openlog.
44749
44750 2012-04-08  Stephen Compall  <s11@member.fsf.org>
44751
44752         [BZ #6649]
44753         * manual/llio.texi (Opening and Closing Files): Add cross
44754         reference to explain mode argument.
44755
44756 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
44757
44758         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44759         * sysdeps/x86_64/memset_chk.S: Likewise.
44760
44761 2012-04-07  David S. Miller  <davem@davemloft.net>
44762
44763         * elf/elf.h (R_SPARC_WDISP10): Define.
44764         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44765         R_SPARC_SIZE32.
44766         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44767         R_SPARC_SIZE64 and R_SPARC_H34.
44768
44769 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
44770
44771         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44772         conditions and remove no longer applicable assertion.
44773
44774 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44775
44776         * bits/byteswap.h: Include <features.h>.
44777         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44778         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44779
44780 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44781
44782         * bits/byteswap.h (__bswap_16): Removed.
44783         Include <bits/byteswap-16.h> to get __bswap_16.
44784         * sysdeps/i386/bits/byteswap.h: Likewise.
44785         * sysdeps/s390/bits/byteswap.h: Likewise.
44786         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44787         * bits/byteswap-16.h: New file.
44788         * sysdeps/i386/bits/byteswap-16.h: Likewise.
44789         * sysdeps/s390/bits/byteswap-16.h: Likewise.
44790         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44791         * string/Makefile (headers): Add bits/byteswap-16.h.
44792
44793 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44794
44795         [BZ #13895]
44796         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44797         extra indirection.
44798         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44799         * nss/tst-nss-static.c: New.
44800
44801 2012-04-06  Robert Millan  <rmh@gnu.org>
44802
44803         [BZ #6486]
44804         * manual/llio.texi (File Position Primitive): lseek
44805         refers to WHENCE when it really means OFFSET.
44806
44807 2012-04-06  Andreas Jaeger  <aj@suse.de>
44808
44809         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44810         strncmp declarations.
44811
44812         * abilist/libc.abilist: Add __poll and __ppoll.
44813
44814 2012-04-05  David S. Miller  <davem@davemloft.net>
44815
44816         * scripts/check-local-headers.sh: Accept a host triplet in the
44817         path matched by the exclude regexp.
44818
44819         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44820         definition.
44821         * sysdeps/powerpc/powerpc32/dl-machine.h
44822         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44823         * sysdeps/s390/s390-32/dl-machine.h
44824         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44825         * sysdeps/sparc/sparc32/dl-machine.h
44826         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44827         * sysdeps/sparc/sparc64/dl-machine.h
44828         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44829
44830         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44831         lazy binding.
44832         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44833         undefined symbol errors.
44834
44835         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44836         DT_NEEDED entries.
44837
44838 2012-04-05  Michael Matz  <matz@suse.de>
44839
44840         [BZ #13592]
44841         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44842
44843 2012-04-05  Andreas Jaeger  <aj@suse.de>
44844
44845         [BZ #13908]
44846         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44847         comment.
44848
44849 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44850
44851         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44852         which ROUND is no valid rounding mode.
44853
44854 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44855
44856         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44857         read again.
44858         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44859
44860 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44861
44862         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44863         an exception using FPU order intentionally.
44864
44865 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44866
44867         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44868         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44869         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44870         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44871
44872 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44873
44874         [BZ #12340]
44875         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44876         EINVAL when BUFLEN is too smal.
44877
44878 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44879
44880         [BZ #13553]
44881         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44882         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44883
44884 2012-04-03  Andreas Jaeger  <aj@suse.de>
44885
44886         [BZ #13938]
44887         * manual/setjmp.texi (System V contexts): Fix sentence.
44888
44889         [BZ #13926]
44890         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44891         New macro for this case.
44892         [!__GNUC__] (__bswap_64): New inline function for this case.
44893         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44894         * bits/byteswap.h: Likewise.
44895         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44896         ull, guard with __GLIBC_HAVE_LONG_LONG.
44897
44898         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44899         __GLIBC_HAVE_LONG_LONG.
44900
44901         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44902         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44903
44904 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44905
44906         [BZ #13691]
44907         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44908         inptr and inend, rather than using last_ch.
44909
44910 2012-04-02  David S. Miller  <davem@davemloft.net>
44911
44912         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44913         * stdio-common/printf-parse.h (read_int): Change return type to
44914         'int', return -1 on INT_MAX overflow.
44915         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44916         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44917         overflows INT_MAX.  Check for overflow of in-format-string precision
44918         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44919         SIZE_MAX not INT_MAX for integer overflow test.
44920         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44921         skip the construct in the format string but do not record anything.
44922         * stdio-common/bug22.c: Adjust to test both width/prevision
44923         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44924         explicitly for proper errno values.
44925
44926 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44927
44928         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44929         CHAR_MAX.
44930         * string/test-strcmp.c [! WIDE]: Likewise.
44931         * time/tst-mktime2.c: Likewise for INT_MAX.
44932         * string/test-string.h: #include <sys/param.h> for MIN.
44933
44934         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44935         * sysdeps/i386/init-first.c (init): Likewise.
44936         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44937         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44938         * sysdeps/sh/init-first.c (init): Likewise.
44939
44940 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44941
44942         * po/ru.po: Update from translation team.
44943         * po/vi.po: Likewise.
44944
44945 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44946
44947         * resolv/nss_dns/dns-host.c: Merge copyright years.
44948
44949 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44950
44951         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44952         Optimize memcpy with prefetch if
44953         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44954         src, dst pointers have unequal 16 byte alignments.
44955
44956 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44957
44958         [BZ #13928]
44959         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44960         from a CNAME entry and return the minimum ttl for the query.
44961         (gaih_getanswer_slice): Likewise.
44962
44963 2012-03-30  Jeff Law  <law@redhat.com>
44964
44965         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44966         due to long keys.
44967         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44968         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44969
44970         * resolv/nss_dns/dns-host.c: Update copyright year.
44971
44972 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44973
44974         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44975         requests to save a system call.  Fix check that all bytes are sent.
44976
44977         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44978         comments for sendmmsg.
44979
44980 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44981
44982         [BZ #13691]
44983         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44984         with only 1 character between 0x0041 and 0x01b0.
44985         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44986         * wcsmbs/tst-mbsnrtowcs.c: New file.
44987
44988 2012-03-29  David S. Miller  <davem@davemloft.net>
44989
44990         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44991         small copies by hand.
44992
44993 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44994
44995         [BZ #13761]
44996         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44997         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44998         group memberships.
44999
45000 2012-03-28  David S. Miller  <davem@davemloft.net>
45001
45002         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45003         that branches into memcpy.
45004         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45005         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45006         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45007         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45008         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45009         bits.
45010         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45011         implementation too.
45012         * sysdeps/sparc/mempcpy.S: New file.
45013
45014         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45015         the IFUNC routine in the libc case.
45016         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45017
45018         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45019         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45020         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45021         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45022         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45023         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45024         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45025         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45026
45027         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45028         loop to 256 bytes instead of 64 bytes and fix test signedness.
45029
45030         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45031         * sysdeps/sparc/sparc32/Makefile: rather than here...
45032         * sysdeps/sparc/sparc64/Makefile: and here.
45033
45034 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45035
45036         * malloc/mallocbug.c: Avoid warnings about unused variables.
45037
45038 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45039
45040         [BZ #13760]
45041         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45042         in the right place. Discard and retry query if response is
45043         larger than input buffer size.
45044
45045 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45046
45047         [BZ #369]
45048         [BZ #2678]
45049         [BZ #3866]
45050         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45051         x for large integer exponent.
45052         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45053         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45054         sign of result as needed afterwards.
45055         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45056         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45057         result for underflowing pow the same as for overflow.
45058         (__kernel_standard_l): Handle powl overflow and underflow here
45059         rather than calling __kernel_standard.
45060         * math/libm-test.inc (pow_test): Add more tests.
45061
45062         [BZ #3868]
45063         [BZ #13879]
45064         [BZ #13910]
45065         [BZ #13911]
45066         [BZ #13912]
45067         [BZ #13913]
45068         [BZ #13915]
45069         [BZ #13916]
45070         [BZ #13917]
45071         [BZ #13918]
45072         [BZ #13919]
45073         [BZ #13920]
45074         [BZ #13921]
45075         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45076         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45077         (__kernel_standard_l): New function.
45078         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45079         __kernel_standard.
45080         * math/w_acosl.c (__acosl): Likewise.
45081         * math/w_asinl.c (__asinl): Likewise.
45082         * math/w_atan2l.c (__atan2l): Likewise.
45083         * math/w_atanhl.c (__atanhl): Likewise.
45084         * math/w_coshl.c (__coshl): Likewise.
45085         * math/w_exp10l.c (__exp10l): Likewise.
45086         * math/w_exp2l.c (__exp2l): Likewise.
45087         * math/w_fmodl.c (__fmodl): Likewise.
45088         * math/w_hypotl.c (__hypotl): Likewise.
45089         * math/w_j0l.c (__j0l, __y0l): Likewise.
45090         * math/w_j1l.c (__j1l, __y1l): Likewise.
45091         * math/w_jnl.c (__jnl, __ynl): Likewise.
45092         * math/w_lgammal.c (__lgammal): Likewise.
45093         * math/w_log10l.c (__log10l): Likewise.
45094         * math/w_log2l.c (__log2l): Likewise.
45095         * math/w_logl.c (__logl): Likewise.
45096         * math/w_powl.c (__powl): Likewise.
45097         * math/w_remainderl.c (__remainderl): Likewise.
45098         * math/w_scalbl.c (sysv_scalbl): Likewise.
45099         * math/w_sinhl.c (__sinhl): Likewise.
45100         * math/w_sqrtl.c (__sqrtl): Likewise.
45101         * math/w_tgammal.c (__tgammal): Likewise.
45102         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45103         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45104         * math/libm-test.inc (acos_test): Add more tests.
45105         (acosh_test): Likewise.
45106         (asin_test): Likewise.
45107         (atanh_test): Likewise.
45108         (exp_test): Likewise.
45109         (exp10_test): Likewise.
45110         (exp2_test): Likewise.
45111         (expm1_test): Likewise.
45112         (lgamma_test): Likewise.
45113         (log_test): Likewise.
45114         (log10_test): Likewise.
45115         (log1p_test): Likewise.
45116         (log2_test): Likewise.
45117         (pow_test): Do not allow some spurious overflow exceptions.
45118         (sqrt_test): Add more tests.
45119         (tgamma_test): Likewise.
45120         (y0_test): Likewise.
45121         (y1_test): Likewise.
45122         (yn_test): Likewise.
45123
45124 2012-03-27  Anton Blanchard  <anton@samba.org>
45125
45126         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45127         MAP_HUGETLB.
45128         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45129         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45130         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45131
45132 2012-03-27  David S. Miller  <davem@davemloft.net>
45133
45134         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45135
45136         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45137         have-as-vis3 check.
45138
45139 2012-03-27  Andreas Jaeger  <aj@suse.de>
45140
45141         * sysdeps/x86_64/elf/configure.in: Moved to ...
45142         * sysdeps/x86_64/configure.in: ... here.
45143         * sysdeps/x86_64/elf/start.S: Moved to ...
45144         * sysdeps/x86_64/start.S: ... here.
45145         * sysdeps/x86_64/elf/configure: Delete.
45146
45147         * sysdeps/x86_64/configure.in: Merge contents from
45148         sysdeps/i386/configure.in (without i686 check).
45149
45150         * sysdeps/i386/elf/Versions: Merge into ...
45151         * sysdeps/i386/Versions: ... this.
45152         * sysdeps/i386/elf/Versions: Delete file.
45153         * sysdeps/i386/elf/start.S: Moved to ...
45154         * sysdeps/i386/start.S: ...here.
45155         * sysdeps/i386/elf/configure.in: Merge into...
45156         * sysdeps/i386/configure.in: ...here.
45157         * sysdeps/i386/elf/configure.in: Delete file.
45158         * sysdeps/i386/elf/configure: Delete file.
45159
45160         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45161         * debug/backtracesyms.c: ... here.
45162         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45163         * debug/backtracesymsfd.c: ... here.
45164         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45165         * sysdeps/generic/ifunc-sel.h: ... here.
45166
45167         * sysdeps/unix/i386/start.c: Delete file.
45168         * sysdeps/unix/sparc/start.c: Delete file.
45169         * sysdeps/unix/start.c: Delete file.
45170
45171         * sysdeps/sh/elf/configure.in: Moved to ...
45172         * sysdeps/sh/configure.in: ... here.
45173         * sysdeps/sh/elf/start.S: Moved to ...
45174         * sysdeps/sh/start.S: ... here.
45175         * sysdeps/sh/elf/configure: Delete file.
45176
45177         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45178         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45179         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45180         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45181         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45182         * sysdeps/powerpc/powerpc64/start.S: here.
45183         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45184         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45185         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45186         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45187         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45188
45189         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45190         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45191         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45192         * sysdeps/powerpc/powerpc32/start.S: ... here.
45193         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45194         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45195         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45196
45197         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45198         * sysdeps/powerpc/ifunc-sel.h: ... here.
45199         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45200         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45201
45202         * sysdeps/sparc/elf/configure.in: Moved to ...
45203         * sysdeps/sparc/configure.in: ... here.
45204         * sysdeps/sparc/elf/configure: Delete file.
45205         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45206         * sysdeps/sparc/sparc32/start.S: ... here.
45207         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45208         * sysdeps/sparc/sparc64/start.S: ... here.
45209         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45210         * sysdeps/sparc/sparc32/Makefile: ... this.
45211         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45212         * sysdeps/sparc/sparc64/Makefile: ... this.
45213
45214         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45215         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45216         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45217         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45218         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45219         * sysdeps/s390/s390-32/setjmp.S: ... here.
45220         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45221         * sysdeps/s390/s390-32/configure.in: ... here.
45222         * sysdeps/s390/s390-32/elf/configure: Delete file.
45223         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45224         * sysdeps/s390/s390-32/start.S: ... here.
45225
45226         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45227         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45228         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45229         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45230         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45231         * sysdeps/s390/s390-64/setjmp.S: ... here.
45232         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45233         * sysdeps/s390/s390-64/configure.in: ... here
45234         * sysdeps/s390/s390-64/elf/configure: Delete file.
45235         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45236         * sysdeps/s390/s390-64/start.S: ... here.
45237         * sysdeps/s390/s390-64/elf/configure: Delete.
45238
45239         * configure.in: Remove support for elf directories in sysdeps.
45240
45241         * configure: Regenerated.
45242         * sysdeps/i386/configure: Regenerated.
45243         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45244         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45245         * sysdeps/s390/s390-32/configure: Regenerated.
45246         * sysdeps/s390/s390-64/configure: Regenerated.
45247         * sysdeps/sh/configure: Regenerated.
45248         * sysdeps/sparc/configure: Regenerated.
45249         * sysdeps/x86_64/configure: Regenerated.
45250
45251 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45252
45253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45254
45255         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45256         denormal result into account.
45257
45258 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45259
45260         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45261         Reported by Allan McRae <allan@archlinux.org>.
45262
45263 2012-03-23  Jeff Law  <law@redhat.com>
45264
45265         * nss/getnssent.c (__nss_getent): Fix typo.
45266
45267 2012-03-23  David S. Miller  <davem@davemloft.net>
45268
45269         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45270
45271 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45272
45273         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45274         to pad to uint64_t for each field.
45275         (dl_tls_index): Replace unsigned long with uint64_t.
45276
45277 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45278         Paul Pluzhnikov  <ppluzhnikov@google.com>
45279
45280         [BZ #6528]
45281         * grp/Makefile (otherlibs): Don't set it.
45282         * inet/Makefile (otherlibs): Likewise.
45283         * login/Makefile (otherlibs): Likewise.
45284         * nscd/Makefile (otherlibs): Likewise.
45285         * posix/Makefile (otherlibs): Likewise.
45286         * pwd/Makefile (otherlibs): Likewise.
45287         * rt/Makefile (otherlibs): Likewise.
45288         * sunrpc/Makefile (otherlibs): Likewise.
45289         * nss/Makefile (otherlibs): Likewise.
45290         Add libnss_files to routines and static-only-routines.
45291         ($(objpfx)getent): Remove rule.
45292         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45293         static-only-routines.
45294
45295 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45296
45297         [BZ #13892]
45298         * math/s_cexp.c: Include <float.h>.
45299         (__cexp): Handle exp result overflowing not necessarily
45300         overflowing both real and imaginary parts of result.
45301         * math/s_cexpf.c: Likewise.
45302         * math/s_cexpl.c: Likewise.
45303         * math/libm-test.inc (cexp_test): Add more tests.
45304         * sysdeps/i386/fpu/libm-test-ulps: Update.
45305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45306
45307 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45308
45309         * include/link.h (ELFW): New macro.
45310         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45311         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45312
45313 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45314
45315         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45316         with uint64_t.
45317
45318 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45319
45320         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45321         declaration.
45322         (struct La_x32_retval): Likewise.
45323
45324 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45325
45326         * sysdeps/x86_64/preconfigure.in: New file.
45327         * sysdeps/x86_64/preconfigure: New generated file.
45328
45329 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45330
45331         [BZ #13824]
45332         * math/e_exp2l.c: Include <float.h>.
45333         (__ieee754_exp2l): Handle overflow and underflow cases
45334         separately.  Only pass fractional part of argument to
45335         __ieee754_expl.
45336         * math/libm-test.inc (exp2_test): Add more tests.
45337
45338         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45339         negating x to take absolute value.
45340         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45341         Likewise.
45342         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45343         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45344         Likewise.
45345         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45346         computing low part if x was negated.
45347         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45348
45349 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45350
45351         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45352         la_x32_gnu_pltexit.
45353         (pltexit): Cast int_retval to ptrdiff_t.
45354         * elf/tst-auditmod3b.c: Likewise.
45355         * elf/tst-auditmod4b.c: Likewise.
45356         * elf/tst-auditmod5b.c: Likewise.
45357         * elf/tst-auditmod6b.c: Likewise.
45358         * elf/tst-auditmod6c.c: Likewise.
45359         * elf/tst-auditmod7b.c: Likewise.
45360
45361         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45362         and x32_gnu_pltexit.
45363
45364         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45365         __ELF_NATIVE_CLASS.
45366         (La_x32_regs): New macro.
45367         (La_x32_retval): Likewise.
45368         (la_x32_gnu_pltenter): New function prototype.
45369         (la_x32_gnu_pltexit): Likewise.
45370
45371 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45372
45373         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45374         exponent.
45375
45376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45377
45378         * configure.in (libc_cv_cc_nofma): Check for option to disable
45379         generation of FMA instructions.
45380         * configure: Regenerate.
45381         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45382         * sysdeps/ieee754/dbl-64/Makefile: New file.
45383         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45384         Remove brandred-fma4.
45385         (CFLAGS-brandred-fma4.c): Remove.
45386         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45387         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45388         define.
45389         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45390         define.
45391
45392 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45393
45394         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45395         LLONG_MAX != LONG_MAX.
45396         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45397         (_fitoa_word): Likewise.
45398         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45399         LLONG_MAX != LONG_MAX.
45400         * stdio-common/_itowa.h: Include <_itoa.h>.
45401         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45402         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45403         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45404         only if not defined.
45405         (_ITOA_WORD_TYPE): Likewise.
45406         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45407         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45408
45409 2012-03-21  David S. Miller  <davem@davemloft.net>
45410
45411         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45412
45413 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45414
45415         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45416         of x86_64 when setting libc_cv_slibdir, libdir and
45417         libc_cv_localedir.
45418         * sysdeps/unix/sysv/linux/configure: Regenerated.
45419
45420 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45421
45422         * manual/lang.texi (Old Varargs): Remove section.
45423         (How Variadic): Update menu.
45424         (va_start): Do not mention varargs.h.
45425
45426 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45427             Joseph Myers  <joseph@codesourcery.com>
45428
45429         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45430         link test.
45431         * configure: Regenerated.
45432
45433 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45434
45435         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45436         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45437         conformtest.pl
45438
45439 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45440
45441         * NOTES: Remove.
45442         * Makefile (files-for-dist): Remove NOTES.
45443         (NOTES): Remove rule.
45444         * README: Don't refer to NOTES.
45445         * manual/creature.texi: Don't include macros.texi.
45446         * manual/intro.texi (creature.texi): Remove comment referring to
45447         NOTES.
45448
45449         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45450         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45451         * configure: Regenerated.
45452         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45453         LIBC_TRY_CC_OPTION.
45454         (libc_cv_as_i686): Likewise.
45455         (libc_cv_cc_avx): Likewise.
45456         (libc_cv_cc_sse2avx): Likewise.
45457         (libc_cv_cc_fma4): Likewise.
45458         (libc_cv_cc_novzeroupper): Likewise.
45459         * sysdeps/i386/configure: Regenerated.
45460
45461         [BZ #13883]
45462         * sysdeps/i386/fpu/s_cexp.S: Remove.
45463         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45464         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45465         * math/libm-test.inc (cexp_test): Add more tests.
45466         * sysdeps/i386/fpu/libm-test-ulps: Update.
45467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45468
45469 2012-03-21  Allan McRae  <allan@archlinux.org>
45470
45471         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45472
45473 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45474
45475         [BZ #13871]
45476         * math/w_exp2.c: Do not include <float.h>.
45477         (o_threshold, u_threshold): Remove.
45478         (__exp2): Calculate result before checking finiteness and calling
45479         __kernel_standard.
45480         * math/w_exp2f.c: Likewise.
45481         * math/w_exp2l.c: Likewise.
45482         * math/libm-test.inc (exp2_test): Require overflow exception for
45483         1e6 input.
45484
45485         [BZ #3866]
45486         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45487         range of signed 64-bit integers before using fistpll.  Remove
45488         checks for whether integers fit in mantissa bits.
45489         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45490         the range of signed 32-bit integers before using fistpl.  Remove
45491         checks for whether integers fit in mantissa bits.
45492         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45493         (__ieee754_powl): Test for y outside the range of signed 64-bit
45494         integers before using fistpll.  Reduce 64-bit values to 63-bit
45495         ones as needed.
45496         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45497         divide-by-zero is raised for zero to large negative powers.
45498         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45499         (__ieee754_powl): Test for y outside the range of signed 64-bit
45500         integers before using fistpll.  Reduce 64-bit values to 63-bit
45501         ones as needed.
45502         * math/libm-test.inc (pow_test): Add more tests.
45503
45504 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45505
45506         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45507         <stdio-common/_itoa.h>.
45508         * debug/segfault.c: Likewise.
45509         * elf/dl-cache.c: Likewise.
45510         * elf/dl-minimal.c: Likewise.
45511         * elf/dl-misc.c: Likewise.
45512         * elf/dl-sysdep.c: Likewise.
45513         * elf/dl-version.c: Likewise.
45514         * elf/rtld.c: Likewise.
45515         * hurd/hurdsock.c: Likewise.
45516         * hurd/lookup-retry.c: Likewise.
45517         * malloc/malloc.c: Likewise.
45518         * malloc/mtrace.c: Likewise.
45519         * nscd/nscd_getgr_r.c: Likewise.
45520         * nscd/nscd_getpw_r.c: Likewise.
45521         * nscd/nscd_getserv_r.c: Likewise.
45522         * posix/getopt_init.c: Likewise.
45523         * posix/wordexp.c: Likewise.
45524         * stdio-common/_itoa.c: Likewise.
45525         * stdio-common/printf_fphex.c: Likewise.
45526         * stdio-common/vfprintf.c: Likewise.
45527         * string/_strerror.c: Likewise.
45528         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45529         * sysdeps/i386/i686/hp-timing.h: Likewise.
45530         * sysdeps/mach/_strerror.c: Likewise.
45531         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45532         * sysdeps/mach/hurd/sethostid.c: Likewise.
45533         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45534         * sysdeps/mach/xpg-strerror.c: Likewise.
45535         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45536         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45537         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45538         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45539         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45540         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45541         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45542         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45543         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45544         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45545         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45546         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45547         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45548         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45549         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45550         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45551         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45552         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45553         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45554         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45555         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45556
45557         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45558
45559         * stdio-common/_itoa.h: Moved to ...
45560         * sysdeps/generic/_itoa.h: Here.
45561
45562         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45563
45564         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45565         instead of "_itoa.h" and "_itowa.h".
45566         * stdio-common/vfprintf.: Likewise.
45567
45568 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45569
45570         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45571         <bits/wordsize.h>.
45572         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45573         (__signbit): Likwise.
45574         (llrintf): Likwise.
45575         (llrint): Likwise.
45576
45577 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45578
45579         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45580         __WORDSIZE != 64.
45581
45582 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45583
45584         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45585         OVERFLOW_EXCEPTION_OK.
45586         * math/libm-test.inc ("Philosophy"): Update comment about
45587         exception testing.
45588         (OVERFLOW_EXCEPTION): Define.
45589         (OVERFLOW_EXCEPTION_OK): Likewise.
45590         (INVALID_EXCEPTION_OK): Renumber.
45591         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45592         (IGNORE_ZERO_INF_SIGN): Likewise.
45593         (test_exceptions): Handle FE_OVERFLOW.
45594         (exp10_test): Expect overflow exceptions.
45595         (exp2_test): Likewise.
45596         (expm1_test): Likewise.
45597         (nextafter_test): Likewise.
45598         (pow_test): Likewise.
45599         (scalbn_test): Likewise.
45600         (scalbln_test): Likewise.
45601
45602 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45603
45604         * sysdeps/x86_64/bits/atomic.h
45605         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45606         64bit integer.
45607         (atomic_exchange_acq): Likewise.
45608         (__arch_exchange_and_add_body): Likewise.
45609         (__arch_add_body): Likewise.
45610         (atomic_add_negative): Likewise.
45611         (atomic_add_zero): Likewise.
45612
45613 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45614
45615         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45616         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45617
45618 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45619
45620         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45621         Check __x86_64__ instead of __WORDSIZE.
45622
45623 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45624
45625         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45626
45627 2012-03-19  David S. Miller  <davem@davemloft.net>
45628
45629         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45630
45631         * sysdeps/sparc/fpu/fenv_private.h: New file.
45632         * sysdeps/sparc/fpu/math_private.h: Use it.
45633         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45634         Remove.
45635         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45636         (libc_feholdexcept_setroundl): Remove.
45637         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45638         Remove.
45639         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45640         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45641
45642 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45643
45644         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45645         int64_t instead of long int.
45646         (INSERT_WORDS64): Likwise.
45647
45648 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45649
45650         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45651         _Unwind_GetCFA return to _Unwind_Ptr first.
45652
45653 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45654
45655         [BZ #13629]
45656         * math/s_clog.c: Include <float.h>.
45657         (__clog): Scale large or subnormal inputs.
45658         * math/s_clogf.c: Likewise.
45659         * math/s_clogl.c: Likewise.
45660         * math/s_clog10.c: Include <float.h>.
45661         (M_LOG10_2): Define.
45662         (__clog10): Scale large or subnormal inputs.
45663         * math/s_clog10f.c: Likewise.
45664         * math/s_clog10l.c: Likewise.
45665         * math/libm-test.inc (clog_test): Add more tests.
45666         (clog10_test): Likewise.
45667         * sysdeps/i386/fpu/libm-test-ulps: Update.
45668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45669
45670         [BZ #11451]
45671         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45672         x and y.
45673         * math/libm-test.inc (atan2_test): Add another test.
45674
45675         * Makerules (common-objdir-compile): Remove.
45676         * sysdeps/unix/Makefile (config-generated): Do not add
45677         $(unix-generated) to variable.
45678         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45679         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45680         Remove rule.
45681         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45682         Likewise.
45683         [generic bits/local_lim.h] (before-compile): Do not append to
45684         variable.
45685         [generic bits/local_lim.h] (common-generated): Likewise.
45686         [generic sys/param.h] (before-compile): Do not append to variable.
45687         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45688         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45689         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45690         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45691         include.
45692         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45693         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45694         [generic sys/param.h] ($(addprefix
45695         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45696         [generic sys/param.h] (common-generated): Do not append to
45697         variable.
45698         [generic sys/param.h] (sysdep_headers): Likewise.
45699         [generic bits/errno.h] (before-compile): Do not append to
45700         variable.
45701         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45702         rule.
45703         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45704         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45705         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45706         [generic bits/errno.h] (common-generated): Do not append to
45707         variable.
45708         [generic bits/ioctls.h] (before-compile): Do not append to
45709         variable.
45710         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45711         rule.
45712         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45713         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45714         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45715         rule.
45716         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45717         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45718         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45719         [generic bits/ioctls.h] (common-generated): Do not append to
45720         variable.
45721         [generic sys/syscall.h] (syscall.h): Remove variable.
45722         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45723         rule.
45724         [generic sys/syscall.h] (before-compile): Do not append to
45725         variable.
45726         [generic sys/syscall.h] (common-generated): Likewise.
45727         * sysdeps/unix/errnos-tmpl.c: Remove file.
45728         * sysdeps/unix/errnos.awk: Likewise.
45729         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45730         * sysdeps/unix/ioctls.awk: Likewise.
45731         * sysdeps/unix/mk-local_lim.c: Likewise.
45732         * sysdeps/unix/snarf-ioctls: Likewise.
45733
45734 2012-03-19  Richard Henderson  <rth@twiddle.net>
45735
45736         * sysdeps/i386/fpu/fenv_private.h: New file.
45737         * sysdeps/i386/fpu/math_private.h: Use it.
45738         (math_opt_barrier, math_force_eval): Remove.
45739         (libc_feholdexcept_setround_53bit): Remove.
45740         (libc_feupdateenv_53bit): Remove.
45741         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45742         (math_opt_barrier, math_force_eval): Remove.
45743         (libc_feholdexcept): Remove.
45744         (libc_feholdexcept_setround): Remove.
45745         (libc_fetestexcept, libc_fesetenv): Remove.
45746         (libc_feupdateenv_test): Remove.
45747         (libc_feupdateenv, libc_feholdsetround): Remove.
45748         (libc_feresetround): Remove.
45749
45750         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45751         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45752
45753         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45754         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45755         (libc_feupdateenv_testl): New.
45756         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45757         (libc_feupdateenv_testf): New.
45758         (libc_feupdateenv): Use libc_feupdateenv_test.
45759         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45760         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45761
45762         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45763         (libc_feholdsetroundf, libc_feholdsetroundl): New.
45764         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45765         (libc_feresetround_noex): New.
45766         (libc_feresetround_noexf): New.
45767         (libc_feresetround_noexl): New.
45768         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45769         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45770         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45771         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45772         SET_RESTORE_ROUND.
45773         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45774         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45775         (__cos): Likewise.
45776         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45777         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45778         SET_RESTORE_ROUND_NOEX.
45779         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45780         SET_RESTORE_ROUND_NOEXF.
45781         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45782         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45783         (libc_feholdsetroundf): New.
45784         (libc_feresetround, libc_feresetroundf): New.
45785
45786         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45787         (libc_feholdexcept_setround_53bit): Convert from macro to function.
45788         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
45789
45790         * sysdeps/generic/math_private.h: Include <fenv.h>.
45791         (default_libc_feholdexcept): New.
45792         (default_libc_feholdexcept_setround): New.
45793         (default_libc_fesetenv, default_libc_feupdateenv): New.
45794         (libc_feholdexcept): Only define if undefined.
45795         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45796         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45797         (libc_feholdexcept_setroundl): Likewise.
45798         (libc_feholdexcept_setround_53bit): Likewise.
45799         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45800         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45801         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45802         (libc_feupdateenv_53bit): Likewise.
45803         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45804         (libc_feholdexcept): Convert from macro to inline function.
45805         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45806         (libc_fesetenv, libc_feupdateenv): Likewise.
45807
45808         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45809         not previously defined.
45810         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45811         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45812         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45813         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45814         * sysdeps/ieee754/flt-32/math_private.h: New file.
45815         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45816         math_private.h below SET_FLOAT_WORD.
45817         (__isnan, __isinf_ns, __finite): Remove.
45818         (__isnanf, __isinf_nsf, __finitef): Remove.
45819
45820 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45821
45822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45823
45824 2012-03-17  David S. Miller  <davem@davemloft.net>
45825
45826         [BZ #6471]
45827         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45828         for 2.16.
45829
45830 2012-03-16  David S. Miller  <davem@davemloft.net>
45831
45832         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45833         warnings.
45834
45835         [BZ #6471]
45836         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45837         properly.
45838         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45839         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45840         sysdep_routines when subdir is sysvipc.
45841         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45842         __getshmlba helper.
45843
45844         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45845
45846 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45847
45848         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45849         [__LP64__].
45850
45851 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45852
45853         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45854         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45855         (__lround): Renamed to ...
45856         (__llround): This.  Replace long int with long long int.
45857         Define lround functions as aliases of llround functions.
45858         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45859
45860 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45861
45862         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45863         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45864         adresses to uintptr_t.  Replace "long int" and "unsigned long
45865         int" with "greg_t" on va_arg.
45866
45867 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45868
45869         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45870         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45871
45872         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45873         Move e_machine check before EI_CLASS check.  Handle x32
45874         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45875         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45876         SKIP_EM_IA_64 and include
45877         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45878
45879         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45880         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45881         (add_system_dir): New macro.
45882
45883         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45884         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45885
45886 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45887
45888         [BZ #2551]
45889         [BZ #2552]
45890         [BZ #2553]
45891         [BZ #2554]
45892         [BZ #2562]
45893         [BZ #2563]
45894         [BZ #2565]
45895         [BZ #2566]
45896         [BZ #2576]
45897         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45898         (y0): Likewise.
45899         * math/w_j0f.c (j0f): Likewise.
45900         (y0f): Likewise.
45901         * math/w_j0l.c (__j0l): Likewise.
45902         (__y0l): Likewise.
45903         * math/w_j1.c (j1): Likewise.
45904         (y1): Likewise.
45905         * math/w_j1f.c (j1f): Likewise.
45906         (y1f): Likewise.
45907         * math/w_j1l.c (__j1l): Likewise.
45908         (__y1l): Likewise.
45909         * math/w_jn.c (jn): Likewise.
45910         (yn): Likewise.
45911         * math/w_jnf.c (jnf): Likewise.
45912         (ynf): Likewise.
45913         * math/w_jnl.c (__jnl): Likewise.
45914         (__ynl): Likewise.
45915         * math/libm-test.inc (j0_test): Add more tests.
45916         (j1_test): Likewise.
45917         (jn_test): Likewise.  Add trailing semicolon to existing test.
45918         (y0_test): Likewise.
45919         (y1_test): Likewise.
45920         * sysdeps/i386/fpu/libm-test-ulps: Update.
45921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45922
45923         [BZ #13851]
45924         [BZ #13854]
45925         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45926         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45927         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45928         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45929         (__tanl): Set errno for infinite argument.
45930         * sysdeps/i386/fpu/mptan.c: Remove.
45931         * sysdeps/i386/fpu/s_tan.S: Likewise.
45932         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45933         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45934         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45935         * math/libm-test.inc (tan_test): Add more tests and enable more
45936         tests for double and long double.
45937         * sysdeps/i386/fpu/libm-test-ulps: Update.
45938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45939
45940 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45941
45942         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45943         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45944
45945 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45946
45947         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45948         * configure.in: Use it for both main tree and add-ons.
45949         * configure: Regenerated.
45950
45951 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45952
45953         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45954
45955 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45956
45957         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45958         in comment.
45959
45960         [BZ #13851]
45961         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45962         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45963         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45964         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45965         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45966         infinite argument.
45967         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45968         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45969         != 0 for prec == 2.
45970         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45971         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45972         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45973         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45974         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45975         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45976         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45977         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45978         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45979         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45980         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45981         * math/libm-test.inc (cos_test): Add more tests and enable more
45982         tests for long double.
45983         (sin_test): Likewise.
45984         (sincos_test): Likewise.
45985         * sysdeps/i386/fpu/libm-test-ulps: Update.
45986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45987
45988 2012-03-16  David S. Miller  <davem@davemloft.net>
45989
45990         * sysdeps/sparc/fpu/math_private.h: New file.
45991
45992 2012-03-15  David S. Miller  <davem@davemloft.net>
45993
45994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45995         file.
45996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45998         file.
45999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46000         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46001         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46002         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46003         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46004         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46005         sysdep routines.
46006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46007
46008         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46009         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46010
46011         * sysdeps/sparc/sparc-ifunc.h: New file.
46012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46013         sparc-ifunc.h
46014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46016         Likewise.
46017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46018         Likewise.
46019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46023         Likewise.
46024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46029         Likewise.
46030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46031         Likewise.
46032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46036         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46037         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46038         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46039         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46040         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46041         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46042         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46043         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46044         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46045         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46046         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46047         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46048         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46049         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46050         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46051         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46052         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46053         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46054         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46055         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46056
46057 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46058
46059         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46060         scaling.
46061         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46062
46063 2012-03-15  Andreas Jaeger  <aj@suse.de>
46064
46065         [BZ #13852]
46066         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46067         ieee754/flt-32 implementation for sin, cos and sincos.
46068         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46069         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46070         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46071         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46072         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46073         ieee754/flt-32 implementation for tan.
46074
46075         * math/libm-test.inc (cos_test): Enable some large input tests for
46076         float as well
46077         (sin_test): Likewise.
46078         (sincos_test): Likewise.
46079         (tan_test): Add tests for large input.
46080
46081         * sysdeps/i386/fpu/libm-test-ulps: Update.
46082
46083 2012-03-15  Andreas Jaeger  <aj@suse.de>
46084
46085         [BZ #13658]
46086         * math/libm-test.inc (cos_test): Add more test cases.
46087         (sin_test): Likewise.
46088         (sincos_test): Likewise.
46089
46090 2012-03-15  Andreas Jaeger  <aj@suse.de>
46091
46092         [BZ #13837]
46093         * math/libm-test.inc (cos_test): Add a test case for large input
46094         value.
46095         (sin_test): Likewise.
46096         (sincos_test): Likewise.
46097
46098 2012-03-15  Andreas Jaeger  <aj@suse.de>
46099             Joseph Myers  <joseph@codesourcery.com>
46100
46101         [BZ #13658]
46102         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46103         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46104         * sysdeps/i386/fpu/branred.c: Likewise.
46105         * sysdeps/i386/fpu/dosincos.c: Likewise.
46106         * sysdeps/i386/fpu/mpa.c: Likewise.
46107         * sysdeps/i386/fpu/s_cos.S: Likewise.
46108         * sysdeps/i386/fpu/s_sin.S: Likewise.
46109         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46110         * sysdeps/i386/fpu/sincos32.c: Likewise.
46111
46112         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46113         Define.
46114         (libc_feupdateenv_53bit): Define.
46115         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46116         Define.
46117         (libc_feupdateenv_53bit): Define.
46118
46119         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46120         53 bit (without extend i386 double precision).
46121
46122         * math/libm-test.inc (sincos_test): Add tests for large input.
46123         (sin): Likewise.
46124         (cos): Likewise.
46125
46126         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46127
46128 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46129
46130         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46131
46132 2012-03-15  David S. Miller  <davem@davemloft.net>
46133
46134         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46135         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46136         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46137         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46141         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46142         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46143         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46144         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46145         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46146         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46147         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46148         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46150         file.
46151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46153         file.
46154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46156         file.
46157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46159         file.
46160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46161         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46162         fmin/fmax sysdep routines.
46163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46164
46165 2012-03-14  David S. Miller  <davem@davemloft.net>
46166
46167         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46168         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46169         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46170         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46171         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46172         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46173         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46174         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46175         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46176         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46177         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46178         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46179         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46180         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46181         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46182         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46183         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46184         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46185         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46186         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46187         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46188         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46189         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46190         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46191         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46192         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46193         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46194         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46195         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46196         routines.
46197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46198         file.
46199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46201         file.
46202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46204         file.
46205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46207         file.
46208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46210         file.
46211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46213         file.
46214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46215         file.
46216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46217         file.
46218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46219         file.
46220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46221         New file.
46222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46223         file.
46224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46225         file.
46226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46228         file.
46229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46231         file.
46232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46234         file.
46235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46237         VIS3 routines.
46238
46239         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46240         New file.
46241
46242         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46243
46244         * sysdeps/sparc/configure.in: New file.
46245         * sysdeps/sparc/configure: Generate.
46246         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46247         * configure: Regenerate.
46248         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46249         * config.make.in (have-as-vis3): New.
46250         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46251         available use -Av9d instead of -Av9a.
46252         * sysdeps/sparc/sparc64/Makefile: Likewise.
46253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46255         New file.
46256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46257         file.
46258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46259         New file.
46260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46261         file.
46262         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46263         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46264         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46265         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46266         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46267
46268         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46269         fzeros/fnegs to load 0x80000000 into a float register instead of
46270         using the stack.
46271         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46272
46273 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46274
46275         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46276         bits/syscall.h.
46277         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46278         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46279         ($(inst_includedir)/bits/syscall.h): Remove rule.
46280         ($(objpfx)bits/syscall.d): Include instead of
46281         $(objpfx)syscall-list.d.
46282         (generated): Change syscall-list.h and syscall-list.d to
46283         bits/syscall.h and bits/syscall.d.
46284
46285 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46286
46287         [BZ #13846]
46288         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46289
46290 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46291
46292         [BZ #13841]
46293         * math/s_csqrt.c: Include <float.h>.
46294         (__csqrt): Scale large or subnormal inputs.
46295         * math/s_csqrtf.c: Likewise.
46296         * math/s_csqrtl.c: Likewise.
46297         * math/libm-test.inc (csqrt_test): Add more tests.
46298         * sysdeps/i386/fpu/libm-test-ulps: Update.
46299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46300
46301         [BZ #13840]
46302         * math/libm-test.inc (hypot_test): Add more tests.
46303
46304 2012-03-13  David S. Miller  <davem@davemloft.net>
46305
46306         [BZ #13840]
46307         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46308         double-precision for the calculation instead of scaling.
46309
46310 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46311
46312         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46313         manipulate bits before adding and subtracting TWO52[sx].
46314         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46315         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46316         Likewise.
46317         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46318
46319 2012-03-13  David S. Miller  <davem@davemloft.net>
46320
46321         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46322         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46323         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46324         rtld-global-offsets.h
46325         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46326
46327         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46328         large parameters.
46329
46330         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46331
46332         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46333         'err' in the ifdef scope in which it is actually used.
46334
46335         * nss/nss_db/db-init.c: Include string.h
46336
46337 2012-03-12  David S. Miller  <davem@davemloft.net>
46338
46339         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46340         masking out of the most significant byte of random value used.
46341         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46342         Fix coding style in previous change.
46343
46344         * sysdeps/unix/sysv/linux/kernel-features.h
46345         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46346         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46347         expression.
46348         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46349         later.
46350
46351 2012-03-11  David S. Miller  <davem@davemloft.net>
46352
46353         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46354         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46355         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46356         for 'resultvar' otherwise things get truncated on 64-bit.
46357
46358         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46359         Fix masking out of the most significant byte of random value used.
46360
46361         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46362
46363 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46364
46365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46366
46367 2012-03-09  David S. Miller  <davem@davemloft.net>
46368
46369         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46370         variables with appropriate CPP guards.
46371         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46372         from the frame pointer, not the stack pointer.  Correct layout
46373         comments.  Fix test on resulting framesize and the management of
46374         the outregs buffer for pltexit.  Preserve floating point return
46375         values across _dl_call_pltexit call.
46376         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46377         framesize and the management of the outregs buffer for pltexit.
46378         Preserve floating point return values across _dl_call_pltexit
46379         call.
46380         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46381         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46382         (la_sparc64_gnu_pltexit): New functions.
46383         (print_exit): Fix format string for return register value.
46384
46385 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46386
46387         * sunrpc/Makefile (others): Add rpcgen.
46388         ($(objpfx)rpcgen): Remove special build rule and dependency on
46389         libc.
46390         * sunrpc/rpcgen.c: New file.
46391
46392 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46393
46394         [BZ #13673]
46395         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46396         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46397         * sysdeps/i386/crti.S: Likewise.
46398         * sysdeps/i386/crtn.S: Likewise.
46399         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46400         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46401         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46402         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46403         * sysdeps/sh/crti.S: Likewise.
46404         * sysdeps/sh/crtn.S: Likewise.
46405         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46406
46407         [BZ #13673]
46408         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46409         with URL.
46410         * locale/programs/locfile-kw.gperf: Likewise.
46411         * locale/programs/charmap-kw.h: Regenerated.
46412         * locale/programs/locfile-kw.h: Likewise.
46413
46414         [BZ #13673]
46415         * intl/plural.y: Replace FSF snail mail address with URL.
46416         * intl/plural.c: Regenerated.
46417
46418 2012-03-09  Richard Henderson  <rth@twiddle.net>
46419
46420         * include/math_private.h: Remove file.
46421         * math/math_private.h: Move file ...
46422         * sysdeps/generic/math_private.h: ... here.
46423
46424         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46425         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46426         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46427
46428         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46429         and <math_private.h>.
46430         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46431         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46432         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46433         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46434         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46435         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46436         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46437         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46438         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46439         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46440         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46441         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46442         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46443         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46444         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46445         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46446         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46447         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46448         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46449         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46450         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46451         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46452         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46453         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46454         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46455         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46456         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46457         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46458         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46459         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46460         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46461         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46462         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46463         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46464         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46465         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46466         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46467         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46468         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46469         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46470         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46471         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46472         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46473         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46474         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46475         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46476         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46477         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46478         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46479         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46480         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46481         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46482         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46483         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46484         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46485         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46486         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46487         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46488         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46489         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46490         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46491         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46492         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46493         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46494         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46495         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46496         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46497         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46498         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46499         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46500         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46501         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46502         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46503         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46504         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46505         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46506         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46507         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46508         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46509         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46510         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46511         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46512         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46513         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46514         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46515         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46516         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46517         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46518         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46519         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46520         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46521         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46522         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46523         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46524         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46525         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46526         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46527         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46528         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46529         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46530         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46531         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46532         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46533         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46534         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46535         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46536         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46537         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46538         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46539         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46540         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46541         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46542         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46543         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46544         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46545         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46546         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46547         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46548         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46549         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46550         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46551         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46552         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46553         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46554         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46555         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46556         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46557         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46558         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46559         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46560         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46561         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46562         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46563         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46564         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46565         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46566         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46567         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46568         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46569         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46570         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46571         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46572         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46573         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46574         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46575         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46576         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46577         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46578         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46579         * sysdeps/ieee754/k_standard.c: Likewise.
46580         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46582         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46583         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46584         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46585         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46586         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46587         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46588         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46589         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46590         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46591         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46592         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46593         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46594         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46595         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46596         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46597         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46598         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46599         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46600         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46601         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46602         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46603         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46604         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46605         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46606         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46607         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46608         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46609         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46610         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46611         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46612         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46613         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46614         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46615         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46616         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46617         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46618         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46619         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46620         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46621         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46622         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46623         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46624         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46625         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46626         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46627         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46628         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46629         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46630         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46631         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46632         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46633         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46634         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46635         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46636         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46637         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46638         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46639         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46640         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46641         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46642         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46643         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46644         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46645         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46646         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46647         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46648         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46649         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46650         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46652         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46653         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46654         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46655         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46656         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46657         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46658         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46659         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46660         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46661         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46662         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46663         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46664         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46665         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46666         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46667         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46668         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46669         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46670         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46671         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46672         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46673         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46676         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46677         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46678         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46679         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46680         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46681         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46682         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46683         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46684         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46690         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46691         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46692         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46693         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46694         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46695         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46697         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46698         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46699         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46700         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46702         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46704         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46705         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46706         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46707         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46708         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46709         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46710         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46711         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46712         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46713         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46714         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46715         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46716         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46717         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46718         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46719         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46720         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46721         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46722         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46723         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46724         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46725         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46726         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46727         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46728         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46729         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46730         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46731         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46732         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46733         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46734         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46735         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46736         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46737         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46738         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46739         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46740         * sysdeps/ieee754/s_lib_version.c: Likewise.
46741         * sysdeps/ieee754/s_matherr.c: Likewise.
46742         * sysdeps/ieee754/s_signgam.c: Likewise.
46743         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46744         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46745         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46746         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46747         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46748         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46749         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46750         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46751         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46752         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46753         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46754         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46755         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46756         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46757         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46758         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46759         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46760         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46761         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46762         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46763         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46764
46765 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46766
46767         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46768         * sunrpc/rpc_main.c: Likewise.
46769         * sunrpc/rpc_svcout.c: Likewise.
46770
46771 2012-03-09  David S. Miller  <davem@davemloft.net>
46772
46773         * include/math_private.h: New file.
46774
46775 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46776
46777         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46778         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46779         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46780         from <bits/socket_type.h>.
46781         (enum __socket_type): Don't define here.
46782         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46783         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46784         bits/socket_type.h.
46785
46786         [BZ #13566]
46787         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46788         checking __USE_GNU.
46789
46790         * Makerules ($(inst_includedir)/%.h): New rule.
46791         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46792         (install-others): Remove variable setting.
46793         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46794
46795 2012-03-08  Richard Henderson  <rth@twiddle.net>
46796
46797         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46798         from macro to inline function; merge with the
46799         !__LIBC_INTERNAL_MATH_INLINES version.
46800         (__ieee754_sqrtf): Likewise.
46801
46802         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46803         to inline function.
46804         (__rintf, __floor, __floorf): Likewise.
46805
46806         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46807         macro to inline function.
46808         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46809
46810         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46811         not <math/math_private.h>.
46812
46813 2012-03-08  David S. Miller  <davem@davemloft.net>
46814
46815         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46816         copyright year.
46817         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46818
46819 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46820
46821         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46822         normalization.
46823         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46824         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46825
46826 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46827
46828         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46829         be defined individually, they must be defined as a block.  Define
46830         S for printing a string instead of hidint the different by using a
46831         macro for adding the 'l'.
46832         * stdio-common/tst-fphex-wide.c: Adjust.
46833
46834 2012-03-07  Marek Polacek  <polacek@redhat.com>
46835
46836         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46837
46838 2012-03-08  Marek Polacek  <polacek@redhat.com>
46839
46840         [BZ #13806]
46841         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46842         * stdio-common/tst-fphex.c: Define a few macros to make the
46843         test reusable.  Use them.
46844         * stdio-common/tst-fphex-wide.c: New file.
46845
46846 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46847
46848         [BZ #6911]
46849         * manual/macros.texi (gnusystems): New macro.
46850         (nongnusystems): Likewise.
46851         (gnulinuxhurdsystems): Likewise.
46852         (gnuhurdsystems): Likewise..
46853         (gnulinuxsystems): Likewise.
46854         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46855         variants of the GNU system, not "GNU system".
46856         * manual/conf.texi: Likewise.
46857         * manual/errno.texi: Likewise.  Update example of errno macro
46858         expansion.
46859         * manual/filesys.texi: Likewise.
46860         (getumask): Document as specific to GNU/Hurd.
46861         * manual/install.texi: Likewise.  Reword some references to
46862         GNU/Linux.
46863         * manual/intro.texi: Likewise.
46864         * manual/io.texi: Likewise.
46865         (File Name Portability): Detail which constraints are inapplicable
46866         to all GNU systems and which are only inapplicable to GNU/Hurd.
46867         * manual/job.texi: Likewise.
46868         * manual/llio.texi: Likewise.
46869         (O_NOCTTY): Document as present on GNU/Linux.
46870         * manual/maint.texi: Likewise.
46871         * manual/memory.texi: Likewise.
46872         * manual/pattern.texi: Likewise.
46873         * manual/pipe.texi: Likewise.
46874         * manual/process.texi: Likewise.
46875         * manual/resource.texi: Likewise.
46876         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46877         child on GNU/Hurd.
46878         * manual/setjmp.texi: Likewise.
46879         * manual/signal.texi: Likewise.
46880         * manual/startup.texi: Likewise.
46881         * manual/stdio.texi: Likewise.
46882         * manual/terminal.texi: Likewise.
46883         (ONLCR): Document as POSIX.
46884         (OXTABS): Document availability on GNU/Linux as XTABS.
46885         (ONOEOT): Document availability separately from other bits.
46886         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46887         * manual/time.texi: Likewise.
46888         * manual/users.texi: Likewise.
46889         * INSTALL: Regenerated.
46890         * sysdeps/gnu/errlist.c: Regenerated.
46891
46892         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46893         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46894         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46895         puts.
46896         * configure: Regenerated.
46897
46898 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46899
46900         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46901         default includes instead of AC_HEADER_CHECK.
46902         * sysdeps/i386/configure: Regenerated.
46903
46904         [BZ #10716]
46905         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46906         * math/s_cacoshf.c (__cacoshf): Likewise.
46907         * math/s_cacoshl.c (__cacoshl): Likewise.
46908         * math/s_casinh.c (__casinh): Set signs of result from argument.
46909         * math/s_casinhf.c (__casinhf): Likewise.
46910         * math/s_casinhl.c (__casinhl): Likewise.
46911         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46912         (casinh_test): Add more tests.
46913         * sysdeps/i386/fpu/libm-test-ulps: Update.
46914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46915
46916 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46917
46918         * po/zh_TW.po: Update from translation team.
46919
46920         * login/Makefile (distribute): Remove variable.
46921         * catgets/Makefile: Likewise.
46922         * mach/Makefile: Likewise.
46923         * malloc/Makefile: Likewise.
46924         * misc/Makefile: Likewise.
46925         * iconv/Makefile: Likewise.
46926         * nscd/Makefile: Likewise.
46927         * hurd/Makefile: Likewise.
46928         * manual/Makefile: Likewise.
46929         * locale/Makefile: Likewise.
46930         * intl/Makefile: Likewise.
46931         * conform/Makefile: Likewise.
46932         * nss/Makefile: Likewise.
46933         * time/Makefile: Likewise.
46934         * soft-fp/Makefile: Likewise.
46935         * dirent/Makefile: Likewise.
46936         * gmon/Makefile: Likewise.
46937         * po/Makefile: Likewise.
46938         * rt/Makefile: Likewise.
46939         * socket/Makefile: Likewise.
46940         * math/Makefile: Likewise.
46941         * signal/Makefile: Likewise.
46942         * debug/Makefile: Likewise.
46943         * elf/Makefile: Likewise.
46944         * timezone/Makefile: Likewise.
46945         * stdlib/Makefile: Likewise.
46946         * iconvdata/Makefile: Likewise.
46947         * sunrpc/Makefile: Likewise.
46948         * io/Makefile: Likewise.
46949         * argp/Makefile: Likewise.
46950         * inet/Makefile: Likewise.
46951         * hesiod/Makefile: Likewise.
46952         * grp/Makefile: Likewise.
46953         * csu/Makefile: Likewise.
46954         * wctype/Makefile: Likewise.
46955         * crypt/Makefile: Likewise.
46956         * libio/Makefile: Likewise.
46957         * string/Makefile: Likewise.
46958         * nis/Makefile: Likewise.
46959         * resolv/Makefile: Likewise.
46960         * stdio-common/Makefile: Likewise.
46961         * wcsmbs/Makefile: Likewise.
46962         * dlfcn/Makefile: Likewise.
46963         * posix/Makefile: Likewise.
46964
46965         [BZ #6959]
46966         * timezone/Makefile: Don't install timezone files, just the programs
46967         and scripts.
46968
46969 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46970
46971         * nss/databases.def: Add missing gshadow entry.
46972
46973         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46974
46975 2012-03-06  Marek Polacek  <polacek@redhat.com>
46976
46977         [BZ #13726]
46978         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46979         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46980         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46981         * stdio-common/tst-long-dbl-fphex.c: New file.
46982
46983 2012-03-06  David S. Miller  <davem@davemloft.net>
46984
46985         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46986         (set_obp_int): New function.
46987         (get_obp_int): New function.
46988         (__get_clockfreq_via_dev_openprom): Likewise.
46989         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46990         Avoid unused variable warnings on 'val' and use builtin_expect.
46991         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46992         __builtin_expect.
46993         (INLINE_CLONE_SYSCALL): Likewise.
46994
46995 2012-03-05  David S. Miller  <davem@davemloft.net>
46996
46997         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46998
46999 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47000
47001         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47002
47003         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47004         only for |x| >= 40.
47005         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47006
47007 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47008
47009         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47010         Replace gettimeofday with __vdso_gettimeofday.
47011
47012         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47013         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47014         __vdso_clock_gettime and __vdso_getcpu.
47015
47016         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47017         time with __vdso_time.
47018
47019 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47020
47021         * manual/lang.texi (size_t): Note types to which size_t may be
47022         equivalent with the GNU C Library, but do not describe when
47023         differences between them are significant.
47024
47025 2012-03-05  Andreas Jaeger  <aj@suse.de>
47026
47027         * sysdeps/i386/fpu/libm-test-ulps: Update.
47028
47029 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47030
47031         [BZ #3976]
47032         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47033         (__ieee754_pow): Save and restore rounding mode and use
47034         round-to-nearest for main computations.
47035         * math/libm-test.inc (pow_test_tonearest): New function.
47036         (pow_test_towardzero): Likewise.
47037         (pow_test_downward): Likewise.
47038         (pow_test_upward): Likewise.
47039         (main): Call the new functions.
47040         * sysdeps/i386/fpu/libm-test-ulps: Update.
47041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47042
47043         [BZ #3976]
47044         * math/libm-test.inc (cosh_test_tonearest): New function.
47045         (cosh_test_towardzero): Likewise.
47046         (cosh_test_downward): Likewise.
47047         (cosh_test_upward): Likewise.
47048         (sinh_test_tonearest): Likewise.
47049         (sinh_test_towardzero): Likewise.
47050         (sinh_test_downward): Likewise.
47051         (sinh_test_upward): Likewise.
47052         (main): Call the new functions.
47053         * sysdeps/i386/fpu/libm-test-ulps: Update.
47054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47055
47056 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47057
47058         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47059         default stack guard is set in last bytes.
47060         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47061
47062 2012-03-05  Kees Cook  <keescook@chromium.org>
47063
47064         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47065
47066         [BZ #13656]
47067         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47068         possibly allocate from heap instead of stack.
47069         * stdio-common/bug-vfprintf-nargs.c: New file.
47070         * stdio-common/Makefile (tests): Add nargs overflow test.
47071
47072 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47073
47074         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47075
47076 2012-03-03  Marek Polacek  <polacek@redhat.com>
47077
47078         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47079         * math/math_private.h: Likewise.
47080         * stdlib/tst-strtod.c: Likewise.
47081         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47082         * sysdeps/x86_64/bits/atomic.h: Likewise.
47083
47084 2012-03-02  David S. Miller  <davem@davemloft.net>
47085
47086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47087         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47088         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47089         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47090         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47091         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47092         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47093         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47094
47095 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47096
47097         [BZ #13792]
47098         * manual/examples/README: New file, says the example source files
47099         can be used under GPL>=2.
47100         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47101         line containing just "*/".
47102         * manual/examples/add.c: Add copyright header (GPL>=2).
47103         * manual/examples/argp-ex1.c: Likewise.
47104         * manual/examples/argp-ex2.c: Likewise.
47105         * manual/examples/argp-ex3.c: Likewise.
47106         * manual/examples/argp-ex4.c: Likewise.
47107         * manual/examples/atexit.c: Likewise.
47108         * manual/examples/db.c: Likewise.
47109         * manual/examples/dir.c: Likewise.
47110         * manual/examples/dir2.c: Likewise.
47111         * manual/examples/execinfo.c: Likewise.
47112         * manual/examples/filecli.c: Likewise.
47113         * manual/examples/filesrv.c: Likewise.
47114         * manual/examples/fmtmsgexpl.c: Likewise.
47115         * manual/examples/genpass.c: Likewise.
47116         * manual/examples/inetcli.c: Likewise.
47117         * manual/examples/inetsrv.c: Likewise.
47118         * manual/examples/isockad.c: Likewise.
47119         * manual/examples/longopt.c: Likewise.
47120         * manual/examples/memopen.c: Likewise.
47121         * manual/examples/memstrm.c: Likewise.
47122         * manual/examples/mkfsock.c: Likewise.
47123         * manual/examples/mkisock.c: Likewise.
47124         * manual/examples/mygetpass.c: Likewise.
47125         * manual/examples/pipe.c: Likewise.
47126         * manual/examples/popen.c: Likewise.
47127         * manual/examples/rprintf.c: Likewise.
47128         * manual/examples/search.c: Likewise.
47129         * manual/examples/select.c: Likewise.
47130         * manual/examples/setjmp.c: Likewise.
47131         * manual/examples/sigh1.c: Likewise.
47132         * manual/examples/sigusr.c: Likewise.
47133         * manual/examples/stpcpy.c: Likewise.
47134         * manual/examples/strdupa.c: Likewise.
47135         * manual/examples/strftim.c: Likewise.
47136         * manual/examples/strncat.c: Likewise.
47137         * manual/examples/subopt.c: Likewise.
47138         * manual/examples/swapcontext.c: Likewise.
47139         * manual/examples/termios.c: Likewise.
47140         * manual/examples/testopt.c: Likewise.
47141         * manual/examples/testpass.c: Likewise.
47142         * manual/examples/timeval_subtract.c: Likewise.
47143
47144         [BZ #13792]
47145         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47146         function to ...
47147         * manual/timeval_subtract.c.texi: ... here, new file.
47148
47149 2012-03-02  David S. Miller  <davem@davemloft.net>
47150
47151         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47152
47153 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47154
47155         [BZ #3976]
47156         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47157         (__sin): Save and restore rounding mode and use round-to-nearest
47158         for all computations.
47159         (__cos): Save and restore rounding mode and use round-to-nearest
47160         for all computations.
47161         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47162         <fenv.h>.
47163         (tan): Save and restore rounding mode and use round-to-nearest for
47164         all computations.
47165         * math/libm-test.inc (cos_test_tonearest): New function.
47166         (cos_test_towardzero): Likewise.
47167         (cos_test_downward): Likewise.
47168         (cos_test_upward): Likewise.
47169         (sin_test_tonearest): Likewise.
47170         (sin_test_towardzero): Likewise.
47171         (sin_test_downward): Likewise.
47172         (sin_test_upward): Likewise.
47173         (tan_test_tonearest): Likewise.
47174         (tan_test_towardzero): Likewise.
47175         (tan_test_downward): Likewise.
47176         (tan_test_upward): Likewise.
47177         (main): Call the new functions.
47178         * sysdeps/i386/fpu/libm-test-ulps: Update.
47179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47180
47181         [BZ #10135]
47182         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47183         small n, then large n, before computing and testing k+n.
47184         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47185         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47186         Likewise.
47187         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47188         Likewise.
47189         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47190         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47191         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47192         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47193         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47194         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47195         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47196         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47197         * math/libm-test.inc (scalbn_test): Add more tests.
47198         (scalbln_test): Likewise.
47199
47200         * manual/filesys.texi (mode_t): Describe constraints on size and
47201         signedness, not exact equivalence to a particular type.
47202         (ino_t): Likewise.
47203         (ino64_t): Likewise.
47204         (dev_t): Likewise.
47205         (nlink_t): Likewise.
47206         (blkcnt_t): Likewise.
47207         (blkcnt64_t): Likewise.
47208         * manual/llio.texi (off_t): Likewise.
47209
47210         [BZ #3976]
47211         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47212         (__ieee754_exp): Save and restore rounding mode and use
47213         round-to-nearest for all computations.
47214         * math/libm-test.inc (exp_test_tonearest): New function.
47215         (exp_test_towardzero): Likewise.
47216         (exp_test_downward): Likewise.
47217         (exp_test_upward): Likewise.
47218         (main): Call the new functions.
47219         * sysdeps/i386/fpu/libm-test-ulps: Update.
47220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47221
47222 2012-03-01  Chris Demetriou  <cgd@google.com>
47223
47224         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47225         have predictable order.
47226
47227 2012-03-01  David S. Miller  <davem@davemloft.net>
47228
47229         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47230
47231         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47232         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47233         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47234         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47235
47236         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47237         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47238         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47239         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47240         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47241         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47242         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47243         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47244         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47245
47246         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47247
47248         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47249         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47250         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47251
47252         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47253         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47254         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47255         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47256         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47257         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47258         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47259         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47260         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47261         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47262         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47263         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47264         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47265         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47266         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47267         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47268         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47269         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47270         * sysdeps/sparc/elf/configure: Regenerated.
47271
47272 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47273
47274         * configure.in (AS, LD): Require binutils 2.20 or later.
47275         * configure: Regenerated.
47276         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47277         as required minimum version.
47278         * INSTALL: Regenerated.
47279
47280         [BZ #2541]
47281         [BZ #4108]
47282         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47283         before squaring exponent.
47284         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47285         bottom long double and 27 bits of top long double before squaring
47286         exponent.
47287         * math/libm-test.inc (erfc_test): Add more tests.
47288         * sysdeps/i386/fpu/libm-test-ulps: Update.
47289         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47291
47292 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47293
47294         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47295         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47296         containing bit-fields.
47297         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47298         * soft-fp/single.h (_FP_UNION_S): Likewise.
47299         * soft-fp/double.h (_FP_UNION_D): Likewise.
47300
47301 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47302
47303         [BZ #13786]
47304         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47305         not include ../strcmp.S.
47306         [USE_AS_STRNCASECMP_L]: Likewise.
47307         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47308         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47309         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47310         (__strncasecmp_l_ia32): Define as alias to
47311         __strncasecmp_l_nonascii.
47312
47313         [BZ #5794]
47314         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47315         * sysdeps/i386/fpu/libm-test-ulps: Update.
47316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47317
47318         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47320
47321 2012-02-29  Jeff Law  <law@redhat.com>
47322
47323         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47324         out of bounds read.
47325
47326 2012-02-29  Marek Polacek  <polacek@redhat.com>
47327
47328         [BZ #13706]
47329         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47330         * elf/Makefile: Add rules to run tst-unused-dep.out.
47331
47332 2012-02-28  David S. Miller  <davem@davemloft.net>
47333
47334         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47335         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47336         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47337         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47338         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47339         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47340
47341 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47342
47343         * math/libm-test.inc (llround_test): Move one test from
47344         lround_test.  Use TEST_f_L in moved test.
47345         (lround_test): Move misplaced test to llround_test.  Add testcase
47346         from bug 2561.
47347
47348 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47349
47350         * sysdeps/x86_64/fpu/e_expf.S: New file.
47351         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47352
47353 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47354
47355         [BZ #13637]
47356         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47357         of remain_len that may cause incomplete multi-byte character and
47358         false match.
47359         * posix/bug-regex33.c: New file.
47360         * posix/Makefile (tests): Add bug-regex33.
47361
47362 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47363
47364         * manual/macros.texi: New file.
47365         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47366         * manual/libc.texinfo: Include macros.texi.
47367         * manual/creatute.texi: Likewise.
47368         * manual/install.texi: Likewise.
47369         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47370         @glibcadj{} in references to the GNU C Library.
47371         * manual/charset.texi: Likewise.
47372         * manual/conf.texi: Likewise.
47373         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47374         when not using those macros.
47375         * manual/creature.texi: Likewise.
47376         * manual/crypt.texi: Likewise.
47377         * manual/errno.texi: Likewise.
47378         * manual/filesys.texi: Likewise.
47379         * manual/header.texi: Likewise.
47380         * manual/install.texi: Likewise.
47381         * manual/intro.texi: Likewise.
47382         * manual/io.texi: Likewise.
47383         * manual/job.texi: Likewise.
47384         * manual/lang.texi: Likewise.
47385         * manual/libc.texiinfo: Likewise.
47386         * manual/llio.texi: Likewise.
47387         * manual/locale.texi: Likewise.
47388         * manual/maint.texi: Likewise.
47389         * manual/math.texi: Likewise.
47390         * manual/memory.texi: Likewise.
47391         * manual/message.texi: Likewise.
47392         * manual/nss.texi: Likewise.
47393         * manual/pattern.texi: Likewise.
47394         * manual/process.texi: Likewise.
47395         * manual/resource.texi: Likewise.
47396         * manual/search.texi: Likewise.
47397         * manual/setjmp.texi: Likewise.
47398         * manual/signal.texi: Likewise.
47399         * manual/socket.texi: Likewise.
47400         * manual/startup.texi: Likewise.
47401         * manual/stdio.texi: Likewise.
47402         * manual/string.texi: Likewise.
47403         * manual/sysinfo.texi: Likewise.
47404         * manual/syslog.texi: Likewise.
47405         * manual/terminal.texi: Likewise.
47406         * manual/time.texi: Likewise.
47407         * manual/users.texi: Likewise.
47408         * INSTALL: Regenerated.
47409         * NOTES: Regenerated.
47410         * sysdeps/gnu/errlist.c: Regenerated.
47411
47412 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47413
47414         * include/dirent.h: Include <dirstream.h> before
47415         <dirent/dirent.h>.
47416
47417 2012-02-28  David S. Miller  <davem@davemloft.net>
47418
47419         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47420         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47421         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47422         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47423
47424 2012-02-27  David S. Miller  <davem@davemloft.net>
47425
47426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47427         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47428         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47429         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47430
47431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47432         frame pointer instead of stack pointer relative arg slot.
47433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47434         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47435         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47436
47437 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47438
47439         [BZ #3992]
47440         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47441
47442 2012-02-27  David S. Miller  <davem@davemloft.net>
47443
47444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47448         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47449         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47450         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47451         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47452
47453 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47454
47455         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47456         later.  Allow versions 5-9.
47457         * configure: Regenerated.
47458         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47459         required minimum version and 4.6 as recommended version.  Do not
47460         mention bugs in GCC 2.7 and 2.8.
47461         * INSTALL: Regenerated.
47462
47463 2012-02-27  David S. Miller  <davem@davemloft.net>
47464
47465         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47466         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47469         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47470         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47471         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47472         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47473
47474         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47475         manipulate bits before adding and subtracting TWO112[sx].
47476         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47477
47478 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47479
47480         [BZ #13775]
47481         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47482         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47483         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47484         being in POSIX, because they are in 1003.1-2008.
47485
47486         * rt/tst-aio.c: Include <fcntl.h>.
47487         * rt/tst-aio7.c: Likewise.
47488         * rt/tst-aio64.c: Likewise.
47489
47490         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47491
47492 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47493
47494         * manual/install.texi (--with-headers): Describe headers as
47495         interface headers, not private headers.
47496         (Specific advice for GNU/Linux systems): Describe use of headers
47497         from "make headers_install", not private headers from older
47498         kernels.
47499         * INSTALL: Regenerated.
47500         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47501         Change to 2.6.19.
47502         * sysdeps/unix/sysv/linux/configure: Regenerated.
47503
47504         * manual/llio.texi (fclean): Remove documentation.
47505
47506         * manual/Makefile (libc-texi-generated): New variable.  Include
47507         version.texi.
47508         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47509         $(libc-texi-generated), not duplicated list of files.
47510         (version.texi, stamp-version): New rules.
47511         (realclean): Remove $(libc-texi-generated), not individual files
47512         from that list.  Do not remove dir-add.texinfo.
47513         * manual/libc.texinfo: Comment out uses of edition numbers and
47514         references to printed manual.  Remove last-updated dates.
47515         (EDITION): Comment out.
47516         (ISBN): Likewise.
47517         (VERSION, UPDATED): Remove.
47518         (version.texi): Include.
47519
47520 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47521
47522         * sysdeps/posix/spawni.c: Include <signal.h>.
47523         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47524         * sysdeps/pthread/aio_fsync.c: Likewise.
47525
47526 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47527
47528         * conform/Makefile (tests): Run only when not cross-compiling and
47529         when fast-check is not defined.
47530
47531         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47532         * conform/data/limits.h-data: Fixes for POSIX2008.
47533         * conform/run-conformtest.sh: Run all tests.
47534         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47535         headers.
47536         * include/bits/dlfcn.h: Likewise.
47537         * include/langinfo.h: Likewise.
47538         * include/monetary.h: Likewise.
47539         * include/sys/poll.h: Likewise.
47540
47541         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47542         for __USE_GNU.
47543         * posix/spawn.h: Define __need_sigset_t.
47544         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47545         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47546         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47547         to get sigevent_t only.
47548         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47549         only for __USE_GNU.
47550         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47551         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47552         process_vm_writev only for __USE_GNU.
47553         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47554
47555         * conform/Makefile: For now ignore errors from run-conformtest.
47556         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47557         POSIX to avoid namespace pollution.  Don't prepend headers.
47558         * conform/data/aio.h-data: Fixes for POSIX testing.
47559         * conform/data/fcntl.h-data: Likewise.
47560         * conform/data/glob.h-data: Likewise.
47561         * conform/data/grp.h-data: Likewise.
47562         * conform/data/pthread.h-data: Likewise.
47563         * conform/data/pwd.h-data: Likewise.
47564         * conform/data/signal.h-data: Likewise.
47565         * conform/data/spawn.h-data: Likewise.
47566         * conform/data/stdio.h-data: Likewise.
47567         * conform/data/stdlib.h-data: Likewise.
47568         * conform/data/stropts.h-data: Likewise.
47569         * conform/data/sys/mman.h-data: Likewise.
47570         * conform/data/sys/stat.h-data: Likewise.
47571         * conform/data/sys/types.h-data: Likewise.
47572         * conform/data/sys/wait.h-data: Likewise.
47573         * conform/data/time.h-data: Likewise.
47574         * conform/data/unistd.h-data: Likewise.
47575         * conform/data/utime.h-data: Likewise.
47576
47577         * io/sys/stat.h: fchmod was always in POSIX.
47578         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47579         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47580         * rt/aio.h: Define __need_timespec before including <time.h>.
47581         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47582         struct.  Add forward declaration of pthread_attr_t and use it in
47583         sigevent.
47584         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47585         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47586         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47587         always remove CLK_TCK definition.
47588
47589 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47590
47591         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47592
47593 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47594
47595         * conform/run-conformtest.sh: New file.
47596         * conform/Makefile: Run run-conformtest for tests.
47597         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47598         support.
47599
47600         * conform/data/uchar.h-data: New file.
47601         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47602         * conform/data/arpa/inet.h-data: Likewise.
47603         * conform/data/assert.h-data: Likewise.
47604         * conform/data/complex.h-data: Likewise.
47605         * conform/data/cpio.h-data: Likewise.
47606         * conform/data/ctype.h-data: Likewise.
47607         * conform/data/dirent.h-data: Likewise.
47608         * conform/data/dlfcn.h-data: Likewise.
47609         * conform/data/errno.h-data: Likewise.
47610         * conform/data/fcntl.h-data: Likewise.
47611         * conform/data/float.h-data: Likewise.
47612         * conform/data/fmtmsg.h-data: Likewise.
47613         * conform/data/fnmatch.h-data: Likewise.
47614         * conform/data/ftw.h-data: Likewise.
47615         * conform/data/glob.h-data: Likewise.
47616         * conform/data/grp.h-data: Likewise.
47617         * conform/data/iconv.h-data: Likewise.
47618         * conform/data/inttypes.h-data: Likewise.
47619         * conform/data/langinfo.h-data: Likewise.
47620         * conform/data/libgen.h-data: Likewise.
47621         * conform/data/limits.h-data: Likewise.
47622         * conform/data/locale.h-data: Likewise.
47623         * conform/data/math.h-data: Likewise.
47624         * conform/data/monetary.h-data: Likewise.
47625         * conform/data/mqueue.h-data: Likewise.
47626         * conform/data/ndbm.h-data: Likewise.
47627         * conform/data/net/if.h-data: Likewise.
47628         * conform/data/netdb.h-data: Likewise.
47629         * conform/data/netinet/in.h-data: Likewise.
47630         * conform/data/nl_types.h-data: Likewise.
47631         * conform/data/poll.h-data: Likewise.
47632         * conform/data/pthread.h-data: Likewise.
47633         * conform/data/pwd.h-data: Likewise.
47634         * conform/data/regex.h-data: Likewise.
47635         * conform/data/sched.h-data: Likewise.
47636         * conform/data/search.h-data: Likewise.
47637         * conform/data/semaphore.h-data: Likewise.
47638         * conform/data/setjmp.h-data: Likewise.
47639         * conform/data/signal.h-data: Likewise.
47640         * conform/data/spawn.h-data: Likewise.
47641         * conform/data/stdarg.h-data: Likewise.
47642         * conform/data/stdio.h-data: Likewise.
47643         * conform/data/stdlib.h-data: Likewise.
47644         * conform/data/string.h-data: Likewise.
47645         * conform/data/strings.h-data: Likewise.
47646         * conform/data/stropts.h-data: Likewise.
47647         * conform/data/sys/ipc.h-data: Likewise.
47648         * conform/data/sys/mman.h-data: Likewise.
47649         * conform/data/sys/msg.h-data: Likewise.
47650         * conform/data/sys/resource.h-data: Likewise.
47651         * conform/data/sys/select.h-data: Likewise.
47652         * conform/data/sys/sem.h-data: Likewise.
47653         * conform/data/sys/shm.h-data: Likewise.
47654         * conform/data/sys/socket.h-data: Likewise.
47655         * conform/data/sys/stat.h-data: Likewise.
47656         * conform/data/sys/statvfs.h-data: Likewise.
47657         * conform/data/sys/time.h-data: Likewise.
47658         * conform/data/sys/timeb.h-data: Likewise.
47659         * conform/data/sys/times.h-data: Likewise.
47660         * conform/data/sys/types.h-data: Likewise.
47661         * conform/data/sys/uio.h-data: Likewise.
47662         * conform/data/sys/un.h-data: Likewise.
47663         * conform/data/sys/utsname.h-data: Likewise.
47664         * conform/data/sys/wait.h-data: Likewise.
47665         * conform/data/syslog.h-data: Likewise.
47666         * conform/data/tar.h-data: Likewise.
47667         * conform/data/termios.h-data: Likewise.
47668         * conform/data/utime.h-data: Likewise.
47669         * conform/data/utmpx.h-data: Likewise.
47670         * conform/data/varargs.h-data: Likewise.
47671         * conform/data/wchar.h-data: Likewise.
47672         * conform/data/wctype.h-data: Likewise.
47673         * conform/data/wordexp.h-data: Likewise.
47674
47675         * include/stropts.h: New file.
47676         * include/uchar.h: New file.
47677         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47678         * include/assert.h: Likewise.
47679         * include/ctype.h: Likewise.
47680         * include/dirent.h: Likewise.
47681         * include/dlfcn.h: Likewise.
47682         * include/fcntl.h: Likewise.
47683         * include/fnmatch.h: Likewise.
47684         * include/glob.h: Likewise.
47685         * include/grp.h: Likewise.
47686         * include/libio.h: Likewise.
47687         * include/locale.h: Likewise.
47688         * include/math.h: Likewise.
47689         * include/net/if.h: Likewise.
47690         * include/netdb.h: Likewise.
47691         * include/netinet/in.h: Likewise.
47692         * include/pthread.h: Likewise.
47693         * include/pwd.h: Likewise.
47694         * include/regex.h: Likewise.
47695         * include/sched.h: Likewise.
47696         * include/search.h: Likewise.
47697         * include/setjmp.h: Likewise.
47698         * include/signal.h: Likewise.
47699         * include/stdio.h: Likewise.
47700         * include/stdlib.h: Likewise.
47701         * include/string.h: Likewise.
47702         * include/sys/cdefs.h: Likewise.
47703         * include/sys/mman.h: Likewise.
47704         * include/sys/msg.h: Likewise.
47705         * include/sys/resource.h: Likewise.
47706         * include/sys/select.h: Likewise.
47707         * include/sys/socket.h: Likewise.
47708         * include/sys/stat.h: Likewise.
47709         * include/sys/statvfs.h: Likewise.
47710         * include/sys/time.h: Likewise.
47711         * include/sys/times.h: Likewise.
47712         * include/sys/uio.h: Likewise.
47713         * include/sys/utsname.h: Likewise.
47714         * include/sys/wait.h: Likewise.
47715         * include/termios.h: Likewise.
47716         * include/time.h: Likewise.
47717         * include/ulimit.h: Likewise.
47718         * include/unistd.h: Likewise.
47719         * include/utime.h: Likewise.
47720         * include/wchar.h: Likewise.
47721         * include/wctype.h: Likewise.
47722         * include/wordexp.h: Likewise.
47723
47724         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47725
47726         * time/time.h: TIME_UTC must be a macro.
47727         Make timespec_get available for ISO C11 only as well.
47728
47729 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47730
47731         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47732         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47733
47734 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47735
47736         * configure.in: Use -o not -a in test for unsupported multi-arch.
47737
47738 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47739
47740         * manual/texinfo.tex: Update to version 2012-01-19.16.
47741
47742 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47743
47744         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47745
47746 2012-02-24  Roland McGrath  <roland@hack.frob.com>
47747
47748         [BZ #13738]
47749         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47750         * manual/fdl-1.3.texi: New file.
47751         * manual/fdl-1.1.texi: File removed.
47752
47753         [BZ #13738]
47754         * manual/libc.texinfo (FDL_VERSION): New @set.
47755         Use it for mention of FDL in cover text.
47756         (Documentation License): Use it in @include file name.
47757
47758 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47759             Roland McGrath  <roland@hack.frob.com>
47760
47761         [BZ #5461]
47762         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47763         (not LONG_LONG_MAX and LONG_LONG_MIN.
47764         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47765         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
47766         name.
47767         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47768
47769 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47770
47771         [BZ #2547]
47772         [BZ #11365]
47773         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47774         manipulate bits before adding and subtracting TWO23[sx].
47775         * math/libm-test.inc (nearbyint_test): Add more tests.
47776
47777 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47778
47779         [BZ #2548]
47780         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47781         bits before adding and subtracting TWO23[sx].
47782         * math/libm-test.inc (rint_test): Add more tests.
47783         (rint_test_tonearest): Likewise.
47784         (rint_test_towardzero): Likewise.
47785         (rint_test_downward): Likewise.
47786         (rint_test_upward: Likewise.
47787
47788 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47789
47790         [BZ #10110]
47791         * include/stdc-predef.h: New file.  Extracted from features.h.
47792         * include/features.h: Include stdc-predef.h.
47793         * Makefile (headers): Add stdc-predef.h.
47794         * CONFORMANCE (Compiler limitations): Update.
47795
47796 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47797
47798         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47799
47800 2012-02-21  David S. Miller  <davem@davemloft.net>
47801
47802         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47803         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47804
47805 2012-02-20  David S. Miller  <davem@davemloft.net>
47806
47807         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47808         using a normal save/restore sequence, rather than allocating a
47809         dummy stack frame just to store a frame pointer and restore.
47810         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47811
47812 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47813
47814         * manual/install.texi: Fix stray word in line-wrapped comment.
47815
47816 2012-02-20  David S. Miller  <davem@davemloft.net>
47817
47818         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47819         both binutils and gcc support GOTDATA.
47820
47821         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47822         "rd %pc" in the PIC register setup sequences.
47823
47824         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47825         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47826         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47827         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47828         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47829         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47830         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47831         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47832         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47833         (SYSCALL_ERROR_HANDLER): Likewise.
47834         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47835         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47836         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47837         (SYSCALL_ERROR_HANDLER): Likewise.
47838
47839         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47840         (HAVE_GCC_GOTDATA): New.
47841         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47842         relocation support in both binutils and gcc.
47843         * sysdeps/sparc/elf/configure: Regenerate.
47844
47845         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47846         * sysdeps/sparc/sparc32/elf/configure: Delete.
47847         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47848         * sysdeps/sparc/sparc64/elf/configure: Delete.
47849         * sysdeps/sparc/elf/configure.in: New file.
47850         * sysdeps/sparc/elf/configure: Generate.
47851
47852         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47853         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47854         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47855         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47856         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47857
47858 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47859
47860         * manual/install.texi: Do not mention specific glibc version
47861         numbers.
47862         * manual/libc.texinfo (VERSION, UPDATED): Update.
47863         (@copying): Use @copyright{} and range of years.
47864
47865 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47866
47867         [BZ #13695]
47868         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47869         [crti.S not in sysdirs] (generated): Do not append.
47870         [crti.S not in sysdirs] (omit-deps): Likewise.
47871         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47872         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47873         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47874         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47875         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47876         Likewise.
47877         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47878         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47879         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47880         * csu/defs.awk: Remove file.
47881         * sysdeps/generic/initfini.c: Likewise.
47882         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47883         variable.
47884         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47885         Likewise.
47886
47887 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47888
47889         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47890         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47891         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47892         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47893         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47894         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47895         <bits/epoll.h>.
47896         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47897         (__EPOLL_PACKED): Define to empty if not defined by
47898         <bits/epoll.h>.
47899         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47900         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47901         bits/epoll.h.
47902
47903 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47904
47905         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47906         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47907         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47908         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47909         <bits/timerfd.h>.
47910         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47911         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47912         bits/timerfd.h.
47913
47914 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47915
47916         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47917         in C locale.
47918         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47919         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47920         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47922
47923 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47924
47925         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47926         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47927
47928 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47929
47930         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47931         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47932         defined.
47933         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47934         Likewise.
47935         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47936         entry for 2.16.
47937
47938 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47939
47940         * math/w_acos.c: Use non-signaling floating-point comparisons.
47941         * math/w_acosf.c: Likewise.
47942         * math/w_acosh.c: Likewise.
47943         * math/w_acoshf.c: Likewise.
47944         * math/w_acoshl.c: Likewise.
47945         * math/w_acosl.c: Likewise.
47946         * math/w_asin.c: Likewise.
47947         * math/w_asinf.c: Likewise.
47948         * math/w_asinl.c: Likewise.
47949         * math/w_atanh.c: Likewise.
47950         * math/w_atanhf.c: Likewise.
47951         * math/w_atanhl.c: Likewise.
47952         * math/w_exp2.c: Likewise.
47953         * math/w_exp2f.c: Likewise.
47954         * math/w_exp2l.c: Likewise.
47955         * math/w_j0.c: Likewise.
47956         * math/w_j0f.c: Likewise.
47957         * math/w_j0l.c: Likewise.
47958         * math/w_j1.c: Likewise.
47959         * math/w_j1f.c: Likewise.
47960         * math/w_j1l.c: Likewise.
47961         * math/w_jn.c: Likewise.
47962         * math/w_jnf.c: Likewise.
47963         * math/w_log.c: Likewise.
47964         * math/w_log10.c: Likewise.
47965         * math/w_log10f.c: Likewise.
47966         * math/w_log10l.c: Likewise.
47967         * math/w_log2.c: Likewise.
47968         * math/w_log2f.c: Likewise.
47969         * math/w_log2l.c: Likewise.
47970         * math/w_logf.c: Likewise.
47971         * math/w_logl.c: Likewise.
47972         * math/w_sqrt.c: Likewise.
47973         * math/w_sqrtf.c: Likewise.
47974         * math/w_sqrtl.c: Likewise.
47975         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47976         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47977         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47978         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47979         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47980
47981 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47982
47983         [BZ #9739]
47984         * manual/string.texi (strnlen): Use correct parameter name in
47985         equivalent expression.
47986
47987 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47988
47989         [BZ #11174]
47990         * manual/users.texi (seteuid): Consistently use neweuid for
47991         argument name.
47992
47993 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47994
47995         [BZ #13704]
47996         * manual/nss.texi (Services in the NSS configuration): Correct
47997         list of services in example configuration file.
47998
47999 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48000
48001         [BZ #11322]
48002         * manual/arith.texi: Remove statements about negative zero
48003         behaving identically to zero.
48004
48005 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48006
48007         [BZ #5993]
48008         * manual/install.texi: Do not document upgrading from libc5.
48009
48010 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48011
48012         [BZ #4596]
48013         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48014
48015 2012-02-18  David S. Miller  <davem@davemloft.net>
48016
48017         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48018         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48019         %o7 across the call.
48020         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48021         instead.
48022         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48023         SETUP_PIC_REG_LEAF.
48024         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48025         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48026         * sysdeps/sparc/crtn.S: Likewise.
48027
48028 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48029
48030         * aout/Makefile: Remove.
48031
48032 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48033
48034         [BZ #13058]
48035         * manual/examples/argp-ex1.c (main): Format definition in GNU
48036         style.
48037         * manual/examples/argp-ex2.c (main): Likewise.
48038         * manual/examples/argp-ex3.c (main): Likewise.
48039         * manual/examples/argp-ex4.c (main): Likewise.
48040         * manual/examples/longopt.c (main): Use new-style prototype
48041         definition.
48042         * manual/examples/strncat.c (main): Specify return type and use
48043         (void) for arguments.
48044         * manual/examples/subopt.c (main): Use char **argv argument.
48045
48046 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48047
48048         [BZ #5077]
48049         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48050         rounding modes.
48051
48052 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48053
48054         [BZ #6907]
48055         * manual/string.texi (strchr): Change when strchrnul is
48056         recommended.
48057
48058 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48059
48060         [BZ #174]
48061         * manual/locale.texi (setlocale): Document LOCPATH.
48062
48063 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48064
48065         [BZ #10210]
48066         * manual/process.texi (execle): Move @dots{} before last argument.
48067
48068 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48069
48070         [BZ #12047]
48071         * manual/charset.texi (Generic Charset Conversion): Fix typo
48072         (LC_TYPE -> LC_CTYPE).
48073
48074 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48075
48076         [BZ #5805]
48077         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48078         (scalbnf): Likewise.
48079         (scalbnl): Likewise.
48080         (scalbln): Likewise.
48081         (scalblnf): Likewise.
48082         (scalblnl): Likewise.
48083         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48084         (vwarnx): Likewise.
48085         (verr): Likewise.
48086         (verrx): Likewise.
48087         * manual/filesys.texi (telldir): Use braces around return type.
48088         * manual/llio.texi (mmap): Add space after comma.
48089         (mmap64): Likewise.
48090         * manual/math.texi (jn): Use @var{} on parameter names.
48091         (jnf): Likewise.
48092         (jnl): Likewise.
48093         (yn): Likewise.
48094         (ynf): Likewise.
48095         (ynl): Likewise.
48096         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48097         line.
48098         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48099         "...".
48100         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48101         (sched_get_priority_max): Likewise.
48102         * manual/signal.texi (sigvec): Add space after comma.
48103         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48104         names.
48105         (if_indextoname): Likewise.
48106         (if_freenameindex): Likewise.
48107         (sendto): Use ',' instead of '.' in prototype.
48108         * manual/startup.texi (syscall): Use @dots{} instead of literal
48109         "...".
48110         * manual/stdio.texi (__fpending): Separate initial words of
48111         paragraph from @deftypefun line.
48112         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48113         "...".
48114         (vsyslog): Use @var{} on parameter names.
48115         * manual/terminal.texi (stty): Use @var{} on parameter names.
48116         * manual/users.texi (getutmp): Use @var{} on parameter names.
48117         (getutmpx): Likewise.
48118
48119 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48120
48121         [BZ #6884]
48122         * manual/stdio.texi (fopen): Fix typos in description of
48123         ",ccs=STRING".
48124
48125 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48126
48127         [BZ #4026]
48128         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48129         get clock_id definition.
48130
48131 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48132
48133         [BZ #4822]
48134         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48135         (madvise): Cast every argument to void on its own.
48136
48137 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48138
48139         [BZ #9902]
48140         * manual/startup.texi (Exit Status): Fix typo.
48141
48142 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48143
48144         [BZ #10140]
48145         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48146         * manual/examples/argp-ex2.c: Likewise.
48147         * manual/examples/argp-ex3.c: Likewise.
48148
48149 2012-02-16  Richard Henderson  <rth@redhat.com>
48150
48151         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48152         * sysdeps/s390/s390-32/initfini.c: Remove.
48153         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48154         * sysdeps/s390/s390-64/initfini.c: Remove.
48155
48156 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48157
48158         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48159         compiler output for sysdeps/generic/initfini.c.
48160         * sysdeps/sh/elf/initfini.c: Remove file.
48161
48162 2012-02-16  David S. Miller  <davem@davemloft.net>
48163
48164         [BZ #11494]
48165         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48166
48167         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48168         * sysdeps/sparc/crti.S: New file.
48169         * sysdeps/sparc/crtn.S: New file.
48170         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48171         * sysdeps/sparc/sparc64/Makefile: Likewise.
48172
48173 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48174
48175         [BZ #3335]
48176         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48177
48178 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48179
48180         [BZ #4822]
48181         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48182
48183         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48184         (write, read, close): Likewise.
48185         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48186
48187 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48188
48189         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48190         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48191         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48192         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48193         <bits/signalfd.h>.
48194         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48195         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48196         bits/signalfd.h.
48197
48198 2012-02-14  Marek Polacek  <polacek@redhat.com>
48199
48200         * sysdeps/x86_64/crti.S: New file.
48201         * sysdeps/x86_64/crtn.S: New file.
48202         * sysdeps/x86_64/elf/initfini.c: Remove file.
48203
48204 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48205
48206         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48207         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48208         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48209         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48210         <bits/inotify.h>.
48211         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48212         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48213         bits/inotify.h.
48214
48215 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48216
48217         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48218         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48219         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48220         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48221         <bits/eventfd.h>.
48222         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48223         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48224         bits/eventfd.h.
48225
48226 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48227
48228         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48229         __feraiseexcept instead of feraiseexcept.
48230
48231         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48232         nanosleep invocations.
48233         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48234         strings, and add error checking for a nanosleep invocations.
48235
48236 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48237
48238         Replace FSF snail mail address with URLs, as per GNU coding standards.
48239         Most of the snail mail addresses were wrong anyway, and omitting
48240         them makes the source code easier to maintain.  Almost all of the
48241         changes are to license notices and to locale LC_IDENTIFICATION
48242         addresses, except for this one:
48243         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48244         not its snail mail address.
48245
48246 2012-02-09  Richard Henderson  <rth@twiddle.net>
48247
48248         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48249         of kernel-features.h.
48250
48251         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48252
48253 2012-02-08  Marek Polacek  <polacek@redhat.com>
48254
48255         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48256         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48257         * sysdeps/gnu/_G_config.h: Likewise.
48258         * sysdeps/generic/_G_config.h: Likewise.
48259
48260 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48261
48262         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48263         tests.
48264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48265
48266         * sysdeps/powerpc/powerpc32/crti.S: New file.
48267         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48268         * sysdeps/powerpc/powerpc64/crti.S: New file.
48269         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48270
48271         * Makeconfig (have-initfini): Don't set.
48272         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48273         * configure.in (nopic_initfini): Don't substitute.
48274         * config.h.in (HAVE_INITFINI): Don't #undef.
48275         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48276         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48277
48278 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48279
48280         Support crti.S and crtn.S provided directly by architectures.
48281         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48282         [crti.S in sysdirs] (omit-deps): Likewise.
48283         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48284         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48285         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48286         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48287         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48288         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48289         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48290         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48291         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48292         compiler output for sysdeps/generic/initfini.c.
48293         * sysdeps/i386/elf/Makefile: Remove file.
48294         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48295
48296 2012-02-07  Marek Polacek  <polacek@redhat.com>
48297
48298         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48299         * sysdeps/gnu/_G_config.h: Likewise.
48300         * sysdeps/mach/hurd/_G_config.h: Likewise.
48301
48302 2012-02-07  Marek Polacek  <polacek@redhat.com>
48303
48304         * math/Makefile (tests): Add tst-CMPLX2.
48305         * math/tst-CMPLX2.c: New file.
48306
48307 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48308
48309         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48310
48311         * math/libm-test.inc (jn_test): Add missing L suffix.
48312
48313 2012-02-06  Marek Polacek  <polacek@redhat.com>
48314
48315         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48316         * sysdeps/i386/fpu/e_powf.S: Likewise.
48317         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48318         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48319         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48320         * sysdeps/i386/fpu/e_pow.S: Likewise.
48321         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48322         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48323         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48324         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48325         * sysdeps/i386/fpu/e_log2.S: Likewise.
48326         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48327         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48328         * sysdeps/i386/fpu/e_powl.S: Likewise.
48329         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48330         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48331         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48332         * sysdeps/i386/fpu/e_logl.S: Likewise.
48333         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48334         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48335         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48336         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48337         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48338         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48339         * sysdeps/i386/fpu/e_log.S: Likewise.
48340         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48341         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48342         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48343         * sysdeps/i386/fpu/e_logf.S: Likewise.
48344         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48345         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48346         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48347         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48348         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48349         * sysdeps/i386/fpu/e_log10.S: Likewise.
48350         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48351         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48352         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48353         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48354         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48355         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48356         * sysdeps/i386/asm-syntax.h: Likewise.
48357         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48358         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48359         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48360         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48361         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48362         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48363         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48364         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48365         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48366         * sysdeps/powerpc/sysdep.h: Likewise.
48367         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48368         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48369
48370 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48371
48372         [BZ #411]
48373         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48374
48375 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48376
48377         * sysdeps/i386/sysdep.h: Include <features.h>.
48378         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48379         version.
48380
48381 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48382
48383         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48384         Define.
48385         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48386         LOAD_PIC_REG_STR.
48387
48388 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48389
48390         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48391         (SETUP_PIC_REG): Use GET_PC_THUNK.
48392         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48393         macro.
48394
48395 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48396
48397         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48398         for non-PIC compilation.
48399         (SETUP_PIC_REG): Add .p2align directive.
48400         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48401         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48402         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48403         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48404         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48405         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48406         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48407         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48408         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48409         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48410         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48411         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48412         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48413         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48414         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48415         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48416         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48417         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48418         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48419         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48420         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48421         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48422         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48423         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48424         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48425         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48426         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48427         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48428         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48429         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48430         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48431         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48432         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48433         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48434         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48435         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48436         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48437         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48438         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48439         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48440         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48441
48442 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48443
48444         * math/tst-CMPLX.c: Include <stdio.h>.
48445
48446 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48447
48448         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48449         float.
48450         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48451         * sysdeps/sparc/bits/mathdef.h: Likewise.
48452
48453 2012-01-31  Marek Polacek  <polacek@redhat.com>
48454
48455         * libio/libio.h: Don't define _PARAMS.
48456         * locale/programs/config.h: Don't define PARAMS.
48457         * stdlib/strtol_l.c: Likewise.
48458         (__strtol_l): Remove PARAMS from the prototype.
48459
48460 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48461
48462         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48463         names.  Just use the correct names.  Remove unnecessary wrapper
48464         functions.
48465         * malloc/arena.c: Likewise.
48466         * malloc/hooks.c: Likewise.
48467
48468         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48469         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48470         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48471
48472 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48473
48474         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48475         into tail calls.
48476         (update_get_addr): New function.
48477         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48478         GET_ADDR_MODULE parameter.
48479
48480 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48481
48482         * crypt/cert.c: Remove __STDC__ conditionals.
48483         * crypt/crypt-entry.c: Likewise.
48484         * crypt/crypt_util.c: Likewise.
48485         * libio/filedoalloc.c: Likewise.
48486         * libio/fileops.c: Likewise.
48487         * libio/genops.c: Likewise.
48488         * libio/iofclose.c: Likewise.
48489         * libio/iofdopen.c: Likewise.
48490         * libio/iofopen.c: Likewise.
48491         * libio/iofopen64.c: Likewise.
48492         * libio/iogetdelim.c: Likewise.
48493         * libio/iopopen.c: Likewise.
48494         * libio/obprintf.c: Likewise.
48495         * libio/oldfileops.c: Likewise.
48496         * libio/oldiofclose.c: Likewise.
48497         * libio/oldiofdopen.c: Likewise.
48498         * libio/oldiofopen.c: Likewise.
48499         * libio/oldiopopen.c: Likewise.
48500         * libio/wfiledoalloc.c: Likewise.
48501         * libio/wgenops.c: Likewise.
48502         * locale/programs/xmalloc.c: Likewise.
48503         * misc/syslog.c: Likewise.
48504         * stdio-common/xbug.c: Likewise.
48505         * string/memchr.c: Likewise.
48506         * string/memcmp.c: Likewise.
48507         * string/memrchr.c: Likewise.
48508         * string/rawmemchr.c: Likewise.
48509         * sysdeps/posix/getcwd.c: Likewise.
48510         * time/strftime_l.c: Likewise.
48511
48512 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48513
48514         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48515         * config.make.in (config-cflags-sse2avx): Define.
48516         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48517         Fix typo.
48518
48519 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48520
48521         * scripts/config.guess: Update from upstream config git repository.
48522         * scripts/config.sub: Likewise.
48523
48524 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48525
48526         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48527         (EM_NUM): Update.
48528         (R_TILEPRO_*, R_TILEGX_*): New macros.
48529
48530         * scripts/firstversions.awk: Fix bug in version range handling.
48531
48532         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48533
48534         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48535
48536         * include/sys/epoll.h: New file.
48537         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48538         libc_hidden_def.
48539
48540 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48541
48542         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48543         Avoid unnecessary __WORDSIZE == 64 test.
48544         (fmaxf): Use VEX format if possible.
48545         (fmax): Likewise.
48546         (fminf): Likewise.
48547         (fmin): Likewise.
48548
48549         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48550         * math/math_private.h: Remove libc_fegetround* and
48551         libc_fesetround*.
48552         * sysdeps/i386/configure.in: Check for -msse2avx.
48553         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48554         also if SSE2AVX is defined.
48555         Remove libc_fegetround* and libc_fesetround*.
48556         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48557         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48558         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48559         of HAS_YMM_USABLE.
48560         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48561         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48562         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48563         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48564         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48565
48566         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48567
48568 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48569
48570         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48571         size is not set.
48572         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48573
48574 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48575
48576         [BZ #13618]
48577         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48578         relocation.
48579         * Makeconfig (libm): Define.
48580         * elf/Makefile: Add rules to build and run tst-relsort1.
48581         * elf/tst-relsort1.c: New file.
48582         * elf/tst-relsort1mod1.c: New file.
48583         * elf/tst-relsort1mod2.c: New file.
48584
48585 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48586
48587         * math/s_ldexp.c: Remove __STDC__ conditionals.
48588         * math/s_ldexpf.c: Likewise.
48589         * math/s_ldexpl.c: Likewise.
48590         * math/s_nextafter.c: Likewise.
48591         * math/s_nexttowardf.c: Likewise.
48592         * math/s_significand.c: Likewise.
48593         * math/s_significandf.c: Likewise.
48594         * math/s_significandl.c: Likewise.
48595         * math/w_jnl.c: Likewise.
48596         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48597         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48598         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48599         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48600         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48605         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48606         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48607         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48609         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48610         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48611         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48612         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48613         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48615         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48616         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48617         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48618         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48619         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48620         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48621         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48622         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48623         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48624         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48625         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48626         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48627         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48628         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48629         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48630         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48631         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48632         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48633         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48634         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48635         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48636         * sysdeps/ieee754/k_standard.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48659         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48662         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48665         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48669         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48672         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48675         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48676         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48691         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48698         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48703         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48705         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48707         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48710         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48711         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48712         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48714         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48715         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48716         * sysdeps/ieee754/s_matherr.c: Likewise.
48717         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48718         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48719         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48720         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48721
48722 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48723
48724         * crypt/md5.h: Remove __STDC__ conditionals.
48725         * libio/libioP.h: Likewise.
48726         * locale/programs/config.h: Likewise.
48727         * sysdeps/generic/sysdep.h: Likewise.
48728         * sysdeps/i386/asm-syntax.h: Likewise.
48729         * sysdeps/s390/asm-syntax.h: Likewise.
48730         * sysdeps/unix/sysdep.h: Likewise.
48731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48733
48734 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48735
48736         * libio/libio.h: Remove __STDC__ conditionals.
48737         * malloc/obstack.h: Likewise.
48738         * math/complex.h: Likewise.
48739         * math/math.h: Likewise.
48740         * sysdeps/generic/_G_config.h: Likewise.
48741         * sysdeps/gnu/_G_config.h: Likewise.
48742         * sysdeps/mach/hurd/_G_config.h: Likewise.
48743         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48744         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48745         * sysdeps/sparc/bits/mathdef.h: Likewise.
48746
48747 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
48748
48749         [BZ #13583]
48750         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
48751         Clean up HAS_* macros.
48752         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
48753         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48754         possible.
48755         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48756         HAS_AVX.
48757         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48758         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48759         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48760         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48761         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48762
48763 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
48764
48765         * elf/tst-unique3.cc (gets): Remove declaration.
48766         * elf/tst-unique3lib.cc (gets): Likewise.
48767         * elf/tst-unique3lib2.cc (gets): Likewise.
48768         * elf/tst-unique4.cc (gets): Likewise.
48769
48770 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
48771
48772         * include/stdio.h: Add C++ protection.  Add gets declarations and
48773         definitions.
48774         * debug/tst-chk1.c: Don't declare gets here.
48775         * stdio-common/tst-gets.c: Likewise.
48776
48777 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48778
48779         * posix/glob: Remove directory.
48780
48781 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48782
48783         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48784
48785 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
48786
48787         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48788         of the non-standard EPFNOSUPPORT.
48789
48790 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48791
48792         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48793         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48794         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48795
48796 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48797
48798         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48799
48800 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48801
48802         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48803         transient errors.
48804         * nscd/grpcache.c (cache_addgr): Likewise.
48805         * nscd/hstcache.c (cache_addhst): Likewise.
48806         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48807         * nscd/pwdcache.c (cache_addpw): Likewise.
48808         * nscd/servicescache.c (cache_addserv): Likewise.
48809
48810 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48811
48812         * malloc/malloc.c: Various cleanups.
48813         * malloc/hooks.c: Likewise.
48814
48815         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48816         * stdlib/bug-fmtmsg1.c: New file.
48817
48818         * stdlib/fmtmsg.c (init): Add missing unlock.
48819         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48820
48821 2012-01-12  Marek Polacek  <polacek@redhat.com>
48822
48823         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48824         and _GNU_SOURCE.
48825
48826 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48827
48828         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48829         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48830         macro to ensure uniqueness of label name.
48831         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48832         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48833
48834 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48835
48836         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48837
48838         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48839         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48840         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48841         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48842
48843 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48844
48845         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48846
48847         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48848         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48849         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48850
48851         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48852
48853         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48854         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48855         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48856         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48857
48858         * math/bits/math-finite.h: Add ldexp support.
48859
48860 2012-01-10  Marek Polacek  <polacek@redhat.com>
48861
48862         * locale/programs/localedef.h (show_archive_content): Add noreturn
48863         attribute.
48864
48865 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48866
48867         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48868
48869 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48870
48871         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48872
48873         * io/Makefile (headers): Add bits/poll2.h.
48874
48875 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48876
48877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48878         typo #include statement.
48879
48880 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48881
48882         * include/sys/cdefs.h: Define __attribute_alloc_size.
48883         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48884         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48885         * elf/pldd.c: Likewise.
48886         * iconv/iconv_charmap.c: Likewise.
48887         * iconv/iconvconfig.c: Likewise.
48888         * iconv/strtab.c: Likewise.
48889         * locale/programs/locale.c: Likewise.
48890         * locale/programs/localedef.h: Likewise.
48891         * locale/programs/simple-hash.c: Likewise.
48892         * nscd/nscd.h: Likewise.
48893         * nss/makedb.c: Likewise.
48894         * sysdeps/generic/ldconfig.h: Likewise.
48895         * locale/programs/localedef.c: Remove xmalloc prototype.
48896         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48897
48898 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48899
48900         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48901         appropriate.
48902
48903 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48904
48905         * math/Makefile (tests): Add tst-CMPLX.
48906         * math/tst-CMPLX.c: New file.
48907
48908         * math/complex.h (CMPLXL): Fix typo.
48909
48910         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48911         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48912         GLIBC_2.16.
48913         * debug/tst-chk1.c: Add poll and ppoll tests.
48914         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48915         * include/sys/poll.h: Add hidden proto for ppoll.
48916         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48917         * sysdeps/mach/hurd/ppoll.c: Likewise.
48918         * io/ppoll.c: Likewise.
48919         * debug/poll_chk.c: New file.
48920         * debug/ppoll_chk.c: New file.
48921         * include/bits/poll2.h: New file.
48922         * io/bits/poll2.h: New file.
48923
48924         [BZ #1350]
48925         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48926
48927         * configure.in: static is always set to yes.  Remove.
48928         * config.make.in: Don't set build-static.
48929         * Makeconfig: Remove use of build-static.
48930         * dlfcn/Makefile: Likewise.
48931         * elf/Makefile: Likewise.
48932         * math/Makefile: Likewise.
48933         * misc/Makefile: Likewise.
48934         * nptl/Makefile: Likewise.
48935         * sysdeps/mach/hurd/Makefile: Likewise.
48936
48937         * configure.in: PWD_P is not used anymore.
48938         * config.make.in: Remove PWD_P entry.
48939
48940         * configure.in: Remove last remnants of RANLIB.
48941         No need to check for signed size_t anymore.
48942         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48943         and IA-64.
48944         Remove __builtin_expect test because we require at least gcc 3.4.
48945         * aclocal.m4: Likewise.
48946
48947         * wcsmbs/mbrtoc16.c: Implement using towc function.
48948         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48949         * wcsmbs/wcsmbsload.c: Likewise.
48950         * iconv/gconv_simple.c: Likewise.
48951         * iconv/gconv_int.h: Likewise.
48952         * iconv/gconv_builtin.h: Likewise.
48953         * iconv/iconv_prog.c: Remove CHAR16 handling.
48954
48955         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48956
48957         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48958
48959         * configure.in: Remove --with-elf and --enable-bounded options.
48960         Dont set base_machine for ia64.  More non-ELF conditions removed.
48961         Remove testing and setting of leading underscore information.
48962         * config.make.in (build-bounded): Set to no.
48963         * config.h.in: Remove NO_UNDERSCORES entry.
48964         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48965         them.
48966         * csu/start.c: Remove !NO_UNDERSCORE code.
48967         * locale/localeinfo.h: Likewise.
48968         * sysdeps/generic/machine-gmon.h: Likewise.
48969         * sysdeps/generic/sysdep.h: Likewise.
48970         * sysdeps/i386/sysdep.h: Likewise.
48971         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48972         * sysdeps/mach/sysdep.h: Likewise.
48973         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48974         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48975         * sysdeps/sh/sysdep.h: Likewise.
48976         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48977         * sysdeps/unix/i386/sysdep.S: Likewise.
48978         * sysdeps/unix/sparc/start.c: Likewise.
48979         * sysdeps/unix/sparc/sysdep.S: Likewise.
48980         * sysdeps/unix/sparc/sysdep.h: Likewise.
48981         * sysdeps/unix/start.c: Likewise.
48982         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48983         * sysdeps/x86_64/sysdep.h: Likewise.
48984
48985 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48986
48987         [BZ #13553]
48988         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48989         for non-gcc.
48990         * argp/argp-fmtstream.h: Use const instead __const.
48991         * argp/argp.h: Likewise.
48992         * assert/assert.h: Likewise.
48993         * bits/fenv.h: Likewise.
48994         * bits/sched.h: Likewise.
48995         * bits/sigset.h: Likewise.
48996         * bits/sigthread.h: Likewise.
48997         * catgets/nl_types.h: Likewise.
48998         * conform/data/pthread.h-data: Likewise.
48999         * crypt/crypt-private.h: Likewise.
49000         * crypt/crypt.h: Likewise.
49001         * crypt/crypt_util.c: Likewise.
49002         * ctype/ctype.h: Likewise.
49003         * debug/execinfo.h: Likewise.
49004         * debug/mbsnrtowcs_chk.c: Likewise.
49005         * debug/mbsrtowcs_chk.c: Likewise.
49006         * debug/wcsnrtombs_chk.c: Likewise.
49007         * debug/wcsrtombs_chk.c: Likewise.
49008         * debug/wcstombs_chk.c: Likewise.
49009         * dirent/dirent.h: Likewise.
49010         * dlfcn/dlfcn.h: Likewise.
49011         * elf/neededtest4.c: Likewise.
49012         * grp/grp.h: Likewise.
49013         * gshadow/gshadow.h: Likewise.
49014         * iconv/gconv.h: Likewise.
49015         * iconv/gconv_int.h: Likewise.
49016         * iconv/gconv_simple.c: Likewise.
49017         * iconv/iconv.h: Likewise.
49018         * iconv/loop.c: Likewise.
49019         * iconv/skeleton.c: Likewise.
49020         * include/aio.h: Likewise.
49021         * include/aliases.h: Likewise.
49022         * include/argz.h: Likewise.
49023         * include/arpa/inet.h: Likewise.
49024         * include/assert.h: Likewise.
49025         * include/dirent.h: Likewise.
49026         * include/dlfcn.h: Likewise.
49027         * include/execinfo.h: Likewise.
49028         * include/fcntl.h: Likewise.
49029         * include/fenv.h: Likewise.
49030         * include/glob.h: Likewise.
49031         * include/grp.h: Likewise.
49032         * include/libintl.h: Likewise.
49033         * include/mntent.h: Likewise.
49034         * include/netdb.h: Likewise.
49035         * include/pwd.h: Likewise.
49036         * include/rpc/netdb.h: Likewise.
49037         * include/sched.h: Likewise.
49038         * include/search.h: Likewise.
49039         * include/shadow.h: Likewise.
49040         * include/signal.h: Likewise.
49041         * include/stdio.h: Likewise.
49042         * include/stdlib.h: Likewise.
49043         * include/string.h: Likewise.
49044         * include/sys/socket.h: Likewise.
49045         * include/sys/stat.h: Likewise.
49046         * include/sys/statfs.h: Likewise.
49047         * include/sys/statvfs.h: Likewise.
49048         * include/sys/syslog.h: Likewise.
49049         * include/sys/time.h: Likewise.
49050         * include/sys/uio.h: Likewise.
49051         * include/time.h: Likewise.
49052         * include/unistd.h: Likewise.
49053         * include/utmp.h: Likewise.
49054         * include/wchar.h: Likewise.
49055         * include/wctype.h: Likewise.
49056         * inet/aliases.h: Likewise.
49057         * inet/arpa/inet.h: Likewise.
49058         * inet/netinet/ether.h: Likewise.
49059         * inet/netinet/in.h: Likewise.
49060         * intl/libintl.h: Likewise.
49061         * io/bits/fcntl2.h: Likewise.
49062         * io/fcntl.h: Likewise.
49063         * io/ftw.h: Likewise.
49064         * io/sys/poll.h: Likewise.
49065         * io/sys/stat.h: Likewise.
49066         * io/sys/statfs.h: Likewise.
49067         * io/sys/statvfs.h: Likewise.
49068         * io/utime.h: Likewise.
49069         * libio/bits/stdio.h: Likewise.
49070         * libio/bits/stdio2.h: Likewise.
49071         * libio/libio.h: Likewise.
49072         * libio/libioP.h: Likewise.
49073         * libio/stdio.h: Likewise.
49074         * locale/lc-ctype.c: Likewise.
49075         * locale/locale.h: Likewise.
49076         * login/utmp.h: Likewise.
49077         * malloc/arena.c: Likewise.
49078         * malloc/malloc.c: Likewise.
49079         * malloc/malloc.h: Likewise.
49080         * malloc/mcheck.c: Likewise.
49081         * malloc/mtrace.c: Likewise.
49082         * math/bits/mathcalls.h: Likewise.
49083         * math/fenv.h: Likewise.
49084         * math/math_private.h: Likewise.
49085         * misc/bits/error.h: Likewise.
49086         * misc/bits/syslog.h: Likewise.
49087         * misc/err.h: Likewise.
49088         * misc/error.h: Likewise.
49089         * misc/fstab.h: Likewise.
49090         * misc/mntent.h: Likewise.
49091         * misc/regexp.h: Likewise.
49092         * misc/search.h: Likewise.
49093         * misc/sgtty.h: Likewise.
49094         * misc/sys/mman.h: Likewise.
49095         * misc/sys/syslog.h: Likewise.
49096         * misc/sys/uio.h: Likewise.
49097         * misc/sys/xattr.h: Likewise.
49098         * misc/ttyent.h: Likewise.
49099         * nis/rpcsvc/ypclnt.h: Likewise.
49100         * nss/nss.h: Likewise.
49101         * posix/bits/unistd.h: Likewise.
49102         * posix/fnmatch.h: Likewise.
49103         * posix/glob.h: Likewise.
49104         * posix/sched.h: Likewise.
49105         * posix/spawn.h: Likewise.
49106         * posix/sys/wait.h: Likewise.
49107         * posix/unistd.h: Likewise.
49108         * posix/wordexp.h: Likewise.
49109         * pwd/pwd.h: Likewise.
49110         * resolv/netdb.h: Likewise.
49111         * resource/sys/resource.h: Likewise.
49112         * rt/aio.h: Likewise.
49113         * rt/bits/mqueue2.h: Likewise.
49114         * rt/mqueue.h: Likewise.
49115         * shadow/shadow.h: Likewise.
49116         * signal/signal.h: Likewise.
49117         * socket/send.c: Likewise.
49118         * socket/sendto.c: Likewise.
49119         * socket/sys/socket.h: Likewise.
49120         * stdio-common/printf.h: Likewise.
49121         * stdlib/bits/stdlib.h: Likewise.
49122         * stdlib/fmtmsg.h: Likewise.
49123         * stdlib/monetary.h: Likewise.
49124         * stdlib/stdlib.h: Likewise.
49125         * stdlib/ucontext.h: Likewise.
49126         * streams/stropts.h: Likewise.
49127         * string/argz.h: Likewise.
49128         * string/bits/string2.h: Likewise.
49129         * string/string.h: Likewise.
49130         * string/strings.h: Likewise.
49131         * sunrpc/rpc/auth.h: Likewise.
49132         * sunrpc/rpc/auth_des.h: Likewise.
49133         * sunrpc/rpc/clnt.h: Likewise.
49134         * sunrpc/rpc/netdb.h: Likewise.
49135         * sunrpc/rpc/pmap_clnt.h: Likewise.
49136         * sunrpc/rpc/xdr.h: Likewise.
49137         * sysdeps/generic/inttypes.h: Likewise.
49138         * sysdeps/generic/net/if.h: Likewise.
49139         * sysdeps/generic/sys/swap.h: Likewise.
49140         * sysdeps/gnu/net/if.h: Likewise.
49141         * sysdeps/gnu/utmpx.h: Likewise.
49142         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49143         * sysdeps/i386/i486/bits/string.h: Likewise.
49144         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49145         * sysdeps/s390/bits/string.h: Likewise.
49146         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49147         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49148         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49149         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49150         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49151         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49152         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49153         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49154         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49155         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49156         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49157         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49158         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49159         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49160         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49161         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49162         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49163         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49164         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49165         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49166         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49167         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49168         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49169         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49170         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49171         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49172         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49173         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49174         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49175         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49176         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49177         * sysvipc/sys/ipc.h: Likewise.
49178         * sysvipc/sys/msg.h: Likewise.
49179         * sysvipc/sys/sem.h: Likewise.
49180         * sysvipc/sys/shm.h: Likewise.
49181         * termios/termios.h: Likewise.
49182         * time/sys/time.h: Likewise.
49183         * time/time.h: Likewise.
49184         * wcsmbs/bits/wchar2.h: Likewise.
49185         * wcsmbs/uchar.h: Likewise.
49186         * wcsmbs/wchar.h: Likewise.
49187         * wctype/wctype.h: Likewise.
49188
49189         [BZ #13551]
49190         * Makeconfig: Remove all but ELF support including AIX support.
49191         * Makerules: Likewise.
49192         * config.h.in: Likewise.
49193         * config.make.in: Likewise.
49194         * configure: Likewise.
49195         * configure.in: Likewise.
49196         * csu/Makefile: Likewise.
49197         * csu/version.c: Likewise.
49198         * debug/Makefile: Likewise.
49199         * dlfcn/Makefile: Likewise.
49200         * elf/Makefile: Likewise.
49201         * extra-lib.mk: Likewise.
49202         * iconv/Makefile: Likewise.
49203         * include/libc-symbols.h: Likewise.
49204         * include/shlib-compat.h: Likewise.
49205         * resolv/Makefile: Likewise.
49206         * resolv/res_libc.c: Likewise.
49207         * rt/Makefile: Likewise.
49208         * sysdeps/i386/asm-syntax.h: Likewise.
49209         * sysdeps/i386/sysdep.h: Likewise.
49210         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49211         * sysdeps/mach/sysdep.h: Likewise.
49212         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49213         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49214         * sysdeps/s390/asm-syntax.h: Likewise.
49215         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49216         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49217         * sysdeps/sh/sysdep.h: Likewise.
49218         * sysdeps/unix/sparc/sysdep.h: Likewise.
49219         * sysdeps/wordsize-32/divdi3.c: Likewise.
49220         * sysdeps/x86_64/sysdep.h: Likewise.
49221
49222         * argp/Versions: Remove _argp_unlock_xxx.
49223
49224         [BZ #13559]
49225         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49226         * abilist/libBrokenLocale.abilist: Likewise.
49227         * abilist/libanl.abilist: Likewise.
49228         * abilist/libc.abilist: Likewise.
49229         * abilist/libcrypt.abilist: Likewise.
49230         * abilist/libdl.abilist: Likewise.
49231         * abilist/libm.abilist: Likewise.
49232         * abilist/libnsl.abilist: Likewise.
49233         * abilist/libpthread.abilist: Likewise.
49234         * abilist/libresolv.abilist: Likewise.
49235         * abilist/librt.abilist: Likewise.
49236         * abilist/libthread_db.abilist: Likewise.
49237         * abilist/libutil.abilist: Likewise.
49238         * abilist/libnss_db.abilist: New file.
49239
49240         * scripts/abilist.awk: Add support for indirect functions.
49241
49242         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49243
49244         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49245
49246         * shlib-versions: Remove entries for ports architectures.
49247
49248         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49249         files in ports.
49250         * elf/stackguard-macros.h: Remove support for IA-64.
49251         * elf/tst-auditmod1.c: Likewise.
49252         * sysdeps/generic/ldsodefs.h: Likewise.
49253
49254         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49255         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49256         configure files.
49257
49258         [BZ #13552]
49259         * configure.in: Remove --enable-omitfp support.
49260         * FAQ.in: Adjust.
49261         * config.make.in: Likewise.
49262         * Makeconfig: Likewise.
49263         * manual/install.texi: Likewise.
49264
49265         In case anyone cares, the IA-64 architecture could move to ports.
49266         * sysdeps/ia64/*: Removed.
49267         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49268         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49269
49270         [BZ #13555]
49271         * configure.in: Remove entries for unsupported architectures.
49272
49273         [BZ #13533]
49274         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49275         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49276         routines.
49277         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49278         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49279         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49280         fall back to using wcrtomb.
49281         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49282         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49283         renaming.
49284         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49285         * wcsmbs/tst-c16c32-1.c: New file.
49286
49287         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49288         local variable.
49289
49290         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49291
49292         * elf/tst-unique3.cc: Add explicit declaration of gets.
49293         * elf/tst-unique3lib.cc: Likewise.
49294         * elf/tst-unique3lib2.cc: Likewise.
49295         * elf/tst-unique4.cc: Likewise.
49296
49297         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49298
49299 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49300
49301         [BZ #13566]
49302         * assert/assert.h (static_assert): Don't define for C++.
49303         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49304         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49305
49306 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49307
49308         * iconv/loop.c (single loop): Fix assertion in storing of
49309         remaining bytes.
49310
49311         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49312
49313 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49314
49315         * posix/getconf.c: Update copyright year.
49316         * nss/getent.c: Likewise.
49317         * nss/makedb.c: Likewise.
49318         * iconv/iconvconfig.c: Likewise.
49319         * iconv/iconv_prog.c: Likewise.
49320         * elf/ldconfig.c: Likewise.
49321         * elf/pldd.c: Likewise.
49322         * elf/sotruss.ksh: Likewise.
49323         * catgets/gencat.c: Likewise.
49324         * csu/version.c: Likewise.
49325         * elf/ldd.bash.in: Likewise.
49326         * elf/sprof.c (print_version): Likewise.
49327         * locale/programs/locale.c: Likewise.
49328         * locale/programs/localedef.c: Likewise.
49329         * login/programs/pt_chown.c: Likewise.
49330         * nscd/nscd.c (print_version): Likewise.
49331         * debug/xtrace.sh: Likewise.
49332         * malloc/memusage.sh: Likewise.
49333         * malloc/mtrace.pl: Likewise.
49334         * debug/catchsegv.sh: Likewise.
49335
49336 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49337
49338         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49339         pure attribute.
49340
49341 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49342
49343         [BZ #13533]
49344         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49345         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49346         transformations.
49347         * iconv/gconv_int.h: Likewise.
49348         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49349         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49350         from libc for GLIBC_2.16.
49351         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49352         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49353         * wcsmbs/uchar.h: Really define mbstate_t.
49354         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49355         * wcsmbs/c16rtomb.c: New file.
49356         * wcsmbs/mbrtoc16.c: New file.
49357         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49358         for C/POSIX locale.
49359         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49360         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49361
49362         * wcsmbs/wchar.h: Add missing __restrict.
49363
49364 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49365
49366         [BZ #13532]
49367         * time/Makefile (routines): Add timespec_get.
49368         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49369         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49370         timespec for ISO C11.
49371         * time/timespec_get.c: New file.
49372         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49373         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49374
49375         [BZ #13531]
49376         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49377         * stdlib/stdlib.h: Declare aligned_alloc.
49378         * Versions.def: Add GLIBC_2.16 for libc.
49379         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49380
49381         [BZ 13527]
49382         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49383         ISO C11.
49384
49385         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49386         code.
49387
49388         [BZ #13528]
49389         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49390
49391         [BZ #13529]
49392         * assert/assert.h (static_assert): Define.
49393
49394         * version.h: Update for 2.16 development version.
49395
49396         [BZ #13526]
49397         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49398         _ISOC11_SOURCE.
49399
49400         * version.h (RELEASE): Bump for 2.15 release.
49401         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49402
49403         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49404         Patch by Marek Polacek <mpolacek@redhat.com>.
49405
49406         * bits/byteswap.h: Protect long long constants with __extension__.
49407         * sysdeps/i386/bits/byteswap.h: Likewise.
49408         * sysdeps/ia64/bits/byteswap.h: Likewise.
49409         * sysdeps/s390/bits/byteswap.h: Likewise.
49410         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49411
49412 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49413
49414         [BZ #13540]
49415         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49416         destination buffer.
49417         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49418
49419 2011-12-23  Marek Polacek  <polacek@redhat.com>
49420
49421         * elf/dl-addr.c (determine_info): Add inline keyword.
49422         * elf/tst-auditmod4b.c (check_avx): Likewise.
49423         * elf/tst-auditmod6b.c (check_avx): Likewise.
49424         * elf/tst-auditmod6c.c (check_avx): Likewise.
49425         * elf/tst-auditmod7b.c (check_avx): Likewise.
49426
49427 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49428
49429         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49430         !__SSE_MATH__.
49431
49432 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49433
49434         [BZ #13540]
49435         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49436         processing for last bytes.
49437
49438 2011-08-06  Bruno Haible  <bruno@clisp.org>
49439
49440         [BZ #13061]
49441         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49442         U+0385, not to U+1FEE.
49443
49444         [BZ #13062]
49445         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49446         entry for U+00A5 U+0301.
49447
49448 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49449
49450         [BZ #13166]
49451         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49452         buffer for the output is too small.
49453
49454         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49455         optimization.
49456
49457         [BZ #13185]
49458         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49459         SSE flags if possible.
49460
49461 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49462
49463         [BZ #13540]
49464         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49465         processing for last bytes.
49466
49467 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49468
49469         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49470         (syscall-list-default-options, syscall-list-default-condition)
49471         (syscall-list-includes): Define.
49472         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49473         list of ABIs and options and #if conditions for each ABI.  Do not
49474         handle common syscalls between ABIs specially.
49475         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49476         Remove.
49477         (syscall-list-variants, syscall-list-32bit-options)
49478         (syscall-list-32bit-condition, syscall-list-64bit-options)
49479         (syscall-list-64bit-condition): Define.
49480         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49481         (syscall-list-variants, syscall-list-32bit-options)
49482         (syscall-list-32bit-condition, syscall-list-64bit-options)
49483         (syscall-list-64bit-condition): Define.
49484         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49485         Remove.
49486         (syscall-list-variants, syscall-list-32bit-options)
49487         (syscall-list-32bit-condition, syscall-list-64bit-options)
49488         (syscall-list-64bit-condition): Define.
49489         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49490         Remove.
49491         (syscall-list-variants, syscall-list-32bit-options)
49492         (syscall-list-32bit-condition, syscall-list-64bit-options)
49493         (syscall-list-64bit-condition): Define.
49494
49495 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49496
49497         * locale/iso-639.def: Add brx entry.
49498
49499         [BZ #13328]
49500         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49501         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49502
49503         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49504         __feraiseexcept_renamed.
49505
49506 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49507
49508         [BZ #13538]
49509         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49510         EPOLLET with unsigned values.
49511         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49512         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49513
49514         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49515         to large cancellation.
49516         * math/s_cacoshf.c: Likewise.
49517         * math/s_cacoshl.c: Likewise.
49518
49519 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49520
49521         [BZ #13305]
49522         [BZ #12786]
49523         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49524         * math/s_cacoshf.c: Likewise.
49525         * math/s_cacoshl.c: Likewise.
49526
49527 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49528
49529         [BZ #13439]
49530         * iconv/gconv.h: Define __GCONV_SWAP.
49531         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49532         * iconvdata/utf-16.c: Likewise.
49533         * iconvdata/utf-32.c: Likewise.
49534
49535 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49536
49537         [BZ #13524]
49538         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49539         numerator after shifting it by one limb.
49540
49541 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49542
49543         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49544         under [__USE_EXTERN_INLINES].
49545
49546 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49547
49548         [BZ #13446]
49549         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49550
49551 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49552
49553         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49554         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49555         optimized code.
49556         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49557         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49558         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49559         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49560         for strncasecmp/strncasecmp_l compilation.
49561         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49562         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49563
49564 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49565
49566         [BZ #13484]
49567         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49568         of __asm__.
49569
49570 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49571
49572         [BZ #13506]
49573         * time/tzfile.c (__tzfile_read): Check values from file header.
49574
49575 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49576
49577         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49578         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49579         * powerpc/powerpc32/dl-start.S: Likewise.
49580         * powerpc/powerpc32/elf/start.S: Likewise.
49581         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49582         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49583         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49584         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49585         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49586         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49587         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49588         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49589         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49590         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49591         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49592         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49593         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49594         * powerpc/powerpc32/memset.S: Likewise.
49595         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49596         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49597         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49598         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49599         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49600         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49601         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49602         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49603         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49604         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49605         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49606         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49607         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49608
49609 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49610
49611         * math/libm-test.inc: Added more nearbyint tests.
49612         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49613         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49614         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49615         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49616
49617 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49618
49619         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49620         FD_CLOEXEC.
49621
49622 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49623
49624         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49625         Add wcscpy-ssse3 wcscpy-c.
49626         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49627         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49628         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49629         * sysdeps/x86_64/wcschr.S: New file.
49630         * sysdeps/x86_64/wcsrchr.S: New file.
49631         * string/test-strcmp.c: Remove checking of wcscmp function for
49632         wrong alignments.
49633         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49634         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49635         wcsrchr-sse2 wcsrchr-c.
49636         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49637         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49638         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49639         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49640         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49641         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49642         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49643         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49644         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49645         * wcsmbc/wcschr.c (WCSCHR): New macro.
49646
49647 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49648
49649         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49650         * wcsmbs/test-wcsrchr.c: New file.
49651         * string/test-strrchr.c: Add wcsrchr support.
49652         (WIDE): New macro.
49653         * wcsmbs/test-wcscpy.c: New file.
49654         * string/test-strcpy.c: Add wcscpy support.
49655         (WIDE): New macro.
49656
49657 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49658
49659         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49660         the inner loop.
49661
49662 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49663
49664         [BZ #13472]
49665         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49666
49667 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49668
49669         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49670         Minor optimizations.
49671
49672         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49673         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49674         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49675
49676 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49677
49678         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49679         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49680         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49681         for gcc to avoid warnings.
49682         * inet/Makefile (tests): Add tst-checks.
49683         * inet/tst-checks.c: New file.
49684
49685         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49686         warning.
49687
49688         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49689         __wmemcmp_sse2.
49690
49691         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49692         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49693
49694         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49695
49696 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49697
49698         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49699         problem.
49700
49701         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49702
49703 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49704
49705         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49706         conditional on GCC version.
49707         (__arch_compare_and_exchange_val_8_acq)
49708         (__arch_compare_and_exchange_val_16_acq)
49709         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49710         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49711         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49712
49713 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49714
49715         * sysdeps/sh/backtrace.c: New file.
49716
49717 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49718
49719         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49720         parenthesis.
49721
49722 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49723
49724         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49725         falling back to utime.
49726
49727 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49728
49729         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49730         expectations for float.
49731
49732 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49733
49734         * locale/weight.h (findidx): Add parameter len.
49735         * locale/weightwc.h (findidx): Likewise.
49736         * posix/fnmatch_loop.c (FCT): Adjust caller.
49737         * posix/regcomp.c (build_equiv_class): Likewise.
49738         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49739         * posix/regexec.c (check_node_accept_bytes): Likewise.
49740         * string/strcoll_l.c (STRCOLL): Likewise.
49741         * string/strxfrm_l.c (STRXFRM): Likewise.
49742
49743 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
49744
49745         * Makefile.in: Remove CVSOPT handling.
49746         * configure.in: Remove use of AC_REVISION.
49747         * iconvdata/Makefile (distribute): No need to filter out CVS.
49748         * scripts/list-sources.sh: Remove CVS, subversion and monotone
49749         handling.
49750
49751 2011-11-16  Andreas Schwab  <schwab@redhat.com>
49752
49753         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49754         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49755         [USE_AS_STRNCASECMP_L]: Likewise.
49756         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49757         NO_TLS_DIRECT_SEG_REFS.
49758         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49759         Fix argument offsets for non-PIC.
49760         [USE_AS_STRNCASECMP_L]: Likewise.
49761         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49762         NO_TLS_DIRECT_SEG_REFS.
49763
49764 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49765
49766         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
49767         O_CLOEXEC.
49768         * locale/loadlocale.c (_nl_load_locale): Likewise.
49769
49770 2011-11-15  Andreas Schwab  <schwab@redhat.com>
49771
49772         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49773         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49774         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49775         (SYSCALL_GETTIME): Set errno on error.
49776
49777         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49778         count references to noai6ai_cached.
49779
49780 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49781
49782         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49783
49784         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49785         FD_CLOEXEC for /proc/self/maps.
49786
49787         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49788         FD_CLOEXEC for /proc/meminfo.
49789
49790         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49791         gai.conf.
49792
49793         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49794         FD_CLOEXEC for given file.
49795
49796         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49797
49798         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49799         FD_CLOEXEC for /etc/hosts.
49800         (_gethtent): Likewise.
49801
49802         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49803
49804         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49805         cancellation and set FD_CLOEXEC for /etc/netgroup.
49806
49807         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49808         reading /etc/publickey.
49809
49810         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49811         allow cancellation when reading /etc/group.
49812
49813         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49814         cancellation.
49815         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49816
49817         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49818         when using data file.
49819
49820         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49821
49822         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49823         (write_nis_obj): Use "c" and "e" in fopen.
49824
49825         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49826
49827         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49828
49829         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49830
49831         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49832
49833         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49834         locale.alias.
49835
49836         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49837
49838         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49839
49840         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49841
49842         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49843         file parsing and set FD_CLOEXEC.
49844
49845 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49846
49847         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49848
49849 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49850
49851         * malloc/arena.c (arena_get2): Don't call reused_arena when
49852         _int_new_arena failed.
49853
49854 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49855
49856         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49857         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49858         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49859         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49860         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49861         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49862         to compile strcasecmp and strncasecmp.
49863         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49864         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49865
49866         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49867
49868 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49869
49870         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49871         locale-defines.sym to gen-as-const-headers.
49872         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49873         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49874         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49875         to compile strcasecmp and strncasecmp.
49876         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49877         strcasecmp_l and strncasecmp_l.
49878         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49879         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49880         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49881         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49882         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49883         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49884         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49885         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49886         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49887         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49888         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49889
49890 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49891
49892         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49893         result of SYSDEP_GETTIME_CPU to retval.
49894         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49895         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49896
49897         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49898         variable.
49899
49900         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49901         mantissa words.
49902         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49903
49904         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49905         from unused variable.
49906
49907         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49908         DWARF definitions.
49909         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49910         for assembling.
49911
49912         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49913         over namespaces.
49914
49915         * sunrpc/rpc_prot.c (rejected): Fix case value.
49916
49917         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49918         unsigned long long int to avoid warnings in shift.
49919
49920         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49921         of use of trans.
49922         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49923         variable tmp.
49924
49925         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49926         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49927         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49928
49929         * nis/nis_table.c (nis_list): Use variable of correct type for
49930         result of __follow_path call.
49931
49932 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49933
49934         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49935         of math functions ceil, trunc, floor, round, and sqrt, when
49936         avaliable on the platform.
49937         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49938         name clash.
49939         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49940         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49941         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49942
49943 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49944
49945         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49946         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49947
49948 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49949
49950         * include/unistd.h: Fix __readlink return type.
49951         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49952
49953 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49954
49955         * stdlib/ucontext.h: Undo last change for makecontext.
49956
49957 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49958
49959         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49960
49961         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49962         * setjmp/setjmp.h: Mark functions as non-leaf.
49963         * setjmp/bits/setjmp2.h: Likewise.
49964         * stdlib/ucontext.h: Likewise.
49965
49966 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49967
49968         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49969         (reused_arena): Don't check arena limit.
49970         (arena_get2): Atomically check arena limit.
49971
49972 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49973
49974         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49975         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49976
49977         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49978         instructions.
49979
49980 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49981
49982         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49983         handler when locking.
49984
49985         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49986         Fix size of allocated buffer.
49987
49988 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49989
49990         [BZ #10103]
49991         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49992         declarations for long double functions.
49993         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49994
49995         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49996
49997 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49998
49999         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50000         installed.
50001
50002         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50003         is disabled.
50004
50005 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50006
50007         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50008
50009 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50010
50011         * include/alloca.h (stackinfo_alloca_round): Define.
50012         (extend_alloca): Use it.
50013         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50014         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50015         here.
50016
50017         * scripts/check-local-headers.sh: Ignore libaudit.h.
50018
50019         * nscd/Makefile (extra-objs): Make recursively expanded.
50020
50021 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50022
50023         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50024         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50025
50026         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50027         * posix/tst-rfc3484-2.c: Likewise.
50028         * posix/tst-rfc3484-3.c: Likewise.
50029
50030         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50031         process_vm_writev.
50032         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50033         process_vm_writev.
50034         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50035         process_vm_writev from libc using GLIBC_2.15 version.
50036
50037         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50038
50039 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50040
50041         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50042         stack usage.
50043
50044 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50045
50046         [BZ #13367]
50047         * nss/getent.c (initgroups_keys): Show error message in case no group
50048         names are given.
50049
50050         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50051         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50052         __bump_nl_timestamp.
50053         * nscd/connections (nscd_init): When host database is served open
50054         netlink socket and request notification about configuration changes.
50055         (main_loop_poll): Track netlink file descriptor and bump timestamp
50056         in case data becomes available.
50057         (main_loop_epoll): Likewise.
50058         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50059         (database_pers_head): Add extra_data fileds.
50060         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50061         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50062         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50063         Adjust caller.
50064         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50065         in6ai data, call __free_in6ai.
50066         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50067         Add -DHAVE_NETLINK.
50068         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50069         interface information.  Reuse previous data if netlink timestamp
50070         is not changed.
50071         (__bump_nl_timestamp): New function.
50072         (__free_in6ai): New function.
50073
50074 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50075
50076         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50077         close_not_cancel_no_status here.
50078         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50079
50080 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50081
50082         [BZ #13276]
50083         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50084         return value.
50085
50086         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50087         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50088         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50089
50090 2011-07-03  Andreas Jaeger  <aj@suse.de>
50091
50092         [BZ #10709]
50093         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50094         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50095         * math/libm-test.inc (sin_test): Add test case.
50096
50097 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50098
50099         [BZ #13337]
50100         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50101         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50102
50103         * elf/chroot_canon.c (chroot_canon): Cleanups.
50104
50105         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50106
50107         [BZ #13335]
50108         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50109         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50110
50111         * string/test-strchr.c: Make usable for strchrnul testing.
50112         * string/test-strchrnul.c: New file.
50113         * string/Makefile (strop-tests): Add strchrnul.
50114
50115         * po/it.po: Update from translation team.
50116         * po/es.po: Likewise.
50117
50118 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50119
50120         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50121         the three constants needed as parameters.  Drop the others.
50122         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50123         __m128i_strloadu_tolower.
50124         Create and initialize variable zero and use it in all the places
50125         where _mm_setzero_si128 was used.
50126
50127         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50128         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50129         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50130         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50131         anymore.
50132         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50133         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50134         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50135         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50136         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50137         __mpranred, __mptan.
50138         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50139         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50140         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50141         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50142         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50143         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50144         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50145         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50146         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50147
50148 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50149
50150         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50151         redefine if SHARED.
50152         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50153
50154         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50155         wide char related routines to wcsmbs subdir.
50156
50157 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50158
50159         [BZ #13344]
50160         * misc/sys/cdefs.h (__THROWNL): Define.
50161         * posix/unistd.h: Use __THREADNL instead of __THREAD
50162         for memory synchronization functions.
50163
50164 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50165
50166         [BZ #13349]
50167         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50168         doesn't exist.
50169         * manual/stdio.texi (Obstack Streams): Node removed.
50170
50171 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50172
50173         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50174         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50175         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50176
50177         * math/math_private.h (math_force_eval): Allow non-addressable
50178         arguments.
50179         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50180
50181 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50182
50183         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50184         file is not needed.
50185
50186         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50187         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50188         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50189         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50190         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50191         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50192         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50193         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50194         Add AVX variants.
50195         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50196         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50197         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50198         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50199         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50200         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50201         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50202         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50203         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50204         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50205         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50206         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50207         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50208         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50209         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50210         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50211         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50212         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50213         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50214
50215         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50216         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50217
50218         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50219         place.  Use VEX encoding when compiling for AVX.
50220
50221 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50222
50223         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50224         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50225
50226         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50227
50228 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50229
50230         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50231         useless if() expression.
50232         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50233         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50234         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50235         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50236         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50237         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50238         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50239         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50240         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50241         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50242         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50243         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50244         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50245         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50246         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50247         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50248         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50249         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50250         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50251
50252         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50253
50254 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50255
50256         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50257         condition.
50258         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50259
50260 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50261
50262         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50263         .text section.  Avoid duplicate constants.
50264         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50265         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50266         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50267         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50268         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50269         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50270         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50271         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50272         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50273         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50274         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50275         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50276         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50277         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50278         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50279         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50280         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50281         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50282         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50283         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50284         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50285         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50286         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50287         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50288         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50289         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50290         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50291         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50292         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50293         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50294         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50295         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50296         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50297         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50298         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50299         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50300         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50301         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50302         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50303         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50304         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50305         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50306         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50307         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50308         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50309
50310 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50311
50312         * sysdeps/x86_64/dla.h: Move to ...
50313         * sysdeps/x86_64/fpu/dla.h: ...here.
50314         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50315         situations.  Use __builtin_fma only for gcc 4.6 and up.
50316
50317         * config.make.in: Add have-mfma4 entry.
50318         * configure.in: Substitute libc_cv_cc_fma4.
50319         * math/Makefile (dbl-only-routines): Add sincostab.
50320         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50321         Use __sincostab not sincos.
50322         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50323         name is a macro.
50324         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50325         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50326         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50327         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50328         using __copysign.
50329         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50330         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50331         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50332         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50333         and __inv.
50334         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50335         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50336         __copysign.
50337         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50338         define aliases when function name is a macro.
50339         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50340         sysdeps/ieee754/dbl-64/sincos.tbl.
50341         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50342         fma4-enabled routines.
50343         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50344         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50345         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50346         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50347         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50348         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50349         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50350         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50351         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50352         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50353         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50354         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50355         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50356         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50357         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50358         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50359         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50360         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50361         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50362         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50363         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50364         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50365         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50366         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50367         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50368         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50369         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50370         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50371         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50372         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50373
50374         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50375         rename.
50376         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50377         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50378         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50379         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50380         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50381         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50382         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50383         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50384
50385 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50386
50387         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50388
50389 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50390
50391         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50392
50393         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50394         prediction.
50395         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50396
50397         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50398         Remove unused variable magic_bits.
50399         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50400
50401         * string/strnlen.c: Define and use STRNLEN macro.
50402         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50403         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50404         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50405         * wcsmbs/wcslen.c: Define and use WCSLEN.
50406         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50407         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50408         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50409         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50410         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50411         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50412         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50413
50414 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50415
50416         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50417         strnlen-sse2-no-bsf.
50418         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50419         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50420         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50421         Add strnlen support.
50422         (USE_AS_STRNLEN): New macro.
50423         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50424         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50425         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50426         * sysdeps/x86_64/wcslen.S: New file.
50427
50428 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50429
50430         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50431         XMM-moves are used for copying on small sizes.
50432
50433 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50434
50435         * wcsmbs/Makefile (strop-tests): Add wcschr.
50436         * wcsmbs/test-wcschr.c: New file.
50437         * string/test-strchr.c: Update.
50438         Add wcschr support.
50439         (WIDE): New macro.
50440
50441 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50442
50443         * wcsmbs/Makefile (strop-tests): Add wcslen.
50444         * wcsmbs/test-wcslen.c: New file.
50445         * string/test-strlen.c: Update.
50446         Add wcslen support.
50447         (WIDE): New macro.
50448
50449 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50450
50451         * po/it.po: Update from translation team.
50452
50453 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50454
50455         * sysdeps/x86_64/wcscmp.S: Update.
50456         Fix wrong comparison semantics.
50457         wcscmp shall use signed comparison not unsigned.
50458         Don't use substraction to avoid overflow bug.
50459         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50460         * wcsmbc/wcscmp.c: Likewise.
50461         * string/test-strcmp.c: Likewise.
50462         Add new tests to check cases with negative values.
50463
50464 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50465
50466         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50467         * sysdeps/x86_64/dla.h: ...here.  New file.
50468         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50469         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50470         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50471         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50472         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50473         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50474         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50475         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50476         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50477
50478 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50479
50480         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50481         __ynl_finite aliases.
50482
50483 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50484
50485         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50486
50487         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50488         define DLA_FMA.
50489         [DLA_FMA] (EMULV): Use DLA_FMA.
50490         [DLA_FMA] (MUL12): Use EMULV.
50491         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50492         that are not needed.
50493         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50494         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50495         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50496         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50497         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50498         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50499         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50500
50501 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50502
50503         * math/s_nan.c: Undef __nan.
50504         * math/s_nanf.c: Undef __nanf.
50505         * math/s_nanl.c: Undef __nanl.
50506         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50507         "math_private.h".
50508
50509 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50510
50511         * math/s_catan.c: Add branch predictions.
50512         * math/s_catanf.c: Likewise.
50513         * math/s_catanh.c: Likewise.
50514         * math/s_catanhf.c: Likewise.
50515         * math/s_catanhl.c: Likewise.
50516         * math/s_catanl.c: Likewise.
50517         * math/s_cexp.c: Likewise.
50518         * math/s_cexpf.c: Likewise.
50519         * math/s_cexpl.c: Likewise.
50520         * math/s_clog.c: Likewise.
50521         * math/s_clog10.c: Likewise.
50522         * math/s_clog10f.c: Likewise.
50523         * math/s_clog10l.c: Likewise.
50524         * math/s_clogf.c: Likewise.
50525         * math/s_clogl.c: Likewise.
50526         * math/s_csqrt.c: Likewise.
50527         * math/s_csqrtf.c: Likewise.
50528         * math/s_csqrtl.c: Likewise.
50529         * math/s_ctanf.c: Likewise.
50530         * math/s_ctanh.c: Likewise.
50531         * math/s_ctanhf.c: Likewise.
50532         * math/s_ctanhl.c: Likewise.
50533         * math/s_ctanl.c: Likewise.
50534
50535         * math/math_private.h: Define __nan, __nanf, __nanl.
50536         * math/s_cacosh.c: Include <math_private.h>.
50537         * math/s_cacoshl.c: Likewise.
50538         * math/s_casinh.c: Likewise.
50539         * math/s_casinhf.c: Likewise.
50540         * math/s_casinhl.c: Likewise.
50541         * math/s_ccos.c: Rely entire on ccosh.
50542         * math/s_ccosf.c: Rely entire on ccoshf.
50543         * math/s_ccosl.c: Rely entirely on ccoshl.
50544         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50545         Remove tests for FE_INVALID.
50546         * math/s_ccoshf.c: Likewise.
50547         * math/s_ccoshl.c: Likewise.
50548         * math/s_csin.c: Likewise.
50549         * math/s_csinf.c: Likewise.
50550         * math/s_csinh.c Likewise.
50551         * math/s_csinhf.c: Likewise.
50552         * math/s_csinhl.c: Likewise.
50553         * math/s_csinl.c: Likewise.
50554         * math/s_ctan.c: Likewise.
50555         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50556         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50557         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50558
50559 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50560
50561         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50562         compilation problems.
50563
50564         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50565         __builtin_expect.
50566
50567 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50568
50569         * sysdeps/i386/configure.in: Test for -mfma4 option.
50570         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50571         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50572         COMMON_CPUID_INDEX_80000001.
50573         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50574         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50575         use it if FMA3 is not supported.
50576         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50577
50578         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50579         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50580
50581 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50582
50583         [BZ #12892]
50584         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50585         it would create a cycle with a link time dependency.
50586
50587 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50588
50589         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50590         instruction.
50591         * string/Makefile (strop-tests): Add rawmemchr.
50592         * string/test-rawmemchr.c: New file.
50593
50594         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50595         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50596         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50597         when compiling str{,n}casecmp and when AVX is available.  Hook up
50598         new optimized code in initializers.
50599
50600 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50601
50602         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50603         __feraiseexcept instead of feraiseexcept.
50604
50605 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50606
50607         * math/math_private.h: Define defaults for libc_fetestexcept and
50608         libc_feupdateenv.
50609         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50610         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50611         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50612         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50613         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50614         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50615         libc_fetestexcept and libc_feupdateenv.
50616
50617         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50618         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50619         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50620         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50621         libc_feholdexcept_setround.
50622
50623         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50624         Add s_nearbyint-c and s_nearbyintf-c.
50625         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50626         nearbyintf inlines.
50627         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50628         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50629         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50630         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50631
50632         * math/math_private.h: Define defaults for libc_fegetround,
50633         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50634         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50635         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50636         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50637         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50638         standard functions.
50639         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50640         Remove comments and hacks for old compiler versions.
50641         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50642         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50643         libc_feholdexceptl.
50644
50645 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50646
50647         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50648         (__feraiseexcept_renamed): Add __NTH.
50649         (feraiseexcept): Add __NTH.  Rename local variables to fix
50650         namespace violations.
50651
50652 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50653
50654         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50655
50656         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50657
50658         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50659         recently added interfaces.
50660         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50661
50662         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50663         about macro parameter expansion.
50664
50665         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50666         __NO_MATH_INLINES is defined.  Cleanups.
50667
50668         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50669         and __floorf is target has SSE4.1.
50670         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50671         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50672         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50673         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50674
50675         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50676         name.
50677         (floorf): Likewise.
50678
50679         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50680
50681 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50682
50683         * misc/sys/cdefs.h: Fix last change.
50684
50685         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50686         database lookup.
50687
50688 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50689
50690         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50691
50692         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50693         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50694         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50695         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50696         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50697         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50698         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50699         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50700         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50701         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50702         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50703         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50704         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50705         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50706         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50707         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50708         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50709         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50710         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50711         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50712         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50713         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50714
50715         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50716         ceil, ceilf, floor, floorf.
50717
50718         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50719         Perform IRELATIVE relocations last.
50720
50721         * elf/do-rel.h: Add another parameter nrelative, replacing the
50722         local variable with the same name.  Change name of the function
50723         to end in Rel or Rela (uppercase).
50724         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50725         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50726         elf_dynamic_do_##reloc function.
50727
50728 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50729
50730         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50731         is sufficient, at least on modern CPUs.
50732
50733         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50734
50735         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50736         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50737
50738         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50739         __expl_finite.
50740         * math/bits/math-finite.h: Add entries for exp.
50741         * math/e_expl.c: Add __*_finite alias.
50742         * sysdeps/i386/fpu/e_exp.S: Likewise.
50743         * sysdeps/i386/fpu/e_expf.S: Likewise.
50744         * sysdeps/i386/fpu/e_expl.c: Likewise.
50745         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50746         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50747         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50748         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50749         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50750         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50751         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50752
50753         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50754         is sufficient, at least on modern CPUs.
50755
50756         * ctype/ctype-info.c (__ctype_init): Define.
50757         * include/ctype.h (__ctype_init): Declare.
50758         (__ctype_b_loc): The variable is always initialized.
50759         (__ctype_toupper_loc): Likewise.
50760         (__ctype_tolower_loc): Likewise.
50761         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50762         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50763
50764 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
50765
50766         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50767
50768         * configure.in: Also look in $cxxmachine/include for C++ system
50769         headers.
50770
50771 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50772
50773         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50774         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50775         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50776         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
50777         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50778         (USE_AS_WMEMCMP): New macro.
50779         Fixing indents.
50780         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50781         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50782         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50783         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50784         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50785         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50786         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50787         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50788         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50789         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50790         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50791         (USE_AS_WMEMCMP): New macro.
50792         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50793         * sysdeps/string/test-memcmp.c: Update.
50794         Fix simple_wmemcmp.
50795         Add new tests.
50796         * wcsmbs/wmemcmp.c: Update.
50797         (WMEMCMP): New macro.
50798         Fix overflow bug.
50799
50800 2011-10-12  Andreas Jaeger  <aj@suse.de>
50801
50802         [BZ #13268]
50803         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50804
50805 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50806
50807         * libio/iofwide.c (do_length): Avoid warning.
50808
50809         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50810
50811 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50812
50813         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50814
50815         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50816         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50817         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50818         * sysdeps/i386/i686/fpu/e_log.S: New file.
50819         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50820         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50821
50822         * ctype/ctype.h: Add support for inlined isXXX functions when
50823         compiling C++ code.
50824
50825 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50826
50827         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50828
50829         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50830
50831 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50832
50833         [BZ #13291]
50834         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50835
50836 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50837
50838         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50839         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50840         feraiseexcept.
50841
50842         * sysdeps/x86_64/memrchr.S: Check for zero size.
50843
50844         * string/stratcliff.c: Add memrchr tests.
50845
50846 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50847
50848         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50849         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50850         rawmemchr-sse2 rawmemchr-sse2-bsf.
50851         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50852         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50853         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50854         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50855         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50856         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50857         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50858         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50859         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50860         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50861         * string/memrchr.c (MEMRCHR): New macro.
50862
50863 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50864
50865         Add integration with gcc's -ffinite-math-only and optimize wrapper
50866         functions in libm.
50867         * Versions.def: Define GLIBC_2.15 version for libm.
50868         * math/Makefile (headers): Add bits/math-finite.h.
50869         * math/bits/math-finite.h: New file.
50870         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50871         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50872         * math/e_acoshl.c: Add __*_finite alias.
50873         * math/e_acosl.c: Likewise.
50874         * math/e_asinl.c: Likewise.
50875         * math/e_atan2l.c: Likewise.
50876         * math/e_atanhl.c: Likewise.
50877         * math/e_coshl.c: Likewise.
50878         * math/e_exp10.c: Likewise.
50879         * math/e_exp10f.c: Likewise.
50880         * math/e_exp10l.c: Likewise.
50881         * math/e_exp2l.c: Likewise.
50882         * math/e_fmodl.c: Likewise.
50883         * math/e_gammal_r.c: Likewise.
50884         * math/e_hypotl.c: Likewise.
50885         * math/e_j0l.c: Likewise.
50886         * math/e_j1l.c: Likewise.
50887         * math/e_jnl.c: Likewise.
50888         * math/e_lgammal_r.c: Likewise.
50889         * math/e_log10l.c: Likewise.
50890         * math/e_log2l.c: Likewise.
50891         * math/e_logl.c: Likewise.
50892         * math/e_powl.c: Likewise.
50893         * math/e_sinhl.c: Likewise.
50894         * math/e_sqrtl.c: Likewise.
50895         * math/e_scalb.c: Completely rewritten and optimized.
50896         * math/e_scalbf.c: Likewise.
50897         * math/e_scalbl.c: Likewise.
50898         * math/w_acos.c: Likewise.
50899         * math/w_acosf.c: Likewise.
50900         * math/w_acosl.c: Likewise.
50901         * math/w_acosh.c: Likewise.
50902         * math/w_acoshf.c: Likewise.
50903         * math/w_acoshl.c: Likewise.
50904         * math/w_asin.c: Likewise.
50905         * math/w_asinf.c: Likewise.
50906         * math/w_asinl.c: Likewise.
50907         * math/w_atan2.c: Likewise.
50908         * math/w_atan2f.c: Likewise.
50909         * math/w_atan2l.c: Likewise.
50910         * math/w_atanh.c: Likewise.
50911         * math/w_atanhf.c: Likewise.
50912         * math/w_atanhl.c: Likewise.
50913         * math/w_exp10.c: Likewise.
50914         * math/w_exp10f.c: Likewise.
50915         * math/w_exp10l.c: Likewise.
50916         * math/w_fmod.c: Likewise.
50917         * math/w_fmodf.c: Likewise.
50918         * math/w_fmodl.c: Likewise.
50919         * math/w_j0.c: Likewise.
50920         * math/w_j0f.c: Likewise.
50921         * math/w_j0l.c: Likewise.
50922         * math/w_j1.c: Likewise.
50923         * math/w_j1f.c: Likewise.
50924         * math/w_j1l.c: Likewise.
50925         * math/w_jn.c: Likewise.
50926         * math/w_jnf.c: Likewise.
50927         * math/w_log.c: Likewise.
50928         * math/w_logf.c: Likewise.
50929         * math/w_logl.c: Likewise.
50930         * math/w_log10.c: Likewise.
50931         * math/w_log10f.c: Likewise.
50932         * math/w_log10l.c: Likewise.
50933         * math/w_log2.c: Likewise.
50934         * math/w_log2f.c: Likewise.
50935         * math/w_log2l.c: Likewise.
50936         * math/w_pow.c: Likewise.
50937         * math/w_powf.c: Likewise.
50938         * math/w_powl.c: Likewise.
50939         * math/w_remainder.c: Likewise.
50940         * math/w_remainderf.c: Likewise.
50941         * math/w_remainderl.c: Likewise.
50942         * math/w_scalb.c: Likewise.
50943         * math/w_scalbf.c: Likewise.
50944         * math/w_scalbl.c: Likewise.
50945         * math/w_sqrt.c: Likewise.
50946         * math/w_sqrtf.c: Likewise.
50947         * math/w_sqrtl.c: Likewise.
50948         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50949         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50950         used.
50951         * math/math_private.h: Declare __kernel_standard_f.
50952         * math/w_cosh.c: Remove cruft and optimize a bit.
50953         * math/w_coshf.c: Likewise.
50954         * math/w_coshl.c: Likewise.
50955         * math/w_exp2.c: Likewise.
50956         * math/w_exp2f.c: Likewise.
50957         * math/w_exp2l.c: Likewise.
50958         * math/w_hypot.c: Likewise.
50959         * math/w_hypotf.c: Likewise.
50960         * math/w_hypotl.c: Likewise.
50961         * math/w_lgamma.c: Likewise.
50962         * math/w_lgamma_r.c: Likewise.
50963         * math/w_lgammaf.c: Likewise.
50964         * math/w_lgammaf_r.c: Likewise.
50965         * math/w_lgammal.c: Likewise.
50966         * math/w_lgammal_r.c: Likewise.
50967         * math/w_sinh.c: Likewise.
50968         * math/w_sinhf.c: Likewise.
50969         * math/w_sinhl.c: Likewise.
50970         * math/w_tgamma.c: Likewise.
50971         * math/w_tgammaf.c: Likewise.
50972         * math/w_tgammal.c: Likewise.
50973         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50974         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50975         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50976         Minor optimizations.  Pretty printing.  Remove cruft.
50977         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50978         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50979         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50980         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50981         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50982         * sysdeps/i386/fpu/e_asin.S: Likewise.
50983         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50984         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50985         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50986         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50987         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50988         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50989         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50990         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50991         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50992         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50993         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50994         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50995         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50996         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50997         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50998         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50999         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51000         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51001         * sysdeps/i386/fpu/e_log.S: Likewise.
51002         * sysdeps/i386/fpu/e_log10.S: Likewise.
51003         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51004         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51005         * sysdeps/i386/fpu/e_log2.S: Likewise.
51006         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51007         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51008         * sysdeps/i386/fpu/e_logf.S: Likewise.
51009         * sysdeps/i386/fpu/e_logl.S: Likewise.
51010         * sysdeps/i386/fpu/e_pow.S: Likewise.
51011         * sysdeps/i386/fpu/e_powf.S: Likewise.
51012         * sysdeps/i386/fpu/e_powl.S: Likewise.
51013         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51014         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51015         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51016         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51017         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51018         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51019         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51020         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51021         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51022         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51023         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51024         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51025         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51026         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51027         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51028         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51029         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51030         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51031         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51032         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51033         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51034         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51035         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51036         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51037         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51038         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51039         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51040         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51041         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51042         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51043         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51044         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51045         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51046         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51047         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51048         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51049         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51050         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51051         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51052         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51053         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51054         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51055         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51056         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51057         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51058         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51059         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51060         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51061         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51062         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51063         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51064         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51065         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51066         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51067         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51068         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51069         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51070         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51071         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51072         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51073         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51074         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51075         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51076         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51077         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51078         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51079         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51080         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51081         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51082         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51083         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51084         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51085         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51086         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51087         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51088         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51089         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51090         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51091         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51092         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51093         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51094         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51095         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51096         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51097         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51098         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51099         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51100         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51101         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51102         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51103         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51104         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51105         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51106         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51107         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51108         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51109         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51110         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51111         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51112         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51113         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51114         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51115         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51116         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51117         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51118         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51119         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51120         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51121         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51122         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51123         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51124         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51125         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51126         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51127         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51128         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51129         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51130         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51131         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51132         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51133         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51134         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51135         (__isnanf): Likewise.
51136         (__isinf_ns): Likewise.
51137         (__isinf_nsf): Likewise.
51138         (__finite): Likewise.
51139         (__finitef): Likewise.
51140         (__ieee754_sqrt): Define as macro.
51141         (__ieee754_sqrtf): Define as macro.
51142         (__ieee754_sqrtl): Define as macro.
51143         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51144         inlined copy.
51145         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51146         __FINITE_MATH_ONLY__ consistent.
51147         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51148
51149 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51150
51151         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51152         of rawmemchr.
51153
51154         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51155
51156 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51157
51158         * po/ja.po: Update from translation team.
51159
51160 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51161
51162         * locale/programs/locarchive.c (prepare_address_space): New function.
51163         (create_archive, enlarge_archive, open_archive): Use it.
51164
51165         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51166         inside [SHARED], where it is used.
51167
51168         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51169
51170         * nss/getent.c (netgroup_keys): Remove unused variable.
51171         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51172
51173 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51174
51175         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51176         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51177         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51178         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51179         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51180         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51181         * math/Makefile (libm-calls): Add s_isinf_ns.
51182         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51183         * math/multc3.c: Likewise.
51184         * math/s_casin.c: Likewise.
51185         * math/s_casinf.c: Likewise.
51186         * math/s_casinl.c: Likewise.
51187         * math/s_ccos.c: Likewise.
51188         * math/s_ccosf.c: Likewise.
51189         * math/s_ccosl.c: Likewise.
51190         * math/s_ctan.c: Likewise.
51191         * math/s_ctanf.c: Likewise.
51192         * math/s_ctanh.c: Likewise.
51193         * math/s_ctanhf.c: Likewise.
51194         * math/s_ctanhl.c: Likewise.
51195         * math/s_ctanl.c: Likewise.
51196         * math/w_fmod.c: Likewise.
51197         * math/w_fmodf.c: Likewise.
51198         * math/w_fmodl.c: Likewise.
51199         * math/w_remainder.c: Likewise.
51200         * math/w_remainderf.c: Likewise.
51201         * math/w_remainderl.c: Likewise.
51202         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51203         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51204         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51205         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51206         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51207         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51208         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51209         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51210
51211         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51212         of the number.
51213         * stdio-common/printf_fphex.c: Likewise.
51214         * stdio-common/printf_size.c: Likewise.
51215
51216         * math/e_exp10.c: Include math_private.h using <...> not "...".
51217         * math/e_exp10f.c: Likewise.
51218         * math/e_exp10l.c: Likewise.
51219         * math/e_exp2l.c: Likewise.
51220         * math/e_j0l.c: Likewise.
51221         * math/e_j1l.c: Likewise.
51222         * math/e_jnl.c: Likewise.
51223         * math/e_lgammal_r.c: Likewise.
51224         * math/e_rem_pio2l.c: Likewise.
51225         * math/e_scalb.c: Likewise.
51226         * math/e_scalbf.c: Likewise.
51227         * math/e_scalbl.c: Likewise.
51228         * math/k_cosl.c: Likewise.
51229         * math/k_sinl.c: Likewise.
51230         * math/k_tanl.c: Likewise.
51231         * math/s_cacoshf.c: Likewise.
51232         * math/s_catan.c: Likewise.
51233         * math/s_catanf.c: Likewise.
51234         * math/s_catanh.c: Likewise.
51235         * math/s_catanhf.c: Likewise.
51236         * math/s_catanhl.c: Likewise.
51237         * math/s_catanl.c: Likewise.
51238         * math/s_ccosh.c: Likewise.
51239         * math/s_ccoshf.c: Likewise.
51240         * math/s_ccoshl.c: Likewise.
51241         * math/s_cexp.c: Likewise.
51242         * math/s_cexpf.c: Likewise.
51243         * math/s_cexpl.c: Likewise.
51244         * math/s_clog.c: Likewise.
51245         * math/s_clog10.c: Likewise.
51246         * math/s_clog10f.c: Likewise.
51247         * math/s_clog10l.c: Likewise.
51248         * math/s_clogf.c: Likewise.
51249         * math/s_clogl.c: Likewise.
51250         * math/s_csin.c: Likewise.
51251         * math/s_csinf.c: Likewise.
51252         * math/s_csinh.c: Likewise.
51253         * math/s_csinhf.c: Likewise.
51254         * math/s_csinhl.c: Likewise.
51255         * math/s_csinl.c: Likewise.
51256         * math/s_csqrt.c: Likewise.
51257         * math/s_csqrtf.c: Likewise.
51258         * math/s_csqrtl.c: Likewise.
51259         * math/s_ctan.c: Likewise.
51260         * math/s_ctanf.c: Likewise.
51261         * math/s_ctanh.c: Likewise.
51262         * math/s_ctanhf.c: Likewise.
51263         * math/s_ctanhl.c: Likewise.
51264         * math/s_ctanl.c: Likewise.
51265         * math/s_ldexp.c: Likewise.
51266         * math/s_ldexpf.c: Likewise.
51267         * math/s_ldexpl.c: Likewise.
51268         * math/s_significand.c: Likewise.
51269         * math/s_significandf.c: Likewise.
51270         * math/s_significandl.c: Likewise.
51271         * math/w_acos.c: Likewise.
51272         * math/w_acosf.c: Likewise.
51273         * math/w_acosh.c: Likewise.
51274         * math/w_acoshf.c: Likewise.
51275         * math/w_acoshl.c: Likewise.
51276         * math/w_acosl.c: Likewise.
51277         * math/w_asin.c: Likewise.
51278         * math/w_asinf.c: Likewise.
51279         * math/w_asinl.c: Likewise.
51280         * math/w_atan2.c: Likewise.
51281         * math/w_atan2f.c: Likewise.
51282         * math/w_atan2l.c: Likewise.
51283         * math/w_atanh.c: Likewise.
51284         * math/w_atanhf.c: Likewise.
51285         * math/w_atanhl.c: Likewise.
51286         * math/w_cosh.c: Likewise.
51287         * math/w_coshf.c: Likewise.
51288         * math/w_coshl.c: Likewise.
51289         * math/w_dremf.c: Likewise.
51290         * math/w_exp10.c: Likewise.
51291         * math/w_exp10f.c: Likewise.
51292         * math/w_exp10l.c: Likewise.
51293         * math/w_exp2.c: Likewise.
51294         * math/w_exp2f.c: Likewise.
51295         * math/w_fmod.c: Likewise.
51296         * math/w_fmodf.c: Likewise.
51297         * math/w_fmodl.c: Likewise.
51298         * math/w_hypot.c: Likewise.
51299         * math/w_hypotf.c: Likewise.
51300         * math/w_hypotl.c: Likewise.
51301         * math/w_j0.c: Likewise.
51302         * math/w_j0f.c: Likewise.
51303         * math/w_j0l.c: Likewise.
51304         * math/w_j1.c: Likewise.
51305         * math/w_j1f.c: Likewise.
51306         * math/w_j1l.c: Likewise.
51307         * math/w_jn.c: Likewise.
51308         * math/w_jnf.c: Likewise.
51309         * math/w_jnl.c: Likewise.
51310         * math/w_lgamma.c: Likewise.
51311         * math/w_lgamma_r.c: Likewise.
51312         * math/w_lgammaf.c: Likewise.
51313         * math/w_lgammaf_r.c: Likewise.
51314         * math/w_lgammal.c: Likewise.
51315         * math/w_lgammal_r.c: Likewise.
51316         * math/w_log.c: Likewise.
51317         * math/w_log10.c: Likewise.
51318         * math/w_log10f.c: Likewise.
51319         * math/w_log10l.c: Likewise.
51320         * math/w_log2.c: Likewise.
51321         * math/w_log2f.c: Likewise.
51322         * math/w_log2l.c: Likewise.
51323         * math/w_logf.c: Likewise.
51324         * math/w_logl.c: Likewise.
51325         * math/w_pow.c: Likewise.
51326         * math/w_powf.c: Likewise.
51327         * math/w_powl.c: Likewise.
51328         * math/w_remainder.c: Likewise.
51329         * math/w_remainderf.c: Likewise.
51330         * math/w_remainderl.c: Likewise.
51331         * math/w_scalb.c: Likewise.
51332         * math/w_scalbf.c: Likewise.
51333         * math/w_scalbl.c: Likewise.
51334         * math/w_sinh.c: Likewise.
51335         * math/w_sinhf.c: Likewise.
51336         * math/w_sinhl.c: Likewise.
51337         * math/w_sqrt.c: Likewise.
51338         * math/w_sqrtf.c: Likewise.
51339         * math/w_sqrtl.c: Likewise.
51340         * math/w_tgamma.c: Likewise.
51341         * math/w_tgammaf.c: Likewise.
51342         * math/w_tgammal.c: Likewise.
51343
51344         * po/ja.po: Update from translation team.
51345
51346 2011-09-29  Andreas Jaeger  <aj@suse.de>
51347
51348         [BZ #13179]
51349         * sunrpc/netname.c (netname2host): Fix logic.
51350
51351         [BZ #6779]
51352         [BZ #6783]
51353         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51354         correctly.
51355         * math/w_remainder.c (__remainder): Likewise.
51356         * math/w_remainderf.c (__remainderf): Likewise.
51357         * math/libm-test.inc (remainder_test): Add test cases.
51358
51359 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51360
51361         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51362         sdiv_qrnnd.
51363
51364 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51365
51366         * string/test-memcmp.c: Avoid unncessary #defines.
51367         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51368
51369 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51370
51371         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51372         Use new sse2 version for core i3 - i7 as it's faster
51373         than sse42 version.
51374         (bit_Prefer_PMINUB_for_stringop): New.
51375         * sysdeps/x86_64/rawmemchr.S: Update.
51376         Replace with faster SSE2 version.
51377         * sysdeps/x86_64/memrchr.S: New file.
51378         * sysdeps/x86_64/memchr.S: Update.
51379         Replace with faster SSE2 version.
51380
51381 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51382
51383         * elf/dl-load.c (lose): Add cast to avoid warning.
51384
51385 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51386
51387         * po/ca.po: Update from translation team.
51388
51389         * inet/getnetgrent_r.c: Hook up nscd.
51390         * nscd/Makefile (routines): Add nscd_netgroup.
51391         (nscd-modules): Add netgroupcache.
51392         (CFLAGS-netgroupcache.c): Define.
51393         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51394         (cache_search): Add const to second parameter.
51395         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51396         INNETGR.
51397         (dbs): Add netgrdb entry.
51398         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51399         (verify_persistent_db): Handle netgrdb.
51400         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51401         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51402         GETFDNETGR.
51403         (netgroup_response_header): Define.
51404         (innetgroup_response_header): Define.
51405         (datahead): Add netgroup_response_header and innetgroup_response_header
51406         elements.
51407         * nscd/nscd.conf: Add entries for netgroup cache.
51408         * nscd/nscd.h (dbtype): Add netgrdb.
51409         (_PATH_NSCD_NETGROUP_DB): Define.
51410         (netgroup_iov_disabled): Declare.
51411         (xmalloc, xcalloc, xrealloc): Move declarations here.
51412         (cache_search): Adjust prototype.
51413         Add netgroup-related prototypes.
51414         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51415         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51416         (__nscd_innetgr): Declare.
51417         * nscd/selinux.c (perms): Use access_vector_t as element type and
51418         add netgroup-related initializers.
51419         * nscd/netgroupcache.c: New file.
51420         * nscd/nscd_netgroup.c: New file.
51421         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51422         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51423         For four parameters use innetgr.
51424         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51425         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51426         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51427         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51428
51429         * nscd/connections.c (register_traced_file): Don't register file
51430         for disabled databases.
51431
51432 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51433
51434         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51435
51436         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51437         from tree and freeing node.
51438
51439 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51440
51441         * nss/nsswitch.c (__nss_database_lookup): Handle
51442         nss_parse_service_list out of memory case.
51443
51444 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51445
51446         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51447         out of memory case.
51448
51449 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51450
51451         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51452         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51453         pass it down.
51454         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51455         elf_machine_rela, elf_machine_lazy_rel.
51456         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51457         (ELF_DYNAMIC_DO_REL): Likewise.
51458         (ELF_DYNAMIC_DO_RELA): Likewise.
51459         (ELF_DYNAMIC_RELOCATE): Likewise.
51460         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51461         to ELF_DYNAMIC_DO_REL.
51462         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51463         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51464         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51465         elf_machine_rela.
51466         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51467         skip_ifunc, don't call ifunc function if non-zero.
51468         (elf_machine_rela): Likewise.
51469         (elf_machine_lazy_rel): Likewise.
51470         (elf_machine_lazy_rela): Likewise.
51471         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51472         (elf_machine_lazy_rel): Likewise.
51473         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51474         Likewise.
51475         (elf_machine_lazy_rel): Likewise.
51476         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51477         Likewise.
51478         (elf_machine_lazy_rel): Likewise.
51479         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51480         (elf_machine_lazy_rel): Likewise.
51481         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51482         (elf_machine_lazy_rel): Likewise.
51483         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51484         (elf_machine_lazy_rel): Likewise.
51485         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51486         (elf_machine_lazy_rel): Likewise.
51487         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51488         (elf_machine_lazy_rel): Likewise.
51489         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51490         (elf_machine_lazy_rel): Likewise.
51491
51492 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51493
51494         * nss/nss_files/files-init.c (_nss_files_init): Use static
51495         initialization for all the *_traced_file variables.
51496
51497 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51498
51499         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51500
51501 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51502
51503         [BZ #13226]
51504         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51505
51506 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51507
51508         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51509         Reread the line before reparsing it.
51510
51511 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51512
51513         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51514
51515 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51516             Maxim Kuvyrkov  <maxim@codesourcery.com>
51517             Joseph Myers  <joseph@codesourcery.com>
51518
51519         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51520         if needed for __stack_chk_guard.
51521
51522 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51523
51524         * sysdeps/posix/spawni.c (script_execute): Always define it.
51525         It will be optimized away if unused.
51526         (maybe_script_execute): New function.
51527         (__spawni): Call it.
51528
51529         * Makerules: Don't include tls.make.
51530         (config-tls): Always set to thread.
51531         * tls.make.c: File removed.
51532
51533 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51534
51535         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51536         * config.make.in (CPPFLAGS-config): New substituted variable.
51537
51538 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51539
51540         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51541
51542         [BZ #13192]
51543         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51544         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51545
51546 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51547
51548         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51549         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51550         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51551         (CALL_FAIL): Likewise.
51552         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51553         (CALL_FAIL): Macro removed.
51554         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51555
51556 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51557
51558         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51559         for __FINITE_MATH_ONLY__ == 1.
51560
51561 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51562
51563         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51564         __ieee754_sqrt instead of sqrt.
51565         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51566         __ieee754_sqrtf instead of sqrtf.
51567         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51568         __floorf instead of floorf.
51569         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51570         __floorf, __truncf instead of floorf, truncf.
51571
51572 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51573
51574         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51575
51576         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51577         __extern_always_inline.
51578         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51579         32-bit.
51580
51581 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51582
51583         * elf/rtld.c (dl_main): Also relocate in dependency order when
51584         doing symbol dependency testing.
51585
51586 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51587
51588         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51589         Always define `refsym'.
51590
51591 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51592
51593         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51594         (__FD_ELT): Renamed from __FDELT.
51595         * misc/bits/select2.h (__FD_ELT): Likewise.
51596         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51597         __FD_MASK instead of __FDELT, __FDMASK.
51598         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51599         Likewise.
51600         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51601         Likewise.
51602
51603         * elf/Makefile (gen-ldd): Fix pattern.
51604
51605         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51606         (init_tls): Likewise.
51607
51608 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51609
51610         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51611
51612 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51613
51614         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51615         `struct cmsghdr *' instead of `void *'.
51616         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51617         Likewise.
51618
51619 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51620
51621         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51622         if non-absolute.
51623         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51624         ldd_rewrite_script.
51625
51626 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51627
51628         * configure.in: Remove --with-tls option.
51629         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51630         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51631         out in case it is missing.
51632         * sysdeps/ia64/elf/configure.in: Likewise.
51633         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51634         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51635         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51636         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51637         * sysdeps/sh/elf/configure.in: Likewise.
51638         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51639         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51640         * sysdeps/x86_64/elf/configure.in: Likewise.
51641         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51642         * sysdeps/mach/hurd/tls.h: Likewise.
51643
51644         [BZ #13067]
51645         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51646
51647         [BZ #13090]
51648         * configure.in: Fix use of AC_INIT.
51649
51650         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51651
51652 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51653
51654         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51655         __set_errno.
51656         * malloc/hooks.c: Likewise.
51657
51658         [BZ #11929]
51659         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51660         variables statically.
51661         (narenas): Initialize.
51662         (list_lock): Initialize.
51663         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51664         initializtion of main_arena and list_lock.  Small cleanups.
51665         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51666         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51667         Add initializers to main_arena and mp_.
51668         (malloc_state): Remove pagesize member.  Change all users to use
51669         GLRO(dl_pagesize).
51670
51671         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51672         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51673         is always initialized.
51674
51675         * malloc/malloc.c: Removed unused configurations and dead code.
51676         * malloc/arena.c: Likewise.
51677         * malloc/hooks.c: Likewise.
51678         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51679
51680         * include/tls.h: Removed.  USE___THREAD must always be defined.
51681         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51682         * elf/dl-libc.c: Likewise.
51683         * elf/dl-tsd.c: Likewise.
51684         * include/errno.h: Likewise.
51685         * include/netdb.h: Likewise.
51686         * include/resolv.h: Likewise.
51687         * inet/herrno-loc.c: Likewise.
51688         * inet/herrno.c: Likewise.
51689         * malloc/arena.c: Likewise.
51690         * malloc/hooks.c: Likewise.
51691         * malloc/malloc.c: Likewise.
51692         * resolv/res-state.c: Likewise.
51693         * resolv/res_libc.c: Likewise.
51694         * sysdeps/i386/dl-machine.h: Likewise.
51695         * sysdeps/ia64/dl-machine.h: Likewise.
51696         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51697         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51698         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51699         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51700         * sysdeps/sh/dl-machine.h: Likewise.
51701         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51702         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51703         * sysdeps/unix/i386/sysdep.S: Likewise.
51704         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51705         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51706         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51707         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51708         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51709         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51710         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51711         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51712         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51713         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51714         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51715         * sysdeps/x86_64/dl-machine.h: Likewise.
51716         * tls.make.c: Likewise.
51717
51718         * configure.in: Remove --with-__thread option.  Make tests for
51719         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51720         tls_model attribute fail if no support is available.  Remove
51721         USE_IN_LIBIO.
51722         * Makeconfig: Adjust for dropped configure option.  All features are
51723         now mandatory.
51724         * Makerules: Likewise.
51725         * Versions.def: Likewise.
51726         * argp/argp-fmtstream.c: Likewise.
51727         * argp/argp-fmtstream.h: Likewise.
51728         * argp/argp-help.c: Likewise.
51729         * assert/assert.c: Likewise.
51730         * config.h.in: Likewise.
51731         * config.make.in: Likewise.
51732         * configure: Likewise.
51733         * configure.in: Likewise.
51734         * csu/Versions: Likewise.
51735         * csu/init.c: Likewise.
51736         * elf/tst-audit2.c: Likewise.
51737         * elf/tst-tls10.c: Likewise.
51738         * elf/tst-tls10.h: Likewise.
51739         * elf/tst-tls11.c: Likewise.
51740         * elf/tst-tls12.c: Likewise.
51741         * elf/tst-tls14.c: Likewise.
51742         * elf/tst-tlsmod11.c: Likewise.
51743         * elf/tst-tlsmod12.c: Likewise.
51744         * elf/tst-tlsmod13.c: Likewise.
51745         * elf/tst-tlsmod13a.c: Likewise.
51746         * elf/tst-tlsmod14a.c: Likewise.
51747         * elf/tst-tlsmod15b.c: Likewise.
51748         * elf/tst-tlsmod16a.c: Likewise.
51749         * elf/tst-tlsmod16b.c: Likewise.
51750         * elf/tst-tlsmod7.c: Likewise.
51751         * elf/tst-tlsmod8.c: Likewise.
51752         * elf/tst-tlsmod9.c: Likewise.
51753         * gmon/gmon.c: Likewise.
51754         * grp/fgetgrent_r.c: Likewise.
51755         * grp/putgrent.c: Likewise.
51756         * hurd/fopenport.c: Likewise.
51757         * include/libc-symbols.h: Likewise.
51758         * include/tls.h: Likewise.
51759         * intl/gettextP.h: Likewise.
51760         * intl/loadinfo.h: Likewise.
51761         * locale/global-locale.c: Likewise.
51762         * locale/localeinfo.h: Likewise.
51763         * mach/devstream.c: Likewise.
51764         * malloc/arena.c: Likewise.
51765         * malloc/set-freeres.c: Likewise.
51766         * misc/err.c: Likewise.
51767         * misc/getttyent.c: Likewise.
51768         * misc/mntent_r.c: Likewise.
51769         * posix/getopt.c: Likewise.
51770         * posix/wordexp.c: Likewise.
51771         * pwd/fgetpwent_r.c: Likewise.
51772         * resolv/Versions: Likewise.
51773         * resolv/res_hconf.c: Likewise.
51774         * shadow/fgetspent_r.c: Likewise.
51775         * shadow/putspent.c: Likewise.
51776         * stdio-common/printf_fphex.c: Likewise.
51777         * stdio-common/tmpfile.c: Likewise.
51778         * stdlib/abort.c: Likewise.
51779         * stdlib/fmtmsg.c: Likewise.
51780         * sunrpc/auth_unix.c: Likewise.
51781         * sunrpc/clnt_perr.c: Likewise.
51782         * sunrpc/clnt_tcp.c: Likewise.
51783         * sunrpc/clnt_udp.c: Likewise.
51784         * sunrpc/clnt_unix.c: Likewise.
51785         * sunrpc/openchild.c: Likewise.
51786         * sunrpc/svc_simple.c: Likewise.
51787         * sunrpc/svc_tcp.c: Likewise.
51788         * sunrpc/svc_udp.c: Likewise.
51789         * sunrpc/svc_unix.c: Likewise.
51790         * sunrpc/xdr.c: Likewise.
51791         * sunrpc/xdr_array.c: Likewise.
51792         * sunrpc/xdr_rec.c: Likewise.
51793         * sunrpc/xdr_ref.c: Likewise.
51794         * sunrpc/xdr_stdio.c: Likewise.
51795
51796 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51797
51798         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51799
51800 2011-07-03  Andreas Jaeger  <aj@suse.de>
51801
51802         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51803         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51804         regenerate with gen-libm-tests.pl.
51805
51806 2010-05-12  Petr Baudis  <pasky@suse.cz>
51807
51808         [BZ #11589]
51809         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51810         around j0() zero points by switching to j1().
51811         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51812         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51813         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51814         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51815
51816 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51817
51818         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51819         instead of 0.
51820         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51821         instead of 0.
51822         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51823         Patch in part by Pavel Roskin <proski@gnu.org>.
51824
51825         [BZ #13138]
51826         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51827         realloc.
51828         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51829         Free memory block if necessary.
51830
51831         [BZ #12847]
51832         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51833         be NULL.  Don't lock in this case.
51834
51835 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51836
51837         * elf/elf.h (ELFOSABI_GNU): New macro.
51838         (ELFOSABI_LINUX): Define to that.
51839
51840 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51841
51842         * string/strncat.c (strncat): Undef the symbol in case it has been
51843         defined in bits/string.h.
51844
51845 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51846
51847         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51848
51849         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51850         link map.
51851
51852 2011-08-17  Andreas Jaeger  <aj@suse.de>
51853
51854         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51855
51856 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51857             Ian Lance Taylor  <iant@google.com>
51858
51859         * math/libm-test.inc (lround_test): New testcase.
51860         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51861
51862 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51863
51864         * Makefile: Remove support for automatic cvs check-ins.
51865         * Makerules: Likewise.
51866         * config.make.in: Likewise.
51867         * configure.in: Likewise.
51868         * intl/Makefile: Likewise.
51869         * locale/Makefile: Likewise.
51870         * po/Makefile: Likewise.
51871         * posix/Makefile: Likewise.
51872         * sysdeps/gnu/Makefile: Likewise.
51873         * sysdeps/mach/hurd/Makefile: Likewise.
51874         * sysdeps/sparc/sparc32/Makefile: Likewise.
51875
51876         [BZ #13118]
51877         * posix/Makefile (bug-regex32-ENV): Define.
51878         Patch by John Stanley <jpsinthemix@verizon.net>.
51879
51880         * misc/Makefile (headers): Add bits/select2.h.
51881         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51882         * misc/bits/select2.h: New file.
51883         * include/bits/select2.h: New file.
51884         * debug/Makefile (routines): Add fdelt_chk.
51885         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51886         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51887         FD_ISSET.
51888         * debug/fdelt_chk.c: New file.
51889
51890         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51891         * wcsmbs/test-wmemcmp.c: Likewise.
51892         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51893         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51894
51895 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51896
51897         * string/Makefile (strop-tests): Add memcmp.
51898         * string/test-wmemcmp.c: New file.
51899         * string/test-memcmp.c: Add wmemcmp support.
51900
51901 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51902
51903         [BZ #13153]
51904         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51905         2011-07-19 change.
51906
51907         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51908         garbage value in a __mach_port_mod_refs call in the cases of the
51909         task-self and thread-self ports.
51910
51911 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51912
51913         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51914
51915 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51916
51917         * elf/dl-load.c (lose): Check for non-null L.
51918
51919 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51920
51921         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51922
51923         * elf/dl-libc.c (dlerror_run): Pass back error code from
51924         dl_catch_error.
51925
51926         [BZ #13123]
51927         * elf/dl-load.c (lose): Free l_origin if it is valid.
51928
51929         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51930         names.
51931         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51932         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51933         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51934         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51935         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51936         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51937
51938 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51939
51940         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51941         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51942         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51943         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51944         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51945         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51946         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51947         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51948         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51949         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51950
51951 2011-08-15  Alan Modra  <amodra@gmail.com>
51952
51953         [BZ #13092]
51954         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51955         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51956         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51957         ppc_mcount to static-only-routines.
51958         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51959         __mcount_internal.
51960         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51961         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51962
51963 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51964
51965         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51966         for finite and infinity parameters.
51967
51968 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51969
51970         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51971         and add nop instructions for throughput optimization.
51972         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51973
51974 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51975
51976         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51977         aligned copy for power7 with vector-scalar instructions.
51978         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51979
51980 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51981
51982         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51983         AVX check.
51984
51985 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51986
51987         [BZ #13144]
51988         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51989         last change.
51990
51991 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51992
51993         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51994         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51995         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51996         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51997         clock_gettime.
51998
51999 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52000
52001         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52002         Forgot to demangle the pointer.
52003
52004         * sysdeps/i386/sysdep.h: Define atom_text_section.
52005         * sysdeps/x86_64/sysdep.h: Likewise.
52006         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52007         section with atom_text_section.
52008         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52009         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52010         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52011         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52012         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52013
52014         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52015         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52016         already be defined.  Change to take two parameters and don't assign
52017         result to variable.  Adjust all users.
52018         Define INTERNAL_GETTIME if not already defined.
52019         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52020         call.
52021         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52022         HAVE_CLOCK_GETTIME_VSYSCALL.
52023         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52024
52025         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52026         gettimeofday vsyscall, just use time.
52027
52028 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52029
52030         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52031         <errno.h>.
52032
52033 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52034
52035         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52036         syscall on x86-64.
52037         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52038         syscall.
52039         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52040         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52041         syscall if possible.
52042
52043 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52044
52045         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52046         e_ident.  Don't pass to find_mapsXX.
52047         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52048
52049 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52050
52051         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52052         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52053         * sysdeps/x86_64/multiarch/strchr.S: Update.
52054         Check bit_slow_BSF bit.
52055         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52056         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52057         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52058
52059 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52060
52061         [BZ #13134]
52062         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52063         before glibc 2.15.
52064         (tryshell): Define.
52065         (__spawni): Change last parameter to be flag.  Test
52066         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52067         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52068         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52069         * posix/spawni.c: Likewise.
52070         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52071         * posix/spawnp.c: Likewise.  Change normal version to use
52072         SPAWN_XFLAGS_USE_PATH.
52073         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52074         SPAWN_XFLAGS_TRY_SHELL.
52075
52076         [BZ #13150]
52077         * posix/glob.h: Remove gcc 1.x support.
52078
52079         [BZ #13068]
52080         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52081
52082 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52083
52084         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52085         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52086         strrchr-sse2-bsf
52087         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52088         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52089         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52090         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52091         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52092         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52093
52094 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52095
52096         * sysdeps/x86_64/wcscmp.S: New file.
52097
52098         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52099         wcscmp-c wcscmp-sse2
52100         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52101         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52102         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52103         * wcsmbs/wcscmp.c: Allow renaming.
52104
52105 2011-09-05  David S. Miller  <davem@davemloft.net>
52106
52107         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52108         stack slot, rather than the struct return pointer slot.
52109         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52110         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52112         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52113
52114 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52115
52116         * po/ja.po: Update from translation team.
52117
52118         [BZ #13144]
52119         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52120         kernel in 64-bit binaries.
52121
52122 2011-09-01  David S. Miller  <davem@davemloft.net>
52123
52124         * elf/elf.h (HWCAP_SPARC_*): Move to..
52125         * sysdeps/sparc/sysdep.h: this new file and add new values.
52126         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52127         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52128         _DL_HWCAP_COUNT to 24.
52129         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52130         entries.
52131         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52132         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52133         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52134         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52135         instead of magic constants.
52136         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52137
52138 2011-08-31  David S. Miller  <davem@davemloft.net>
52139
52140         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52141         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52142         Reimplement to do errno handling inline.
52143         (SYSCALL_ERROR_HANDLER): New macro.
52144         (__SYSCALL_STRING): Do not do errno handling in asm.
52145         (__CLONE_SYSCALL_STRING): Delete.
52146         (__INTERNAL_SYSCALL_STRING): Delete.
52147         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52148         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52149         (PSEUDO): Reimplement to do errno handling inline.
52150         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52151         (SYSCALL_ERROR_HANDLER): New macro.
52152         (__SYSCALL_STRING): Do not do errno handling in asm.
52153         (__CLONE_SYSCALL_STRING): Delete.
52154         (__INTERNAL_SYSCALL_STRING): Delete.
52155         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52156         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52157         i386.
52158         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52159         (inline_syscall*): Add 'err' argument.
52160         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52161         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52162         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52163         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52164
52165         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52166         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52167
52168 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52169
52170         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52171
52172 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52173
52174         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52175         directive.
52176
52177 2011-08-24  David S. Miller  <davem@davemloft.net>
52178
52179         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52180
52181 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52182
52183         * elf/Makefile: Add rules to build and run unload8 test.
52184         * elf/unload8.c: New file.
52185         * elf/unload8mod1.c: New file.
52186         * elf/unload8mod1x.c: New file.
52187         * elf/unload8mod2.c: New file.
52188         * elf/unload8mod3.c: New file.
52189
52190         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52191         it wasn't used.
52192
52193 2011-08-23  David S. Miller  <davem@davemloft.net>
52194
52195         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52196         subtract stack bias.
52197         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52198         %sp not %fp in calculations.
52199         (_JMPBUF_UNWINDS_ADJ): Likewise.
52200
52201         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52202         (aio_suspend): Call it to force an exception region around the
52203         AIO_MISC_WAIT() invocation.
52204
52205 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52206
52207         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52208         backslash.
52209
52210 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52211
52212         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52213         protection macro.
52214         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52215         and <dl-machine.h>.
52216         (Elf64_FuncDesc): Remove.
52217
52218 2011-08-22  David S. Miller  <davem@davemloft.net>
52219
52220         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52221         sigaltstack check, add missing cfi directives.
52222         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52223         missing cfi directives, and sigaltstack handling.
52224
52225 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52226
52227         [BZ #11724]
52228         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52229         object is seen twice.
52230         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52231
52232         * elf/Makefile (distribute): Add tst-initorder2.c.
52233         (tests): Add tst-initorder2.
52234         (modules-names): Add tst-initorder2a tst-initorder2b
52235         tst-initorder2c tst-initorder2d.  Add rules to build them.
52236         ($(objpfx)tst-initorder2.out): New rule.
52237         * elf/tst-initorder2.c: New file.
52238         * elf/tst-initorder2.exp: New file.
52239
52240 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52241
52242         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52243
52244         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52245         dependencies back to end of function.
52246
52247         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52248         $(elfobjdir)/ld.so.
52249
52250 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52251
52252         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52253         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52254         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52255         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52256         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52257         of __vdso_gettimeofday.
52258         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52259         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52260         attribute_hidden.
52261         (_libc_vdso_platform_setup): Remove initialization of
52262         __vdso_gettimeofday and __vdso_time.
52263
52264 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52265
52266         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52267         and fgetc_unlocked.
52268         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52269         getc_unlocked.
52270
52271         * elf/dl-open.c (add_to_global): Report additions to the global scope
52272         for LD_DEBUG=scopes.
52273         (dl_open_worker): Also print scope of newly loaded dependencies.
52274         (_dl_show_scope): Indicate if there is no scope.
52275
52276         [BZ #13114]
52277         * stdio-common/Makefile (tests): Add bug24.
52278         * stdio-common/bug24.c: New file.
52279
52280 2011-08-19  Andreas Jaeger  <aj@suse.de>
52281
52282         [BZ #13114]
52283         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52284         non-existant file when using close-on-exec mode.
52285
52286 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52287
52288         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52289         the very first instruction.
52290
52291         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52292         the CFI state in the end.
52293         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52294         inclusion of dl-trampoline.h.
52295         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52296
52297 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52298
52299         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52300         expectations for long double.
52301
52302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52303         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52304
52305 2011-08-14  David S. Miller  <davem@davemloft.net>
52306
52307         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52308         artificual limit depends upon the system page size.
52309
52310 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52311
52312         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52313         * resolv/Makefile: Define CFLAGS-libresolv.
52314
52315 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52316
52317         * nss/makedb.c (compute_tables): Make variables used in nested
52318         function static.
52319
52320 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52321
52322         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52323         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52324         if buffer was too small.
52325
52326         * elf/pldd.c (main): Attach to all threads in the process.
52327         Rewrite /proc handling to use *at functions.
52328
52329 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52330
52331         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52332         specifies first scope to show.
52333         (dl_open_worker): Update callers.  Move printing scope of new
52334         object to before the relocation.
52335         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52336         * sysdeps/generic/ldsodefs.h: Update declaration.
52337
52338         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52339         string for the scope number.
52340
52341 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52342
52343         * nscd/servicescache.c (cache_addserv): Make sure written is always
52344         initialized.
52345
52346 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52347
52348         * sysdeps/i386/i486/bits/atomic.h
52349         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52350         statement expression, so as to suppress "set but not used" warning.
52351         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52352
52353         * string/strncat.c (STRNCAT): Use prototype definition.
52354
52355         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52356         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52357         -Iprograms here.
52358         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52359         (localedef-modules): Add localedef.
52360         (locale-modules): Add locale.
52361
52362         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52363         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52364         to avoid a warning.
52365
52366 2011-08-14  David S. Miller  <davem@davemloft.net>
52367
52368         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52369         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52370
52371 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52372
52373         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52374         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52375         * elf/rtld.c (dl_main): Set l_name of vDSO.
52376         Call _dl_show_scope when DL_DEBUG_SCOPES.
52377         (process_dl_debug): Recognize scopes flag and also set it for all.
52378         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52379         Declare _dl_show_scope.
52380
52381         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52382         (do_dlopen): Pass caller_dlopen to dl_open.
52383         (__libc_dlopen_mode): Initialize caller_dlopen.
52384
52385         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52386         of libc.  Make tolower call locale-independent.  Optimize a bit by
52387         using isdigit instead of isalnum.
52388         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52389
52390 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52391
52392         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52393         was a dependency or dynamically loaded.
52394
52395 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52396
52397         * intl/l10nflist.c: Allow architecture-specific pop function.
52398         * sysdeps/x86_64/l10nflist.c: New file.
52399
52400         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52401         classification.
52402
52403 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52404
52405         * include/dirent.h: Add libc_hidden_proto for scandirat and
52406         scandirat64.  Don't declare __scandirat64.
52407         * dirent/scandirat.c: Add libc_hidden_def.
52408         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52409         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52410
52411 2011-08-10  David S. Miller  <davem@davemloft.net>
52412
52413         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52414         enum.
52415         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52416         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52417         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52418
52419 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52420
52421         * Versions.def [libc]: Add GLIBC_2.15.
52422         * dirent/Makefile (routines): Add scandirat and scandirat64.
52423         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52424         GLIBC_2.15.
52425         * dirent/dirent.h: Declare scandirat and scandirat64.
52426         * dirent/scandirat.c: New file.
52427         * dirent/scandirat64.c: New file.
52428         * sysdeps/wordsize-64/scandirat.c: New file.
52429         * sysdeps/wordsize-64/scandirat64.c: New file.
52430         * dirent/opendir.c: Define opendirat.
52431         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52432         using scandirat.
52433         * dirent/scandir64.c: Adjust for scandir.c change.
52434         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52435         __scandirat64, and __scandir_cancel_handler.
52436         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52437         additional parameter and use openat instead of open (outside of ld.so).
52438         Add new __opendir as wrapper around __opendirat.
52439         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52440         here without requiring old scandirat implementation.
52441
52442 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52443
52444         * dirent/scandir.c (cancel_handler): Renamed to
52445         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52446         defined.  Adjust users.
52447         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52448         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52449
52450 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52451
52452         * string/test-string.h (IMPL): Use __STRING to expand name and then
52453         stringify it.
52454
52455         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52456         of cleanups.
52457
52458 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52459
52460         * string/Makefile: Update.
52461         (strop-tests): Append strncat.
52462         * string/test-wcscmp.c: New file.
52463         New comprehensive test for wcscmp.
52464         * string/test-strcmp.c: Update.
52465         (WIDE): New define.
52466
52467 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52468
52469         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52470         line.
52471
52472 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52473
52474         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52475         encoding to ACE if AI_IDN.
52476
52477 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52478
52479         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52480         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52481
52482 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52483
52484         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52485         Fix overflow bug in strncat.
52486         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52487
52488         * string/test-strncat.c: Update.
52489         Add new tests for checking overflow bugs.
52490
52491 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52492
52493         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52494         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52495         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52496         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52497         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52498         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52499         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52500         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52501         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52502
52503         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52504         (USE_AS_STRCAT): Define.
52505         Add strcat and strncat support.
52506         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52507
52508 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52509
52510         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52511         __n bigger than INT_MAX+1.
52512         (__strncmp_g): Likewise.
52513
52514 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52515
52516         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52517         * libio/stido.h: Likewise.
52518
52519         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52520         (AF_NFC): Define.
52521         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52522         (AF_NFC): Define.
52523
52524         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52525         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52526         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52527         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52528         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52529
52530         [BZ #13021]
52531         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52532         installed.
52533
52534         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52535         typo.
52536         (_dl_x86_64_save_sse): Likewise.
52537
52538 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52539
52540         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52541         OSXSAVE.
52542         (_dl_x86_64_save_sse): Likewise.
52543
52544         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52545
52546         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52547
52548 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52549
52550         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52551         change.
52552         (_dl_x86_64_save_sse): Use correct AVX check.
52553
52554 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52555
52556         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52557         bug in strncpy/strncat.
52558         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52559
52560 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52561
52562         * string/tester.c (test_strcat): Add tests for different alignments
52563         of source and destination.
52564         (test_strncat): Likewise.
52565
52566 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52567
52568         [BZ #12852]
52569         * posix/glob.c (glob): Check passed in values before using them in
52570         expressions to avoid some overflows.
52571         (glob_in_dir): Likewise.
52572
52573         [BZ #13007]
52574         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52575         check for AVX enablement so that we don't crash with old kernels and
52576         new hardware.
52577         * elf/tst-audit4.c: Add same checks here.
52578         * elf/tst-audit6.c: Likewise.
52579
52580         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52581
52582 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52583
52584         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52585
52586 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52587
52588         * po/cs.po: Update from translation team.
52589         * po/bg.po: Likewise.
52590
52591 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52592
52593         * misc/sys/cdefs.h: Add support for const attribute.
52594         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52595         to gnu_dev_{major,minor,makedev} functions.
52596
52597 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52598
52599         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52600
52601 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52602
52603         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52604         strlen results.
52605
52606 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52607
52608         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52609         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52610         register in order to avoid conflicts with the soft frame pointer
52611         being held in r11 when necessary.
52612         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52613         (INTERNAL_VSYSCALL_NCS): Likewise.
52614
52615 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52616
52617         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52618         * elf/dl-fini.c (_dl_fini): Adjust caller.
52619         * elf/dl-close.c (_dl_close_worker): Likewise.
52620         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52621
52622 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52623
52624         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52625         "aux_cache->nlibs < 0".
52626
52627         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52628         in the reload-count case.
52629
52630 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52631
52632         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52633         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52634         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52635         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52636         * sysdeps/x86_64/multiarch/strcat.S: New file.
52637         * sysdeps/x86_64/multiarch/strncat.S: New file.
52638         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52639         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52640         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52641         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52642         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52643         (USE_AS_STRCAT): Define.
52644         Add strcat and strncat support.
52645         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52646         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52647         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52648         * string/strncat.c: Update.
52649         (USE_AS_STRNCAT): Define.
52650         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52651         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52652         and i7.
52653         * sysdeps/x86_64/multiarch/init-arch.h
52654         (bit_Prefer_PMINUB_for_stringop): New.
52655         (index_Prefer_PMINUB_for_stringop): Likewise.
52656         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52657         bit_Prefer_PMINUB_for_stringop.
52658
52659 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52660
52661         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52662         buffer64.
52663         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52664         of casting of buffer.
52665         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52666         buffer32 and buffer64.
52667         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52668         writes instead of casting of buffer.
52669         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52670         buffer32.
52671         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52672         casting of buffer.
52673
52674 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52675
52676         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52677
52678 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52679
52680         * nscd/nscd.c (termination_handler): Don't do anything for a database
52681         if it has not yet been initialized.
52682
52683 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52684
52685         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52686
52687 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52688
52689         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52690
52691 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52692
52693         * po/nl.po: Update from translation team.
52694         * po/sv.po: Likewise.
52695
52696 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52697
52698         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52699         now disallowed by GCC.
52700
52701         * configure.in (use-default-link): Default to yes if a test -shared
52702         link meets our qualifications.
52703         * configure: Regenerated.
52704
52705         * config.make.in (output-format): New variable.
52706         * configure.in: Check for ld --print-output-format support.
52707         * configure: Regenerated.
52708         * Makerules ($(common-objpfx)format.lds)
52709         [$(output-format) != unknown]: Just use $(output-format),
52710         instead of the linker-script munging.
52711
52712 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52713
52714         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52715         of $(common-objpfx)shlib.lds.
52716         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52717
52718         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52719         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52720
52721         * configure.in (-z relro check): Adjust test code to add a large
52722         writable data section after it.
52723         * configure: Regenerated.
52724
52725 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52726
52727         * configure.in (-z relro check): Fix test code to make the variable
52728         truly const.
52729         * configure: Regenerated.
52730
52731 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52732
52733         * nscd/nscd.h (struct traced_file): Define.
52734         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52735         elements.  Add traced_files.
52736         (inotify_fd): Declare.
52737         (register_traced_file): Declare.
52738         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52739         (inotify_fd): Export.
52740         (resolv_conf_descr): Remove.
52741         (nscd_init): Move inotify descriptor creation to main.
52742         Don't register files for notification here.
52743         (register_traced_file): New function.
52744         (invalidate_cache): Don't use reset_res to determine whether to call
52745         res_init, go through the list of registered files.
52746         (main_loop_poll): The inotify descriptors are now stored in the
52747         structures for the traced files.
52748         (main_loop_epoll): Likewise
52749         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
52750         to __nss_disable_nscd.
52751         * nscd/cache.c (prune_cache): There is no single inotify descriptor
52752         for a database anymore.  Check the records for all the registered
52753         files instead.
52754         * nss/Makefile (libnss_files-routines): Add files-init.
52755         (libnss_db-routines): Add db-init.
52756         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52757         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52758         * nss/nss_db/db-init.c: New file.
52759         * nss/nss_files/files-init.c: New file.
52760         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
52761         __nss_lookup_function.
52762         (__nss_lookup_function): Call nss_load_library.
52763         (nss_load_all_libraries): New function.
52764         (__nss_disable_nscd): Take parameter with callback function for files
52765         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
52766         used for the cached services.
52767         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52768         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52769         options for features to all the files in nscd.
52770
52771         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52772
52773 2011-07-10  Roland McGrath  <roland@hack.frob.com>
52774
52775         * csu/elf-init.c (__libc_csu_init): Comment typo.
52776
52777 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
52778
52779         * po/pl.po: Update from translation team.
52780         * po/ja.po: Likewise.
52781         * po/ru.po: Likewise.
52782         * po/ko.po: Likewise.
52783         * po/fr.po: Likewise.
52784
52785 2011-07-09  Roland McGrath  <roland@hack.frob.com>
52786
52787         * configure.in (.ctors/.dtors header and trailer check):
52788         Use an empirical test on a built program.
52789         * configure: Regenerated.
52790
52791         * configure.in (-z relro check): Use an empirical test on a built DSO.
52792         Detect, but do not require, on ia64.
52793         * configure: Regenerated.
52794
52795         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52796         Update tests that use readelf to use $READELF instead.
52797         * configure: Regenerated.
52798
52799 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52800
52801         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52802         if the result is not used.
52803
52804 2011-07-05  Andreas Jaeger  <aj@suse.de>
52805
52806         [BZ#9696]
52807         * stdlib/tst-strtod.c: Add testcase.
52808
52809 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52810
52811         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52812         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52813         The latter has a higher limit.  Take additional parameter to pass to
52814         the new function.
52815         (__pathconf): Pass file to __statfs_link_max.
52816         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52817         __statfs_link_max.
52818         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52819         __statfs_link_max.
52820
52821         [BZ #12868]
52822         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52823         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52824         Handle Lustre.
52825         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52826         (__statfs_filesize_max): Likewise.
52827         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52828
52829 2011-07-05  Andreas Jaeger  <aj@suse.de>
52830
52831         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52832
52833 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52834
52835         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52836         `status' variable.
52837         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52838         Likewise.
52839
52840 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52841
52842         * Makefile (strop-tests): Add strncat.
52843         * string/test-strncat.c: New file.
52844
52845 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52846
52847         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52848
52849 2011-06-21  Andreas Jaeger  <aj@suse.de>
52850
52851         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52852         Copy rule from iconvdata/Makefile.
52853
52854 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52855
52856         [BZ #12922]
52857         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52858         but no long options are defined, just return 'W'.
52859
52860 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52861
52862         [BZ #9696]
52863         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52864
52865 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52866
52867         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52868         netgroups to read.
52869         (innetgr): Likewise.
52870
52871 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52872
52873         * config.make.in (install_root): Default to $(DESTDIR).
52874
52875 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52876
52877         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52878
52879 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52880
52881         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52882
52883         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52884         containing directory rather than embedding absolute directory names.
52885
52886         * scripts/check-local-headers.sh: Rewritten using awk.
52887         Match by word, not by line.  Print error messages for matches.
52888         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52889
52890         * Makerules [shlib-lds-flags empty]:
52891         ($(common-objpfx)libc_pic.opts): New target.
52892         ($(common-objpfx)libc_pic.os.clean): New target.
52893         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52894
52895         * config.make.in (OBJCOPY): New variable.
52896         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52897         * configure: Regenerated.
52898
52899         * config.make.in (use-default-link): New variable.
52900         * configure.in (use_default_link): Grok --with-default-link to set it.
52901         * configure: Regenerated.
52902         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52903         (shlib-lds, shlib-lds-flags): Define to empty.
52904
52905         * Makerules (shlib-lds): New variable.
52906         (shlib-lds-flags): New variable.
52907         (build-shlib, build-moduile, build-module-asneeded): Use it.
52908         ($(common-objpfx)libc.so): Use $(shlib-lds).
52909         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52910         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52911
52912         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52913         DT_FLAGS/DT_FLAGS_1 with zero flags.
52914
52915         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52916         linker script munging.
52917
52918 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52919
52920         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52921         as 128-bit value.
52922         * crypt/sha512.c (sha512_process_block): Perform total addition using
52923         128-bit if possible.
52924         (__sha512_finish_ctx): Likewise.
52925         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52926         as 64-bit value.
52927         * crypt/sha256.c (SWAP64): Define.
52928         (sha256_process_block): Perform total addition using 64-bit if
52929         possible.
52930         (__sha256_finish_ctx): Likewise.
52931
52932 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52933
52934         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52935         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52936         * nscd/hstcache.c (cache_addhst): Likewise.
52937         * nscd/grpcache.c (cache_addgr): Likewise.
52938         * nscd/aicache.c (addhstaiX): Likewise
52939         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52940
52941 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52942
52943         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52944         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52945         * nscd/hstcache.c (cache_addhst): Likewise.
52946         * nscd/grpcache.c (cache_addgr): Likewise.
52947         * nscd/aicache.c (addhstaiX): Likewise
52948
52949 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52950
52951         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52952         domain only when needed.
52953
52954 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52955
52956         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52957         is always restored.
52958
52959 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52960
52961         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52962         are re-adding the entry.
52963         * nscd/servicescache.c (cache_addserv): Likewise.
52964
52965 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52966
52967         * sysdeps/generic/dl-irel.h: fix protection against multiple
52968         inclusions.
52969         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52970
52971 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52972
52973         [BZ #12935]
52974         * malloc/memusage.sh: Fix quoting in message.
52975         * debug/xtrace.sh: Likewise.
52976
52977         * configure.in: Remove support for --experimental-malloc option, make
52978         it the default.
52979         * config.make.in: Likewise.
52980         * malloc/Makefile: Likewise.
52981
52982 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52983
52984         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52985         two-byte characters.
52986
52987 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52988
52989         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52990         AC_CACHE_CHECK invocation.
52991         * configure: Regenerated.
52992
52993         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52994
52995 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52996
52997         [BZ #12350]
52998         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52999         bit from old_res_options.
53000
53001         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53002
53003         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53004         value type for setfct.
53005
53006 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53007
53008         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53009         __gettimeofday instead of gettimeofday.
53010
53011 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53012
53013         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53014
53015 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53016
53017         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53018
53019         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53020         info.
53021
53022 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53023
53024         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53025         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53026         strcpy-sse2-unaligned strncpy-sse2-unaligned
53027         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53028         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53029         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53030         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53031         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53032         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53033         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53034         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53035         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53036         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53037         (STRCPY): Support SSE2 and SSSE3 versions.
53038
53039 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53040
53041         [BZ #12874]
53042         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53043         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53044         kernels which artificially limit size of requests.
53045
53046 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53047
53048         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53049         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53050         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53051         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53052         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53053         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53054         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53055         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53056         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53057         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53058         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53059         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53060         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53061         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53062         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53063         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53064         Enable unaligned load optimization for Intel Core i3, i5 and i7
53065         processors.
53066         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53067         Define.
53068         (index_Fast_Unaligned_Load): Define.
53069         (HAS_FAST_UNALIGNED_LOAD): Define.
53070
53071 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53072
53073         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53074
53075 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53076
53077         [BZ #12907]
53078         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53079         until it is clear that the information is realy needed.
53080         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53081
53082 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53083
53084         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53085
53086 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53087
53088         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53089         /sys/devices/system/cpu/online if it is usable.
53090
53091         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53092         reading the information from the /proc filesystem to once a second.
53093
53094 2011-06-21  Andreas Jaeger  <aj@suse.de>
53095
53096         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53097         NULL after inclusion of kernel headers.
53098
53099 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53100
53101         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53102         calls to internal_setent.
53103
53104         [BZ #12885]
53105         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53106         addresses using gethostbyname4_r ignore IPv4 addresses.
53107
53108         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53109         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53110
53111         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53112
53113 2011-06-20  David S. Miller  <davem@davemloft.net>
53114
53115         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53116         inclusions.
53117         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53118
53119         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53120         (elf_irel): Use it.
53121         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53122         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53123         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53124         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53125         * sysdeps/x86_64/dl-irel.h: Likewise.
53126
53127         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53128         * elf/dl-sym.c: Likewise.
53129
53130 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53131
53132         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53133         need to dereference resplen2.
53134
53135 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53136
53137         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53138
53139 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53140
53141         * Makeconfig: Define vardbdir and inst_vardbdir.
53142         * nss/Makefile: Add rules to install db-Makefile.
53143
53144         * nss/nss_db/db-XXX.c: Cleanup.
53145
53146         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53147         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53148         GLIBC_PRIVATE.
53149         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53150         * nss/makedb.c: Implement -g option to specify that value strings
53151         are generated and should not be added to table iterated over for
53152         get*ent calls.
53153         * nss/nss_db/db-initgroups.c: New file.
53154
53155         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53156         interface.
53157
53158         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53159         (internal_getgrouplist): Adjust to name change.
53160         Update use_initgroups_entry if this is not the first call.
53161         * nss/databases.def: Add initgroups entry.
53162
53163         * nss/makedb.c (compute_tables): Check result of multiple hash table
53164         sizes to minimize maximum chain length.
53165
53166 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53167
53168         * Versions.def: Add entry for libnss_db.
53169         * shlib-versions: Likewise.
53170         * nss/Makefile: Add rules to build libnss_db.
53171         * nss/Versions: Add libnss_db information.  Organize libnss_files
53172         entries better.
53173         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53174         makedb progra.  Some minor improvements to generate smaller files.
53175         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53176         here from...
53177         * nss/makedb.c: ...here.
53178         Improve database format to be smaller and require less memory at
53179         runtime.
53180         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53181         db anymore.
53182         * nss/nss_db/db-netgrp.c: Likewise.
53183         * nss/nss_db/db-open.c: Likewise.
53184         * nss/nss_files/flies-XXX.x: Adjust comments.
53185         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53186         * nss/nss_files/files-grp.c: Likewise.
53187         * nss/nss_files/files-hosts.c: Likewise.
53188         * nss/nss_files/files-network.c: Likewise.
53189         * nss/nss_files/files-proto.c: Likewise.
53190         * nss/nss_files/files-pwd.c: Likewise.
53191         * nss/nss_files/files-rpc.c: Likewise.
53192         * nss/nss_files/files-service.c: Likewise.
53193         * nss/nss_files/files-sgrp.c: Likewise.
53194         * nss/nss_files/files-spwd.c: Likewise.
53195         * nss/nss_db/db-alias.c: Removed.
53196         * nss/nss_db/dummy-db.h: Removed.
53197
53198 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53199
53200         * nss/makedb.c: Rewritten to not use database library.
53201         * nss/Makefile: Update to build new makedb program.
53202
53203 2011-06-14  Andreas Jaeger  <aj@suse.de>
53204
53205         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53206         memset declaration.
53207
53208 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53209
53210         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53211         tmpbuf.
53212
53213 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53214
53215         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53216         * elf/Makefile ($(objpfx)ld.so): Likewise.
53217
53218         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53219         Don't list ld.so twice in dependencies.
53220
53221         * posix/bug-regex31.c: Include <stdlib.h>.
53222
53223         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53224
53225         * nis/nss_compat/compat-spwd.c
53226         (getspent_next_nss_netgr): Remove unused variable.
53227         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53228
53229         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53230         nonmembers" output to use the right array.
53231
53232         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53233
53234         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53235
53236         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53237         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53238         * catgets/gencat.c (read_input_file): Likewise.
53239         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53240
53241         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53242         variable definition inside #if's controlling its use.
53243
53244         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53245
53246         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53247
53248         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53249
53250         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53251         unreachable code.
53252
53253         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53254
53255         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53256         * configure: Regenerated.
53257
53258         * Makerules: Revert last change.
53259         * elf/Makefile: Likewise.
53260
53261 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53262
53263         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53264         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53265         (reloc-link): Likewise.
53266
53267 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53268
53269         * elf/Makefile: Add rules to build pldd.
53270         * elf/pldd.c: New file.
53271         * elf/pldd-xx.c: New file.
53272
53273 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53274
53275         * version.h: Update for 2.15 development version.
53276
53277 2011-06-07  David S. Miller  <davem@davemloft.net>
53278
53279         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53280         ifuncs.
53281         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53282         elf_machine_lazy_rel): Likewise.
53283         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53284         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53285         elf_machine_lazy_rel): Likewise.
53286         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53287         dl_hwcap via passed in argument.
53288         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53289         Likewise.
53290
53291 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53292
53293         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53294
53295 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53296
53297         [BZ #12849]
53298         * manual/fdl-1.1.texi: New file, verbatim from:
53299         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53300         * manual/lgpl-2.1.texi: New file, verbatim from:
53301         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53302         * manual/Makefile (licenses): New variable, list those new file names.
53303         (texis): Use it.
53304         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53305
53306         * manual/fdl.texi: File removed.
53307         * manual/lesser.texi: File removed.
53308         * manual/libc.texinfo (Copying, Documentation License):
53309         Use new @include file names, put @appendix directive before @include.
53310
53311 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53312
53313         [BZ #12841]
53314         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53315         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53316         (mq_open): Add __NTH.
53317
53318 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53319
53320         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53321         Assume Intel Core i3/i5/i7 processor if AVX is available.
53322
53323 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53324
53325         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53326         typo.
53327
53328 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53329
53330         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53331         memory.  Use alloca_account.  Fix memory leak when retrying.
53332
53333 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53334
53335         * version.h (RELEASE): Bump for 2.14 release.
53336         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53337
53338         * config.make.in (RANLIB): Remove entry.
53339
53340 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53341
53342         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53343         (libc.pot): Work around missing support for .ksh extension in xgettext.
53344
53345         [BZ #12684]
53346         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53347         if both request failed.
53348         (send_dg): In case of server errors clear resplen or *resplen2.
53349
53350         [BZ #12454]
53351         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53352         when there are multiple maps.
53353         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53354         (_dl_fini): Remove test here.
53355
53356         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53357
53358 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53359
53360         [BZ #12350]
53361         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53362         bit from old_res_options.
53363         (gaih_inet): Likewise.
53364
53365         [BZ #11099]
53366         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53367         as signed.
53368
53369         * resolv/res_init.c (res_setoptions): Make the code more compact.
53370
53371         [BZ #11558]
53372         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53373         set RES_USEVC.
53374
53375         [BZ #11634]
53376         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53377
53378         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53379
53380         [BZ #11781]
53381         * malloc/malloc.h: Declare malloc hook variables as volatile.
53382
53383         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53384         in last patch.
53385
53386         [BZ #11799]
53387         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53388         raise in the comment.
53389         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53390         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53391         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53392
53393 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53394
53395         [BZ #12811]
53396         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53397         grow the buffers more if it already has to be sufficient.
53398         (build_wcs_upper_buffer): Likewise.
53399         * posix/regexec.c (check_matching): Likewise.
53400         (clean_state_log_if_needed): Likewise.
53401         (extend_buffers): Don't enlarge buffers beyond size of the input
53402         buffer.
53403         Patches mostly by Emil Wojak <emil@wojak.eu>.
53404         * posix/bug-regex32.c: New file.
53405         * posix/Makefile (tests): Add bug-regex32.
53406
53407         * locale/findlocale.c (_nl_find_locale): Return right away if
53408         _nl_explode_name failed.
53409         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53410
53411         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53412
53413         * debug/xtrace.sh: Unify messages.
53414         * malloc/memusage.sh: Likewise.
53415
53416         [BZ #12813]
53417         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53418         time symbol from vDSO.  Substitute with vsyscall if not available.
53419         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53420         __vdso_time.
53421
53422         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53423         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53424         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53425         Add sendmmsg and internal_sendmmsg.
53426         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53427         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53428         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53429
53430         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53431         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53432         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53433
53434 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53435
53436         [BZ #12813]
53437         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53438         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53439         available.
53440         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53441         __vdso_getcpu.
53442
53443         [BZ #12814]
53444         * iconvdata/Makefile (tests): Add bug-iconv9.
53445         * iconvdata/bug-iconv9.c: New file.
53446
53447 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53448
53449         [BZ #12814]
53450         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53451
53452 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53453
53454         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53455         (struct user_regs_struct): Change intcs field back to cs.
53456
53457 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53458
53459         * po/ja.po: Update from translation team.
53460
53461 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53462
53463         [BZ #12795]
53464         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53465         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53466
53467 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53468
53469         * stdlib/longlong.h: Update from GCC.
53470
53471 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53472
53473         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53474         parameter name.
53475         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53476         Add parameter name.
53477         (__sysconf): Pass it down.
53478
53479 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53480
53481         [BZ #12671]
53482         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53483         some situations.
53484         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53485         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53486         add in in __libc_use_alloca calls.  Adjust callers.
53487         (glob): Use malloc in some situations.
53488
53489         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53490         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53491         pltexit.
53492
53493 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53494
53495         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53496         and CLOCK_BOOTTIME_ALARM.
53497
53498         [BZ #12782]
53499         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53500         is returned.
53501
53502         * string/_strerror.c (__strerror_r): Print negative errors as signed
53503         numbers.
53504
53505         [BZ #12777]
53506         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53507         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53508         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53509
53510         * configure.in: Fix typo in redirection and correct removal of test
53511         files in two cases.
53512
53513         [BZ #12788]
53514         * locale/setlocale.c (new_composite_name): Fix test to check for
53515         identical name of all categories.
53516
53517         [BZ #12792]
53518         * libio/filedoalloc.c (local_isatty): New function.
53519         (_IO_file_doallocate): Use local_isatty.
53520         * stdio-common/perror.c (perror): In case a new stream is used
53521         forward the stream error.
53522         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53523         error flag.
53524
53525 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53526
53527         [BZ #11869]
53528         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53529         alloca.
53530         * include/alloca.h (extend_alloca_account): Define.
53531
53532         [BZ #11857]
53533         * posix/regex.h: Fix comments with documentation of user-accessible
53534         fields after compilation and describe correct free'ing of pattern
53535         after re_compile_pattern.
53536         Patch by Reuben Thomas <rrt@sc3d.org>.
53537
53538 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53539
53540         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53541         and -mno-altivec to prevent the compiler from using Altivec and/or
53542         VSX instructions when the corresponding registers are not available.
53543
53544 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53545
53546         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53547
53548 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53549
53550         * libio/freopen.c (freopen): Use __dup2, not dup2.
53551         * libio/freopen64.c (freopen64): Likewise.
53552
53553 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53554
53555         [BZ #12775]
53556         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53557         * math/Makefile (tests): Add test-powl.
53558         (CFLAGS-test-powl.c): Define.
53559         * math/test-powl.c: New file.
53560
53561 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53562
53563         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53564
53565 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53566
53567         [BZ #11837]
53568         * iconvdata/gb18030.c: Update to GB18020-2005.
53569
53570 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53571
53572         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53573         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53574         Patch by Aharon Robbins <arnold@skeeve.com>.
53575
53576         [BZ #11892]
53577         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53578         on the stack.
53579
53580         [BZ #11895]
53581         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53582         through underflows.
53583
53584         [BZ #12766]
53585         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53586         point to strings before performing equality test for error_one_per_line
53587         mode.
53588
53589         [BZ #11697]
53590         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53591
53592         [BZ #11820]
53593         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53594         (struct user_fpregs_struct): Avoid __uint*_t types.
53595
53596         [BZ #6420]
53597         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53598         symbol info.  Use it instead of calling _dl_addr locally.
53599         (lock_and_info): New function.
53600         (tr_freehook): Call lock_and_info and pass symbol info as additional
53601         parameter to tr_where.
53602         (tr_mallochook): Likewise.
53603         (tr_reallochook): Likewise.
53604         (tr_memalignhook): Likewise.
53605
53606         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53607         used and couldn't be at all thread-safe.
53608
53609 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53610
53611         * libio/freopen.c (freopen): Don't close old file descriptor
53612         before the new one is opened.  Instead dup the new file descriptor
53613         to the old one after the new stream is created.
53614         * libio/freopen64.c (freopen64): Likewise.
53615         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53616         * libio/fileops.c (_IO_new_file_close_it): Handle new
53617         _IO_FLAGS2_NOCLOSE flag.
53618         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53619         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53620         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53621         _IO_FLAGS2_NOCLOSE flag.
53622         * include/unistd.h: Add hidden_proto for dup3.
53623         Define __have_dup3.
53624         * io/dup3.c: Define hidden symbol.
53625         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53626
53627         [BZ #7101]
53628         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53629         when an incomplete long option is used.
53630         * posix/tst-getopt_long1.c: New file.
53631         * posix/Makefile (tests): Add tst-getopt_long1.
53632
53633         [BZ #10138]
53634         * scripts/config.guess: Update from autoconf-2.68.
53635         * scripts/config.sub: Likewise.
53636
53637         [BZ #10157]
53638         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53639         tests into ...
53640         (has_cpuclock): ...this.  New function.
53641         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53642         macro here based on has_cpuclock code.
53643
53644         [BZ #10149]
53645         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53646         First byte (not low byte) is now always NUL.
53647         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53648
53649         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53650         Use non-cancelable interfaces.
53651
53652         [BZ #9809]
53653         * locale/iso-639.def: Add entry for Sorani.
53654
53655         [BZ #11901]
53656         * include/stdlib.h: Move include protection to the right place.
53657         Define abort_msg_s.  Declare __abort_msg with it.
53658         * stdlib/abort.c (__abort_msg): Adjust type.
53659         * assert/assert.c (__assert_fail_base): New function.  Majority
53660         of code from __assert_fail.  Allocate memory for __abort_msg with
53661         mmap.
53662         (__assert_fail): Now call __assert_fail_base.
53663         * assert/assert-perr.c: Remove bulk of implementation.  Use
53664         __assert_fail_base.
53665         * include/assert.hL Declare __assert_fail_base.
53666         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53667         mmap.
53668         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53669
53670 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53671
53672         [BZ #11952]
53673         [BZ #12453]
53674         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53675         until all modules are registered in the DTV.
53676         * elf/Makefile: Add rules to build and run tst-tls19.
53677         * elf/tst-tls19.c: New file.
53678         * elf/tst-tls19mod1.c: New file.
53679         * elf/tst-tls19mod2.c: New file.
53680         * elf/tst-tls19mod3.c: New file.
53681         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53682
53683         [BZ #12083]
53684         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53685         correctly.
53686
53687         [BZ #12601]
53688         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53689         two-byte sequence errors.
53690         * iconvdata/Makefile (tests): Add bug-iconv8.
53691         * iconvdata/bug-iconv8.c: New file.
53692
53693         [BZ #12626]
53694         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53695         buf2 definition.
53696
53697         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53698
53699         [BZ #12432]
53700         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53701         (dummy_getcfa): New function.
53702         (init): Get _Unwind_GetCFA address, use dummy if not found.
53703         (backtrace_helper): In recursion check, also check whether CFA changes.
53704         (__backtrace): Completely initialize arg.
53705
53706         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53707         storing incomplete byte sequence in state object.  Avoid testing for
53708         guaranteed too small input if we know there is enough data available.
53709
53710 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53711
53712         * Makeconfig (+link-pie): Indent.
53713         * Rules (binaries-pie): Define if $(have-fpie) and
53714         $(build-shared).
53715         (binaries-shared): Also filter out $(binaries-pie).
53716         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53717         * nscd/Makefile (others-pie): Add nscd.
53718         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53719         ($(objpfx)nscd): Remove command override.
53720         * login/Makefile (others-pie): Add pt_chown.
53721         ($(objpfx)pt_chown): Remove command override.
53722         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53723         remove command overrides.
53724
53725 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53726
53727         * libio/tst_putwc.c: Fix error messages.
53728
53729         [BZ #12724]
53730         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53731         currently writing and seek to current position when not.
53732         * libio/Makefile (tests): Add bug-fclose1.
53733         * libio/bug-fclose1.c: New file.
53734
53735 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53736
53737         [BZ #12511]
53738         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53739         don't set DF_1_NODELETE here.
53740         (do_lookup_x): When entering new entry test for copy relocation
53741         and if necessary set DF_1_NODELETE flag.
53742         * elf/tst-unique4.cc: New file.
53743         * elf/tst-unique4.h: New file.
53744         * elf/tst-unique4lib.cc: New file.
53745         * elf/Makefile: Add rules to build and run tst-unique4.
53746         Patch by Piotr Bury <pbury@goahead.com>.
53747
53748 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
53749
53750         [BZ #12052]
53751         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53752
53753         [BZ #12625]
53754         * misc/mntent_r.c (addmntent): Flush the stream after the output
53755
53756         [BZ #12393]
53757         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53758         (is_trusted_path_normalize): Skip initial colon.  Append slash
53759         to empty buffer.  Duplicate is_trusted_path code but allow
53760         constructed patch to be prefix.
53761         (is_dst): Allow $ORIGIN followed by /.
53762         (_dl_dst_substitute): Correct clearing of check_for_trusted.
53763         Correct testing of result of is_trusted_path_normalize
53764         (decompose_rpath): Fix warning.
53765
53766 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
53767
53768         [BZ #11257]
53769         * grp/initgroups.c (internal_getgrouplist): When we found the service
53770         list through the initgroups entry in nsswitch.conf do not always
53771         continue on a successful lookup.  Don't always use the
53772         __nss_group_database value if it is set.
53773         * nss/nsswitch.conf (initgroups): Change action for successful db
53774         lookup to continue for compatibility.
53775
53776 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
53777
53778         [BZ #11532]
53779         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53780         and CP774 modules.
53781         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53782         and CP774 modules.
53783         * iconvdata/tst-tables.sh: Likewise.
53784         * iconvdata/cp770.c: New file.
53785         * iconvdata/cp771.c: New file.
53786         * iconvdata/cp772.c: New file.
53787         * iconvdata/cp773.c: New file.
53788         * iconvdata/cp774.c: New file.
53789         * iconvdata/testdata/CP770: New file.
53790         * iconvdata/testdata/CP770..UTF8: New file.
53791         * iconvdata/testdata/CP771: New file.
53792         * iconvdata/testdata/CP771..UTF8: New file.
53793         * iconvdata/testdata/CP772: New file.
53794         * iconvdata/testdata/CP772..UTF8: New file.
53795         * iconvdata/testdata/CP773: New file.
53796         * iconvdata/testdata/CP773..UTF8: New file.
53797         * iconvdata/testdata/CP774: New file.
53798         * iconvdata/testdata/CP774..UTF8: New file.
53799
53800         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53801         END CHARMAP line.
53802         * iconvdata/gen-8bit-gap.sh: Likewise.
53803         * iconvdata/gen-8bit.sh: Likewise.
53804
53805         * locale/iso-639.def: Add ary entry.
53806
53807         [BZ #11258]
53808         * locale/C-translit.h.in: Add U20A1 transliteration.
53809
53810         [BZ #12178]
53811         * locale/iso-639.def: Add wae entry.
53812         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53813
53814         [BZ #12545]
53815         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53816         for n.
53817
53818         [BZ #12711]
53819         * locale/C-translit.h.in: Add entry for U20B9.
53820         Patch by pravin.d.s@gmail.com.
53821
53822 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53823
53824         [BZ #12713]
53825         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53826         ENAMETOOLONG use generic getcwd.
53827         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53828         in rtld.  Use *stat64.
53829         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53830         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53831         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53832         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53833         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53834         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53835         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53836         __fstatat64 macros.
53837         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53838         * dirent/rewinddir.c: Add libc_hidden_def.
53839         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53840         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53841
53842         * include/dirent.h (__alloc_dir): Add flags parameter.
53843         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53844         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53845         __alloc_dir.
53846         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53847         from fdopendir if O_CLOEXEC is already set.
53848
53849 2011-03-15  Alan Modra  <amodra@gmail.com>
53850
53851         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53852         l_tls_firstbyte_offset non-zero.  Save padding offset in
53853         l_tls_firstbyte_offset for later use.
53854         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53855         freeing static tls block.
53856
53857 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53858
53859         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53860         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53861         being defined by the kernel headers.
53862
53863 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53864
53865         [BZ #12734]
53866         * resolv/resolv.h: Define RES_NOTLDQUERY.
53867         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53868         no-tld-query and set RES_NOTLDQUERY.
53869         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53870         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53871         modern BIND to search name as TLD unless forbidden.
53872
53873 2011-05-07  Petr Baudis  <pasky@suse.cz>
53874             Ulrich Drepper  <drepper@gmail.com>
53875
53876         [BZ #12393]
53877         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53878         (is_trusted_path): ...to here.
53879         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53880         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53881         using is_trusted_path_normalize() in setuid scripts.
53882
53883 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53884
53885         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53886         __BEGIN/__END_DECLS.
53887
53888 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53889
53890         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53891         NSS_STATUS_NOTFOUND if no record was found.
53892
53893 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53894
53895         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53896         (headers-not-in-tirpc): Remove rpc/netdb.h
53897         * resolv/netdb.h: Revert last change.
53898
53899 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53900
53901         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53902         circular dependency between libgcc.a and libc.a.
53903
53904 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53905
53906         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53907         * nis/Makefile: Don't install rpcsvc/*.
53908         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53909         instead of <rpc/types.h>.
53910         (MAXHOSTNAMELEN): Define.
53911
53912 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53913
53914         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53915
53916 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53917
53918         [BZ #12714]
53919         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53920         gethostbyname4_r when IPv6 results are possible.
53921
53922 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53923
53924         [BZ #12723]
53925         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53926         _PC_PIPE_BUF handling.
53927
53928 2011-04-30  Bruno Haible  <bruno@clisp.org>
53929
53930         [BZ #12717]
53931         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53932         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53933         to 'int'.
53934         * inet/getnameinfo.c (getnameinfo): Likewise.
53935
53936 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53937
53938         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53939         to groups setting in database lookup.
53940         * nss/nsswitch.conf: Add initgroups entry.
53941
53942 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53943
53944         [BZ #12685]
53945         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53946         mode string.
53947         Patch by Eric Blake <eblake@redhat.com>.
53948
53949 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53950
53951         * sunrpc/Makefile (need-export-routines): Add svc_run.
53952         (routines): Remove svc_run.
53953         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53954         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53955         * sunrpc/svc_run.c (svc_run): Likewise.
53956         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53957
53958 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53959
53960         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53961         problem in reallocation in last patch.
53962
53963 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53964
53965         * sunrpc/Makefile: Move inclusion of Rules.
53966
53967 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53968
53969         * nss/nss_files/files-initgroups.c: New file.
53970         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53971         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53972         _nss_files_initgroups_dyn.
53973
53974 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53975
53976         * elf/elf.h (R_ARM_IRELATIVE): Define.
53977
53978 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53979
53980         * po/ru.po: Update from translation team.
53981
53982 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53983
53984         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53985         dependencies.
53986
53987 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53988
53989         [BZ #12653]
53990         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53991         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53992         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53993         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53994         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53995
53996 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53997
53998         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53999         differing bytes.
54000         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54001         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54002         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54003
54004 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54005
54006         [BZ #12420]
54007         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54008         storing it.
54009         * stdlib/bug-getcontext.c: New file.
54010         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54011
54012 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54013
54014         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54015         instructions into .machine "z9-109".
54016         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54017         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54018
54019 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54020
54021         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54022         between environment variables and auxiliary vector.
54023
54024 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54025
54026         * Makefile: Add rules to build linkobj/libc.so.
54027         * include/libc-symbols.h: Define libc_hidden_nolink.
54028         * include/rpc/auth.h: Mark functions which are to be hidden.
54029         * include/rpc/auth_des.h: Likewise.
54030         * include/rpc/auth_unix.h: Likewise.
54031         * include/rpc/clnt.h: Likewise.
54032         * include/rpc/des_crypt.h: Likewise.
54033         * include/rpc/key_prot.h: Likewise.
54034         * include/rpc/pmap_clnt.h: Likewise.
54035         * include/rpc/pmap_prot.h: Likewise.
54036         * include/rpc/pmap_rmt.h: Likewise.
54037         * include/rpc/rpc_msg.h: Likewise.
54038         * include/rpc/svc.h: Likewise.
54039         * include/rpc/svc_auth.h: Likewise.
54040         * include/rpc/xdr.h: Likewise.
54041         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54042         * nss/Makefile: Likewise.
54043         * sunrpc/Makefile: Don't install headers.  Build library with normal
54044         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54045         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54046         for the compat linking library.  Remove use of INTDEF/INTUSE.
54047         * sunrpc/auth_none.c: Likewise.
54048         * sunrpc/auth_unix.c: Likewise.
54049         * sunrpc/authdes_prot.c: Likewise.
54050         * sunrpc/authuxprot.c: Likewise.
54051         * sunrpc/clnt_gen.c: Likewise.
54052         * sunrpc/clnt_perr.c: Likewise.
54053         * sunrpc/clnt_raw.c: Likewise.
54054         * sunrpc/clnt_simp.c: Likewise.
54055         * sunrpc/clnt_tcp.c: Likewise.
54056         * sunrpc/clnt_udp.c: Likewise.
54057         * sunrpc/clnt_unix.c: Likewise.
54058         * sunrpc/des_crypt.c: Likewise.
54059         * sunrpc/des_soft.c: Likewise.
54060         * sunrpc/get_myaddr.c: Likewise.
54061         * sunrpc/key_call.c: Likewise.
54062         * sunrpc/key_prot.c: Likewise.
54063         * sunrpc/netname.c: Likewise.
54064         * sunrpc/pm_getmaps.c: Likewise.
54065         * sunrpc/pm_getport.c: Likewise.
54066         * sunrpc/pmap_clnt.c: Likewise.
54067         * sunrpc/pmap_prot.c: Likewise.
54068         * sunrpc/pmap_prot2.c: Likewise.
54069         * sunrpc/pmap_rmt.c: Likewise.
54070         * sunrpc/publickey.c: Likewise.
54071         * sunrpc/rpc_cmsg.c: Likewise.
54072         * sunrpc/rpc_common.c: Likewise.
54073         * sunrpc/rpc_dtable.c: Likewise.
54074         * sunrpc/rpc_prot.c: Likewise.
54075         * sunrpc/rpc_thread.c: Likewise.
54076         * sunrpc/rtime.c: Likewise.
54077         * sunrpc/svc.c: Likewise.
54078         * sunrpc/svc_auth.c: Likewise.
54079         * sunrpc/svc_authux.c: Likewise.
54080         * sunrpc/svc_raw.c: Likewise.
54081         * sunrpc/svc_run.c: Likewise.
54082         * sunrpc/svc_simple.c: Likewise.
54083         * sunrpc/svc_tcp.c: Likewise.
54084         * sunrpc/svc_udp.c: Likewise.
54085         * sunrpc/svc_unix.c: Likewise.
54086         * sunrpc/svcauth_des.c: Likewise.
54087         * sunrpc/xcrypt.c: Likewise.
54088         * sunrpc/xdr.c: Likewise.
54089         * sunrpc/xdr_array.c: Likewise.
54090         * sunrpc/xdr_float.c: Likewise.
54091         * sunrpc/xdr_intXX_t.c: Likewise.
54092         * sunrpc/xdr_mem.c: Likewise.
54093         * sunrpc/xdr_rec.c: Likewise.
54094         * sunrpc/xdr_ref.c: Likewise.
54095         * sunrpc/xdr_sizeof.c: Likewise.
54096         * sunrpc/xdr_stdio.c: Likewise.
54097
54098 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54099
54100         [BZ #12650]
54101         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54102         * sysdeps/ia64/dl-tls.h: Likewise.
54103         * sysdeps/powerpc/dl-tls.h: Likewise.
54104         * sysdeps/s390/dl-tls.h: Likewise.
54105         * sysdeps/sh/dl-tls.h: Likewise.
54106         * sysdeps/sparc/dl-tls.h: Likewise.
54107         * sysdeps/x86_64/dl-tls.h: Likewise.
54108         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54109
54110 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54111
54112         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54113         rpath element also skip the following colon.
54114         (expand_dynamic_string_token): Add is_path parameter and pass
54115         down to DL_DST_REQUIRED and _dl_dst_substitute.
54116         (decompose_rpath): Call expand_dynamic_string_token with
54117         non-zero is_path.  Ignore empty rpaths.
54118         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54119         with zero is_path.
54120
54121 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54122
54123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54124         Make cancelable.
54125
54126 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54127
54128         [BZ #12655]
54129         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54130         Patch by Filipe David Manana <fdmanana@apache.org>.
54131
54132 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54133
54134         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54135         Maintain aligned stack.
54136         (CHECK_RSP): Remove unused macro.
54137
54138 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54139
54140         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54141         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54142
54143 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54144
54145         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54146
54147         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54148
54149 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54150
54151         [BZ #12518]
54152         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54153         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54154         * sysdeps/x86_64/memmove.c: New file.
54155         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54156         (memcpy): Renamed to ...
54157         (__new_memcpy): This.
54158         (memcpy): Provide GLIBC_2_14 memcpy.
54159         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54160         (memcpy): Provide GLIBC_2_2_5 memcpy.
54161
54162 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54163
54164         [BZ #12631]
54165         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54166
54167 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54168
54169         * misc/syncfs.c: New file.
54170         * misc/Makefile (routines): Add syncfs.
54171         * posix/unistd.h: Declare syncfs.
54172         * sysdeps/unix/syscalls.list: Add syncfs.
54173
54174 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54175
54176         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54177         open_by_handle_at.
54178         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54179         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54180         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54181         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54182         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54183         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54184         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54185
54186 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54187
54188         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54189         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54190         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54191         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54192         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54193         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54194         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54195
54196         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54197         sync_file_range.c with -fexceptions.
54198         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54199         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54200         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54201         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54202         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54203         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54204         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54205         sync_file_range as cancellation point
54206         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54207         now a wrapper around __call_sync_file_range with cancellation handling.
54208         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54209         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54210         function name to __call_sync_file_range.
54211         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54212         Add call_sync_file_range.
54213
54214 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54215
54216         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54217         bits/timex.h.
54218
54219 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54220
54221         * iconv/iconv.h: Fix typo in comment.
54222         * io/fcntl.h: Likewise.
54223         * libio/stdio.h: Likewise.
54224         * posix/spawn.h: Likewise.
54225         * posix/unistd.h: Likewise.
54226         * stdlib/stdlib.h: Likewise.
54227         * time/time.h: Likewise.
54228         * wcsmbs/wchar.h: Likewise.
54229
54230         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54231         open_by_handle): Add.
54232         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54233         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54234         Augment a few comments.
54235         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54236         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54237         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54238         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54239         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54240         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54241         open_by_handle.
54242
54243         * io/fcntl.h (AT_EMPTY_PATH): Define.
54244
54245 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54246
54247         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54248         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54249         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54250         to...
54251         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54252         * Versions.def: Add GLIBC_2.14.
54253         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54254         Export.
54255
54256 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54257
54258         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54259         round counter.
54260         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54261
54262 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54263
54264         [BZ #12597]
54265         * string/test-strncmp.c (do_page_test): New function.
54266         (check2): Likewise.
54267         (test_main): Call check2.
54268         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54269
54270 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54271
54272         [BZ #12587]
54273         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54274         Handle cache information in CPU leaf 4.
54275         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54276
54277 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54278
54279         [BZ #12583]
54280         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54281         character representation.
54282         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54283
54284 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54285
54286         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54287         END(__isnan) to END(__isnanf) to match function entry point/label
54288         EALIGN(__isnanf,...).
54289
54290 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54291
54292         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54293
54294 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54295
54296         [BZ #12510]
54297         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54298         copy from the symbol referenced in the relocation to initialize the
54299         used variable.
54300         Patch by Piotr Bury <pbury@goahead.com>.
54301         * elf/Makefile: Add rules to build and tst-unique3.
54302         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54303         * elf/tst-unique3.cc: New file.
54304         * elf/tst-unique3.h: New file.
54305         * elf/tst-unique3lib.cc: New file.
54306         * elf/tst-unique3lib2.cc: New file.
54307
54308         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54309
54310 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54311
54312         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54313         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54314         to _start.
54315
54316 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54317
54318         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54319         to-be-loaded object along a path to loader is ld.so.
54320
54321 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54322             Ulrich Drepper  <drepper@gmail.com>
54323
54324         * sysdeps/x86_64/memset.S: After aligning destination, code
54325         branches to different locations depending on the value of
54326         misalignment, when multiarch is enabled. Fix this.
54327
54328 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54329
54330         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54331         Set _x86_64_preferred_memory_instruction for AMD processsors.
54332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54333         Set bit_Prefer_SSE_for_memop for AMD processors.
54334
54335 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54336
54337         * libio/fmemopen.c (fmemopen): Optimize a bit.
54338
54339 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54340
54341         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54342
54343 2011-03-03  Roland McGrath  <roland@redhat.com>
54344
54345         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54346
54347 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54348
54349         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54350         __bzero_ultra1 instead of __memset_ultra1.
54351
54352 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54353             Ulrich Drepper  <drepper@gmail.com>
54354
54355         [BZ #12509]
54356         * include/link.h (struct link_map): Add l_orig_initfini.
54357         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54358         returning unsuccessfully.
54359         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54360         close of a file loaded at startup, restore the original l_initfini
54361         list.
54362         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54363         list, store the pointer.
54364         * elf/Makefile ($(objpfx)noload-mem): New rule.
54365         (noload-ENV): Define.
54366         (tests): Add $(objpfx)noload-mem.
54367         * elf/noload.c: Include <memcheck.h>.
54368         (main): Call mtrace.  Close all opened handles.
54369
54370 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54371
54372         [BZ #12454]
54373         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54374         dependencies are missing.
54375
54376 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54377
54378         Fix __if_freereq crash: Unlike the generic version which uses free,
54379         Hurd needs munmap.
54380         * sysdeps/mach/hurd/ifreq.h: New file.
54381
54382 2011-01-27  Petr Baudis  <pasky@suse.cz>
54383             Ulrich Drepper  <drepper@gmail.com>
54384
54385         [BZ 12445]#
54386         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54387         to extend_alloca().
54388         * stdio-common/bug23.c: New file.
54389         * stdio-common/Makefile (tests): Add bug23.
54390
54391 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54392             Ulrich Drepper  <drepper@gmail.com>
54393
54394         [BZ #12489]
54395         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54396         before performing relro protection.  At old place add assertion
54397         to make sure nothing changed.
54398
54399 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54400             Glauber de Oliveira Costa  <glommer@gmail.com>
54401
54402         * elf/elf.h: Add new ARM TLS relocs.
54403
54404 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54405
54406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54407         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54408         cast from r3.
54409         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54410         'tests' variable.
54411         * sysdeps/wordsize-64/tst-writev.c: New file.
54412
54413 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54414
54415         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54416         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54417         insns in _dl_start to prevent a TOC reference before relocs are
54418         resolved.
54419
54420 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54421
54422         [BZ #12469]
54423         * Makeconfig: Remove RANLIB definition.
54424         * Makerules: Don't use RANLIB.
54425         * aclocal.m4: Remove ranlib test.
54426         * configure.in: No need to check for ranlib.
54427         * elf/rtld-Rules: Don't use RANLIB.
54428
54429 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54430
54431         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54432         protection macro.
54433         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54434         inclusion protection macro.
54435
54436         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54437         SIGRTMIN and SIGRTMAX and print information in that case only when
54438         SIGRTMIN is defined.
54439
54440 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54441
54442         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54443         arginfo fn returning -1.
54444
54445         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54446         and thousands string is zero terminated.
54447
54448 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54449
54450         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54451         sysdeps/unix/sysv/linux/bits/socket.h.
54452
54453 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54454
54455         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54456         (__CPU_COUNT): Remove old macros.
54457         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54458         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54459         (__CPU_ALLOC, __CPU_FREE): Add macros.
54460         (__sched_cpualloc, __sched_cpufree): Add declarations.
54461
54462 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54463
54464         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54465         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54466         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54467         (readdhstai): Return value of addhstaiX call.
54468         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54469         (addgrbyX): Return value returned by cache_addgr.
54470         (readdgrbyname): Return value returned by addgrbyX.
54471         (readdgrbygid): Likewise.
54472         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54473         (addpwbyX): Return value returned by cache_addpw.
54474         (readdpwbyname): Return value returned by addhstbyX.
54475         (readdpwbyuid): Likewise.
54476         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54477         (addservbyX): Return value returned by cache_addserv.
54478         (readdservbyname): Return value returned by addservbyX:
54479         (readdservbyport): Likewise.
54480         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54481         (addhstbyX): Return value returned by cache_addhst.
54482         (readdhstbyname): Return value returned by addhstbyX.
54483         (readdhstbyaddr): Likewise.
54484         (readdhstbynamev6): Likewise.
54485         (readdhstbyaddrv6): Likewise.
54486         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54487         (readdinitgroups): Return value returned by addinitgroupsX.
54488         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54489         (prune_cache): Keep track of timeout value of re-added entries.
54490         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54491         * nscd/nscd.h: Adjust prototypes of readd* functions.
54492
54493 2011-02-04  Roland McGrath  <roland@redhat.com>
54494
54495         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54496         (nis_stats): Likewise.
54497         * nis/nis_modify.c (nis_modify): Likewise.
54498         * nis/nis_remove.c (nis_remove): Likewise.
54499         * nis/nis_add.c (nis_add): Likewise.
54500
54501         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54502
54503         * posix/fnmatch_loop.c: Add some consts.
54504
54505         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54506
54507 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54508
54509         [BZ #12460]
54510         * config.make.in (config-cflags-novzeroupper): Define.
54511         * configure.in: Substitute libc_cv_cc_novzeroupper.
54512         * elf/Makefile (AVX-CFLAGS): Define.
54513         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54514         (CFLAGS-tst-auditmod4a.c): Likewise.
54515         (CFLAGS-tst-auditmod4b.c): Likewise.
54516         (CFLAGS-tst-auditmod6b.c): Likewise.
54517         (CFLAGS-tst-auditmod6c.c): Likewise.
54518         (CFLAGS-tst-auditmod7b.c): Likewise.
54519         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54520
54521 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54522
54523         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54524         function to the callback.
54525         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54526
54527 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54528
54529         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54530         of errno.
54531
54532 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54533
54534         [BZ #11724]
54535         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54536         of constructors.
54537         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54538         of destructors.
54539         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54540
54541         [BZ #11724]
54542         * elf/Makefile: Add rules to build and run new test.
54543         * elf/tst-initorder.c: New file.
54544         * elf/tst-initorder.exp: New file.
54545         * elf/tst-initordera1.c: New file.
54546         * elf/tst-initordera2.c: New file.
54547         * elf/tst-initordera3.c: New file.
54548         * elf/tst-initordera4.c: New file.
54549         * elf/tst-initorderb1.c: New file.
54550         * elf/tst-initorderb2.c: New file.
54551         * elf/tst-order-a1.c: New file.
54552         * elf/tst-order-a2.c: New file.
54553         * elf/tst-order-a3.c: New file.
54554         * elf/tst-order-a4.c: New file.
54555         * elf/tst-order-b1.c: New file.
54556         * elf/tst-order-b2.c: New file.
54557         * elf/tst-order-main.c: New file.
54558         New test case by George Gensure <werkt0@gmail.com>.
54559
54560 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54561
54562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54563         decoding ACE if AI_CANONIDN.
54564
54565 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54566
54567         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54568
54569 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54570
54571         * version.h (RELEASE): Bump for 2.13 release.
54572         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54573
54574         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54575
54576         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54577         MADV_NOHUGEPAGE.
54578         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54579         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54580         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54581         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54582         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54583         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54584
54585         * posix/getconf.c: Update copyright year.
54586         * catgets/gencat.c: Likewise.
54587         * csu/version.c: Likewise.
54588         * debug/catchsegv.sh: Likewise.
54589         * debug/xtrace.sh: Likewise.
54590         * elf/ldconfig.c: Likewise.
54591         * elf/ldd.bash.in: Likewise.
54592         * elf/sprof.c (print_version): Likewise.
54593         * iconv/iconv_prog.c: Likewise.
54594         * iconv/iconvconfig.c: Likewise.
54595         * locale/programs/locale.c: Likewise.
54596         * locale/programs/localedef.c: Likewise.
54597         * malloc/memusage.sh: Likewise.
54598         * malloc/mtrace.pl: Likewise.
54599         * nscd/nscd.c (print_version): Likewise.
54600         * nss/getent.c: Likewise.
54601
54602         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54603         PF_CAIF, and PF_ALG.
54604         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54605
54606 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54607
54608         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54609         (modules-names): Use them.
54610         (ifunc-test-modules, ifunc-pie-tests): Define.
54611         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54612         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54613         (test-extras): Likewise.
54614         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54615         $(compile-command.c).
54616         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54617         (all-built-dso): Define.
54618         (check-textrel.out, check-execstack.out): Depend on it.
54619
54620         * configure.in: Don't override --enable-multi-arch.
54621
54622 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54623
54624         [BZ #6812]
54625         * nscd/hstcache.c (tryagain): Define.
54626         (cache_addhst): Return tryagain not notfound for temporary errors.
54627         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54628         failed.
54629
54630 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54631
54632         [BZ #10563]
54633         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54634         to make the syscall.
54635         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54636
54637         [BZ #12378]
54638         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54639         and fall back to matching as normal character if the string ends before
54640         the matching ']' is found.  This is what POSIX requires.
54641         * posix/testfnm.c: Adjust test result.
54642         * posix/globtest.sh: Adjust test result.  Add new test.
54643         * posix/tst-fnmatch.input: Likewise.
54644         * posix/tst-fnmatch2.c: Add new test.
54645
54646 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54647
54648         * elf/Makefile (check-execstack): Revert last change.  Depend on
54649         check-execstack.h.
54650         (check-execstack.h): New target.
54651         (generated): Add check-execstack.h.
54652         * elf/check-execstack.c: Include "check-execstack.h".
54653         (main): Revert last change.
54654         (handle_file): Return zero if GNU_STACK is absent and
54655         DEFAULT_STACK_PERMS doesn't include PF_X.
54656
54657 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54658
54659         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54660         in child fails because the descriptor is already closed.
54661         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54662         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54663         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54664
54665         [BZ #12397]
54666         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54667         syscall.
54668
54669         [BZ #10484]
54670         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54671         temporary buffer used to handle multi lookups locally.
54672         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54673
54674 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54675
54676         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54677         loader is ld.so.
54678
54679 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54680
54681         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54682         alignment for SSE2.
54683
54684 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54685
54686         [BZ #12394]
54687         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54688         characters.  When rounding increased number of integer digits recompute
54689         number of groups.
54690         * stdio-common/tst-grouping.c: New file.
54691         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54692
54693 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54694
54695         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54696         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54697
54698         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54699         void.
54700         * bits/select.h: Likewise.
54701
54702 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54703
54704         * po/ja.po: Update from translation team.
54705
54706 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54707
54708         [BZ #11155]
54709         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54710         implementation just like for lxstat, fxstatat, et al.
54711
54712 2010-12-27  Jim Meyering  <meyering@redhat.com>
54713
54714         [BZ #12348]
54715         * posix/regexec.c (build_trtable): Return failure indication upon
54716         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54717
54718 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54719
54720         [BZ #12201]
54721         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54722         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54723         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54724         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54725
54726         [BZ #12207]
54727         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54728
54729         [BZ #12204]
54730         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54731         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54732
54733 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54734
54735         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54736         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54737         script has SORT_BY_INIT_PRIORITY.
54738         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54739         NO_CTORS_DTORS_SECTIONS is defined.
54740         * elf/soinit.c: Likewise.
54741         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54742         NO_CTORS_DTORS_SECTIONS is defined.
54743         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54744         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54745         * sysdeps/sh/init-first.c: Likewise.
54746         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54747
54748 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
54749
54750         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54751         always use the slow path.
54752
54753 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
54754
54755         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54756         similar rule which adds the sysdep directories to the header search in
54757         order to pick up the correct platform stackinfo.h.
54758         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54759         perform test if it is, otherwise return successfully without testing.
54760         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54761         DEFAULT_STACK_PERMS define in stackinfo.h.
54762         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54763         defined in stackinfo.h.
54764         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54765         DEFAULT_STACK_PERMS defined in stackinfo.h.
54766         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54767         * sysdeps/ia64/stackinfo.h: Likewise.
54768         * sysdeps/s390/stackinfo.h: Likewise.
54769         * sysdeps/sh/stackinfo.h: Likewise.
54770         * sysdeps/sparc/stackinfo.h: Likewise.
54771         * sysdeps/x86_64/stackinfo.h: Likewise.
54772         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54773         PF_X for powerpc64.  Retain PF_X for powerpc32.
54774
54775 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
54776
54777         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54778         accurately.
54779         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54780         GETDENTS_64BIT_ALIGNED.
54781
54782 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
54783
54784         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
54785
54786 2010-12-10  Andreas Schwab  <schwab@redhat.com>
54787
54788         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54789         _GNU_SOURCE.
54790
54791         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54792         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54793         Remove __restrict.
54794         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54795         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54796
54797 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54798
54799         [BZ #11655]
54800         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54801         are initialized.
54802
54803 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54804
54805         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54806
54807 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54808
54809         * po/it.po: Update from translation team.
54810
54811 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54812
54813         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54814         unused codes.
54815
54816 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54817
54818         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54819
54820 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54821
54822         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54823         specially.
54824         (gaih_getanswer_slice): Likewise.
54825
54826 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54827
54828         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54829
54830 2010-05-31  Petr Baudis  <pasky@suse.cz>
54831
54832         [BZ #11149]
54833         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54834         silently even in the chroot mode.
54835
54836 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54837
54838         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54839         last patch a bit.  Pretty printing
54840
54841 2010-05-31  Petr Baudis <pasky@suse.cz>
54842
54843         [BZ #10085]
54844         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54845         initialization of skip_initgroups_dyn.
54846
54847 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54848
54849         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54850         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54851
54852 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54853
54854         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54855
54856 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54857
54858         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54859         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54860         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54861         ($(objpfx)tst-fnmatch-mem): New rule.
54862         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54863         * posix/tst-fnmatch.c (main): Call mtrace.
54864
54865 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54866
54867         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54868         Support Intel processor model 6 and model 0x2c.
54869
54870 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54871
54872         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54873           signed comparison.
54874
54875 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54876
54877         [BZ #12205]
54878         * string/test-strncasecmp.c (check_result): New function.
54879         (do_one_test): Use it.
54880         (check1): New function.
54881         (test_main): Use it.
54882         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54883         Support strcasecmp and strncasecmp.
54884
54885 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54886
54887         [BZ #12194]
54888         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54889         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54890
54891 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54892
54893         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54894         IFUNC support.
54895         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54896         memset-x86-64.
54897         * sysdeps/x86_64/multiarch/bzero.S: New file.
54898         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54899         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54900         * sysdeps/x86_64/multiarch/memset.S: New file.
54901         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54902         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54903         Set bit_Prefer_SSE_for_memop for Intel processors.
54904         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54905         Define.
54906         (index_Prefer_SSE_for_memop): Define.
54907         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54908
54909 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54910
54911         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54912         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54913
54914 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54915
54916         [BZ #12191]
54917         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54918         (__x86_64_raw_data_cache_size_half): Likewise.
54919         (__x86_64_raw_shared_cache_size): Likewise.
54920         (__x86_64_raw_shared_cache_size_half): Likewise.
54921
54922         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54923         (__x86_64_raw_data_cache_size_half): Likewise.
54924         (__x86_64_raw_shared_cache_size): Likewise.
54925         (__x86_64_raw_shared_cache_size_half): Likewise.
54926         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54927         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54928         and __x86_64_raw_shared_cache_size_half.  Round
54929         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54930         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54931         to multiple of 256 bytes.
54932
54933 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54934
54935         [BZ #12167]
54936         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54937         of inacessible symlinks.  Verify result of symlink before returning it.
54938         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54939         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54940
54941 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54942
54943         * math/math.h (isinf): Fix typo in comment.
54944
54945 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54946
54947         * po/da.po: Update from translation team.
54948
54949 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54950
54951         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54952         is added to the list.
54953
54954 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54955             Ulrich Drepper  <drepper@gmail.com>
54956
54957         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54958         the global list here.  Move code to...
54959         (_dl_add_to_namespace_list): ...here.  New function.
54960         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54961         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54962         * elf/dl-load.c (lose): Don't remove the element from the list.
54963         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54964         (_dl_map_object): Likewise.
54965
54966 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54967
54968         [BZ #12159]
54969         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54970         into all bytes of SSE register.
54971         Patch by Richard Li <richardpku@gmail.com>.
54972
54973 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54974
54975         [BZ #12140]
54976         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54977         perturbing.
54978
54979 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54980
54981         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54982         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54983         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54984         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54986         submachine.
54987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54988
54989 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54990
54991         * include/dlfcn.h (__RTLD_SECURE): Define.
54992         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54993         mode & __RTLD_SECURE instead.
54994         (open_path): Rename preloaded parameter to secure.
54995         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54996         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54997         * elf/dl-deps.c (openaux): Likewise.
54998         * elf/rtld.c (struct map_args): Remove is_preloaded.
54999         (map_doit): Don't use it.
55000         (dl_main): Likewise.
55001         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55002         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55003
55004 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55005
55006         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55007         (sysd-rules-targets): Remove duplicates.
55008         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55009         rtld-%.$o dependency.
55010
55011 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55012
55013         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55014         _dl_map_object do it.
55015
55016 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55017
55018         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55019         fast fma builtins, define the macros in the C99 standard.
55020         (FP_FAST_FMAF): Likewise.
55021         (FP_FAST_FMAL): Likewise.
55022         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55023
55024         * bits/mathdef.h: Update copyright year.
55025         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55026
55027 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55028
55029         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55030         builtins, define the macros in the C99 standard.
55031         (FP_FAST_FMAF): Likewise.
55032         (FP_FAST_FMAL): Likewise.
55033         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55034         multiply/add.
55035         (FP_FAST_FMAF): Likewise.
55036
55037 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55038
55039         [BZ #3268]
55040         * math/libm-test.inc (fma_test): Some new testcases.
55041         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55042         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55043         y and infinite z.  Do multiplication by C already in long double.
55044         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55045         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55046         y and infinite z.  Do bitwise or of inexact bit into u.d.
55047         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55048         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55049         * sysdeps/i386/fpu/s_fma.S: Removed.
55050         * sysdeps/i386/fpu/s_fmal.S: Removed.
55051
55052 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55053
55054         [BZ #3268]
55055         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55056         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55057         computation is not scheduled after fetestexcept.  Fix value
55058         of minimum denormal long double.
55059
55060 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55061
55062         [BZ #3268]
55063         * math/libm-test.inc (fma_test): Add some more tests.
55064         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55065         correctly.
55066
55067 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55068
55069         * scripts/data/localplt-s390-linux-gnu.data: New file.
55070         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55071
55072 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55073
55074         [BZ #3268]
55075         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55076         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55077         instead of dbl-64.
55078         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55079         inlines.
55080         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55081         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55082         if one of x and y is very large and the other is subnormal.
55083         * sysdeps/s390/fpu/s_fmaf.c: New file.
55084         * sysdeps/s390/fpu/s_fma.c: New file.
55085         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55086         * sysdeps/powerpc/fpu/s_fma.S: New file.
55087         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55088         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55089         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55090
55091 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55092
55093         [BZ #3268]
55094         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55095         fma tests.
55096         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55097         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55098         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55099         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55100         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55101         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55102         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55103
55104 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55105
55106         [BZ #12078]
55107         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55108         * posix/bug-regex31.input: Add test case.
55109
55110 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55111
55112         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55113         * posix/bug-regex31.input: New file.
55114
55115         [BZ #12078]
55116         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55117         (parse_sub_exp): Fix last change, use postorder.
55118
55119         * posix/bug-regex31.c: New file.
55120         * posix/Makefile: Add rules to build and run bug-regex31.
55121
55122         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55123
55124         [BZ #12078]
55125         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55126
55127         [BZ #12108]
55128         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55129         to have entries in sys_siglist.
55130
55131         [BZ #12093]
55132         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55133         be NULL.
55134
55135 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55136
55137         [BZ #3268]
55138         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55139         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55140         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55141         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55142         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55143         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55144         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55145         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55146         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55147         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55148         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55149         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55150         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55151         * math/ftestexcept.c (fetestexcept): Likewise.
55152         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55153         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55154         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55155         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55156         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55157         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55158         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55159
55160 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55161
55162         [BZ #12107]
55163         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55164         newline.
55165
55166 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55167
55168         * string/bug-strstr1.c: New file.
55169         * string/Makefile: Add rules to build and run bug-strstr1.
55170
55171 2010-10-05  Eric Blake  <eblake@redhat.com>
55172
55173         [BZ #12092]
55174         * string/str-two-way.h (two_way_long_needle): Always clear memory
55175         when skipping input due to the shift table.
55176
55177 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55178
55179         [BZ #12005]
55180         * malloc/mcheck.c: Handle large requests.
55181
55182         [BZ #12077]
55183         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55184         for strncmp and strncasecmp.
55185         * string/stratcliff.c: Add tests for strcmp and strncmp.
55186         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55187
55188 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55189
55190         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55191         __set_fpscr.
55192
55193 2010-09-30  Andreas Jaeger  <aj@suse.de>
55194
55195         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55196         (CGROUP_SUPER_MAGIC): Define.
55197         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55198         Handle btrfs and cgroup file systems.
55199         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55200         Likewise.
55201
55202 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55203
55204         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55205         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55206
55207 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55208
55209         [BZ #12067]
55210         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55211         trying to locate the ELF header.
55212
55213 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55214
55215         [BZ #11611]
55216         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55217         Mask out sign-bit copies when constructing f_fsid.
55218
55219 2010-09-24  Petr Baudis <pasky@suse.cz>
55220
55221         * debug/stack_chk_fail_local.c: Add missing licence exception.
55222         * debug/warning-nop.c: Likewise.
55223
55224 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55225
55226         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55227         implementing getdents64 using getdents syscall, set d_type if
55228         __ASSUME_GETDENTS32_D_TYPE.
55229
55230 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55231
55232         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55233         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55234
55235 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55236
55237         [BZ #12037]
55238         * posix/unistd.h: Undo change of feature selection for ftruncate from
55239         2010-01-11.
55240
55241 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55242
55243         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55244         detection.
55245
55246 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55247
55248         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55249         fanotify_mark.
55250         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55251
55252 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55253
55254         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55255         variables after CHECK_SP call.
55256         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55257
55258 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55259             Ulrich Drepper  <drepper@redhat.com>
55260
55261         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55262         re-relocationg ld.so.
55263         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55264         _dl_init_paths call.
55265         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55266         here anymore.
55267
55268 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55269
55270         * resolv/res_init.c (__res_vinit): Count the default server we added.
55271
55272 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55273             Ulrich Drepper  <drepper@redhat.com>
55274
55275         [BZ #11968]
55276         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55277         (____longjmp_chk): Use %ebx for saving value across system call.
55278         Add unwind info.
55279
55280 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55281
55282         * manual/Makefile: Don't mix pattern rules with normal rules.
55283
55284 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55285
55286         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55287         operation.
55288         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55289         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55290         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55291         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55292         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55293         Likewise.
55294
55295 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55296
55297         [BZ #11979]
55298         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55299         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55300
55301 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55302
55303         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55304         * sysdeps/x86_64/addmul_1.S: Likewise.
55305         * sysdeps/x86_64/lshift.S: Likewise.
55306         * sysdeps/x86_64/mul_1.S: Likewise.
55307         * sysdeps/x86_64/rshift.S: Likewise.
55308         * sysdeps/x86_64/sub_n.S: Likewise.
55309         * sysdeps/x86_64/submul_1.S: Likewise.
55310
55311 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55312
55313         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55314         Define __sched_param instead of SCHED_* and sched_param when
55315         <bits/sched.h> is included with __need_schedparam defined.
55316         * bits/sched.h [__need_schedparam]
55317         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55318         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55319         (__defined_schedparam): Define to 1.
55320         (__sched_param): New structure, identical to sched_param.
55321         (__need_schedparam): Undefine.
55322
55323 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55324
55325         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55326         (epoll_create1): Declare.
55327
55328         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55329
55330 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55331
55332         [BZ #7066]
55333         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55334         shifting retval into place.
55335
55336 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55337
55338         * nis/rpcsvc/nis.h: Update copyright notice.
55339         * nis/rpcsvc/nis.x: Likewise.
55340         * nis/rpcsvc/nis_callback.h: Likewise.
55341         * nis/rpcsvc/nis_callback.x: Likewise.
55342         * nis/rpcsvc/nis_object.x: Likewise.
55343         * nis/rpcsvc/nis_tags.h: Likewise.
55344         * nis/rpcsvc/yp.h: Likewise.
55345         * nis/rpcsvc/yp.x: Likewise.
55346         * nis/rpcsvc/ypupd.h: Likewise.
55347         * nis/yp_xdr.c: Likewise.
55348         * nis/ypupdate_xdr.c: Likewise.
55349
55350         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55351         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55352         (pmap_getport): Use __libc_rpc_getport.
55353         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55354         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55355         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55356
55357 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55358
55359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55360         fanotify_mark.
55361
55362 2010-08-27  Roland McGrath  <roland@redhat.com>
55363
55364         * sysdeps/i386/i686/multiarch/Makefile
55365         (CFLAGS-varshift.c): New variable.
55366
55367 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55368
55369         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55370         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55371
55372         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55373
55374         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55375
55376 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55377
55378         * sysdeps/x86_64/strlen.S: Unroll the loop.
55379         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55380         strlen-sse2 strlen-sse2-bsf.
55381         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55382         __strlen_no_bsf if bit_Slow_BSF is set.
55383         (__strlen_sse42): Removed.
55384         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55385         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55386
55387 2010-08-25  Roland McGrath  <roland@redhat.com>
55388
55389         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55390         * sysdeps/x86_64/multiarch/varshift.c: New file.
55391         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55392         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55393         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55394         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55395
55396 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55397
55398         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55399         strlen-sse2 strlen-sse2-bsf.
55400         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55401         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55402         (__strlen_sse2): Removed.
55403         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55404         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55405         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55406         bit_Slow_BSF for Atom.
55407         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55408         (index_Slow_BSF): Define.
55409         (HAS_SLOW_BSF): Define.
55410
55411 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55412
55413         [BZ #10851]
55414         * resolv/res_init.c (__res_vinit): When no server address at all
55415         is given default to loopback.
55416
55417 2010-08-24  Roland McGrath  <roland@redhat.com>
55418
55419         * configure.in: Remove config-name.h generation.
55420         * configure: Regenerated.
55421         * config-name.in: File removed.
55422         * scripts/config-uname.sh: New file.
55423         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55424         ($(objdir)config-name.h): New target.
55425
55426         * sunrpc/rpc_parse.h: Avoid nested comment.
55427
55428 2010-08-24  Richard Henderson  <rth@redhat.com>
55429             Ulrich Drepper  <drepper@redhat.com>
55430             H.J. Lu  <hongjiu.lu@intel.com>
55431
55432         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55434         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55435         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55436         _mm_alignr_epi8 with _mm_loadu_si128.
55437         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55438         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55439         (__m128i_shift_right): Removed.
55440         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55441         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55442         * sysdeps/x86_64/multiarch/varshift.h: New file.
55443         * sysdeps/x86_64/multiarch/varshift.S: New file.
55444
55445 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55446
55447         * configure.in: Move assembler checks to before sysdep dir checking.
55448
55449 2010-08-20  Petr Baudis  <pasky@suse.cz>
55450
55451         * LICENSES: Sync the sunrpc license.
55452
55453 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55454
55455         * sunrpc/auth_des.c: Update copyright notice once again.
55456         * sunrpc/auth_none.c: Likewise.
55457         * sunrpc/auth_unix.c: Likewise.
55458         * sunrpc/authdes_prot.c: Likewise.
55459         * sunrpc/authuxprot.c: Likewise.
55460         * sunrpc/bindrsvprt.c: Likewise.
55461         * sunrpc/clnt_gen.c: Likewise.
55462         * sunrpc/clnt_perr.c: Likewise.
55463         * sunrpc/clnt_raw.c: Likewise.
55464         * sunrpc/clnt_simp.c: Likewise.
55465         * sunrpc/clnt_tcp.c: Likewise.
55466         * sunrpc/clnt_udp.c: Likewise.
55467         * sunrpc/clnt_unix.c: Likewise.
55468         * sunrpc/des_crypt.c: Likewise.
55469         * sunrpc/des_soft.c: Likewise.
55470         * sunrpc/get_myaddr.c: Likewise.
55471         * sunrpc/getrpcport.c: Likewise.
55472         * sunrpc/key_call.c: Likewise.
55473         * sunrpc/key_prot.c: Likewise.
55474         * sunrpc/openchild.c: Likewise.
55475         * sunrpc/pm_getmaps.c: Likewise.
55476         * sunrpc/pm_getport.c: Likewise.
55477         * sunrpc/pmap_clnt.c: Likewise.
55478         * sunrpc/pmap_prot.c: Likewise.
55479         * sunrpc/pmap_prot2.c: Likewise.
55480         * sunrpc/pmap_rmt.c: Likewise.
55481         * sunrpc/rpc/auth.h: Likewise.
55482         * sunrpc/rpc/auth_unix.h: Likewise.
55483         * sunrpc/rpc/clnt.h: Likewise.
55484         * sunrpc/rpc/des_crypt.h: Likewise.
55485         * sunrpc/rpc/key_prot.h: Likewise.
55486         * sunrpc/rpc/netdb.h: Likewise.
55487         * sunrpc/rpc/pmap_clnt.h: Likewise.
55488         * sunrpc/rpc/pmap_prot.h: Likewise.
55489         * sunrpc/rpc/pmap_rmt.h: Likewise.
55490         * sunrpc/rpc/rpc.h: Likewise.
55491         * sunrpc/rpc/rpc_des.h: Likewise.
55492         * sunrpc/rpc/rpc_msg.h: Likewise.
55493         * sunrpc/rpc/svc.h: Likewise.
55494         * sunrpc/rpc/svc_auth.h: Likewise.
55495         * sunrpc/rpc/types.h: Likewise.
55496         * sunrpc/rpc/xdr.h: Likewise.
55497         * sunrpc/rpc_clntout.c: Likewise.
55498         * sunrpc/rpc_cmsg.c: Likewise.
55499         * sunrpc/rpc_common.c: Likewise.
55500         * sunrpc/rpc_cout.c: Likewise.
55501         * sunrpc/rpc_dtable.c: Likewise.
55502         * sunrpc/rpc_hout.c: Likewise.
55503         * sunrpc/rpc_main.c: Likewise.
55504         * sunrpc/rpc_parse.c: Likewise.
55505         * sunrpc/rpc_parse.h: Likewise.
55506         * sunrpc/rpc_prot.c: Likewise.
55507         * sunrpc/rpc_sample.c: Likewise.
55508         * sunrpc/rpc_scan.c: Likewise.
55509         * sunrpc/rpc_scan.h: Likewise.
55510         * sunrpc/rpc_svcout.c: Likewise.
55511         * sunrpc/rpc_tblout.c: Likewise.
55512         * sunrpc/rpc_util.c: Likewise.
55513         * sunrpc/rpc_util.h: Likewise.
55514         * sunrpc/rpcinfo.c: Likewise.
55515         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55516         * sunrpc/rpcsvc/key_prot.x: Likewise.
55517         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55518         * sunrpc/rpcsvc/mount.x: Likewise.
55519         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55520         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55521         * sunrpc/rpcsvc/rex.x: Likewise.
55522         * sunrpc/rpcsvc/rstat.x: Likewise.
55523         * sunrpc/rpcsvc/rusers.x: Likewise.
55524         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55525         * sunrpc/rpcsvc/spray.x: Likewise.
55526         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55527         * sunrpc/rtime.c: Likewise.
55528         * sunrpc/svc.c: Likewise.
55529         * sunrpc/svc_auth.c: Likewise.
55530         * sunrpc/svc_authux.c: Likewise.
55531         * sunrpc/svc_raw.c: Likewise.
55532         * sunrpc/svc_run.c: Likewise.
55533         * sunrpc/svc_simple.c: Likewise.
55534         * sunrpc/svc_tcp.c: Likewise.
55535         * sunrpc/svc_udp.c: Likewise.
55536         * sunrpc/svc_unix.c: Likewise.
55537         * sunrpc/svcauth_des.c: Likewise.
55538         * sunrpc/xcrypt.c: Likewise.
55539         * sunrpc/xdr.c: Likewise.
55540         * sunrpc/xdr_array.c: Likewise.
55541         * sunrpc/xdr_float.c: Likewise.
55542         * sunrpc/xdr_mem.c: Likewise.
55543         * sunrpc/xdr_rec.c: Likewise.
55544         * sunrpc/xdr_ref.c: Likewise.
55545         * sunrpc/xdr_sizeof.c: Likewise.
55546         * sunrpc/xdr_stdio.c: Likewise.
55547
55548         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55549         handling.
55550
55551 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55552
55553         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55554
55555 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55556
55557         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55558         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55559         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55560         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55561         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55562         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55563         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55564         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55565         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55566         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55567         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55568         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55569         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55570         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55571
55572 2010-07-26  Anton Blanchard  <anton@samba.org>
55573
55574         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55575         * malloc/arena.c (heap_trim): Likewise.
55576
55577 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55578
55579         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55580         here.  Not...
55581         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55582         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55583
55584 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55585
55586         * sysdeps/i386/elf/Makefile: New file.
55587
55588 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55589
55590         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55591         from fanotify_init.
55592         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55593         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55594
55595 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55596
55597         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55598         of strncasecmp_l.
55599         * sysdeps/multiarch/strcmp.S: Likewise.
55600
55601 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55602
55603         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55604         strncase_l-nonascii.
55605         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55606         Add strncase_l-ssse3.
55607         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55608         * sysdeps/x86_64/strcmp.S: Likewise.
55609         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55610         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55611         * sysdeps/x86_64/strncase.S: New file.
55612         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55613         * sysdeps/x86_64/strncase_l.S: New file.
55614         * string/Makefile (strop-tests): Add strncasecmp.
55615         * string/test-strncasecmp.c: New file.
55616
55617         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55618         warning.
55619
55620         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55621         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55622
55623 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55624
55625         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55626
55627 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55628
55629         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55630         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55631         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55632
55633 2010-05-01  Alan Modra  <amodra@gmail.com>
55634
55635         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55636         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55637         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55638         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55639         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55640         tidying.  Don't tail-call __sigjmp_save for static lib.
55641         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55642         save location.
55643         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55644         (CALL_MCOUNT): Add eh info, and nop after bl.
55645         (TAIL_CALL_SYSCALL_ERROR): New macro.
55646         (PSEUDO_RET): Use it.
55647         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55648         Correct save location of integer regs and cr.
55649         (_dl_profile_resolve): Correct cr save location.  Delete nops
55650         after bl when SHARED.  Reduce cfi size a little by better
55651         placement of cfi directives.
55652         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55653         make a stack frame.  Instead use parm save area as a temp.
55654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55655         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55657         Don't make a stack frame for parent, use parm save area.
55658         Increase child stack frame to 112 bytes.  Don't save unused reg,
55659         and adjust reg usage.  Set up cfi on error recovery and
55660         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55662         (__makecontext): Add dummy nop after jump to exit.
55663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55664         Use correct parm save area and cr save, reduce stack frame.
55665         Correct cfi for possible PSEUDO_RET frame setup.
55666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55667         Branch to local label emitted by PSEUDO_RET rather than
55668         __syscall_error.
55669
55670 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55671
55672         [BZ #11904]
55673         * locale/programs/locale.c (print_assignment): New function.
55674         (show_locale_vars): Use it.
55675
55676 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55677
55678         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55679         field.
55680         (struct statfs64): Likewise.
55681         (_STATFS_F_FLAGS): Define.
55682         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55683         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55684         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55685         (ST_VALID): Define locally.
55686         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55687         __statvfs_getflags, use the provided value.
55688         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55689         __ASSUME_STATFS_F_FLAGS.
55690
55691         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55692
55693         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55694         Add sys/fanotify.h.
55695         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55696         fanotify_mask for GLIBC_2.13.
55697         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55698         fanotify_init and fanotify_mark.
55699         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55700         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55701
55702         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55703         Add prlimit.
55704         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55705         prlimit64 for GLIBC_2.13.
55706         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55707         prlimit64.
55708         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55709         syscall.
55710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55711         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55712         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55713         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55714         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55715         add prlimit alias.
55716         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55717
55718         [BZ #11903]
55719         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55720         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55721
55722         * nss/Makefile: Add rules to build and run tst-nss-test1.
55723         * shlib-versions: Add entry for libnss_test1.
55724         * nss/nss_test1.c: New file.
55725         * nss/tst-nss-test1.c: New file.
55726
55727         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55728         (__nss_configure_lookup): Set appropriate entry in
55729         __nss_configure_lookup to true.
55730         * nss/nsswitch.h: Define enum with indeces of databases in
55731         databases and __nss_database_custom arrays.  Declare
55732         __nss_database_custom.
55733         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55734         to avoid using nscd when custom rules are installed.
55735         * nss/getXXbyYY_r.c: Likewise.
55736         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55737
55738         * nss/nss_files/files-parse.c: Whitespace fixes.
55739
55740 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
55741
55742         [BZ #11883]
55743         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55744         * posix/fnmatch_loop.c: Likewise.
55745
55746 2010-07-17  Andi Kleen  <ak@linux.intel.com>
55747
55748         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55749         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55750         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55751         * Versions.def [GLIBC_2.13]: Add.
55752
55753 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
55754
55755         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55756         Also fail if tpwd after pwuid call is NULL.
55757
55758 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55759
55760         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55761         when converting to ms.
55762
55763 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55764
55765         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55766         EOPNOTSUPP errors with ENOTTY.
55767         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55768         EOPNOTSUPP errors with ENOTTY.
55769
55770 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
55771
55772         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55773         Add strcasecmp_l-ssse3.
55774         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55775         strcasecmp.
55776         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55777         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55778         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55779
55780 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
55781
55782         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55783
55784         * string/Makefile (strop-tests): Add strcasecmp.
55785         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55786         strcasecmp_l-nonascii.
55787         (gen-as-const-headers): Add locale-defines.sym.
55788         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55789         * sysdeps/x86_64/strcasecmp.S: New file.
55790         * sysdeps/x86_64/strcasecmp_l.S: New file.
55791         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55792         * sysdeps/x86_64/locale-defines.sym: New file.
55793         * string/test-strcasecmp.c: New file.
55794
55795         * string/test-strcasestr.c: Test both ends of the range of characters.
55796         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55797
55798 2010-07-29  Roland McGrath  <roland@redhat.com>
55799
55800         [BZ #11856]
55801         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55802
55803 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55804
55805         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55806         for ld.so.
55807
55808 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55809
55810         * manual/memory.texi (Malloc Tunable Parameters): Document
55811         M_PERTURB.
55812
55813 2010-07-26  Roland McGrath  <roland@redhat.com>
55814
55815         [BZ #11840]
55816         * configure.in (-fgnu89-inline check): Set and substitute
55817         gnu89_inline, not libc_cv_gnu89_inline.
55818         * configure: Regenerated.
55819         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55820
55821 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55822
55823         * string/test-strnlen.c: New file.
55824         * string/Makefile (strop-tests): Add strnlen.
55825         * string/tester.c (test_strnlen): Add a few more test cases.
55826         * string/tst-strlen.c: Better error reporting.
55827
55828         * sysdeps/x86_64/strnlen.S: New file.
55829
55830 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55831
55832         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55833         lower-latency instructions.
55834
55835 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55836
55837         * string/test-strcasestr.c: New file.
55838         * string/test-strstr.c: New file.
55839         * string/Makefile (strop-tests): Add strstr and strcasestr.
55840         * string/str-two-way.h: Don't undefine MAX.
55841         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55842
55843 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55844
55845         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55846         strcasestr-nonascii.
55847         (CFLAGS-strcasestr-nonascii.c): Define.
55848         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55849         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55850         Remove unused attribute.
55851
55852 2010-07-20  Roland McGrath  <roland@redhat.com>
55853
55854         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55855         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55856         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55857         like LD_HWCAP_MASK can disable hwcaps.
55858
55859 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55860
55861         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55862
55863 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55864
55865         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55866         call in strcasestr.
55867         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55868         __strcasestr_sse42_nonascii.
55869         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55870         strcasestr-nonascii.c.
55871         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55872
55873 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55874
55875         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55876         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55877         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55878         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55879
55880 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55881
55882         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55883         fcntl.
55884
55885 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55886
55887         [BZ #11577]
55888         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55889         dl_signal_cerror.
55890
55891 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55892
55893         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55894         _PC_PIPE_BUF using F_GETPIPE_SZ.
55895
55896 2010-07-05  Roland McGrath  <roland@redhat.com>
55897
55898         * manual/arith.texi (Rounding Functions): Fix rint description
55899         implicit in round description.
55900
55901 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55902
55903         * elf/Makefile: Fix linking for a few tests to make recent linker
55904         happy.
55905
55906 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55907
55908         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55909         $(common-objpfx)libc_nonshared.a.
55910
55911 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55912
55913         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55914         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55915         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55916         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55917         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55918         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55919         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55920         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55935         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55936         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55937         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55938         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55939         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55940         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55941         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55942         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55943         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55944         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55945         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55946         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55961
55962 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55963
55964         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55965         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55966         * string/memmove.c (memmove): Renamed to ...
55967         (MEMMOVE): ...this.  Default to memmove.
55968         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55969         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55970         (END_CHK): Define.
55971         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55972         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55973         mempcpy-ssse3-back memmove-ssse3-back.
55974         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55975         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55976         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55977         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55978         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55979         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55980         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55981         * sysdeps/x86_64/multiarch/memmove.c: New file.
55982         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55983         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55984         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55985         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55986         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55987         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55988         Define.
55989         (index_Fast_Copy_Backward): Define.
55990         (HAS_ARCH_FEATURE): Define.
55991         (HAS_FAST_REP_STRING): Define.
55992         (HAS_FAST_COPY_BACKWARD): Define.
55993
55994 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55995
55996         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55997         Restore proper fallback handling.
55998
55999 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56000
56001         [BZ #11701]
56002         * posix/group_member.c (__group_member): Correct checking loop.
56003
56004         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56005         OOM in getpwuid_r correctly.  Return error number when the caller
56006         should return, otherwise -1.
56007         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56008         call returning > 0 value.
56009         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56010
56011 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56012
56013         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56014         libc_nonshared.a from targets in modules-names.
56015
56016 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56017
56018         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56019         requires it.
56020
56021 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56022
56023         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56024         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56025         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56026         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56027
56028 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56029
56030         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56031
56032 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56033
56034         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56035         and F_GETPIPE_SZ.
56036         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56037         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56038         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56039         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56040         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56041         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56042
56043 2010-06-14  Roland McGrath  <roland@redhat.com>
56044
56045         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56046
56047 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56048
56049         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56050         __REDIRECT followed by __THROW.
56051         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56052         * posix/getopt.h (getopt): Likewise.
56053
56054 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56055
56056         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56057         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56058         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56059         in AT_FLAGS.
56060         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56061         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56062
56063 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56064
56065         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56066
56067 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56068
56069         [BZ #11640]
56070         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56071         Properly check family and model.
56072
56073 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56074
56075         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56076
56077 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56078
56079         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56080
56081 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56082
56083         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56084         symbol reference.
56085
56086 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56087
56088         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56089         symbol reference.
56090
56091 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56092
56093         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56094         and internal_recvmmsg.
56095         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56096         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56097         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56098         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56099
56100         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56101         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56102         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56103
56104 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56105
56106         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56107
56108 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56109
56110         POWER7 optimizations.
56111         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56112         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56113
56114 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56115
56116         * version.h: Update for 2.13 development version.
56117
56118 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56119
56120         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56121         exceptions.  Return 0.
56122
56123 2010-05-07  Roland McGrath  <roland@redhat.com>
56124
56125         * elf/ldconfig.c (main): Add a const.
56126
56127 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56128
56129         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56130         (args_options): Add no-idn option.
56131         (ahosts_keys_int): Add idn_flags to ai_flags.
56132         (parse_option): Handle 'i' option to clear idn_flags.
56133
56134         * malloc/malloc.c (_int_free): Possible race in the most recently
56135         added check.  Only act on the data if no current modification
56136         happened.
56137
56138 See ChangeLog.17 for earlier changes.